AI-generated Key Takeaways
-
This document provides an overview of various services and their associated common errors within the Google Ad Manager API, version 202411.
-
The services listed include AdRuleService, AdjustmentService, AdsTxtService, and many more, covering a wide range of functionalities from content management to forecasting and reporting.
-
It details the structure of the
ApiError
, including fields such asfieldPath
,fieldPathElements
,trigger
, anderrorString
, which provide information about the cause of the error. -
The
CommonError
section lists the possible reasons for errors, such asNOT_FOUND
,ALREADY_EXISTS
, andUNSUPPORTED_OPERATION
, along with brief explanations for each. -
The document also presents the inheritance structure, showing that various error types, such as
ApiVersionError
,AuthenticationError
, and others, inherit fromApiError
.
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
|