JsonRPCError

Json-Rpc 2.0 error.

Constructors

this
this()

Default constructor.

this
this(StdCodes code)

Standard error constructor.

Members

Enums

StdCodes
enum StdCodes
Undocumented in source.

Variables

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

Meta