BiometricNoEnrollmentError
@authgear/capacitor / BiometricNoEnrollmentError
Class: BiometricNoEnrollmentError
BiometricNoEnrollmentError means the user has not setup biometric. You should prompt the user to do so.
Extends
Constructors
Constructor
new BiometricNoEnrollmentError(
message?):BiometricNoEnrollmentError
Parameters
message?
string
Returns
BiometricNoEnrollmentError
Inherited from
Properties
underlyingError?
optionalunderlyingError:unknown
underlyingError is the underlying error. The type is unknown because it is possible to throw anything in JavaScript. Use ordinary approaches, such as instanceof operator, to identify what it is.