Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:return_code [2018/12/14 14:55]
simba created
en:return_code [2019/09/23 11:15] (current)
simba
Line 2: Line 2:
 ^Code ^Description ^  ​ ^Code ^Description ^  ​
 |''​SUCCESS''​|Success| |''​SUCCESS''​|Success|
-|''​ERR_GET_OPTION''​|Option importing ​error.| +|''​ERR_GET_OPTION''​|Import option ​error.| 
-|''​ERR_SET_OPTION''​|Option setting ​error.|+|''​ERR_SET_OPTION''​|Set option ​error.|
 |''​ERR_INVALID_OPTION''​|Invalid option.| |''​ERR_INVALID_OPTION''​|Invalid option.|
-|''​ERR_CARD_SCAN_TIMEOUT''​|Card ​read timeout expired.|+|''​ERR_CARD_SCAN_TIMEOUT''​|Card ​scan timeout ​has expired.|
 |''​ERR_CANNOT_SCAN_CARD''​|Cannot scan card.| |''​ERR_CANNOT_SCAN_CARD''​|Cannot scan card.|
 |''​ERR_CARD_SCAN_CANCELLED''​|Card scan canceled.| |''​ERR_CARD_SCAN_CANCELLED''​|Card scan canceled.|
-|''​ERR_FINGERPRINT_SCAN_TIMEOUT''​|Fingerprint scan time expired.|+|''​ERR_FINGERPRINT_SCAN_TIMEOUT''​|Fingerprint scan timeout has expired.|
 |''​ERR_FINGERPRINT_CAPTURE_FAIL''​|Cannot acquire fingerprint image.| |''​ERR_FINGERPRINT_CAPTURE_FAIL''​|Cannot acquire fingerprint image.|
 |''​ERR_FINGERPRINT_EXTRACTION_LOW_QUALITY''​|Insufficient fingerprint minutiae information.| |''​ERR_FINGERPRINT_EXTRACTION_LOW_QUALITY''​|Insufficient fingerprint minutiae information.|
 |''​ERR_FINGERPRINT_CAPTURE_LOW_QUALITY''​|The quality of the acquired fingerprint image is low.| |''​ERR_FINGERPRINT_CAPTURE_LOW_QUALITY''​|The quality of the acquired fingerprint image is low.|
 |''​ERR_FAKE_FINGER_DETECTED''​|Fake fingerprint.| |''​ERR_FAKE_FINGER_DETECTED''​|Fake fingerprint.|
 +|''​ERR_FAKE_FINGER_TRY_AGAIN''​|Fake fingerprint authentication retried.|
 +|''​ERR_FAKE_FINGER_SENSOR_ERROR''​|Fake fingerprint sensor error.|
 |''​ERR_CANNOT_UPDATE_FINGERPRINT''​|Unable to update fingerprint template.| |''​ERR_CANNOT_UPDATE_FINGERPRINT''​|Unable to update fingerprint template.|
 |''​ERR_INVALID_FINGERPRINT_PARAM''​|Invalid fingerprint information.| |''​ERR_INVALID_FINGERPRINT_PARAM''​|Invalid fingerprint information.|
Line 33: Line 35:
 |''​ERR_CANNOT_OPEN_RTC''​|There are no RTC devices.| |''​ERR_CANNOT_OPEN_RTC''​|There are no RTC devices.|
 |''​ERR_CANNOT_SET_RTC''​|Cannot set the time on the RTC device.| |''​ERR_CANNOT_SET_RTC''​|Cannot set the time on the RTC device.|
-|''​ERR_CANNOT_GET_RTC''​|Time information ​cannot be obtained ​from the RTC device.|+|''​ERR_CANNOT_GET_RTC''​|Cannot obtain the time information from the RTC device.|
 |''​ERR_CANNOT_SET_LED''​|LED pattern cannot be set.| |''​ERR_CANNOT_SET_LED''​|LED pattern cannot be set.|
 |''​ERR_CANNOT_FIND_DEVICE''​|Device not found.| |''​ERR_CANNOT_FIND_DEVICE''​|Device not found.|
Line 50: Line 52:
 |''​ERR_CANNOT_DOWNLOAD_FIRMWARE_FILE''​|Failed to download firmware file.| |''​ERR_CANNOT_DOWNLOAD_FIRMWARE_FILE''​|Failed to download firmware file.|
 |''​ERR_CANNOT_GET_FIRMWARE_FILE_LIST''​|Failed to receive firmware file list.| |''​ERR_CANNOT_GET_FIRMWARE_FILE_LIST''​|Failed to receive firmware file list.|
 +|''​ERR_CANNOT_OPEN_FILE''​|Failed to open file.|