23 #ifndef BAGEL_BOFLIB_ERROR_H 24 #define BAGEL_BOFLIB_ERROR_H 26 #include "common/str.h" 48 extern const char *
const g_errList[];
69 void reportError(ErrorCode errCode,
const char *format, ...);
77 static void fatalError(ErrorCode errCode,
const char *format, ...);
79 bool errorOccurred()
const {
80 return _errCode != ERR_NONE;
82 ErrorCode getErrorCode()
const {
89 static void initialize();
91 static int getErrorCount() {
void reportError(ErrorCode errCode, const char *format,...)
ErrorCode
Definition: error.h:47
static void fatalError(ErrorCode errCode, const char *format,...)