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

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

Link to this section Summary

Link to this section Types

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