simplexmq-6.5.0.8: SimpleXMQ message broker
Safe HaskellNone
LanguageHaskell2010

Simplex.FileTransfer.Client.Agent

Documentation

data XFTPClientAgentError Source #

Instances

Instances details
Exception XFTPClientAgentError Source # 
Instance details

Defined in Simplex.FileTransfer.Client.Agent

Methods

toException :: XFTPClientAgentError -> SomeException

fromException :: SomeException -> Maybe XFTPClientAgentError

displayException :: XFTPClientAgentError -> String

Show XFTPClientAgentError Source # 
Instance details

Defined in Simplex.FileTransfer.Client.Agent

Methods

showsPrec :: Int -> XFTPClientAgentError -> ShowS

show :: XFTPClientAgentError -> String

showList :: [XFTPClientAgentError] -> ShowS

type ME a = ExceptT XFTPClientAgentError IO a Source #