Page Summary
-
ReservationDetailsError lists errors related to LineItem reservation details in the Google Ad Manager API.
-
This error inherits properties from ApiError, such as fieldPath, fieldPathElements, trigger, and errorString.
-
Specific reservation detail errors include issues with unlimited units bought, unlimited end dates, percentage units exceeding 100%, invalid durations, incorrect unit types, disallowed cost types, mismatches between cost and unit types, incorrect line item types for reservation, and unsupported dynamic allocation web properties.
-
The
reasonfield provides an enumeration indicating the specific cause of the ReservationDetailsError.
Lists all errors associated with LineItem's reservation details.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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
|