#ifndef ERROR_CODES_H
#define ERROR_CODES_H
#include <string>
#include "jkerr.h"
#include "jktypes.h"
// 返回错误码对应的中文描述
std::string describeError(errno_t code);
#endif // ERROR_CODES_H