toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
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
)