# `ExEmail.Error`
[🔗](https://github.com/synchronal/ex_email/blob/main/lib/ex_email/error.ex#L1)

# `t`

```elixir
@type t() :: %ExEmail.Error{
  __exception__: true,
  address: String.t(),
  message: String.t()
}
```

# `new`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
