AI-generated Key Takeaways
-
DateError.Reason enumerates all possible date specific errors within the https://www.google.com/apis/ads/publisher/v202411 namespace.
-
Possible date errors include dates in the past, start dates after end dates, end dates before start dates, invalid dates, and uncertainty about the day of the month.
-
The
UNKNOWNenumeration value is returned when the actual value is not exposed by the requested API version.
Enumerates all possible date specific errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
| Enumeration | Description |
|---|---|
DATE_IN_PAST
|
|
START_DATE_AFTER_END_DATE
|
|
END_DATE_BEFORE_START_DATE
|
|
NOT_CERTAIN_DAY_OF_MONTH
|
|
INVALID_DATES
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |