MyXQL.Error exception (MyXQL v0.5.1) View Source

Link to this section Summary

Link to this section Types

Specs

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