Postgrex.Error exception (Postgrex v0.15.8) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Postgrex.Error{
  __exception__: term(),
  connection_id: term(),
  message: term(),
  postgres: term(),
  query: term()
}