enum InvalidEmailError.Reason (v202502)

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

  • Possible reasons for an invalid email include an invalid format or an unknown issue not exposed by the requested API version.

Describes reasons for an email to be invalid.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.