AI-generated Key Takeaways
- 
          InventoryTargetingError lists all errors caused by associating a line item with a targeting expression. 
- 
          Errors include issues with required inventory, targeting/excluding the same inventory, and ancestor/descendant inventory targeting conflicts. 
- 
          Additional errors relate to explicitly targeted inventory units, self-only inventory units, and targeting YouTube audience segments with non-YouTube inventory. 
- 
          The error reason is represented by an enum with specific values describing the cause. 
- 
          The ApiError provides details like the field path, trigger, and error string for debugging. 
Lists all inventory errors caused by associating a line item with a targeting expression.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| 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. | 
| InventoryTargetingError | |
| 
                            | 
                            The error reason represented by an enum. Enumerations 
 |