View Source Exqlite.Error exception (Exqlite v0.22.0)

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

Summary

Types

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