toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-api
/
org.jellyfin.sdk.api.sockets.exception
Package-level
declarations
Types
Types
Socket
Exception
Link copied to clipboard
open
class
SocketException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
ApiClientException
Base exception for the SocketApi and related classes.
Socket
Stopped
Exception
Link copied to clipboard
class
SocketStoppedException
:
SocketException