WebSocketConnectionException

fun WebSocketConnectionException(    url: String,     httpStatusCode: Int? = null,     message: String = "Couldn't connect to web socket at $url" + statusInfo(httpStatusCode),     cause: Throwable? = null)

Sources

Link copied to clipboard