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."],[[["`CustomFieldValueError` occurs when there are issues related to custom field values within the LineItemService and other related services."],["This error can arise from scenarios like referencing a non-existent or inactive custom field, using an invalid entity type, or encountering issues with custom field options."],["`CustomFieldValueError` inherits from `ApiError`, providing contextual information about the error, including field path, trigger, and error string."],["Several services, including `CompanyService`, `CreativeService`, and `LineItemService`, among others, can encounter this error."],["The `reason` field within `CustomFieldValueError` provides specific details regarding the cause of the error, categorized by an enum with values like `CUSTOM_FIELD_NOT_FOUND` or `INVALID_ENTITY_TYPE`."]]],["The content outlines error handling for various services, including Company, Creative, Forecast, and LineItem services. It details the `CustomFieldValueError`, focusing on errors when editing custom field values. Key issues include non-existent or inactive custom fields, missing custom field options, and incorrect entity types. `ApiError` fields indicate the error's location and cause. Specific error reasons are enumerated like `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, and `INVALID_ENTITY_TYPE`.\n"]]