KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
SerializedError
Interface SerializedError
interface
SerializedError
{
cause
?:
SerializedError
;
message
:
string
;
name
?:
string
;
stack
?:
string
;
stacks
?:
ParsedStack
[]
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
SerializedError
TestError
Indexable
[
key
:
string
]:
unknown
Index
Properties
cause?
message
name?
stack?
stacks?
Properties
Optional
cause
cause
?:
SerializedError
message
message
:
string
Optional
name
name
?:
string
Optional
stack
stack
?:
string
Optional
stacks
stacks
?:
ParsedStack
[]
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
cause
message
name
stack
stacks
Github
KC's Workspace
Loading...