postgrest-8.0.0: REST API for any Postgres database
Safe HaskellNone
LanguageHaskell2010

PostgREST.Error

Description

 

Documentation

errorResponseFor :: PgrstError a => a -> Response Source #

data PgError Source #

Constructors

PgError Authenticated UsageError 

Instances

Instances details
ToJSON PgError Source # 
Instance details

Defined in PostgREST.Error

errorPayload :: PgrstError a => a -> LByteString Source #

Orphan instances