class

SmtpErr

const class SmtpErr : Err

SmtpErr indicates an error during an SMTP transaction.

constructors make

Construct with error code, message, and optional cause

fields code

The SMTP error code defined by RFC 2821

code const Int : code

The SMTP error code defined by RFC 2821

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

Construct with error code, message, and optional cause.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST