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` defines why an email address might be considered invalid within Google Ad Manager."],["It includes reasons like `INVALID_FORMAT` for incorrect email structure and `UNKNOWN` for cases not covered by the API version."],["This enumeration is used by several services in Google Ad Manager, such as `CompanyService`, `ContactService`, and `UserService`, when dealing with email validation."]]],["The core content details the `InvalidEmailError.Reason` within various services like Company, Contact, Network, Order, PublisherQueryLanguage, and User. This error identifies reasons for invalid emails, including `INVALID_FORMAT` (not a valid email address) and `UNKNOWN` (value not exposed by the API version). The namespace for these errors is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]