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