AI-generated Key Takeaways
-
OrderError
objects detail errors encountered while performing operations on orders within the system. -
These errors often involve restrictions on modifying orders in specific states (e.g., canceled, pending approval, archived).
-
OrderError
also covers issues with user and team associations, ensuring proper permissions and relationships. -
Programmatic-related errors are flagged when attempting to set specific fields on non-programmatic orders.
-
A comprehensive list of error reasons is available in the
OrderError.Reason
enumeration.
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
|