AI-generated Key Takeaways
-
This page lists errors related to LineItem's reservation details for various services including ForecastService, LineItemService, LineItemTemplateService, OrderService, and ProposalLineItemService.
-
The ReservationDetailsError inherits from ApiError and includes fields like fieldPath, fieldPathElements, trigger, and errorString.
-
Specific error reasons are provided through the
reason
field, represented by an enum, detailing various invalid configurations such as unlimited units bought or end date for certain line item types, incorrect percentage units bought for sponsorship line items, unsupported durations or unit types for the line item type, cost type and unit type mismatches, and other line item type restrictions. -
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
|