Searched defs:AggregateError (Results 1 – 5 of 5) sorted by relevance
21 interface AggregateError extends Error { interface31 declare var AggregateError: AggregateErrorConstructor; variable
1 interface AggregateError extends Error { interface11 declare var AggregateError: AggregateErrorConstructor; variable
7 class AggregateError extends Error { class
2 const AggregateError = require('aggregate-error'); constant