http://www.emgu.com
Returns the textual description for the specified error status code. In case of unknown status the function returns NULL pointer.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static string ErrorStr(
int status
)
Public Shared Function ErrorStr (
status As Integer
) As String
public:
static String^ ErrorStr(
int status
)
static member ErrorStr :
status : int -> string
Parameters
- status
- Type: SystemInt32
The error status
Return Value
Type:
Stringthe textual description for the specified error status code.
See Also