pgator ~remove_unused_code (2022-05-02T12:42:33.5121572)
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