enum LiveStreamEventDateTimeError.Reason (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
LiveStreamEventService
Describes reasons for LiveStreamEventDateTimeError
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
START_DATE_TIME_IS_IN_PAST
|
Cannot create a new live stream event with a start date in the past.
|
END_DATE_TIME_NOT_AFTER_START_DATE_TIME
|
End date must be after the start date.
|
END_DATE_TIME_TOO_LATE
|
DateTime s after 1 January 2037 are not supported.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested
API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eLiveStreamEventDateTimeError\u003c/code\u003e outlines reasons for date and time errors when managing live stream events.\u003c/p\u003e\n"],["\u003cp\u003eThis error can occur if the start date is in the past, the end date is before the start date, or the end date is beyond the supported timeframe (after January 1, 2037).\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the LiveStreamEventService within the Google Ad Manager API.\u003c/p\u003e\n"]]],["The content defines the `LiveStreamEventDateTimeError` enumeration within the `LiveStreamEventService`, namespace `https://www.google.com/apis/ads/publisher/v202408`. Key errors include: `START_DATE_TIME_IS_IN_PAST` (prevents creating events with past start dates), `END_DATE_TIME_NOT_AFTER_START_DATE_TIME` (requires the end date to be after the start date), and `END_DATE_TIME_TOO_LATE` (limits event end dates to before January 1, 2037). `UNKNOWN` is for unexposed API version values.\n"],null,["# enum LiveStreamEventDateTimeError.Reason (v202408)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEventDateTimeError](/ad-manager/api/reference/v202408/LiveStreamEventService.LiveStreamEventDateTimeError) \n▼\n**LiveStreamEventDateTimeErro...**\n\nDescribes reasons for `LiveStreamEventDateTimeError`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------------------------------------|-------------------------------------------------------------------------------------|\n| `START_DATE_TIME_IS_IN_PAST` | Cannot create a new live stream event with a start date in the past. |\n| `END_DATE_TIME_NOT_AFTER_START_DATE_TIME` | End date must be after the start date. |\n| `END_DATE_TIME_TOO_LATE` | `DateTime`s after 1 January 2037 are not supported. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]