Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ClientError Source #
Instances
Show ClientError Source # | |
Defined in Network.IPFS.Git.RemoteHelper.Client showsPrec :: Int -> ClientError -> ShowS # show :: ClientError -> String # showList :: [ClientError] -> ShowS # | |
DisplayError ClientError Source # | |
Defined in Network.IPFS.Git.RemoteHelper.Client displayError :: ClientError -> Text Source # |
renderClientError :: ClientError -> Text Source #
listPaths :: MonadIO m => Text -> Word -> RemoteHelperT ClientError m [RefPath] Source #
getRef :: (MonadCatch m, MonadIO m) => FilePath -> RemoteHelperT ClientError m (Maybe Text) Source #
resolvePath :: MonadIO m => Text -> RemoteHelperT ClientError m (Maybe Text) Source #
patchLink :: MonadIO m => CID -> Text -> CID -> RemoteHelperT ClientError m CID Source #
putBlock :: MonadIO m => ByteString -> RemoteHelperT ClientError m CID Source #
addObject :: MonadIO m => ByteString -> RemoteHelperT ClientError m CID Source #
pin :: MonadIO m => CID -> RemoteHelperT ClientError m [CID] Source #
largeObjects :: MonadIO m => CID -> RemoteHelperT ClientError m (HashMap CID CID) Source #
provideLargeObject :: (MonadCatch m, MonadIO m) => HashMap CID CID -> CID -> RemoteHelperT ClientError m (Maybe ByteString) Source #
getBlock :: (MonadCatch m, MonadIO m) => CID -> RemoteHelperT ClientError m ByteString Source #
updateRemoteUrl :: MonadIO m => CID -> RemoteHelperT ClientError m () Source #