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
/
ApiClientException
Api
Client
Exception
open
class
ApiClientException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Base exception for the ApiClient.
Inheritors
InvalidContentException
InvalidStatusException
MissingBaseUrlException
MissingPathVariableException
SecureConnectionException
TimeoutException
SocketException
Members
Constructors
Api
Client
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)