AI-generated Key Takeaways
-
This page documents the
OrderError
object in the Google Ad Manager API. -
OrderError
is associated with theLineItemTemplateService
and lists all errors related to orders in Ad Manager. -
The
OrderError
object inherits fromApiError
and includes areason
field indicating the specific error encountered. -
The
reason
field can have various values such asUPDATE_CANCELED_ORDER_NOT_ALLOWED
orPRIMARY_USER_REQUIRED
, providing details about the order error. -
Developers can use this information to understand and troubleshoot errors when working with orders through the Ad Manager API.
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
|