postgrest-7.0.1: REST API for any Postgres database

Safe HaskellNone
LanguageHaskell2010

PostgREST.Error

Contents

Description

 

Documentation

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

data PgError Source #

Constructors

PgError Authenticated UsageError 
Instances
ToJSON PgError Source # 
Instance details

Defined in PostgREST.Error

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

Orphan instances