AI-generated Key Takeaways
-
ReservationDetailsError is an error type specifically for issues related to a LineItem's reservation details.
-
This error inherits properties from ApiError such as field path, trigger data, and a string representation of the error.
-
The error reason is represented by an enum, including various specific issues like invalid units bought, incorrect end date settings, disallowed duration or unit types, cost type mismatches, and inappropriate line item types for inventory reservation or web property association.
Lists all errors associated with LineItem's reservation details.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |
ReservationDetailsError
|
|
|
The error reason represented by an enum. Enumerations
|