AI-generated Key Takeaways
-
DateError.Reason is used to identify specific date-related errors within the Google Ad Manager API.
-
This enumeration includes reasons such as dates in the past, start dates after end dates, and other invalid date configurations.
-
It is part of the ForecastService and AdjustmentService and utilizes the DateError dependency.
-
The namespace for DateError.Reason is
https://www.google.com/apis/ads/publisher/v202411
.
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. |