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."],[[["The `CustomFieldValueError` is an error specific to editing custom field values."],["It occurs when there's an issue with the custom field itself, such as it not existing, being inactive, or having an option that wasn't found."],["It can also happen if the custom field value is associated with the wrong entity type or if there are issues with the data type entered for the field."],["This error is part of the Google Ad Manager API and is represented by the `CustomFieldValueError.Reason` enum, which provides more specific reasons for the error."],["Developers should refer to the `CustomFieldValueError.Reason` enum and the provided documentation for more details on each error reason and how to resolve it."]]],["This document details the `CustomFieldValueError` within the context of various services like `CompanyService`, `CreativeService`, and `LineItemService`, used in ad management. It defines errors that can occur when working with custom fields and their values. Key error reasons include `CUSTOM_FIELD_NOT_FOUND`, `CUSTOM_FIELD_INACTIVE`, `CUSTOM_FIELD_OPTION_NOT_FOUND`, and `INVALID_ENTITY_TYPE`. It also shows `ApiError` and its components to give more detail on the error, such as the field path and triggering data.\n"]]