toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-api
/
org.jellyfin.sdk.api.client.exception
/
InvalidStatusException
Invalid
Status
Exception
class
InvalidStatusException
(
val
status
:
Int
,
cause
:
Throwable
?
=
null
)
:
ApiClientException
The HTTP status was not in the 200 range.
Members
Constructors
Invalid
Status
Exception
Link copied to clipboard
constructor
(
status
:
Int
,
cause
:
Throwable
?
=
null
)
Properties
status
Link copied to clipboard
val
status
:
Int