AI-generated Key Takeaways
-
OrderError
objects detail issues encountered when interacting with orders in Ad Manager. -
These errors often relate to order status (canceled, pending, archived), user permissions, or team associations.
-
OrderError
provides specific reasons for the error, likeUPDATE_CANCELED_ORDER_NOT_ALLOWED
orUSER_NOT_ON_ORDERS_TEAMS
, through thereason
field. -
The
ApiError
inheritance provides additional context, such as the field path causing the error and a detailed error string.
Lists all errors associated with orders.
- 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. |
OrderError
|
|
|
The error reason represented by an enum. Enumerations
|