AI-generated Key Takeaways
- 
          CreativeWrapperError is a type of error specific to creative wrappers in the Ad Manager API. 
- 
          It inherits from ApiError and includes specific fields like reason.
- 
          The reasonfield provides detailed enumeration values indicating the cause of the creative wrapper error.
- 
          Creative wrapper errors can relate to invalid label types, unrecognized macros, missing headers or footers, or issues with applying labels to specific ad unit configurations. 
Errors specific to creative wrappers.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| 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 
 |