You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
284 B

3 months ago
  1. #include "errno.hpp"
  2. namespace iflytop {
  3. const Errno Errno::OK(0, "OK");
  4. const Errno Errno::ERR_USER_NAME_EXIST(101, "�û����Ѵ���");
  5. const Errno Errno::ERR_USER_PASSWD_ERROR(102, "��������");
  6. const Errno Errno::ERR_USER_SPACE_FULL(103, "�޷����Ӹ����û�");
  7. } // namespace iflytop