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` identifies why an email address might be deemed invalid within the system."],["It primarily uses two reasons: `INVALID_FORMAT`, indicating an incorrect email structure, and `UNKNOWN` for unspecified errors in the current API."],["This enumeration is part of Google Ad Manager's API and falls under the specified namespace for version 202411."]]],["The document outlines `InvalidEmailError.Reason` within the Google Ad Manager API (v202411). This error type is a dependency for multiple services, including `CompanyService`, `ContactService`, `NetworkService`, `OrderService`, `PublisherQueryLanguageService`, and `UserService`. It specifies reasons for email invalidity: `INVALID_FORMAT` for incorrect email syntax and `UNKNOWN` when the API version doesn't expose the exact reason. The namespace is defined as `https://www.google.com/apis/ads/publisher/v202411`.\n"]]