[[["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."],[[["CustomFieldError.Reason outlines the potential errors encountered when interacting with custom fields in Google Ad Manager."],["Errors may arise from attempting to create custom field options for an incompatible custom field type, like adding a dropdown option to a non-dropdown field."],["The `UNKNOWN` reason is a generic fallback for errors not specifically defined in the API's current version."]]],["The document outlines `CustomFieldError.Reason` within the `CustomFieldService` namespace. It details two specific error reasons: `INVALID_CUSTOM_FIELD_FOR_OPTION`, which occurs when creating a `CustomFieldOption` for a `CustomField` that isn't of type `DROPDOWN`, and `UNKNOWN`, indicating an unexposed value by the API version. This error handling mechanism helps to understand and debug issues related to custom fields and their options.\n"]]