Interface AggregateErrorConstructor
interface AggregateErrorConstructor {
new AggregateErrorConstructor(
errors: Iterable,
message?: string,
): AggregateError;
new AggregateErrorConstructor(
errors: Iterable,
message?: string,
options?: ErrorOptions,
): AggregateError;
prototype: AggregateError;
(errors: Iterable, message?: string): AggregateError;
(
errors: Iterable,
message?: string,
options?: ErrorOptions,
): AggregateError;
}
new AggregateErrorConstructor(
errors: Iterable,
message?: string,
): AggregateError;
new AggregateErrorConstructor(
errors: Iterable,
message?: string,
options?: ErrorOptions,
): AggregateError;
prototype: AggregateError;
(errors: Iterable, message?: string): AggregateError;
(
errors: Iterable,
message?: string,
options?: ErrorOptions,
): AggregateError;
}
- AggregateErrorConstructor(errors: Iterable, message?: string): AggregateError
Parameters
- errors: Iterable
Optional
message: string
Returns AggregateError
- AggregateErrorConstructor(
errors: Iterable,
message?: string,
options?: ErrorOptions,
): AggregateError Parameters
- errors: Iterable
Optional
message: stringOptional
options: ErrorOptions
Returns AggregateError
Index
Constructors
Properties
Constructors
constructor
- new AggregateErrorConstructor(
errors: Iterable,
message?: string,
): AggregateError Parameters
- errors: Iterable
Optional
message: string
Returns AggregateError
- new AggregateErrorConstructor(
errors: Iterable,
message?: string,
options?: ErrorOptions,
): AggregateError Parameters
- errors: Iterable
Optional
message: stringOptional
options: ErrorOptions
Returns AggregateError