AI-generated Key Takeaways
-
This page lists all errors that can occur when performing actions on Order objects in Google Ad Manager.
-
OrderActionError is the main error type, encompassing reasons such as permission issues, order state conflicts, and reservation problems.
-
The errors are organized by a namespace for v202411 of the Ad Manager API and include inherited ApiError types.
-
Each error has a reason field indicating the specific cause, like
PERMISSION_DENIED
orIS_ARCHIVED
, with detailed explanations provided. -
The table provides further information on each error, including field paths, triggers, and error strings for debugging purposes.
Lists all errors associated with performing actions on Order objects.
- 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. |
OrderActionError
|
|
|
The error reason represented by an enum. Enumerations
|