InternalError

data class InternalError(val message: String, val t: Throwable? = null) : TSWebAuthnRegistrationError

Internla error occurred

Constructors

Link copied to clipboard
fun InternalError(message: String, t: Throwable? = null)

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard
val message: String
Link copied to clipboard
val t: Throwable? = null
Link copied to clipboard
val tw: Throwable?