InternalError

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

Internal error occurred

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val t: Throwable?
Link copied to clipboard