AI-generated Key Takeaways
-
ReservationDetailsError lists errors related to LineItem reservation details within several services including ForecastService, LineItemService, and OrderService.
-
This error type inherits from ApiError and includes fields such as fieldPath, fieldPathElements, trigger, and errorString.
-
The reason for a ReservationDetailsError is represented by an enum and can indicate issues like unlimited units bought not being allowed for certain line item types or percentage units bought exceeding 100% for sponsorship line items.
-
Other reasons include limitations on end dates for CPA line items and restrictions on changing network remnant line item types after delivery begins.
-
The namespace for ReservationDetailsError is
https://www.google.com/apis/ads/publisher/v202508
.
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
|