View Source Mua.SMTPError exception (Mua v0.2.3)

An SMTP error.

Contains the following fields:

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %Mua.SMTPError{
  __exception__: true,
  code: pos_integer(),
  lines: [String.t()]
}

Functions

Callback implementation for Exception.message/1.