rpc v1.1.0 (2018-09-06T18:10:46Z)
Dub
Repo
JsonRPCMethodException
rpc
protocol
json
Encapsulate a json-rpc error response.
class
JsonRPCMethodException :
RPCException
{
import
std
.
conv
:
to
;
;
this
(JsonRPCError error);
this
(string msg);
}
Constructors
this
this
(JsonRPCError error)
Undocumented in source.
this
this
(string msg)
Undocumented in source.
Inherited Members
From RPCException
inner
Exception
inner
;
Undocumented in source.
Meta
Source
See Implementation
rpc
protocol
json
aliases
HTTPJsonRPCClient
IJsonRPCClient
IJsonRPCServer
JsonRPCRequestHandler
classes
HTTPJsonRPCAutoClient
HTTPJsonRPCServer
JsonRPCAutoClient
JsonRPCError
JsonRPCMethodException
JsonRPCRequest
JsonRPCResponse
JsonRPCUserException
RawJsonRPCAutoClient
RawJsonRPCClient
RawJsonRPCServer
TCPJsonRPCAutoClient
TCPJsonRPCClient
TCPJsonRPCServer
functions
jsonRpcMethodHandler
Encapsulate a json-rpc error response.