# `Exqlite.Error`
[🔗](https://github.com/elixir-sqlite/exqlite/blob/v0.36.0/lib/exqlite/error.ex#L1)

The error emitted from SQLite or a general error with the library.

# `t`

```elixir
@type t() :: %Exqlite.Error{
  __exception__: true,
  message: String.t(),
  statement: String.t()
}
```

---

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