AI-generated Key Takeaways
- 
          LineItemOperationError lists all errors encountered when executing operations on line items within the specified namespace. 
- 
          These errors can be related to permissions, line item state, active creatives, company credit status, and other operational issues. 
- 
          The error details include the field path, trigger data, a simple error string, and a reason represented by an enumeration. 
- 
          The enumeration provides specific reasons for the error, such as NOT_ALLOWED,HAS_COMPLETED, orCANNOT_DELETE_DELIVERED_LINE_ITEM.
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 
 |