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 2024-08-20 UTC."],[[["The `ProposalService` allows you to manage proposals, including creating, updating, and retrieving them."],["It lists all errors associated with proposals, categorized by their reasons and potential solutions."],["The `ProposalError` object outlines specific error reasons, such as issues with company credit status, contacts, or currency codes."],["Errors are detailed with fields like `fieldPath`, `trigger`, and `errorString` to aid in debugging."],["`ProposalError.Reason` provides an enumeration of potential error causes, ranging from ad server issues to proposal status conflicts."]]],["The core content outlines the `ProposalError` service and its related errors within the `ProposalService`. It details specific errors like `UPDATE_ADVERTISER_NOT_ALLOWED`, `INVALID_CONTACT`, and `DUPLICATED_COMPANY_ASSOCIATION`, among others. These errors pertain to issues such as updating proposals, managing contacts, and company associations. The document also defines the structure of `ApiError` and describes its fields `fieldPath`, `fieldPathElements`, `trigger` and `errorString`.\n"]]