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 operations like creating or updating entities in Google Ad Manager."],["This error can arise from various reasons, such as trying to use a non-existent or inactive custom field, referencing an invalid custom field option, or associating a value with an incompatible entity type."],["`CustomFieldValueError` inherits from `ApiError` providing additional context like field path and error messages."],["Troubleshooting involves examining the `reason` field to pinpoint the specific cause and adjusting the custom field usage accordingly."]]],["This document outlines various services and error types within an ad management API, version 202405. Key services include Company, Creative, Forecast, LineItem, Order, Proposal, and User services. The \"Inheritance\" section details `ApiError` and its various subclasses, encompassing categories like Authentication, Creative, File, and InternalApi errors. The `CustomFieldValueError` specifically addresses errors when modifying custom field values, such as `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, and `INVALID_ENTITY_TYPE`. Field information also includes the field path, trigger, and error string.\n"]]