diff --git a/src/inc/taoserror.h b/src/inc/taoserror.h index e4e199de947d8b5d3d6630c22ddc5ff7a373fecb..edb06d2c7595a65930bde3d85ea29717d96854f7 100644 --- a/src/inc/taoserror.h +++ b/src/inc/taoserror.h @@ -100,6 +100,7 @@ int32_t* taosGetErrno(); #define TSDB_CODE_TSC_DB_NOT_SELECTED TAOS_DEF_ERROR_CODE(0, 0x0217) //"Database not specified or available") #define TSDB_CODE_TSC_INVALID_TABLE_NAME TAOS_DEF_ERROR_CODE(0, 0x0218) //"Table does not exist") #define TSDB_CODE_TSC_EXCEED_SQL_LIMIT TAOS_DEF_ERROR_CODE(0, 0x0219) //"SQL statement too long check maxSQLLength config") +#define TSDB_CODE_TSC_FILE_EMPTY TAOS_DEF_ERROR_CODE(0, 0x0220) //"File is empty") // mnode #define TSDB_CODE_MND_MSG_NOT_PROCESSED TAOS_DEF_ERROR_CODE(0, 0x0300) //"Message not processed") @@ -433,5 +434,4 @@ int32_t* taosGetErrno(); } #endif -#endif //TDENGINE_TAOSERROR_H - \ No newline at end of file +#endif //TDENGINE_TAOSERROR_H \ No newline at end of file