AI-generated Key Takeaways
-
This page lists common errors for the CreativeWrapperService in Google Ad Manager.
-
Errors are categorized by inheritance, starting with ApiError and extending to specific error types like CommonError.
-
Each error type has fields like fieldPath, trigger, and errorString to provide detailed information about the error.
-
CommonError includes a reason field that explains the cause of the error, such as NOT_FOUND or ALREADY_EXISTS.
-
This documentation provides a namespace for easy identification and integration within Google Ad Manager's 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
|