enum InvalidEmailError.Reason (v202411)
Describes reasons for an email to be invalid.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
INVALID_FORMAT
|
The value is not a valid email address.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["InvalidEmailError.Reason is an enumeration that describes the reasons why an email address might be considered invalid."],["The possible reasons for email invalidity include an incorrect format or an unknown reason, often due to API version limitations."],["This enumeration is part of the Google Ad Manager API and is utilized by various services like ContactService, NetworkService, OrderService, PublisherQueryLanguageService, and UserService to handle email validation."]]],["The core content details the `InvalidEmailError.Reason` enumeration, found within the `CompanyService` and its dependencies like `ContactService`, `NetworkService`, `OrderService`, `PublisherQueryLanguageService`, and `UserService`. This enumeration, within the namespace `https://www.google.com/apis/ads/publisher/v202411`, defines the reasons why an email is invalid. Two reasons are provided: `INVALID_FORMAT` when the value is not a valid email address and `UNKNOWN` when the reason is not available in the current API version.\n"]]