error_codes library
Constants
- biometricOnlyNotSupported → const String
- Indicates that the biometricOnly parameter can't be true on Windows
- lockedOut → const String
- Indicates the API is temporarily locked out due to too many attempts.
- notAvailable → const String
- Indicates the device does not have hardware support for biometrics.
- notEnrolled → const String
- Indicates the user has not enrolled any biometrics on the device.
- otherOperatingSystem → const String
- Indicates the device operating system is unsupported.
- passcodeNotSet → const String
- Indicates that the user has not yet configured a passcode (iOS) or PIN/pattern/password (Android) on the device.
- permanentlyLockedOut → const String
- Indicates the API is locked out more persistently than lockedOut. Strong authentication like PIN/Pattern/Password is required to unlock.