[[["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-11-19 UTC."],[[["`AdjustmentService.DateError.Reason` enumerates potential date-related errors within the Ad Manager API."],["These errors include issues such as dates in the past, start dates after end dates, and invalid date ranges."],["The namespace for this enumeration is `https://www.google.com/apis/ads/publisher/v202411`."],["If an unexpected value is encountered, `UNKNOWN` will be returned, particularly in cases where the API version doesn't expose the specific reason."]]],["The core content details the `DateError` enumeration within the `AdjustmentService` of the Google Ad Manager API (v202411). It outlines possible date-related errors, specifically within the `DateError.Reason` field. The enumerated error types include `DATE_IN_PAST`, `START_DATE_AFTER_END_DATE`, `END_DATE_BEFORE_START_DATE`, `NOT_CERTAIN_DAY_OF_MONTH`, `INVALID_DATES`, and `UNKNOWN`, which indicates an unexposed error. This defines potential problems when dealing with dates in the `ForecastService`.\n"]]