AI-generated Key Takeaways
-
DealError
objects represent errors encountered when creating or updating programmatic proposals. -
These errors often occur due to issues like missing proposal line items, a proposal being sold, or required buyer approval.
-
The
reason
field provides specific information about the error, such asCANNOT_ADD_LINE_ITEM_WHEN_SOLD
orMISSING_PROPOSAL_LINE_ITEMS
. -
DealError
inherits fromApiError
, which includes details like field path, trigger, and error string. -
Programmatic proposals are managed within the namespace
https://www.google.com/apis/ads/publisher/v202411
.
Errors associated with creating or updating programmatic proposals.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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
|