Guitarix
|
Public Member Functions | |
RpcError (int code_, Glib::ustring message_) | |
~RpcError () throw () | |
virtual const char * | what () const throw () |
Public Attributes | |
int | code |
Glib::ustring | message |
Definition at line 55 of file jsonrpc.cpp.
|
inline |
Definition at line 60 of file jsonrpc.cpp.
Referenced by JsonValue::getFloat(), JsonValue::getInt(), JsonValue::getString(), JsonValue::getSubParser(), and JsonArray::operator[]().
|
inline |
Definition at line 61 of file jsonrpc.cpp.
|
inlinevirtual |
Definition at line 62 of file jsonrpc.cpp.
int RpcError::code |
Definition at line 57 of file jsonrpc.cpp.
Referenced by CmdConnection::send().
Glib::ustring RpcError::message |
Definition at line 58 of file jsonrpc.cpp.
Referenced by CmdConnection::send().