AI-generated Key Takeaways
- 
          OrderError lists errors associated with orders and inherits from ApiError. 
- 
          ApiError includes fields like fieldPath, fieldPathElements, trigger, and errorString to identify the cause of an error. 
- 
          OrderError provides specific reasons for errors related to orders, such as updating canceled or pending approval orders, invalid user or team associations, and invalid programmatic fields. 
- 
          The namespace for OrderError is https://www.google.com/apis/ads/publisher/v202502. 
- 
          The reason for an OrderError is represented by an enum, including reasons like UPDATE_CANCELED_ORDER_NOT_ALLOWEDandINVALID_FIELDS_SET_FOR_NON_PROGRAMMATIC_ORDER.
Lists all errors associated with orders.
- 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. | 
| OrderError | |
| 
                            | The error reason represented by an enum. Enumerations 
 |