# `Relyra.Error`
[🔗](https://github.com/szTheory/relyra/blob/v1.1.0/lib/relyra/error.ex#L1)

Stable typed error contract for Relyra security and protocol paths.

# `t`

```elixir
@type t() :: %Relyra.Error{details: map(), message: String.t(), type: atom()}
```

# `new`

```elixir
@spec new(atom(), String.t(), map()) :: t()
```

---

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