Merge pull request #28978 from taosdata/DuanKuanJun-patch-4

Update 08-taos-cli.md taos-CLI 在线帮忙文档中增加错误码查看指引
This commit is contained in:
Shengliang Guan 2024-11-29 18:33:46 +08:00 committed by GitHub
commit 5297d424cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -84,6 +84,9 @@ taos -h h1.taos.com -s "use db; show tables;"
You can also control the behavior of the TDengine CLI through parameters set in the configuration file. For available configuration parameters, refer to [Client Configuration](../../components/taosc).
## Error Codes Reference
After version 3.3.4.8 of TDengine, the TDengine CLI returned error codes in the error message. Users can search for the specific cause and solution on the error code page of the TDengine official website, see [Error Codes Table](https://docs.taosdata.com/reference/error-code)
## TDengine CLI Tips
- Use the up and down arrow keys to view previously entered commands.

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.4.8 版本后 TDengine CLI 在返回错误信息中返回了具体错误码,用户可到 TDengine 官网错误码页面查找具体原因及解决措施,见:[错误码参考表](https://docs.taosdata.com/reference/error-code/)
## TDengine CLI TAB 键补全