[[["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-05-15 UTC."],[[["LineItemFlightDateError.Reason outlines the potential errors related to the start and end times of line item flights in Google Ad Manager."],["The errors include start or end times set in the past, end times preceding start times, excessively late end times, and an unknown error category."],["These reasons are used within various Ad Manager services, such as ForecastService, LineItemService, and LineItemTemplateService, to pinpoint issues with line item flight dates."],["Developers can utilize this information to troubleshoot and resolve scheduling conflicts or incorrect date settings for line items in their Ad Manager accounts."]]],["The core content details the `LineItemFlightDateError.Reason` enumeration, which outlines the potential reasons for errors related to line item flight dates within the Google Ad Manager API. This enumeration is applicable to multiple services: `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, and `PublisherQueryLanguageService`. The possible error reasons are `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`.\n"]]