ClientNotFound

data class ClientNotFound(val message: String) : TSWebAuthnRegistrationError

This error indicates that the set client id was not found in Transmit backend

Constructors

Link copied to clipboard
fun ClientNotFound(message: String)

Properties

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