AI-generated Key Takeaways
-
The ReservationDetailsError lists all errors associated with LineItem's reservation details within the specified namespace.
-
This error type inherits from ApiError and includes fields like fieldPath, fieldPathElements, trigger, and errorString for debugging.
-
Specific error reasons are provided as enumerations, covering issues such as unlimited units or end dates for inappropriate line item types, exceeding percentage limits for sponsorship line items, unsupported durations or unit types for certain line item types, and cost type and unit type mismatches.
-
Additional error reasons address restrictions on line item types for inventory reservation, limitations on changing network remnant line item types, restrictions on dynamic allocation web properties for AdSense or Ad Exchange line items, deprecation of CPA line items with old end dates, and an unknown reason for values not exposed by the API version.
Lists all errors associated with LineItem's reservation details.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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
|