AI-generated Key Takeaways
-
OrderError is a type of ApiError that lists all errors associated with orders in the Google Ad Manager API.
-
OrderError includes fields for the error reason, field path, field path elements, trigger data, and a simple string representation of the error.
-
Specific error reasons for OrderError include restrictions on updating orders based on their status, rules about setting proposal IDs, and requirements for user and agency associations with order teams.
-
The OrderError.Reason enumeration provides specific reasons for errors, such as
UPDATE_CANCELED_ORDER_NOT_ALLOWEDorPRIMARY_USER_REQUIRED.
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
|