Preparing search index...
The search index is not available
simpliPFy JS Frontend Documentation
simpliPFy JS Frontend Documentation
scripts/pyodideAPI/workerCommunication
TimeOutResponse
Class TimeOutResponse
Hierarchy (
View Summary
)
WorkerResponse
TimeOutResponse
Index
Constructors
constructor
Properties
data
errors
id
success
warnings
Accessors
error
Msg
warning
Msg
Methods
add
Error
add
Warning
unwrap
from
Constructors
constructor
new
TimeOutResponse
(
id
:
any
,
action
:
any
)
:
TimeOutResponse
Parameters
id
:
any
action
:
any
Returns
TimeOutResponse
Properties
data
data
:
any
errors
errors
:
string
[]
= []
id
id
:
number
success
success
:
boolean
warnings
warnings
:
string
[]
= []
Accessors
error
Msg
get
errorMsg
()
:
string
Returns
string
warning
Msg
get
warningMsg
()
:
string
Returns
string
Methods
add
Error
addError
(
error
:
string
)
:
void
Parameters
error
:
string
Returns
void
add
Warning
addWarning
(
warning
:
string
)
:
void
Parameters
warning
:
string
Returns
void
unwrap
unwrap
()
:
any
Returns
any
Static
from
from
<
T
>
(
raw
:
{
data
:
T
;
errors
?:
string
[]
;
id
:
number
;
success
:
boolean
;
warnings
?:
string
[]
;
}
,
)
:
WorkerResponse
<
any
>
Type Parameters
T
Parameters
raw
:
{
data
:
T
;
errors
?:
string
[]
;
id
:
number
;
success
:
boolean
;
warnings
?:
string
[]
;
}
Returns
WorkerResponse
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
data
errors
id
success
warnings
Accessors
error
Msg
warning
Msg
Methods
add
Error
add
Warning
unwrap
from
simpliPFy JS Frontend Documentation
Loading...