AI-generated Key Takeaways
-
OrderActionError
objects encompass errors encountered while performing actions onOrder
objects within Google Ad Manager. -
These errors inherit from the
ApiError
object, which provides details such as the field path, error trigger, and a simple error message. -
The
OrderActionError
object itself includes areason
field that categorizes the specific error encountered, ranging from permission issues to order status conflicts. -
Error reasons include
PERMISSION_DENIED
,NOT_APPLICABLE
,IS_ARCHIVED
,HAS_ENDED
,CANNOT_APPROVE_WITH_UNRESERVED_LINE_ITEMS
,CANNOT_DELETE_ORDER_WITH_DELIVERED_LINEITEMS
,CANNOT_APPROVE_COMPANY_CREDIT_STATUS_NOT_ACTIVE
, andUNKNOWN
. -
These errors are essential for troubleshooting and resolving issues related to order management in Google Ad Manager.
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
|