Web Socket Connection Exception
open class WebSocketConnectionException(val url: String, message: String = "Failed to connect at web socket level to ", cause: Throwable? = null) : ConnectionException(source)
Exception thrown when the connection attempt failed at web socket level.
Constructors
Link copied to clipboard
fun WebSocketConnectionException(url: String, message: String = "Failed to connect at web socket level to ", cause: Throwable? = null)