gwenhywfar
5.11.1beta
|
Go to the source code of this file.
Functions | |
Verbosity | |
Composing error messages. | |
GWENHYWFAR_API const char * | GWEN_Error_SimpleToString (int i) |
Returns a (very) short string describing the given GWEN error code, or "Unknown error" for unknown codes. More... | |
GWENHYWFAR_API int | GWEN_Error_ToString (int c, char *buffer, int bsize) |
GWENHYWFAR_API const char* GWEN_Error_SimpleToString | ( | int | i | ) |
Returns a (very) short string describing the given GWEN error code, or "Unknown error" for unknown codes.
i | The error code |
GWENHYWFAR_API int GWEN_Error_ToString | ( | int | c, |
char * | buffer, | ||
int | bsize | ||
) |
Dumps the string corresponding to the given erro code.
c | error code |
buffer | pointer to a buffer to receive the message |
bsize | size of that buffer in bytes |