# `Theoria.Error`
[🔗](https://github.com/elixir-vibe/theoria/blob/main/lib/theoria/error.ex#L1)

Kernel error returned when a term cannot be checked.

# `t`

```elixir
@type t() :: %Theoria.Error{__exception__: true, details: term(), reason: atom()}
```

---

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