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-05-15 UTC."],[[["The `ProposalService` handles proposal creation, updates, and management within Google Ad Manager."],["This service exposes a comprehensive list of errors (`ProposalError`) categorized by reason to aid in troubleshooting."],["These errors encompass a variety of issues such as invalid data, company credit status, and user permissions."],["The `ProposalError.Reason` enumeration details specific error reasons, like unacceptable company credit or duplicate contacts."],["This information helps developers to effectively address proposal-related issues during integration with the Ad Manager API."]]],["The content outlines errors associated with the `ProposalService` in the ad manager API. It details the inheritance structure where `ApiError` is the parent, and lists various specific error types like `AuthenticationError`, `BillingError`, and `ProposalError`. The `ProposalError` lists causes such as issues with contacts, duplicated entries, unsupported company credit statuses, currency code problems, and restrictions on updating certain fields. The API also specifies fields such as `fieldPath`, `trigger` and the `errorString`.\n"]]