enum LineItemFlightDateError.Reason (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
LineItemFlightDateError.Reason outlines the possible reasons for errors related to line item flight dates.
Errors can occur if the start date or end date are in the past, or if the end date is not after the start date or is too late.
The enumeration includes specific reasons such as 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.
[[["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 provided content outlines services related to managing line items and orders, including ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, and PublisherQueryLanguageService. These services are dependent on the `LineItemFlightDateError`, which specifies reasons for errors related to line item flight dates. The `LineItemFlightDateError.Reason` enumeration lists possible issues: `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`. The namespace is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]