chemist-preprocessor-0.1.0.0: Chemist Raw Data Preprocessor
Safe HaskellSafe-Inferred
LanguageHaskell2010

API.Error

Documentation

data Error #

Constructors

Error 

Fields

Instances

Instances details
ToJSON Error # 
Instance details

Defined in API.Error

Generic Error # 
Instance details

Defined in API.Error

Associated Types

type Rep Error :: Type -> Type #

Methods

from :: Error -> Rep Error x #

to :: Rep Error x -> Error #

Show Error # 
Instance details

Defined in API.Error

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

Eq Error # 
Instance details

Defined in API.Error

Methods

(==) :: Error -> Error -> Bool #

(/=) :: Error -> Error -> Bool #

type Rep Error # 
Instance details

Defined in API.Error

type Rep Error = D1 ('MetaData "Error" "API.Error" "chemist-preprocessor-0.1.0.0-inplace" 'False) (C1 ('MetaCons "Error" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))

data ServiceError #

Instances

Instances details
ToJSON ServiceError # 
Instance details

Defined in API.Error

Exception ServiceError # 
Instance details

Defined in API.Error

Generic ServiceError # 
Instance details

Defined in API.Error

Associated Types

type Rep ServiceError :: Type -> Type #

Show ServiceError # 
Instance details

Defined in API.Error

type Rep ServiceError # 
Instance details

Defined in API.Error