Returns the textual description for the specified error status code. In case of unknown status the function returns NULL pointer.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string cvErrorStr(
	int status
)
Public Shared Function cvErrorStr ( _
	status As Integer _
) As String
public:
static String^ cvErrorStr(
	int status
)

Parameters

status
Int32
The error status

Return Value

the textual description for the specified error status code.

See Also