FingerError Enumeration¶
Namespace: id3.Finger
Definition¶
class FingerError
enum FingerError
public enum FingerError
public enum FingerError
public enum FingerError
typedef enum id3FingerError
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
No error. |
|
-1 |
The given buffer is too small. |
|
-2 |
The requested object does not exist; a ‘null’ should be returned if possible. |
|
-2000 |
Base error code of the Finger module. |
|
-2999 |
Minimum error code of the Finger module. |
|
-2001 |
The handle is invalid. |
|
-2002 |
One of the given parameter(s) is invalid (nullptr, wrong type). |
|
-2003 |
One of the given parameter(s) has an invalid value. |
|
-2004 |
The image pixel format is invalid. |
|
-2005 |
The template format is invalid. |
|
-2006 |
The image resolution is invalid. |
|
-2007 |
The finger position associated with the Image/Template is invalid. |
|
-2008 |
The given file path could not be found/opened. |
|
-2020 |
The model which is required for this operation was not loaded. |
|
-2039 |
The requested processing unit is not available in this build. |
|
-2040 |
The inference backend failed to infer, probably due to inconsistent input. |
|
-2041 |
This module is currently used by another thread. |
|
-2042 |
This ANSI/NIST-ITL 1:2011 transaction cannot be loaded in a finger image record. |
|
-2043 |
An error happened in the algorithmic backend. |
|
-2050 |
The finger indexer object is already initialized. |
|
-2051 |
The requested ID already exists in the finger indexer object. |
|
-2052 |
The data of the template is corrupted and cannot be added to the finger indexer object. |
|
-2053 |
Maximum size of the finger indexer object has been reached. |
|
-2054 |
No data with this ID has been found in the finger indexer object. |
|
-2055 |
This index file is not valid and cannot be loaded. |
|
-2100 |
The number of minutiae is too large to export the template as is. It needs to be pruned under 255 minutiae. |
|
-2101 |
The image was not aligned before encoding, one should set a FingerAligner model to the FingerExtractor. |
|
-2102 |
This function is not implemented. |