SmtpErr
const class SmtpErr : Err
SmtpErr indicates an error during an SMTP transaction.
Construct with error code, message, and optional cause
The SMTP error code defined by RFC 2821
const Int : code
The SMTP error code defined by RFC 2821
new make(Int code, Str? msg, Err? cause)
Construct with error code, message, and optional cause.