Current section

Files

Jump to
pgl include pgl_PostgresError.hrl
Raw

include/pgl_PostgresError.hrl

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