Search
Preparing search index...
The search index is not available
sealious
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Response
Class Response
Hierarchy
Response
Index
Constructors
constructor
Properties
data
status
status_
message
type
Methods
from
Error
Constructors
constructor
new
Response
(
data
:
any
, is_error
:
boolean
, type
:
string
, status_message
:
string
)
:
Response
Parameters
data:
any
is_error:
boolean
type:
string
status_message:
string
Returns
Response
Properties
data
data
:
any
status
status
:
"error"
|
"success"
status_
message
status_
message
:
string
type
type
:
string
Methods
Static
from
Error
from
Error
(
sealious_error
:
SealiousError
)
:
{
data
:
any
;
is_error
:
boolean
;
message
:
string
;
status_message
:
string
;
type
:
string
}
Parameters
sealious_error:
SealiousError
Returns
{
data
:
any
;
is_error
:
boolean
;
message
:
string
;
status_message
:
string
;
type
:
string
}
data
:
any
is_
error
:
boolean
message
:
string
status_
message
:
string
type
:
string
Globals
Response
constructor
data
status
status_
message
type
from
Error
Generated using
TypeDoc