EmailInvalidReason
Enums |
EMAIL_INVALID_REASON_UNSPECIFIED |
Reason wasn't specified. |
OUT_OF_QUOTA |
User can't receive emails due to insufficient quota. |
RECIPIENT_DELETED |
All recipients were deleted. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["This documentation explains the reasons for email delivery errors, represented by specific enum values."],["Possible reasons for email failures include unspecified reasons, exceeding the allowed quota, and deletion of all intended recipients."]]],["The content defines possible reasons for email errors, categorized as enums. `EMAIL_INVALID_REASON_UNSPECIFIED` indicates an undefined error. `OUT_OF_QUOTA` signifies the user lacks sufficient email quota. `RECIPIENT_DELETED` means all intended email recipients have been removed. These enums are designed to provide specific error context when an email operation fails. Each enum describes a particular condition causing the email issue.\n"]]