Interface AggregateErrorConstructor
interface AggregateErrorConstructor {
new AggregateErrorConstructornew (errors: Iterable<any, any, any>, message?: string): AggregateError;
new AggregateErrorConstructornew (errors: Iterable<any, any, any>, message?: string, options?: ErrorOptions): AggregateError;
prototype: AggregateError;
(errors: Iterable<any, any, any>, message?: string): AggregateError;
(errors: Iterable<any, any, any>, message?: string, options?: ErrorOptions): AggregateError;
}
new AggregateErrorConstructornew (errors: Iterable<any, any, any>, message?: string): AggregateError;
new AggregateErrorConstructornew (errors: Iterable<any, any, any>, message?: string, options?: ErrorOptions): AggregateError;
prototype: AggregateError;
(errors: Iterable<any, any, any>, message?: string): AggregateError;
(errors: Iterable<any, any, any>, message?: string, options?: ErrorOptions): AggregateError;
}
- Aggregate
Error (errors, message?): AggregateErrorConstructor Parameters
- errors: Iterable<any, any, any>
Optional
message: string
Returns AggregateError
- Aggregate
Error (errors, message?, options?): AggregateErrorConstructor Parameters
- errors: Iterable<any, any, any>
Optional
message: stringOptional
options: ErrorOptions
Returns AggregateError
Index
Constructors
Properties
Constructors
constructor
- new
Aggregate (errors, message?): AggregateErrorError Constructor Parameters
- errors: Iterable<any, any, any>
Optional
message: string
Returns AggregateError
- new
Aggregate (errors, message?, options?): AggregateErrorError Constructor Parameters
- errors: Iterable<any, any, any>
Optional
message: stringOptional
options: ErrorOptions
Returns AggregateError