[[["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 identifies the cause of errors related to line item flight dates in Google Ad Manager."],["Reasons include start or end dates in the past, end date before the start date, end date too far in the future, and an unknown reason."],["This enumeration is used by various services like ForecastService, LineItemService, and OrderService."],["The namespace for LineItemFlightDateError.Reason is `https://www.google.com/apis/ads/publisher/v202405`."]]],["The provided content defines `LineItemFlightDateError.Reason`, an enumeration type used across several services: `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, and `PublisherQueryLanguageService`. This error type has dependencies on `LineItemFlightDateError`. It specifies possible reasons for errors related to line item flight dates, including `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`. These reasons explain common issues encountered when defining start and end times.\n"]]