jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-api
/
org.jellyfin.sdk.api.client.exception
/
TimeoutException
Timeout
Exception
class
TimeoutException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
ApiClientException
The connection timed out. This can happen when the host is unreachable or the network is offline.
Members
Constructors
Timeout
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)