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

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

Summary

Types

t()

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