SqliteEngine.Error exception (SqliteEngine v0.1.0)

Copy Markdown View Source

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

Summary

Types

t()

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