Modules | |
Simplified Error Codes | |
Defines | |
#define | GWEN_ERROR_COULD_NOT_REGISTER 2 |
#define | GWEN_ERROR_COULD_NOT_UNREGISTER 3 |
#define | GWEN_ERROR_INVALID_BUFFERSIZE 4 |
#define | GWEN_ERROR_SEVERITY_DEBUG 0 |
#define | GWEN_ERROR_SEVERITY_ERR 3 |
#define | GWEN_ERROR_SEVERITY_INFO 1 |
#define | GWEN_ERROR_SEVERITY_WARN 2 |
#define | GWEN_ERROR_TYPE_ERROR 0 |
#define | GWEN_ERROR_UNSPECIFIED 1 |
Typedefs | |
typedef const char *(* | GWEN_ERRORMESSAGEPTR )(int c) |
typedef GWEN_ERRORTYPEREGISTRATIONFORM | GWEN_ERRORTYPEREGISTRATIONFORM |
Functions | |
GWENHYWFAR_API int | GWEN_ErrorType_GetType (GWEN_ERRORTYPEREGISTRATIONFORM *f) |
|
|
|
|
|
|
|
The error code is a debug level code. |
|
The error code is a error level code. |
|
The error code is a information level code. |
|
The error code is a warning level code. |
|
This class is used for ERROR-related errors ;-) |
|
|
|
A function of this type returns a descriptive string for the given error. So it is supposed to translate a 16 bit error value into a human readable text (please note that this code is PART of a ERRORCODE, not the whole ERRORCODE itself !). |
|
|
|
|