|
const int32_t | SE_OK = 0 |
| Success.
|
|
const int32_t | SE_UNKN_EXCEPTION = 1 |
| Unknown exception raised.
|
|
const int32_t | SE_LOW_MEMORY = 2 |
| Insufficient memory available.
|
|
const int32_t | SE_SYSTEM = 3 |
| System error. You can get addition information call getErrorDescription function
|
|
const int32_t | SE_KEY = 4 |
| the dongle is not plugged to computer
|
|
const int32_t | SE_TIME = 5 |
| the evaluation time is expired
|
|
const int32_t | SE_INIT = 6 |
| the SDK is not initialized
|
|
const int32_t | SE_HARDWARE = 7 |
| the computer's hardware not match to license
|
|
const int32_t | SE_WRONG_POINTER = 8 |
| the value of the one of the pointer that was passed to the function is NULL
|
|
const int32_t | SE_WRONG_PARAMETER = 9 |
| the value of the one of the parameters out of range
|
|
const int32_t | SE_LOAD_RESOURSE_DLL = 10 |
| cannot load dll
|
|
const int32_t | SE_FAM = 11 |
| the licensed FAM not detected
|
|
const int32_t | SE_JNI = 12 |
| JNI (java native interface) error.
|
|
const int32_t | SE_LICENSE_NOT_FOUND = 13 |
| license file not found or not set
|
|
const int32_t | SE_NOT_IMPLEMENTED = 14 |
| No implementation for this function.
|
|
const int32_t | SE_MORE_DATA = 15 |
| The size of buffer is not large enough for required data.
|
|
const int32_t | SE_WRONG_DIB = 2000 |
|
const int32_t | SE_IMAGE_TOO_BIG = 2002 |
| The image size is more then MAX_WIDTH x MAX_HEIGHT pixels.
|
|
const int32_t | SE_WRONG_RESOLUTION = 2004 |
| The dib passed to the 'process' function hasn't resolution 500 dpi.
|
|
const int32_t | SE_NO_IMAGE = 2006 |
| The fingerprint image is not found in the source image.
|
|
const int32_t | SE_PROCESSING = 2008 |
| Error occurs while template building.
|
|
const int32_t | SE_CANCEL = 2010 |
| A process canceled by user (one of callback function return false)
|
|
const int32_t | SE_CONVERTION = 2012 |
| A conversion template from version 7.1 or from NIST to ISO format is fail.
|
|
const int32_t | SE_IMPRESSION_TYPE = 2014 |
| Specified impression type is not supported.
|
|
const int32_t | SE_SAME_FING_ERR = 2016 |
|
const int32_t | SE_NULL_IMAGE = 2018 |
| passed image has zero size or pointer to the image is NULL
|
|
const int32_t | SE_DIF_FING = 2020 |
| Two compared templates keep information about different fingers, so nothing was matched
|
|
const int32_t | SE_DIF_FING_SIZE_ERR = 2022 |
|
const int32_t | SE_WRONG_IMAGE_SIZE = 2024 |
| one of the dib that was passed to process function has width or height is to big or too small for choosen image processing algorithm
|
|
const int32_t | SE_WSQ_ERR = 2026 |
| wsq decode error
|
|
const int32_t | SE_PARSE_TEMPL = 2028 |
| error of parse template
|
|
const int32_t | SE_SMALL_REQUIRED_SIZE = 2030 |
| required template size is too small
|
|
const int32_t | SE_WRONG_IMAGE = 2032 |
| unsupported or invalid format of image or image data is corrupted
|
|
const int32_t | SE_WRONG_IMAGE_PPI = 2034 |
| unsupported or invalid image resolution
|
|
const int32_t | SE_WRONG_FINGER_NUMBER = 12002 |
| the number of fingers that was passed to function is wrong (should be >= 1 and <= 10)
|
|
const int32_t | SE_WRONG_PROBE_TEMPLATE = 12010 |
| probe template has wrong format
|
|
const int32_t | SE_WRONG_GALLERY_TEMPLATE = 12011 |
| gallery template has wrong format
|
|
const int32_t | SE_LOAD = 12012 |
| error of template set loading
|
|
const int32_t | SE_MATCH = 12014 |
| matching error
|
|
const int32_t | SE_NO_FINGERS = 12016 |
| two set of templates have no fingers with the same number or all templates passed to loadTemplate fuction are NULL
|
|
const int32_t | SE_NO_LOAD = 12018 |
| function 'matchEx' was called before load the first set of templates by function 'loadtemplate' or no tempaltes was passed to 'loadtemplate'
|
|
const int32_t | SE_WRONG_FINGER_NUM = 12020 |
| wrong number of finger (should be >= 1 and <= 10)
|
|
const int32_t | SE_NOT_ENOUGH_FINGERS = 12024 |
| the number of finger pairs is less than required by minMatch parameter
|
|
const int32_t | SE_UNPACKED_TEMPL = 12030 |
| You are trying to unpack template that already unpacked.
|
|
const int32_t | SE_NULL_TEMPLATE = 12032 |
| the pointer to the fpTemplate in TemplateData structure is NULL
|
|
const int32_t | SE_UNPACK_INIT = 12034 |
| error of initialilize unpack library
|
|
const int32_t | SE_NOT_SUPPORT_SSE3 = 12036 |
| the CPU is not support the SSE3 instruction set
|
|
const int32_t | SE_NOT_ALL_FINGES_LOADED = 12038 |
| some finger of tenprints wasn't loaded
|
|
const int32_t | SE_NOT_SUPPORT_SSE4_2 = 12040 |
| the CPU is not support the SSE4.2 instruction set
|
|
const int32_t | SE_OPEN_FILE = 22000 |
| cannot open or create the specified file
|
|
const int32_t | SE_WRITE_FILE = 22001 |
| error occurs while writing to the specified file
|
|
const int32_t | SE_READ_FILE = 22002 |
| error occurs while reading from the specified file
|
|
const int32_t | SE_SGM_RES_WRN_NORECTS = 1000 |
| no segmented rectangles
|
|
const int32_t | SE_SGM_RES_WRN_HAND = 1001 |
| wrong hand
|
|
const int32_t | SE_SGM_RES_ERR_IMAGE = 1002 |
| no source image (img)
|
|
const int32_t | SE_SGM_RES_ERR_WIDTH = 1003 |
| incorrect image width (imgWidth)
|
|
const int32_t | SE_SGM_RES_ERR_HEIGHT = 1004 |
| incorrect image height (imgHeight)
|
|
const int32_t | SE_SGM_RES_ERR_PPI = 1005 |
| incorrect image resolution (imgPPI)
|
|
const int32_t | SE_SGM_RES_ERR_TYPE = 1006 |
| incorrect segmentation type (sgmType)
|
|
const int32_t | SE_SGM_RES_ERR_HAND = 1007 |
| incorrect hand (sgmHand)
|
|
const int32_t | SE_SGM_RES_ERR_IMP_TYPE = 1008 |
| incorrect impression type (impType)
|
|
const int32_t | SE_SGM_RES_ERR_POS = 1009 |
| incorrect fingerprint position in exclude position array (exclPos)
|
|
const int32_t | SE_SGM_RES_ERR_EXCLUDE = 1010 |
| not allocated memory for exclude position array (exclPos), but not null number of items (exclPosCount) defined
|
|
const int32_t | SE_SGM_RES_ERR_RECTS = 1011 |
| not allocated memory for rectangles array (rects)
|
|
const int32_t | SE_SGM_RES_ERR_COUNT = 1012 |
| incorrect number of rectangles (rectsCount) for specified segmentation type (sgmType)
|
|
const int32_t | SE_SGM_RES_ERR_MEMORY = 1013 |
| not enough memory
|
|
const int32_t | SE_SGM_RES_ERR_UNKNOWN = 1099 |
| unknown error
|
|