AI-generated Key Takeaways
-
The content details the
TimeZoneError
within theLineItemTemplateService
of the Google Ad Manager API, specifically for version v202508. -
TimeZoneError
indicates issues related to timezone IDs, such as invalid or incorrectly formatted IDs. -
This error inherits from
ApiError
, which includes fields likefieldPath
,trigger
, anderrorString
to help identify the cause and nature of the error. -
The supported timezone ID format is specified as tz database format (e.g., "America/Los_Angeles").
Errors related to timezones.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
TimeZoneError
|
|
|
Enumerations
|