ipfs-1.0.0: Access IPFS locally and remotely
Network.IPFS.Get.Error
data Error Source #
Constructors
Defined in Network.IPFS.Get.Error
Methods
(==) :: Error -> Error -> Bool #
(/=) :: Error -> Error -> Bool #
showsPrec :: Int -> Error -> ShowS #
show :: Error -> String #
showList :: [Error] -> ShowS #
Associated Types
type Rep Error :: Type -> Type #
from :: Error -> Rep Error x #
to :: Rep Error x -> Error #
toJSON :: Error -> Value #
toEncoding :: Error -> Encoding #
toJSONList :: [Error] -> Value #
toEncodingList :: [Error] -> Encoding #
toException :: Error -> SomeException #
fromException :: SomeException -> Maybe Error #
displayException :: Error -> String #
display :: Error -> Utf8Builder #
textDisplay :: Error -> Text #