enum InvalidEmailError.Reason (v202411)

  • InvalidEmailError.Reason describes why an email address might be invalid.

  • Reasons include an invalid format or the actual value not being exposed by the requested API version.

  • This enumeration is part of the UserService and is found within the specified namespace.

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.