enum LineItemFlightDateError.Reason (v202502)

  • LineItemFlightDateError.Reason is an enumeration detailing why a target error might occur.

  • Possible reasons include start or end date/time being in the past, end date/time not being after the start time, or end date/time being too late.

  • The UNKNOWN value is returned when the actual error reason is not exposed by the requested API version.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.