KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ErrorPayload
Interface ErrorPayload
interface
ErrorPayload
{
err
:
{
frame
?:
string
;
id
?:
string
;
loc
?:
{
column
:
number
;
file
?:
string
;
line
:
number
}
;
message
:
string
;
plugin
?:
string
;
pluginCode
?:
string
;
stack
:
string
;
[
name
:
string
]:
any
;
}
;
type
:
"error"
;
}
Index
Properties
err
type
Properties
err
err
:
{
frame
?:
string
;
id
?:
string
;
loc
?:
{
column
:
number
;
file
?:
string
;
line
:
number
}
;
message
:
string
;
plugin
?:
string
;
pluginCode
?:
string
;
stack
:
string
;
[
name
:
string
]:
any
;
}
type
type
:
"error"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
err
type
Github
KC's Workspace
Loading...