myxql v0.2.0 MyXQL.Error exception View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %MyXQL.Error{
  __exception__: term(),
  connection_id: non_neg_integer() | nil,
  message: String.t(),
  mysql: %{code: integer(), name: atom()} | nil,
  socket: :inet.posix() | term() | nil,
  statement: iodata() | nil
}