Firebirdex v0.0.9 Firebirdex.Error exception View Source

Link to this section Summary

Functions

Callback implementation for Exception.message/1

Link to this section Types

Link to this type

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

Link to this section Functions

Callback implementation for Exception.message/1.