gwenhywfar  4.8.0beta
Modules
Error module

This module does all error handling. More...

Modules

 Simplified Error Codes
 

Verbosity

Composing error messages.

GWENHYWFAR_API int GWEN_Error_ToString (int c, char *buffer, int bsize)
 

Detailed Description

This module does all error handling.

Author
Martin Preussmarti.nosp@m.n@li.nosp@m.bchip.nosp@m.card.nosp@m..de

Function Documentation

GWENHYWFAR_API int GWEN_Error_ToString ( int  c,
char *  buffer,
int  bsize 
)

Dumps the string corresponding to the given erro code.

Returns
1 detailed error message created, 0 otherwise
Parameters
cerror code
bufferpointer to a buffer to receive the message
bsizesize of that buffer in bytes

Definition at line 76 of file error.c.

References GWEN_Error_SimpleToString().