AI-generated Key Takeaways
-
DealError
represents errors related to creating or updating programmatic proposals. -
ApiError
is an inherited field that provides details about the error including the field path and trigger data. -
The
reason
field provides an enumerated list of specific errors that can occur with deals, such as being unable to modify a sold proposal or a missing environment. -
The
DealError.Reason
enumeration includes detailed explanations for various error scenarios encountered when managing programmatic proposals.
Errors associated with creating or updating programmatic proposals.
- 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. |
DealError
|
|
|
The error reason represented by an enum. Enumerations
|