AI-generated Key Takeaways
-
This documentation details the
ReservationDetailsError
object within the Google Ad Manager API. -
ReservationDetailsError
encompasses a range of errors that can occur during the reservation process for line items, particularly concerning settings like duration, units bought, and cost type. -
The
reason
field of this error object provides a specific explanation for the error, represented by an enum value likeUNLIMITED_UNITS_BOUGHT_NOT_ALLOWED
orDURATION_NOT_ALLOWED
. -
Developers can use this information to diagnose and address reservation-related errors when interacting with the Ad Manager API.
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
|