enum InvalidEmailError.Reason (v202411)

  • 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.

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.