#ifndef ERROR_H #define ERROR_H #include #include "comm/typedef.h" QString getErrStr(u32 code); QString getPromptStr(u32 code); #endif // ERROR_H