FingerCaptureError Enumeration¶
Namespace: id3.FingerCapture
Definition¶
class FingerCaptureError
enum FingerCaptureError
public enum FingerCaptureError
typedef enum id3CaptureFingerCaptureError
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
Indicates a successful operation with no errors. |
|
-1 |
The given buffer is too small. |
|
-2 |
The requested object does not exist; a ‘null’ should be returned if possible. |
|
-13000 |
Base error code for Finger Capture module. |
|
-13999 |
Minimum error code for Finger Capture module. |
|
-13001 |
Indicates that the provided handle is not recognized or is invalid, often due to being uninitialized or already freed. |
|
-13002 |
Occurs when a parameter passed to a function is out of range or incompatible with the expected type. |
|
-13003 |
The called function is not implemented in the current context, typically indicating incomplete integration or a version mismatch. |
|
-13004 |
A Java exception occurred within the JNI layer, indicating an error in the integration or internal logic error in Java code. |
|
-13005 |
An exception was fired in the callback. |
|
-13006 |
The finger extractor was not defined. |
|
-13007 |
Error due to incorrect number of fingers required for the operation. |
|
-13008 |
Error due to a mismatch in the number of fingers detected. |