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;
    }

    Constructors

    Properties

    Constructors

    Properties

    prototype: AggregateError