AI-generated Key Takeaways
- 
          CreativeWrapperError defines specific errors related to creative wrappers in the Ad Manager API. 
- 
          This error type inherits properties from ApiError, including fieldPath, fieldPathElements, trigger, and errorString. 
- 
          CreativeWrapperError includes a reasonfield which is an enum indicating the specific cause of the error, such as invalid label type or unrecognized macros.
- 
          There are various specific reasons listed for CreativeWrapperError, covering scenarios like label association issues, invalid label types, missing header/footer, and restrictions on applying creative wrappers to certain ad unit types. 
Errors specific to creative wrappers.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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 
 |