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."],[[["CustomFieldValueError occurs when there are issues with custom field values during editing."],["This error can be triggered by various reasons, such as a missing custom field, an inactive custom field, or an invalid entity type."],["The error provides details like the field path, trigger data, and a reason code for easier debugging."],["It inherits properties from ApiError, offering additional context about the error."],["Developers should refer to the provided reason codes and field path information to identify and resolve the specific issue causing the CustomFieldValueError."]]],["This document details services and error handling within an API, specifically focusing on `CustomFieldValueError`. Key services include CompanyService, CreativeService, and several others related to ad management. `CustomFieldValueError` is an error type, extending `ApiError`, used when issues arise with custom field values. This includes scenarios like a missing or inactive custom field or option, or an incorrect entity type. Enumerations detail the reasons for `CustomFieldValueError`, such as `CUSTOM_FIELD_NOT_FOUND` and `INVALID_ENTITY_TYPE`.\n"]]