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 explains why an email address might be flagged as invalid within Google Ad Manager."],["Two primary reasons for email invalidity are identified: an incorrect format or an unknown reason, potentially due to API version limitations."],["This enumeration is part of the Google Ad Manager API and is namespaced under `https://www.google.com/apis/ads/publisher/v202411`."],["Several Google Ad Manager services, including CompanyService, ContactService, and others, utilize this InvalidEmailError.Reason enumeration."]]],["The content details `InvalidEmailError.Reason`, which defines reasons for invalid emails within the Google Ad Manager API's v202411 version. It's a dependency used across multiple services like Company, Contact, Network, Order, PublisherQueryLanguage, and User. The namespace is provided. Two reasons are outlined: `INVALID_FORMAT`, indicating an improperly formatted email, and `UNKNOWN`, for cases where the specific reason is not exposed by the API version.\n"]]