enum InvalidEmailError.Reason (v202505)

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

  • Reasons for an invalid email include an invalid format or an unknown issue.

  • This enumeration is part of the InvalidEmailError within the Service and Dependencies context.

Describes reasons for an email to be invalid.


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