[TD-2639] <docs>: fix return type of "taos_errno".

This commit is contained in:
Elias Soong 2021-06-30 18:06:13 +08:00
parent bf14dba356
commit 8eedc5c973
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ typedef struct taosField {
获取最近一次API调用失败的原因,返回值为字符串。 获取最近一次API调用失败的原因,返回值为字符串。
- `char *taos_errno(TAOS_RES *res)` - `int taos_errno(TAOS_RES *res)`
获取最近一次API调用失败的原因返回值为错误代码。 获取最近一次API调用失败的原因返回值为错误代码。