enh: support get macro string of taos errors

This commit is contained in:
kailixu 2024-06-13 06:59:04 +08:00
parent 247183b6fc
commit 962a78d6a3
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ TAOS_DEFINE_ERROR(TSDB_CODE_TDLITE_IVLD_OPEN_DIR, "Invalid TDLite open
TAOS_DEFINE_ERROR(TSDB_CODE_UTIL_QUEUE_OUT_OF_MEMORY, "Queue out of memory")
#if defined(TAOS_ERROR_INFO) || defined(TAOS_ERROR_C)
#ifdef TAOS_ERROR_C
};
#endif