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

Link to this section Summary

Link to this section Types

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