96 set_error (
const char *filename,
int linenum,
const char * get_error_string(status_t res)
Get the error message for a specific internal error.
Definition: status.c:243
status_t errno_to_status(void)
Get the errno variable and convert it to a status_t.
Definition: status.c:977
void print_error_messages(void)
Print the error number and error message for each error to STDOUT or the logfile.
Definition: status.c:1078
void print_lang_error_messages(void)
Print the error number and error message for each error to STDOUT or the logfile; used for error mess...
Definition: status.c:1124
void status_cleanup(void)
Cleanup this module.
Definition: status.c:1042
void status_init(void)
Init this module.
Definition: status.c:1026
void clear_errors(void)
Clear the error_stack if it has any errors stored in it.
Definition: status.c:183
void print_errors(void)
Dump any entries stored in the error_stack.
Definition: status.c:159
void print_error_count(void)
Print the error_count field, if it is non-zero to STDOUT or the logfile.
Definition: status.c:1059
errtyp_t get_errtyp(status_t res)
Get the error classification for the result code.
Definition: status.c:211
status_t set_error(const char *filename, int linenum, status_t status, int sqlError)
Generate an internal programming error report.
Definition: status.c:114
errtyp_t
error type
Definition: status_enum.h:193
status_t
global error return code
Definition: status_enum.h:210
global error status code enumerations