BlinkID C SDK version 5.16.0
RecognizerError.h
Go to the documentation of this file.
1
14#ifndef RECOGNIZERERROR_H_
15#define RECOGNIZERERROR_H_
16
17#include "Export.h"
18
19#ifdef __cplusplus
20extern "C"
21{
22#endif
23
31
34
37
40
43
46
49
52
55
58};
59
64
71MB_API char const * MB_CALL recognizerErrorToString( MBRecognizerErrorStatus errorStatus );
72
73#ifdef __cplusplus
74}
75#endif
76
77#endif
MBRecognizerErrorStatus
Enumeration of all possible error statuses.
Definition: RecognizerError.h:28
@ MB_RECOGNIZER_ERROR_STATUS_MALLOC_FAIL
Definition: RecognizerError.h:36
@ MB_RECOGNIZER_ERROR_STATUS_RECOGNIZER_IN_USE
Definition: RecognizerError.h:45
@ MB_RECOGNIZER_ERROR_STATUS_INVALID_ARGUMENT
Definition: RecognizerError.h:51
@ MB_RECOGNIZER_ERROR_STATUS_SUCCESS
Definition: RecognizerError.h:30
@ MB_RECOGNIZER_ERROR_STATUS_INVALID_LICENSE_KEY
Definition: RecognizerError.h:39
@ MB_RECOGNIZER_ERROR_STATUS_INVALID_SETTINGS
Definition: RecognizerError.h:48
@ MB_RECOGNIZER_ERROR_STATUS_FAIL
Definition: RecognizerError.h:33
@ MB_RECOGNIZER_ERROR_STATUS_NETWORK_ERROR
Definition: RecognizerError.h:54
@ MB_RECOGNIZER_ERROR_STATUS_NOT_SUPPORTED
Definition: RecognizerError.h:42
@ MB_RECOGNIZER_ERROR_STATUS_REMOTE_LOCK
Definition: RecognizerError.h:57
MB_API char const *MB_CALL recognizerErrorToString(MBRecognizerErrorStatus errorStatus)