AI-generated Key Takeaways
-
This page lists all errors associated with orders within the Google Ad Manager API.
-
The
OrderError
object provides details about the specific reason for an order error, categorized byOrderError.Reason
. -
The table outlines the fields and their descriptions for both
ApiError
(inherited) andOrderError
objects. -
Each error reason is represented by an enum value with a descriptive message explaining the cause of the error.
-
Detailed information about individual fields, such as
fieldPath
,trigger
, anderrorString
, is available for understanding the context of errors.
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
|