CoreSetupReject

data class CoreSetupReject(errorString: String?) : HandshakeMessage

Message representing a failed core configuration attempt.

Client should retry with different CoreSetupData or abort the connection.

Constructors

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

Properties

Link copied to clipboard
val errorString: String?

HTML-formatted error message