| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Colchis.Protocol.JSONRPC20
Documentation
module Network.Colchis.Protocol
jsonRPC20 :: Monad m => Protocol Text m (Text, Value, JSONRPC20Error) Source
data JSONRPC20Error Source
Constructors
| MalformedResponse Text Value | |
| ProtocolMismatch Text | |
| ResponseIdMismatch Int Int | |
| ErrorResponse ErrorObject |
Instances
data ErrorObject Source
Instances
| Show ErrorObject | |
| Generic ErrorObject | |
| FromJSON ErrorObject | |
| type Rep ErrorObject |