libroadrunner C API
|
Error handling routines. More...
Functions | |
C_DECL_SPEC bool rrcCallConv | hasError (void) |
Check if there is an error string to retrieve. More... | |
C_DECL_SPEC char *rrcCallConv | getLastError (void) |
Retrieve the current error string. More... | |
Error handling routines.
C_DECL_SPEC char* rrcCallConv getLastError | ( | void | ) |
Retrieve the current error string.
Example:
C_DECL_SPEC bool rrcCallConv hasError | ( | void | ) |
Check if there is an error string to retrieve.
Example: status = hasError (void)