[[["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-05-15 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` uses specific enumeration values like `START_DATE_TIME_IS_IN_PAST` and `END_DATE_TIME_NOT_AFTER_START_DATE_TIME` to represent these errors."],["The `UNKNOWN` enumeration value is used when the API doesn't expose the specific reason for the error."]]],["The document outlines `LiveStreamEventDateTimeError` reasons within the `LiveStreamEventService` namespace. Key information includes: `START_DATE_TIME_IS_IN_PAST` indicating new events cannot begin in the past. `END_DATE_TIME_NOT_AFTER_START_DATE_TIME` specifies that the end time must follow the start time. `END_DATE_TIME_TOO_LATE` denotes that dates after January 1, 2037, are unsupported. `UNKNOWN` represents values not available in the API version.\n"]]