Update 08-taos-cli.md taos-CLI 在线帮忙文档中增加错误码查看指引

This commit is contained in:
Alex Duan 2024-11-29 10:03:08 +08:00 committed by GitHub
parent 0d37513716
commit fbaf63aa1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ taos -h h1.taos.com -s "use db; show tables;"
也可以通过配置文件中的参数设置来控制 TDengine CLI 的行为。可用配置参数请参考[客户端配置](../../components/taosc)
## 错误代码表
在 TDengine 3.3.5.0 版本后 TDengine CLI 在返回的错误信息中包含了具体的错误代码,用户可到 TDengine 官网错误代码详细说明页面查找具体原因及解决措施,见:[错误码参考表](../error_code/)
在 TDengine 3.3.5.0 版本后 TDengine CLI 在返回的错误信息中包含了具体的错误代码,用户可到 TDengine 官网错误代码详细说明页面查找具体原因及解决措施,参考见:[错误码参考表](https://docs.taosdata.com/reference/error-code/)
## TDengine CLI TAB 键补全