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 ReservationDetailsError specifically details reasons for reservation issues through an enumerated
reasonfield. -
Possible reservation error reasons include issues with unlimited units bought, unlimited end dates, percentage units bought being too high, invalid duration, incorrect unit type, invalid cost type, cost type/unit type mismatches, unsupported line item types for reservation, inability to update network remnant order line item types, invalid backfill web property code, and deprecated CPA line items.
Lists all errors associated with LineItem's reservation details.
- 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. |
ReservationDetailsError
|
|
|
The error reason represented by an enum. Enumerations
|