AI-generated Key Takeaways
-
DealError
objects represent errors encountered when creating or updating programmatic proposals. -
These errors often occur within the
ProposalService
andProposalLineItemService
contexts. -
DealError
inherits fromApiError
and provides a specificreason
field to detail the error type. -
The
reason
field is an enumeration with values likeCANNOT_ADD_LINE_ITEM_WHEN_SOLD
,MISSING_PROPOSAL_LINE_ITEMS
, andPROPOSAL_OUT_OF_SYNC_WITH_MARKETPLACE
. -
The errors are categorized by reasons such as proposal status, missing data, or synchronization issues with the Marketplace.
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
|