ipfs-1.4.1: Access IPFS locally and remotely
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.IPFS.Error

Documentation

data Error Source #

Instances

Instances details
Exception Error Source # 
Instance details

Defined in Network.IPFS.Error

Generic Error Source # 
Instance details

Defined in Network.IPFS.Error

Associated Types

type Rep Error :: Type -> Type #

Methods

from :: Error -> Rep Error x #

to :: Rep Error x -> Error #

Show Error Source # 
Instance details

Defined in Network.IPFS.Error

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

Eq Error Source # 
Instance details

Defined in Network.IPFS.Error

Methods

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

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

type Rep Error Source # 
Instance details

Defined in Network.IPFS.Error

newtype Linearization Source #

Constructors

NonLinear SparseTree 

Instances

Instances details
ToJSON Linearization Source # 
Instance details

Defined in Network.IPFS.Error

Exception Linearization Source # 
Instance details

Defined in Network.IPFS.Error

Generic Linearization Source # 
Instance details

Defined in Network.IPFS.Error

Associated Types

type Rep Linearization :: Type -> Type #

Show Linearization Source # 
Instance details

Defined in Network.IPFS.Error

Eq Linearization Source # 
Instance details

Defined in Network.IPFS.Error

Display Linearization Source # 
Instance details

Defined in Network.IPFS.Error

type Rep Linearization Source # 
Instance details

Defined in Network.IPFS.Error

type Rep Linearization = D1 ('MetaData "Linearization" "Network.IPFS.Error" "ipfs-1.4.1-XZo7VmJWq1Gx4k7NhZfBV" 'True) (C1 ('MetaCons "NonLinear" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SparseTree)))