jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
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
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
status
Link copied to clipboard
val
status
:
Int
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?