Preparing search index...
The search index is not available
jsonapi-data-manager
jsonapi-data-manager
ErrorObject
Interface ErrorObject
interface
ErrorObject
{
code
?:
string
;
detail
?:
string
;
id
?:
string
;
links
?:
LinksObject
&
{
about
:
string
|
LinkObject
;
}
;
meta
?:
Meta
;
source
?:
unknown
;
status
?:
string
;
title
?:
string
;
}
Index
Properties
code?
detail?
id?
links?
meta?
source?
status?
title?
Properties
Optional
code
code
?:
string
Optional
detail
detail
?:
string
Optional
id
id
?:
string
Optional
links
links
?:
LinksObject
&
{
about
:
string
|
LinkObject
;
}
Type declaration
about
:
string
|
LinkObject
Optional
meta
meta
?:
Meta
Optional
source
source
?:
unknown
Optional
status
status
?:
string
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
detail
id
links
meta
source
status
title
jsonapi-data-manager
Loading...