AI-generated Key Takeaways
-
The content outlines various service-related errors that can occur in the Google Ad Manager API, focusing on audience segment related requests.
-
It details the inheritance structure for errors, with
AudienceSegmentError
inheriting fromApiError
. -
The
ApiError
object contains fields such asfieldPath
,fieldPathElements
,trigger
, anderrorString
to help identify the cause of an error. -
The
AudienceSegmentError
specifically provides areason
field with a comprehensive list of potential issues related to audience segments, such as invalid names, duplicate names, rule errors, and unsupported segment types. -
The namespace for these services and errors is
https://www.google.com/apis/ads/publisher/v202508
.
Errors that could occur on audience segment related requests.
- 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. |
AudienceSegmentError
|
|
|
Enumerations
|