JsonRpcError

Json-Rpc 2.0 error.

Constructors

this
this()

Default constructor.

this
this(StdCodes code)

Standard error constructor.

Members

Enums

StdCodes
enum StdCodes

Variables

code
int code;

Error code

data
Json data;

Optional json data

message
string message;

Error message

Meta