enum InvalidEmailError.Reason (v202402)
Describes reasons for an email to be invalid.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["InvalidEmailError.Reason indicates why an email address might be deemed invalid within Google Ad Manager."],["It has two potential values: `INVALID_FORMAT` when the email doesn't adhere to standard formatting, and `UNKNOWN` if the specific reason isn't exposed by the current API version."],["This error reason is relevant across multiple services, including CompanyService, ContactService, and more."]]],["The core content details the `InvalidEmailError.Reason` enumeration, defining reasons for invalid email addresses within Google's ad manager API (v202402). It's used across multiple services including Company, Contact, Network, Order, PublisherQueryLanguage, and User Services. This enumeration provides two possible values: `INVALID_FORMAT`, indicating an incorrect email format, and `UNKNOWN`, used when the specific reason is not available in the API version. This information helps to understand what cause an email to be invalid when using the services.\n"]]