Typescript Library Declarations (ES2023)
Interface AggregateErrorConstructor
Hierarchy
AggregateErrorConstructor
Aggregate
Error
Constructor
(
errors
,
message
?
)
:
AggregateError
Parameters
errors
:
Iterable
<
any
>
Optional
message
:
string
Returns
AggregateError
Aggregate
Error
Constructor
(
errors
,
message
?
,
options
?
)
:
AggregateError
Parameters
errors
:
Iterable
<
any
>
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
AggregateError
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new
Aggregate
Error
Constructor
(
errors
,
message
?
)
:
AggregateError
Parameters
errors
:
Iterable
<
any
>
Optional
message
:
string
Returns
AggregateError
new
Aggregate
Error
Constructor
(
errors
,
message
?
,
options
?
)
:
AggregateError
Parameters
errors
:
Iterable
<
any
>
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
AggregateError
Properties
Readonly
prototype
prototype
:
AggregateError
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
prototype