Learn how to evaluate and integrate the VNC SDK
Errors.h¶
Handle SDK errors.
Functions
Modifier and Type | Name and Description |
---|---|
function const char * |
Gets the error produced by the last API call. |
Detailed description
Handle SDK errors.
Functions
-
const char *
vnc_getLastError
(void)¶ Gets the error produced by the last API call.
- Return
- A string ID indicating the type of error. See individual function documentation for details of which error types each function can produce.
- Return Value
0
-No error occurred
'Unknown'
-An error occurred but the exact cause is not known