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 `LineItemTemplateService` allows for management of line item templates within Google Ad Manager."],["`CustomFieldValueError` occurs when there's an issue with custom field values, such as referencing a non-existent, inactive, or mismatched custom field or option."],["This error can arise when creating or updating line item templates through the `LineItemTemplateService`."],["The `CustomFieldValueError` provides specific reasons for the error, like a missing custom field, inactive custom field, or invalid entity type, aiding in troubleshooting."],["Developers should ensure custom field values are valid and correspond to active, existing custom fields to avoid encountering this error."]]],["This document details error handling within ad management services, specifically focusing on `CustomFieldValueError`. It lists various services, including `CompanyService`, `CreativeService`, `LineItemService`, and `LineItemTemplateService`, that utilize these error types. The `CustomFieldValueError` contains a `reason` field, and uses an enum that includes errors like `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, and `INVALID_ENTITY_TYPE`, all related to problems with custom field values or option modifications. It inherit from `ApiError` which contains details like `fieldPath`, `trigger`, and `errorString`.\n"]]