ClientLoginReject

data class ClientLoginReject(errorString: String?) : HandshakeMessage

Message representing a failed client login attempt.

Client should retry with different ClientLogin or abort the connection.

Constructors

Link copied to clipboard
fun ClientLoginReject(errorString: String?)

Properties

Link copied to clipboard
val errorString: String?

HTML-formatted error message