Web Socket Connection Exception
open class WebSocketConnectionException( val url: String, message: String = "Failed to connect at web socket level to ", cause: Throwable? = null) : ConnectionException
Content copied to clipboard
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)
Content copied to clipboard