Search
Preparing search index...
The search index is not available
tasklike-promise-library
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"primitives/errors"
AggregateError
Class AggregateError
Hierarchy
Error
AggregateError
Index
Constructors
constructor
Properties
inner
Errors
message
name
stack
Error
Methods
for
Each
Constructors
constructor
new
Aggregate
Error
(
message
?:
undefined
|
string
,
...
errors
:
any
[]
)
:
AggregateError
Parameters
Optional
message:
undefined
|
string
Rest
...
errors:
any
[]
Returns
AggregateError
Properties
inner
Errors
inner
Errors
:
keyof
any
[]
message
message
:
string
name
name
:
"RawValueError"
= "RawValueError"
Optional
stack
stack
:
undefined
|
string
Static
Error
Error
:
ErrorConstructor
Methods
for
Each
for
Each<TThis>
(
callback
:
(
this
:
TThis
, error
:
any
)
=>
void
, thisArg
:
TThis
)
:
void
for
Each
(
callback
:
(
this
:
void
, error
:
any
)
=>
void
)
:
void
Type parameters
TThis
Parameters
callback:
(
this
:
TThis
, error
:
any
)
=>
void
(
this
:
TThis
, error
:
any
)
:
void
Parameters
this:
TThis
error:
any
Returns
void
thisArg:
TThis
Returns
void
Parameters
callback:
(
this
:
void
, error
:
any
)
=>
void
(
this
:
void
, error
:
any
)
:
void
Parameters
this:
void
error:
any
Returns
void
Returns
void
Globals
"abort
Signal"
"common"
"delayed
Callbacks"
"http/browser"
"http/common"
"http/index"
"http/node"
"index"
"primitives/cancellation"
"primitives/disposable"
"primitives/errors"
"primitives/event
Emitter"
"primitives/index"
"primitives/promise
Like
Resolution
Source"
"primitives/promise
Resolution
Source"
Aggregate
Error
constructor
inner
Errors
message
name
stack
Error
for
Each
INestable
Error
set
Inner
Error
Generated using
TypeDoc