AI-generated Key Takeaways
-
This content details the
OrderErrorwithin the LineItemTemplateService for the Ad Manager API, outlining associated services and inheritance. -
It provides a list of errors that inherit from
ApiError, including various targeting, permission, and range errors. -
The
OrderErrorspecifically lists reasons related to updating orders based on their status, user and team associations, and programmatic settings. -
Inherited fields like
fieldPath,fieldPathElements,trigger, anderrorStringhelp identify and understand the cause of an API error. -
Specific
OrderError.Reasonenumerations clarify the exact nature of order-related issues, such as not allowing updates to canceled or archived 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
|