toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ProblemDetails
Problem
Details
data
class
ProblemDetails
(
val
type
:
String
?
=
null
,
val
title
:
String
?
=
null
,
val
status
:
Int
?
=
null
,
val
detail
:
String
?
=
null
,
val
instance
:
String
?
=
null
)
Members
Constructors
Problem
Details
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
title
:
String
?
=
null
,
status
:
Int
?
=
null
,
detail
:
String
?
=
null
,
instance
:
String
?
=
null
)
Properties
detail
Link copied to clipboard
val
detail
:
String
?
=
null
instance
Link copied to clipboard
val
instance
:
String
?
=
null
status
Link copied to clipboard
val
status
:
Int
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null