View Source Mua.SMTPError exception (Mua v0.2.3)
An SMTP error.
Contains the following fields:
:code
- SMTP error code:lines
- lines received from the server
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
.