Click or drag to resize

TDengineError Method

Public function,calling taos_errstr(IntPtr) inside.Get the reason why the last API call failed, and the return value is a string. Also see .

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static string Error(
	IntPtr res
)

Parameters

res
Type: SystemIntPtr
Reference return by APIs like Query(IntPtr, IntPtr).

Return Value

Type: String
Error reason.
See Also

Reference

TDengine.taos_errstr(IntPtr)