ClientInitReject

data class ClientInitReject(errorString: String?) : HandshakeMessage

Message representing a failed client registration attempt.

Client should abort the connection.

Constructors

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

Properties

Link copied to clipboard
val errorString: String?

HTML-formatted error message