Postgrex v0.15.3 Postgrex.Error exception View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

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