BiometricInternalError

class BiometricInternalError(val dsErrorMessage: String) : DsLoginException

Called when an error has been encountered in the login or setup biometric flow. This error is only thrown when any internal parts of the biometric flow fails, not when the server rejects the biometric setup or login. The dsErrorMessage contains the error details.

Constructors

Link copied to clipboard
constructor(dsErrorMessage: String)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?