Tanatloc documentation
Preparing search index...
API.Error
APIError
Class APIError
API error
Hierarchy
Error
APIError
Index
Constructors
constructor
Properties
err?
render?
title
type?
Constructors
constructor
new
APIError
(
params
:
{
err
?:
ICallError
;
render
?:
ReactNode
;
title
:
string
;
type
?:
"error"
|
"success"
|
"info"
|
"warning"
;
}
,
)
:
APIError
Parameters
params
:
{
err
?:
ICallError
;
render
?:
ReactNode
;
title
:
string
;
type
?:
"error"
|
"success"
|
"info"
|
"warning"
;
}
Returns
APIError
Properties
Optional
err
err
?:
ICallError
Optional
render
render
?:
ReactNode
title
title
:
string
Optional
type
type
?:
"error"
|
"success"
|
"info"
|
"warning"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
err
render
title
type
Tanatloc documentation
Loading...
API error