JsonRpcUserException

Exception to be used inside rpc handler, to throw user defined json-rpc error.

Constructors

this
this(int code, string msg, T data)
Undocumented in source.

Members

Variables

code
int code;
Undocumented in source.
data
Json data;
Undocumented in source.

Inherited Members

From RpcException

inner
Exception inner;
Undocumented in source.

Meta