LabWindows/CVI

RegExpr_GetErrorString

char *RegExpr_GetErrorString (int errorNumber);

Purpose

This function returns the error message associated with the regexpr.fp error code specified in the errorNumber parameter.

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.

Parameters

Input
Name Type Description
errorNumber int An error code returned by a regexpr.fp function.

Return Value

Name Type Description
errorString char * The error message associated with the error code. Do not modify or free this string.

Additional Information

Library: Regular Expressions

Include file: toolbox\regexpr.h

LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later