enum LineItemFlightDateError.Reason (v202411)

  • LineItemFlightDateError.Reason identifies the specific reason for an error related to a line item's flight dates in Google Ad Manager.

  • This error can occur in various services such as ForecastService, LineItemService, LineItemTemplateService, OrderService, and ProposalLineItemService.

  • Possible reasons include start or end times in the past, end time before start time, end time too far in the future, or an unknown issue.

  • The enumeration values, like START_DATE_TIME_IS_IN_PAST, provide detailed information about the error type.

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.