From b4cf018caebc604f427bde9a6ec0a42c10201e14 Mon Sep 17 00:00:00 2001 From: Alex Duan <51781608+DuanKuanJun@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:47:10 +0800 Subject: [PATCH] Update 08-taos-cli.md english --- docs/en/14-reference/02-tools/08-taos-cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/14-reference/02-tools/08-taos-cli.md b/docs/en/14-reference/02-tools/08-taos-cli.md index c8131a529f..daa8029fa7 100644 --- a/docs/en/14-reference/02-tools/08-taos-cli.md +++ b/docs/en/14-reference/02-tools/08-taos-cli.md @@ -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.