AI-generated Key Takeaways
-
LineItemFlightDateError.Reason
enumerates the possible causes for errors related to line item flight dates within various Ad Manager services. -
Specific reasons for this error include start or end dates being in the past, the end date not being after the start date, and the end date being too far in the future.
-
The
UNKNOWN
reason indicates that the actual error value is not accessible in the API version being used.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |