AI-generated Key Takeaways
- 
          CreativeError is used across multiple Ad Manager API services including CreativeService, CreativeSetService, ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, OrderService, and PublisherQueryLanguageService. 
- 
          CreativeError inherits from ApiError and includes fields such as fieldPath,fieldPathElements,trigger, anderrorString.
- 
          Specific reasons for a CreativeError are enumerated and include issues like identical Flash and Fallback URLs, incorrect destination URL usage, invalid company types, and unsupported creative sizes. 
- 
          Other enumerated reasons for CreativeError cover problems with duplicate or invalid creative assets, inability to create certain creative types, and issues with third-party impression trackers or hosted video creatives. 
Lists all errors associated with creatives.
- 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. | 
| CreativeError | |
| 
                            | The error reason represented by an enum. Enumerations 
 |