JWS C Library
C language utility library
|
Error structure used for error handling. More...
#include <error.h>
Data Fields | |
Error_type | type |
Error type. | |
char * | msg |
Description message. | |
char * | file |
File name where the Error occurred. | |
unsigned int | line |
Line number where the Error occurred. | |
int | code |
Specific code for the Error. |
char* Error::msg |
char* Error::file |
unsigned int Error::line |
int Error::code |