AI-generated Key Takeaways
- 
          OrderError is associated with various services including ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, OrderService, PublisherQueryLanguageService, and TeamService. 
- 
          OrderError inherits from ApiError and includes fields such as fieldPath, fieldPathElements, trigger, and errorString. 
- 
          Specific to OrderError is the 'reason' field, which provides an enumerated reason for the error, such as updating a canceled or pending order, inability to modify proposal ID, or user/agency not being associated with the order's teams. 
- 
          The namespace for OrderError is https://www.google.com/apis/ads/publisher/v202505.
- 
          Various enumerated reasons for OrderError indicate issues like updating orders in invalid states, incorrect user or agency associations with order teams, and setting programmatic fields on non-programmatic orders. 
Lists all errors associated with orders.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| 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 
 |