AI-generated Key Takeaways
-
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.
Service
Dependencies
InvalidEmailError
▼
InvalidEmailError.Reason
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. |