| Safe Haskell | Trustworthy |
|---|---|
| Language | Haskell2010 |
Network.MessagePack.Client
MessagePack Client type
execClient :: ByteString -> Int -> Client a -> IO a Source #
Call RPC method
RPC error
RPC error type
Constructors
| RemoteError Object | Server error |
| ResultTypeError String Object | Result type mismatch |
| ProtocolError String | Protocol error |