rpc v1.1.0 (2018-09-06T18:10:46Z)
Dub
Repo
JsonRPCError
rpc
protocol
json
Json-Rpc 2.0 error.
class
JsonRPCError {
int
code
;
string
message
;
@
optional
Json
data
;
this
();
this
(StdCodes code);
enum
StdCodes
;
}
Constructors
this
this
()
Default constructor.
this
this
(StdCodes code)
Standard error constructor.
Members
Enums
StdCodes
enum
StdCodes
Undocumented in source.
Variables
code
int
code
;
Undocumented in source.
data
Json
data
;
Undocumented in source.
message
string
message
;
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
Json-Rpc 2.0 error.