AI-generated Key Takeaways
-
This page documents
CommonError
, a place for common errors used across Google Ad Manager services. -
CommonError
inherits fromApiError
and provides areason
field detailing the error type. -
The
reason
field can have values likeNOT_FOUND
,ALREADY_EXISTS
,NOT_APPLICABLE
, etc., to indicate the specific error scenario. -
Developers can use this information to understand and handle common errors encountered while using the Google Ad Manager API.
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
|