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 `CustomFieldValueError` is an error specific to editing custom field values in Google Ad Manager."],["It's a subclass of `ApiError` and inherits its properties like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`."],["This error has a `reason` field that indicates the specific issue encountered, such as a missing custom field or an invalid entity type."],["Potential reasons for this error include referencing a non-existent custom field, using an inactive custom field, or associating it with an incompatible entity type."],["This error falls within the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["This document details services and error handling within an ad management API, specifically version v202405. Key services include Company, Creative, CreativeSet, Forecast, LineItem, Order, Proposal, and User services. A central component is the `CustomFieldValueError`, which deals with errors arising from editing custom field values. This class, inherited from `ApiError`, includes reasons like `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, and `INVALID_ENTITY_TYPE`, detailing specific issues encountered. The document outlines the structure and the different values that can cause errors.\n"]]