JWS C Library
C language utility library
Error Struct Reference

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.

Detailed Description

Error structure used for error handling.

Definition at line 77 of file error.h.


Field Documentation

Error type.

Definition at line 80 of file error.h.

char* Error::msg

Description message.

Definition at line 83 of file error.h.

char* Error::file

File name where the Error occurred.

Definition at line 86 of file error.h.

unsigned int Error::line

Line number where the Error occurred.

Definition at line 89 of file error.h.

Specific code for the Error.

Definition at line 92 of file error.h.


The documentation for this struct was generated from the following file: