View Source Firebirdex.Error exception (Firebirdex v0.3.11)

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %Firebirdex.Error{
  __exception__: term(),
  number: integer(),
  reason: String.t(),
  statement: iodata() | nil
}

Functions

Callback implementation for Exception.message/1.