library / com.github.pwittchen.rxbiometric.library.throwable / AuthenticationError

AuthenticationError

data class AuthenticationError : Throwable

Constructors

<init>

AuthenticationError(errorCode: Int, errorMessage: CharSequence?)

Properties

errorCode

val errorCode: Int

errorMessage

val errorMessage: CharSequence?