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.0.1.0 (2.0.1.0)

Syntax

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

Parameters

status
Type: System..::.Int32
The error status

Return Value

the textual description for the specified error status code.

See Also