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-02-13 UTC."],[[["The `ProposalService` allows for management and interaction with proposals in the system."],["`CustomFieldValueError` occurs when there are issues related to custom field values, such as referencing a non-existent or inactive custom field."],["This error can also arise from mismatched entity types or specifying a custom field option that cannot be located."],["The namespace for the `ProposalService` is `https://www.google.com/apis/ads/publisher/v202402`."],["Detailed error information is provided through fields like `fieldPath`, `trigger`, and `errorString`, while `reason` further clarifies `CustomFieldValueError` specifics."]]],["This content details error handling for custom field values within an ad management API, specifically version v202402. It outlines various services, including Company, Creative, Forecast, and Proposal services, that may encounter `CustomFieldValueError`. The document lists numerous error types inherited from `ApiError`, focusing on issues like missing or inactive custom fields/options, and incorrect entity types. Error reasons, represented by enums, include `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, and `INVALID_ENTITY_TYPE`.\n"]]