[[["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 `InvalidPhoneNumberError` object, within the `CreativeService`, `CreativeSetService`, and `LineItemCreativeAssociationService` namespaces, signals an issue with the provided phone number."],["This error can arise due to an invalid format, the number being too short, or an unknown reason determined by the API version."],["`InvalidPhoneNumberError.Reason` provides specific enumeration values (`INVALID_FORMAT`, `TOO_SHORT`, `UNKNOWN`) to clarify the nature of the phone number error."]]],["The provided content outlines the `InvalidPhoneNumberError` within the Google Ad Manager API (v202405), specifically across `CreativeService`, `CreativeSetService`, and `LineItemCreativeAssociationService`. The `InvalidPhoneNumberError.Reason` enumeration defines three possible error states: `INVALID_FORMAT` (number is invalid), `TOO_SHORT` (number is too short), and `UNKNOWN` (value not exposed by the API). This data relates to validating phone number formats within the listed services.\n"]]