[[["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 2024-08-20 UTC."],[[["LineItemFlightDateError.Reason outlines the potential errors associated with line item flight dates in Google Ad Manager."],["These errors include issues like start or end times being in the past, the end time preceding the start time, and the end time exceeding allowed limits."],["It is used by multiple services within Ad Manager, including ForecastService, LineItemService, and ProposalLineItemService, to handle flight date validation."],["The error reasons are represented by an enumeration with specific values for each error type, like START_DATE_TIME_IS_IN_PAST or END_DATE_TIME_TOO_LATE."],["An 'UNKNOWN' reason is returned if the encountered error is not defined within the current API version being accessed."]]],["The provided content details the `LineItemFlightDateError.Reason` enumeration, which outlines the potential reasons for errors related to line item flight dates within several services: `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, and `PublisherQueryLanguageService`. The error reasons include: `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` (for unexposed API values). These errors are applicable to date ranges associated with line items.\n"]]