AI-generated Key Takeaways
-
This page details errors related to LineItem reservation details within the Google Ad Manager API, specifically for version v202508.
-
The
ReservationDetailsError
lists various reasons for reservation detail errors, including issues with units bought, end dates, percentages, durations, unit types, cost types, line item types, and backfill web property codes. -
Inherited fields from
ApiError
likefieldPath
,fieldPathElements
,trigger
, anderrorString
provide details to identify the cause, location, and description of the error. -
Several different services, such as ForecastService, LineItemService, and OrderService, can throw
ReservationDetailsError
. -
The namespace for these errors 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
|