# `Splode.Error.Unknown`
[🔗](https://github.com/ash-project/splode/blob/v0.3.1/lib/splode/unknown.ex#L5)

The default top level unknown error container

# `exception`

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

Create an `Elixir.Splode.Error.Unknown` without raising it.

## Keys

- :errors

# `message`

---

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