 | TDengine.ErrorNo Method |
Get the reason why the last API call failed, and the return value is the error code.
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntaxpublic static int ErrorNo(
IntPtr res
)
Parameters
- res
- Type: System.IntPtr
Reference return by APIs like Query(IntPtr, IntPtr).
Return Value
Type:
Int32Error code.
See Also