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)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eDealError\u003c/code\u003e objects represent errors encountered when creating or updating programmatic proposals.\u003c/p\u003e\n"],["\u003cp\u003eThese errors often occur within the \u003ccode\u003eProposalService\u003c/code\u003e and \u003ccode\u003eProposalLineItemService\u003c/code\u003e contexts.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDealError\u003c/code\u003e inherits from \u003ccode\u003eApiError\u003c/code\u003e and provides a specific \u003ccode\u003ereason\u003c/code\u003e field to detail the error type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field is an enumeration with values like \u003ccode\u003eCANNOT_ADD_LINE_ITEM_WHEN_SOLD\u003c/code\u003e, \u003ccode\u003eMISSING_PROPOSAL_LINE_ITEMS\u003c/code\u003e, and \u003ccode\u003ePROPOSAL_OUT_OF_SYNC_WITH_MARKETPLACE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe errors are categorized by reasons such as proposal status, missing data, or synchronization issues with the Marketplace.\u003c/p\u003e\n"]]],["The core content outlines services and errors related to programmatic proposals. Key services include `ProposalLineItemService`, `ProposalService`, and `PublisherQueryLanguageService`. The document details the `ApiError` inheritance, listing various specific errors like `DealError`, `ForecastError`, and `PermissionError`. `DealError` provides reasons for proposal issues, including cases where adding or archiving line items or proposals is blocked when the proposal is sold, or proposal is not sync with Marketplace. Each `ApiError` has `fieldPath`, `trigger` and `errorString`.\n"],null,[]]