AI-generated Key Takeaways
-
LineItemOperationError lists all errors for executing operations on line items within the specified namespace.
-
This error inherits from ApiError, which provides fields like fieldPath, fieldPathElements, trigger, and errorString for debugging.
-
The primary field of LineItemOperationError is 'reason', which is an enum indicating specific error types for line item operations.
-
Possible reasons for a LineItemOperationError include lack of permissions, the operation not being applicable to the line item's state, the line item being completed, or issues related to creatives, company credit status, or line item type.
Lists all errors for executing operations on line items
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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
|