Fan

 

const class

email::SmtpErr

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

SmtpErr indicates an error during an SMTP transaction.

Slots

codeSource

const Int code

The SMTP error code defined by RFC 2821

makeSource

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

Construct with error code, message, and optional cause.