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\u003eThe \u003ccode\u003eCustomFieldValueError\u003c/code\u003e occurs when there are issues with custom field values during operations like editing or creating.\u003c/p\u003e\n"],["\u003cp\u003eThis error can be triggered by various reasons, such as the custom field not existing, being inactive, or having an invalid entity type association.\u003c/p\u003e\n"],["\u003cp\u003eThe error provides details like the field path, trigger data, and a specific reason code for debugging.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the Google Ad Manager API and inherits from the \u003ccode\u003eApiError\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should refer to the reason codes and error details to address the underlying issues causing this error.\u003c/p\u003e\n"]]],["This content details error handling within an API, specifically focusing on `CustomFieldValueError`. It outlines various services like `CompanyService`, `CreativeService`, `OrderService` and others that can encounter custom field value errors. `ApiError` is the base class, with `CustomFieldValueError` extending it. The `CustomFieldValueError` has reasons such as `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, `INVALID_ENTITY_TYPE`, and `UNKNOWN`, which help describe issues when editing or creating custom fields. It also specifies data associated with the errors, such as `fieldPath`, `trigger`, and `errorString`.\n"],null,[]]