AggregateError_2 class
export default class AggregateError extends Error
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(errors, message, options) | Constructs a new instance of the AggregateError class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cause? | readonly | unknown | (Optional) |
| errors | readonly | readonly unknown[] |