AI-generated Key Takeaways
-
This webpage lists various services available in the Ad Manager API v202411, including AdRuleService, AdjustmentService, and many others related to ad management, targeting, and reporting.
-
It provides detailed information on
CommonError
, a class used to handle errors across multiple services, defining its properties likefieldPath
,trigger
, andreason
with a link for further exploration. -
The
CommonError
class defines a set of error reasons via enumeration, such asNOT_FOUND
,ALREADY_EXISTS
,CANNOT_UPDATE
, andUNSUPPORTED_OPERATION
, which are used to specify the cause of an error. -
The webpage includes an
ApiError
class, which can be inherited, outlining essential properties likefieldPath
anderrorString
for identifying and describing the details of specific errors encountered during API interactions. -
The content covers several error types derived from
CommonError
such asApiVersionError
,AssetError
,AuthenticationError
, and many others, each representing distinct potential issues.
A place for common errors that can be used across services.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |
CommonError
|
|
|
Enumerations
|