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
/
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