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` occurs when there are issues with custom field values during operations in Google Ad Manager."],["This error can be triggered by various reasons like referencing a non-existent, inactive, or mismatched custom field/option."],["It can also arise from attempting to associate a custom field value with an incompatible entity type."],["The `CustomFieldValueError` object provides details like `fieldPath`, `trigger`, and `errorString` for debugging."],["The `reason` field categorizes the specific cause of the error, offering insights for resolution."]]],["This document details error handling for ad management services, specifically `CustomFieldValueError`. Services like Company, Creative, and LineItem are listed. The core of the content focuses on the `CustomFieldValueError`, which inherits from `ApiError`, and is triggered when modifying custom field values. Error reasons include `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, and `INVALID_ENTITY_TYPE`. It provides the namespace and identifies fields like `fieldPath`, `trigger`, `errorString`, and the `reason` for the error.\n"]]