|
|
@ -19,6 +19,7 @@ using namespace std; |
|
|
|
// kuser_not_exist
|
|
|
|
static vector<error_code_desc_t> ecode_desc_set = { |
|
|
|
{kce, kovertime, "overtime"}, |
|
|
|
{kce, kfail, "fail"}, |
|
|
|
{kce, knoack, "noack"}, |
|
|
|
{kce, kdevice_offline, "kdevice_offline"}, |
|
|
|
{kce, kparse_json_err, "kparse_json_err"}, |
|
|
|