Postgrex v0.12.1 Postgrex.Error exception

Summary

Types

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

Functions

exception(msg)

Specs

exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t
message(exception)

Specs

message(Exception.t) :: String.t