# `Dsxir.Errors.Adapter`

Adapter-class errors: parse, Zoi validation, and fallback exhaustion.

# `exception`

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

Create an `Elixir.Dsxir.Errors.Adapter` without raising it.

## Keys

- :errors

# `message`

---

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