Merge pull request #6695 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix return type of "taos_errno".
This commit is contained in:
commit
177af9e608
|
@ -259,7 +259,7 @@ typedef struct taosField {
|
|||
|
||||
获取最近一次API调用失败的原因,返回值为字符串。
|
||||
|
||||
- `char *taos_errno(TAOS_RES *res)`
|
||||
- `int taos_errno(TAOS_RES *res)`
|
||||
|
||||
获取最近一次API调用失败的原因,返回值为错误代码。
|
||||
|
||||
|
|
Loading…
Reference in New Issue