93 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:239
status_t errno_to_status(void)
Get the errno variable and convert it to a status_t.
Definition: status.c:970
void print_error_messages(void)
Print the error number and error message for each error to STDOUT or the logfile.
Definition: status.c:1071
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:1117
void status_cleanup(void)
Cleanup this module.
Definition: status.c:1035
void status_init(void)
Init this module.
Definition: status.c:1019
void clear_errors(void)
Clear the error_stack if it has any errors stored in it.
Definition: status.c:179
void print_errors(void)
Dump any entries stored in the error_stack.
Definition: status.c:155
void print_error_count(void)
Print the error_count field, if it is non-zero to STDOUT or the logfile.
Definition: status.c:1052
errtyp_t get_errtyp(status_t res)
Get the error classification for the result code.
Definition: status.c:207
status_t set_error(const char *filename, int linenum, status_t status, int sqlError)
Generate an internal programming error report.
Definition: status.c:111
errtyp_t
error type
Definition: status_enum.h:170
status_t
global error return code
Definition: status_enum.h:187
global error status code enumerations