AuthPromptErrorException
Kotlin
|Java
class AuthPromptErrorException : Exception
androidx.biometric.auth.AuthPromptErrorException |
Thrown when an unrecoverable error has been encountered and authentication has stopped.
Summary
Public constructors | |
---|---|
<init>(errorCode: Int, errorMessage: CharSequence) Thrown when an unrecoverable error has been encountered and authentication has stopped. |
Properties | |
---|---|
Int |
An integer ID associated with the error. |
CharSequence |
A human-readable string that describes the error. |
Public constructors
<init>
AuthPromptErrorException(
errorCode: Int,
errorMessage: CharSequence)
Thrown when an unrecoverable error has been encountered and authentication has stopped.
Parameters | |
---|---|
errorCode: Int | An integer ID associated with the error. |
errorMessage: CharSequence | A human-readable string that describes the error. |