Firebirdex.Error exception (Firebirdex v0.3.14)

Copy Markdown View Source

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

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

Functions

message(e)

Callback implementation for Exception.message/1.