UserNotFound

data class UserNotFound(val message: String) : TSWebAuthnAuthenticationError

The provided user id wasn't found in Transmit backend

Constructors

Link copied to clipboard
fun UserNotFound(message: String)

Properties

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