BiometricAuthenticationException

class BiometricAuthenticationException(val errorCode: Int, val errorMessage: String) : Exception

Custom exception for biometric authentication errors.

This exception wraps biometric authentication error codes and messages to provide consistent error handling across the application.

Parameters

errorCode

The biometric error code from BiometricPrompt

errorMessage

The human-readable error message

Constructors

Link copied to clipboard
constructor(errorCode: Int, errorMessage: String)

Properties

Link copied to clipboard
Link copied to clipboard