Why some of TDengine database's errors couldn't be found in taoserror.h?
for example :
static int32_t handlePassword(SSqlCmd* pCmd, SStrToken* pPwd) {
const char* msg1 = "password can not be empty";
const char* msg2 = "name or password too long";
const char* msg3 = "password needs single quote marks enclosed";
why don't we put them in taoserror.h?