Browse Source

update

master
zhaohe 2 years ago
parent
commit
e59570a847
  1. 1
      errorcode.hpp

1
errorcode.hpp

@ -54,6 +54,7 @@ typedef enum {
kre_catch_exception = ERROR_CODE(10000, 22),
kinteraction_error_passwd_error = ERROR_CODE(10000, 23), // 密码错误
kinteraction_error_user_not_exist = ERROR_CODE(10000, 24), // 用户不存在
kce_buffer_not_enough = ERROR_CODE(10000, 25),
/**
* @brief STMP2错误

Loading…
Cancel
Save