msgpack-rpc ~master (2021-12-29T20:27:29.9609296)
Dub
Repo
CallException
msgpackrpc
common
class
CallException :
RPCException
{
enum
Code
;
mixin
ExceptionConstructor
;
}
Members
Manifest constants
Code
enum
Code
;
Undocumented in source.
Mixins
__anonymous
mixin
ExceptionConstructor
Undocumented in source.
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.
Inherited Members
From RPCException
Code
enum
Code
;
Undocumented in source.
rethrow
void
rethrow
(Value error)
Undocumented in source. Be warned that the author may not have intended to support it.
__anonymous
mixin
ExceptionConstructor
Undocumented in source.
Meta
Source
See Implementation
msgpackrpc
common
classes
ArgumentException
CallException
NoMethodException
RPCException
TimeoutException
TransportException
enums
MessageType
structs
Endpoint