AI-generated Key Takeaways
- 
          This page lists various errors associated with orders in the Ad Manager API. 
- 
          The errors are inherited from ApiErrorand include fields such asfieldPath,trigger, anderrorString.
- 
          Specific OrderErrorreasons are listed, such asUPDATE_CANCELED_ORDER_NOT_ALLOWED,PRIMARY_USER_REQUIRED, andUNKNOWN.
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 
 |