enum LineItemFlightDateError.Reason (v202411)

  • LineItemFlightDateError.Reason outlines the potential errors associated with line item flight dates in Google Ad Manager.

  • These errors can include issues with start and end times, such as past dates, incorrect sequencing, or exceeding allowed durations.

  • The error reasons are used by various services including ForecastService, LineItemService, and ProposalLineItemService.

  • A catch-all "UNKNOWN" reason is provided for cases where the specific error isn't exposed by the API version in use.

The reasons for the target error.


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