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-11-19 UTC."],[[["`CustomFieldValueError` occurs when there are issues with custom field values during editing."],["This error can arise due to various reasons, including a missing custom field, an inactive custom field, or an invalid entity type association."],["The `reason` field provides specific information about the cause of the error, helping in troubleshooting."],["The error details can be further understood using inherited fields like `fieldPath`, `trigger`, and `errorString` from `ApiError`."],["This error is relevant to several services in Google Ad Manager, including CreativeService, ProposalService, and LineItemService, indicating its applicability across different areas of the platform."]]],["The content details the `CustomFieldValueError`, which occurs when editing custom field values. It outlines several services: `CompanyService`, `CreativeService`, `ForecastService`, and others. The `ApiError` class is inherited and includes properties like `fieldPath`, `trigger`, and `errorString`. `CustomFieldValueError` has a `reason` field that can be one of five enums: `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, `INVALID_ENTITY_TYPE`, and `UNKNOWN`. These reasons describe specific errors when interacting with custom field data.\n"]]