enum LineItemFlightDateError.Reason (v202502)

  • ForecastService utilizes several other services including LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, and PublisherQueryLanguageService.

  • The LineItemFlightDateError, a dependency, outlines reasons for target errors related to line item flight dates.

  • Reasons for the LineItemFlightDateError include issues with start and end times being in the past, the end time not being after the start time, the end time being too late, and an unknown reason for values not exposed by the API.

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.