enum InvalidEmailError.Reason (v202505)

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

  • The INVALID_FORMAT reason indicates the value is not a valid email address.

  • The UNKNOWN reason is used when the actual value is not exposed by the requested API version.

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.