Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Blockfrost types
Synopsis
- data ApiError = ApiError {
- apiError :: Text
- apiErrorMessage :: Text
- apiErrorCode :: Int
- module Blockfrost.Types.Cardano
- module Blockfrost.Types.Common
- module Blockfrost.Types.IPFS
- module Blockfrost.Types.NutLink
- module Blockfrost.Types.Shared
Documentation
Fancy JSON error returned by the server
ApiError | |
|
Instances
FromJSON ApiError Source # | |
ToJSON ApiError Source # | |
Defined in Blockfrost.Types.ApiError | |
Generic ApiError Source # | |
Show ApiError Source # | |
Eq ApiError Source # | |
type Rep ApiError Source # | |
Defined in Blockfrost.Types.ApiError type Rep ApiError = D1 ('MetaData "ApiError" "Blockfrost.Types.ApiError" "blockfrost-api-0.7.0.0-GFqHBUsOl9sJ1HxGcioioy" '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)))) |
module Blockfrost.Types.Cardano
module Blockfrost.Types.Common
module Blockfrost.Types.IPFS
module Blockfrost.Types.NutLink
module Blockfrost.Types.Shared