extern XXX_ERROR XXX_API re_GetErrorText(re_ErrorText *errortext); extern XXX_ERROR XXX_API re_wGetErrorText(re_wErrorText *errortext);
errortextre_ErrorText or re_wErrorText,
in which the error text is stored. If the value NULL is set, only the error type will be returned. RE_SUCCESS or XXX error type of the last error.
These functions can be used to call up error messages. If ident is
RE_WARNING or RE_INFO, the value RE_SUCCESS is returned.
If you are interested in the full error text, give this function the address of a filled out structure
of re_ErrorText as parameter.