AI-generated Key Takeaways
-
CreativeWrapperError
objects represent errors specific to creative wrappers in Google Ad Manager. -
These errors can occur due to various reasons, such as invalid label types, unrecognized macros, or issues with ad unit compatibility.
-
The
reason
field provides a specific code indicating the cause of the error, helping to diagnose and resolve the issue. -
Detailed information about each error reason can be found in the documentation linked within the content.
-
CreativeWrapperError
inherits fromApiError
, providing additional context like field paths and error strings.
Errors specific to creative wrappers.
- 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. |
CreativeWrapperError
|
|
|
The error reason represented by an enum. Enumerations
|