# `Quiver.Error.Unrecoverable`
[🔗](https://github.com/edlontech/quiver/blob/main/lib/quiver/error/unrecoverable.ex#L1)

Infrastructure failures that will not resolve without intervention.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Quiver.Error.Unrecoverable{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  errors: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Quiver.Error.Unrecoverable` without raising it.

## Keys

- :errors

# `message`

---

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