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

Caller-side mistakes where fixing the input resolves the error.

# `exception`

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

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

## Keys

- :errors

# `message`

---

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