AI-generated Key Takeaways
-
This documentation details common errors encountered when using the Google Ad Manager API.
-
It provides a comprehensive list of error types, including
CommonError
, and their corresponding reasons. -
Each error type is linked to a dedicated page containing further information.
-
The documentation outlines the inheritance structure of errors, with
ApiError
as the base andCommonError
as a specific type. -
It explains the meaning of each error reason, such as
NOT_FOUND
,ALREADY_EXISTS
, and others.
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
|