Disconnected

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

There is no current connection. This is the default state. Optionally contains the error that caused the socket to disconnect.

Constructors

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

Properties

Link copied to clipboard
val error: Throwable? = null