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."],[[["This documentation details the `CustomFieldValueError` for the CreativeSetService in Google Ad Manager."],["`CustomFieldValueError` occurs when there are issues with custom field values during operations like creating or updating entities."],["It is an inherited type of `ApiError` and provides specific reasons for the error through the `reason` field."],["Reasons for the error can include issues like a custom field not being found, being inactive, or having an invalid entity type associated with it."],["Developers can use the provided error information, such as the `reason` and inherited fields like `fieldPath`, to troubleshoot and resolve the error."]]],["The content outlines various services, including CompanyService, CreativeService, and CreativeSetService, among others. It details error handling, specifically focusing on the `CustomFieldValueError`. This error occurs when actions involve custom fields, such as creating or modifying `CustomFieldValue`. Reasons for this error include a missing or inactive custom field, a missing custom field option, or an incorrect entity type. The document specifies error fields such as `fieldPath`, `trigger`, `errorString` and different reasons.\n"]]