AI-generated Key Takeaways
-
ReservationDetailsError lists errors related to LineItem's reservation details and inherits from ApiError.
-
This error type is used in ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, and PublisherQueryLanguageService.
-
Specific reasons for this error include issues with unlimited units or end dates, high percentage units bought for sponsorship line items, incorrect duration or unit types for the line item type, cost type and unit type mismatches, line item types that cannot reserve inventory, and restrictions on changing network remnant line item types after delivery starts.
-
The error provides details like the field path, parsed field path elements, trigger data, and a simple error string.
-
There is a deprecated CPA line item restriction for end dates older than February 22, 2024.
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
|