toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-api
/
org.jellyfin.sdk.api.sockets
/
SocketConnectionState
/
Disconnected
Disconnected
data
class
Disconnected
(
val
error
:
Throwable
?
=
null
)
:
SocketConnectionState
There is no current connection. This is the default state.
Members
Constructors
Disconnected
Link copied to clipboard
constructor
(
error
:
Throwable
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
?
=
null