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 `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 field or option."],["This error can arise when creating or modifying `CustomFieldValues` associated with line item templates."],["Several reasons for `CustomFieldValueError` are outlined, including issues with the custom field, its options, and the entity type it's associated with."],["The `LineItemTemplateService` inherits from `ApiError` and provides detailed error information through fields like `fieldPath`, `trigger`, and `errorString`."]]],["This document details API services and error handling related to ad management. It lists services like `CompanyService`, `CreativeService`, and `LineItemTemplateService`, among others. It defines `ApiError` and its attributes such as `fieldPath`, `trigger`, and `errorString`. The document further explains `CustomFieldValueError`, an error specific to custom field value modifications, with reasons such as `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, and `INVALID_ENTITY_TYPE`. These errors indicate issues like missing or inactive custom fields, incorrect field options, and wrong entity types.\n"]]