Connecting

data class Connecting(val previousConnectionError: Throwable?) : ConnectionStatus

A connection with the remote endpoint has been initiated but is not yet complete.

Since

200.2.0

Constructors

Link copied to clipboard
constructor(previousConnectionError: Throwable?)

Properties

Link copied to clipboard

an exception describing the reason for the previous connection failure, or null if there have been no previous failed connections