[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["The `LiveStreamEventDateTimeError` indicates issues with the date and time settings of a live stream event."],["Errors can occur if the start date is in the past, the end date is before the start date, or the end date is too far in the future (after January 1, 2037)."],["`LiveStreamEventDateTimeError` includes specific error reasons like `START_DATE_TIME_IS_IN_PAST`, `END_DATE_TIME_NOT_AFTER_START_DATE_TIME`, `END_DATE_TIME_TOO_LATE`, and `UNKNOWN`."]]],["The document outlines `LiveStreamEventDateTimeError` reasons within a service. Key errors include `START_DATE_TIME_IS_IN_PAST`, preventing creation of events with past start times. `END_DATE_TIME_NOT_AFTER_START_DATE_TIME` mandates the end time be after the start. `END_DATE_TIME_TOO_LATE` restricts dates to before January 1, 2037. An `UNKNOWN` error indicates an unexposed value. These errors are part of the `LiveStreamEventService` in the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"]]