FuncType - v0.8.85
GitHub
Preparing search index...
ErrorChainElement
Type Alias ErrorChainElement
Type definition for a structured error chain element
type
ErrorChainElement
=
{
message
?:
string
;
name
?:
string
;
stack
?:
string
;
taskInfo
?:
TaskErrorInfo
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
message?
name?
stack?
task
Info?
Properties
Optional
message
message
?:
string
Optional
name
name
?:
string
Optional
stack
stack
?:
string
Optional
task
Info
taskInfo
?:
TaskErrorInfo
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
message
name
stack
task
Info
GitHub
FuncType - v0.8.85
Loading...
Type definition for a structured error chain element