[[["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 2025-08-06 UTC."],[],["The provided content details the `InvalidEmailError.Reason` enumeration, which is used across several services: `CompanyService`, `ContactService`, `NetworkService`, `OrderService`, `PublisherQueryLanguageService`, and `UserService`. This error type specifies why an email is invalid, with two defined reasons: `INVALID_FORMAT`, for addresses that are not a valid email format, and `UNKNOWN`, when the cause is not exposed by the API. This data is under `v202502` namespace.\n"],null,["# enum InvalidEmailError.Reason (v202502)\n\n**Service** \n[CompanyService](/ad-manager/api/reference/v202502/CompanyService.InvalidEmailError.Reason) [ContactService](/ad-manager/api/reference/v202502/ContactService.InvalidEmailError.Reason) [NetworkService](/ad-manager/api/reference/v202502/NetworkService.InvalidEmailError.Reason) [OrderService](/ad-manager/api/reference/v202502/OrderService.InvalidEmailError.Reason) **PublisherQueryLanguageService** [UserService](/ad-manager/api/reference/v202502/UserService.InvalidEmailError.Reason) **Dependencies** \n[InvalidEmailError](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.InvalidEmailError) \n▼\n**InvalidEmailError.Reason**\n\nDescribes reasons for an email to be invalid.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|------------------|-------------------------------------------------------------------------------------|\n| `INVALID_FORMAT` | The value is not a valid email address. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]