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."],[[["The `CustomFieldValueError` occurs when there are issues with custom field values during operations like creating or modifying them in Google Ad Manager."],["This error can be triggered by various reasons, including referencing a non-existent custom field, using an inactive field, or providing an invalid entity type."],["The error provides details like the `fieldPath`, `trigger`, and `errorString` for troubleshooting, and a specific `reason` enum value for identifying the cause."],["The `CustomFieldValueError` inherits from the `ApiError` object, which contains additional context information about the error."]]],["The content details API services and associated errors in ad management. Key services include Company, Creative, Forecast, LineItem, Order, Proposal, and User services. Errors, inherited from `ApiError`, encompass various types like `AdSenseAccountError`, `AuthenticationError`, and `QuotaError`. `CustomFieldValueError` is highlighted, detailing issues such as `CUSTOM_FIELD_NOT_FOUND` or `INVALID_ENTITY_TYPE`, all related to editing custom field values and their association with entities. It also specifies the OGNL field path for errors.\n"]]