#include <error.h>
Public Attributes | |
char | name [GJ_ERRORARGTYPE_NAMELEN] |
Error name. | |
Gj_Errordatatype | type |
Error data type. | |
int | len |
Error data length. More... | |
Gj_ErrorConvertFunc* | func |
Error conversion function pointer. More... |
|
Error data length.
Only used if the error data type is |
|
Error conversion function pointer.
Only used if the error data type is |