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 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eCustomFieldValueError\u003c/code\u003e occurs when there are issues with custom field values during editing.\u003c/p\u003e\n"],["\u003cp\u003eThis error can arise due to various reasons, including referencing a non-existent or inactive custom field.\u003c/p\u003e\n"],["\u003cp\u003eIssues with associated custom field options or mismatched entity types can also trigger this error.\u003c/p\u003e\n"],["\u003cp\u003eThe error provides details like \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e for troubleshooting.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCustomFieldValueError.Reason\u003c/code\u003e enum further categorizes the specific cause of the error.\u003c/p\u003e\n"]]],["The document details the `CustomFieldValueError`, which is a type of `ApiError` used when editing custom field values. It outlines various services, including `CompanyService`, `CreativeService`, `ForecastService`, and others, alongside numerous error types that inherit from `ApiError`. The `CustomFieldValueError` contains a `reason` attribute with enumerations like `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `INVALID_ENTITY_TYPE`, etc. These reasons signify errors related to non-existent, inactive, or incorrect custom fields or field options.\n"],null,[]]