AggregateError.(constructor)
constructor(errors: Iterable<unknown>, message?: string, options?: {
cause?: unknown;
});
Parameters
Parameter | Type | Description |
---|---|---|
errors | Iterable<unknown> | |
message | string | (Optional) |
options | { cause?: unknown; } | (Optional) |