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