WebSocketConnectionClosedException
class WebSocketConnectionClosedException(val url: String, val code: Int, val reason: String?) : WebSocketConnectionException(source)
An exception thrown when the server closed the connection unexpectedly during the handshake.