logo

const class

email::SmtpErr

sys::Obj
  sys::Err
    email::SmtpErr

SmtpErr indicates an error during an SMTP transaction.

Slots

code

const Int code

The SMTP error code defined by RFC 2821

Source

make

new make(Int code, Str msg, Err cause := null)

Construct with error code, message, and optional cause.

Source