enum InvalidEmailError.Reason (v202411)

  • InvalidEmailError.Reason identifies why an email address might be deemed invalid within the system.

  • It primarily uses two reasons: INVALID_FORMAT, indicating an incorrect email structure, and UNKNOWN for unspecified errors in the current API.

  • This enumeration is part of Google Ad Manager's API and falls under the specified namespace for version 202411.

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.