Teonet library
0.4.7
|
#include <mongoose.h>
Data Fields | |
struct json_token * | message |
struct json_token * | id |
struct json_token * | error_code |
struct json_token * | error_message |
struct json_token * | error_data |
struct json_token* mg_rpc_error::error_code |
Referenced by mg_rpc_parse_reply().
struct json_token* mg_rpc_error::error_data |
Referenced by mg_rpc_parse_reply().
struct json_token* mg_rpc_error::error_message |
Referenced by mg_rpc_parse_reply().
struct json_token* mg_rpc_error::id |
Referenced by mg_rpc_parse_reply().
struct json_token* mg_rpc_error::message |
Referenced by mg_rpc_parse_reply().