pgator v0.2.4 (2015-12-29T08:39:12Z)
Dub
Repo
RpcException
json_rpc
error
Super class for all JSON-RPC exceptions
class
RpcException : Exception {
RPC_ERROR_CODE
code
;
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Members
Variables
code
RPC_ERROR_CODE
code
;
Undocumented in source.
Meta
Source
See Implementation
json_rpc
error
classes
RpcException
RpcInternalError
RpcInvalidParams
RpcInvalidRequest
RpcMethodNotFound
RpcParseError
RpcServerError
enums
RPC_ERROR_CODE
manifest constants
RPC_VERSION
structs
RpcError
Super class for all JSON-RPC exceptions