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-08-20 UTC."],[[["`CustomFieldValueError` occurs when there are issues with custom field values during operations within the LineItemService and other services."],["This error can arise due to various reasons, such as referencing a non-existent or inactive custom field, using an invalid entity type, or encountering issues with custom field options."],["The error provides details including the field path, trigger data, and a specific reason code for easier debugging."],["The `CustomFieldValueError` inherits from `ApiError`, providing a consistent structure for handling errors in the Google Ad Manager API."]]],["This content details error handling and service interactions within an ad management system, specifically focusing on `CustomFieldValueError`. Services include `CompanyService`, `CreativeService`, `LineItemService`, and others. `CustomFieldValueError` indicates issues like a missing or inactive custom field, a missing custom field option, an incorrect entity type, or an unknown issue when modifying custom field values. The `ApiError` includes `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. The `reason` is defined by different enumerations.\n"]]