MyXQL v0.3.3 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,
  statement: iodata() | nil
}