AI-generated Key Takeaways
-
ForecastService and other listed services depend on LineItemFlightDateError.
-
LineItemFlightDateError has several reasons defined as an enumeration, including issues with start and end dates.
-
The enumeration
LineItemFlightDateError.Reasonincludes specific reasons like start date being in the past, end date being in the past, end date not being after start time, and end date being too late. -
An UNKNOWN value is returned if the actual value is not exposed by the requested API version.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
START_DATE_TIME_IS_IN_PAST
|
|
END_DATE_TIME_IS_IN_PAST
|
|
END_DATE_TIME_NOT_AFTER_START_TIME
|
|
END_DATE_TIME_TOO_LATE
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |