@jellyfin/sdk
Preparing search index...
generated-client
ProblemDetails
Interface ProblemDetails
Export
ProblemDetails
interface
ProblemDetails
{
detail
?:
null
|
string
;
instance
?:
null
|
string
;
status
?:
null
|
number
;
title
?:
null
|
string
;
type
?:
null
|
string
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
detail?
instance?
status?
title?
type?
Properties
Optional
detail
detail
?:
null
|
string
Memberof
ProblemDetails
Optional
instance
instance
?:
null
|
string
Memberof
ProblemDetails
Optional
status
status
?:
null
|
number
Memberof
ProblemDetails
Optional
title
title
?:
null
|
string
Memberof
ProblemDetails
Optional
type
type
?:
null
|
string
Memberof
ProblemDetails
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detail
instance
status
title
type
@jellyfin/sdk
Loading...
Export
ProblemDetails