blockfrost-api-0.1.0.0: API definitions for blockfrost.io
Safe HaskellNone
LanguageHaskell2010

Blockfrost.Types

Description

Blockfrost types

Synopsis

Documentation

data ApiError Source #

Fancy JSON error returned by the server

Constructors

ApiError 

Instances

Instances details
Eq ApiError Source # 
Instance details

Defined in Blockfrost.Types.ApiError

Show ApiError Source # 
Instance details

Defined in Blockfrost.Types.ApiError

Generic ApiError Source # 
Instance details

Defined in Blockfrost.Types.ApiError

Associated Types

type Rep ApiError :: Type -> Type #

Methods

from :: ApiError -> Rep ApiError x #

to :: Rep ApiError x -> ApiError #

ToJSON ApiError Source # 
Instance details

Defined in Blockfrost.Types.ApiError

FromJSON ApiError Source # 
Instance details

Defined in Blockfrost.Types.ApiError

type Rep ApiError Source # 
Instance details

Defined in Blockfrost.Types.ApiError

type Rep ApiError = D1 ('MetaData "ApiError" "Blockfrost.Types.ApiError" "blockfrost-api-0.1.0.0-IUovSY8qZrZI80mAb9CnjM" 'False) (C1 ('MetaCons "ApiError" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "apiErrorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "apiErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))))