Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.IPFS.Error
Documentation
Constructors
AddErr Error | |
GetErr Error | |
LinearizationErr Linearization |
Instances
Eq Error Source # | |
Show Error Source # | |
Generic Error Source # | |
ToJSON Error Source # | |
Defined in Network.IPFS.Error | |
Exception Error Source # | |
Defined in Network.IPFS.Error Methods toException :: Error -> SomeException # fromException :: SomeException -> Maybe Error # displayException :: Error -> String # | |
type Rep Error Source # | |
Defined in Network.IPFS.Error type Rep Error = D1 ('MetaData "Error" "Network.IPFS.Error" "ipfs-1.3.0.0-3IkKVSTb3jX1dUw37ckBJO" 'False) (C1 ('MetaCons "AddErr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Error)) :+: (C1 ('MetaCons "GetErr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Error)) :+: C1 ('MetaCons "LinearizationErr" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Linearization)))) |
newtype Linearization Source #
Constructors
NonLinear SparseTree |