char *RegExpr_GetErrorString (int errorNumber);
This function takes an error number returned by the RegExpr_Parse function and returns a text description of the error.
For some errors, there may be more error information than can be encoded in the error number. The RegExpr_GetErrorElaboration function returns a more complete error message in that case.
Input | ||
Name | Type | Description |
errorNumber | integer | An error number returned by the RegExpr_Parse function. |
Name | Type | Description |
errorString | char * | The error string corresponding to the error number. |