enum LineItemFlightDateError.Reason (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
ForecastService and related services depend on the LineItemFlightDateError which specifies reasons for errors related to flight dates.
Enumerations for LineItemFlightDateError.Reason include issues with start and end dates being in the past, the end date not being after the start date, and the end date being too late.
The UNKNOWN enumeration indicates a value not exposed by the requested API version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The content defines the `LineItemFlightDateError.Reason` enumeration, specifying potential errors related to line item flight dates. It details five possible error reasons: `START_DATE_TIME_IS_IN_PAST`, `END_DATE_TIME_IS_IN_PAST`, `END_DATE_TIME_NOT_AFTER_START_TIME`, `END_DATE_TIME_TOO_LATE`, and `UNKNOWN`. This error type is associated with several services, including `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService`, `LineItemTemplateService`, and `PublisherQueryLanguageService`, within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]