AI-generated Key Takeaways
-
LineItemOperationError lists errors for executing operations on line items within the
https://www.google.com/apis/ads/publisher/v202411
namespace. -
This error inherits from ApiError and includes fields such as
fieldPath
,fieldPathElements
,trigger
, anderrorString
to help identify the cause of the error. -
The
reason
field provides an enumeration of possible error reasons for LineItem operations, such asNOT_ALLOWED
,NOT_APPLICABLE
,HAS_COMPLETED
, andCANNOT_DELETE_DELIVERED_LINE_ITEM
. -
Other reasons for LineItemOperationError include issues with active creatives, legacy line items, unconfigured line items, and advertiser company credit status.
-
An
UNKNOWN
reason is used when the actual error value is not available in the requested API version.
Lists all errors for executing operations on line items
- 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. |
LineItemOperationError
|
|
|
The error reason represented by an enum. Enumerations
|