AI-generated Key Takeaways
-
TimeZoneError.Reasondescribes different reasons for invalid timezone errors within various Ad Manager services. -
Possible reasons for a
TimeZoneErrorinclude an invalid timezone ID, a timezone ID in the wrong format (requiring tz database format), or an unknown error. -
This error and its reasons are relevant to services such as ForecastService, LineItemService, OrderService, and others.
Describes reasons for invalid timezone.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
INVALID_TIMEZONE_ID
|
Indicates that the timezone ID provided is not supported. |
TIMEZONE_ID_IN_WRONG_FORMAT
|
Indicates that the timezone ID provided is in the wrong format. The timezone ID must be in tz database format (e.g. "America/Los_Angeles"). |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |