[[["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."],[[["The `DateError.Reason` enumeration lists potential date-related errors within the Ad Manager API."],["Errors can include dates in the past, start dates occurring after end dates, or vice-versa, uncertain days of the month, and generally invalid dates."],["It's part of the ForecastService and AdjustmentService and falls under the `https://www.google.com/apis/ads/publisher/v202408` namespace."],["An `UNKNOWN` error may occur if the API version doesn't expose the specific issue."]]],["The document details the `DateError.Reason` enumeration within the `ForecastService` and `AdjustmentService` namespace. It lists possible date-specific errors, including `DATE_IN_PAST`, `START_DATE_AFTER_END_DATE`, `END_DATE_BEFORE_START_DATE`, `NOT_CERTAIN_DAY_OF_MONTH`, `INVALID_DATES`, and `UNKNOWN`. `UNKNOWN` is returned when the actual error value isn't available in the current API version. These errors relate to date inconsistencies and validity checks within the service.\n"]]