Skip to main content
Version: 6.0

Enumeration: DeviceErrorCodes

The meaning of the error code in the thrown DeviceError.

Enumeration Members

AuthFailed

AuthFailed = 4

User authentication failed.

Constant

4


BiometricsLockedOut

BiometricsLockedOut = 5

Biometrics have been locked out, usually because of too many failed attempts.

Constant

5


BiometricsNotEnabled

BiometricsNotEnabled = 6

The operation failed because biometric authentication is not enabled. This can occur when biometrics is not supported by the device or when biometrics has not been configured for the device or vault.

Constant

6


InvalidArguments

InvalidArguments = 1

The operation failed because the some of the vault provided arguments were invalid.

Constant

1


SecurityNotAvailable

SecurityNotAvailable = 3

Biometric security is unavailable due to a passcode not being set up at the system level. In order to use biometric identification on the device a system level passcode must be set up by the user.

Constant

3


Unknown

Unknown = 0

An unknown error happened.

Constant

0


UserCanceledInteraction

UserCanceledInteraction = 2

The user cancelled the native authentication dialog.

Note: On iOS, this error code will also be thrown in the event that the native authentication dialog fails as a result of too many failed attempts. The user will be forced to cancel the dialog, triggering this error code.

Constant

2