Merge pull request #6695 from taosdata/docs/Update-Latest-Feature

[TD-2639] <docs>: fix return type of "taos_errno".
This commit is contained in:
Elias Soong 2021-06-30 18:08:42 +08:00 committed by GitHub
commit 177af9e608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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