AI-generated Key Takeaways
-
ReservationDetailsError lists all errors associated with a LineItem's reservation details.
-
This error inherits from ApiError and includes fields like fieldPath, fieldPathElements, trigger, and errorString.
-
The error reason is represented by an enum with various possible values indicating issues such as unlimited units bought, end date limitations, percentage units bought exceeding 100, and mismatches between cost and unit types.
-
Certain line item types and configurations for duration, unit type, and cost type are not allowed for inventory reservation.
-
CPA line items cannot have end dates prior to February 22, 2024.
Lists all errors associated with LineItem's reservation details.
- 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. |
ReservationDetailsError
|
|
|
The error reason represented by an enum. Enumerations
|