Disconnected

data class Disconnected(val error: Throwable? = null) : SocketConnectionState

There is no current connection. This is the default state.

Constructors

Link copied to clipboard
constructor(error: Throwable? = null)

Properties

Link copied to clipboard
val error: Throwable? = null