Searched defs:AggregateError (Results 1 – 7 of 7) 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
34 AggregateError, property
14 const AggregateError = globalThis.AggregateError || CustomAggregateError constant