Current section

Files

Jump to
pgl include pgl@internal_PostgresError.hrl
Raw

include/pgl@internal_PostgresError.hrl

-record(postgres_error, {
code :: binary(),
name :: binary(),
message :: binary(),
fields :: gleam@dict:dict(bitstring(), binary())
}).