Postgrex.Error exception (Postgrex v0.20.0)

View Source

Summary

Types

t()

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