enum TimeZoneError.Reason (v202502)

  • TimeZoneError.Reason describes different reasons for invalid timezone IDs.

  • Reasons include using an unsupported timezone ID or providing the timezone ID in an incorrect format.

  • The timezone ID should be in tz database format, such as "America/Los_Angeles".

  • An UNKNOWN value is returned if the actual reason is not exposed by the requested API version.

Describes reasons for invalid timezone.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.