www.emgu.com/wiki
Returns the textual description for the specified error status code. In case of unknown status the function returns NULL pointer.

Declaration Syntax
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.
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)