WebSocketConnectionException

open class WebSocketConnectionException(    val url: String,     message: String = "Failed to connect at web socket level to ",     cause: Throwable? = null) : ConnectionException

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)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val url: String

Sources

Link copied to clipboard