msgpack-rpc ~master (2021-12-29T20:27:29.9609296)
Dub
Repo
RPCException
msgpackrpc
common
Base exception for RPC error hierarchy
class
RPCException : Exception {
enum
Code
;
static
void
rethrow
(Value error);
mixin
ExceptionConstructor
;
}
Members
Manifest constants
Code
enum
Code
;
Undocumented in source.
Mixins
__anonymous
mixin
ExceptionConstructor
Undocumented in source.
Static functions
rethrow
void
rethrow
(Value error)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixed In Members
From
mixin
ExceptionConstructor
this
this
(string msg)
Undocumented in source.
toMsgpack
void
toMsgpack
(Packer packer, bool withFieldName)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
msgpackrpc
common
classes
ArgumentException
CallException
NoMethodException
RPCException
TimeoutException
TransportException
enums
MessageType
structs
Endpoint
Base exception for RPC error hierarchy