Enum ErrorCode
Error codes.
Namespace: Unosquare.Sparkfun.FingerprintModule
Syntax
public enum ErrorCode
Remarks
Error codes 0 to 2999 indicate the ID for a duplicate fingerprint while enrollment or setting template.
Fields
Name | Description |
---|---|
AlreadyUse | The specified ID is already used |
BadFinger | Too bad finger |
CaptureCanceled | The capturing is cancelled |
CommErr | Communication error |
DbEmpty | The device database is empty |
DbFull | The device database is full |
DeviceErr | Device error |
DuplicateFingerprint | Duplicate fingerprint while enrollment or setting template |
EnrollFailed | Enrollment failure |
FingerNotPressed | Finger is not pressed |
IdentifyFail | 1:N identification error |
InvalidBaudrate | Invalid serial baudrate |
InvalidCheckSum | Invalid check sum. Possible data corruption. |
InvalidParam | Invalid parameter |
InvalidPos | The specified ID is not between the valid range |
NoError | No error |
NotSupported | The specified command is not supported |
NotUsed | The specified ID is not used |
Timeout | Capture timeout |
TurnErr | Invalid order of the enrollment |
VerifyFail | 1:1 verification error |