Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vicis/src/core/errors/AggregateError.ts>AggregateError

Presentation and transformation layer for data output in RESTful APIs.
Latest
class AggregateError
extends Error
import { AggregateError } from "https://deno.land/x/vicis@1.0.0/src/core/errors/AggregateError.ts";

Constructors

new
AggregateError(errors: Error[], message?)

Properties

errors: Error[]
readonly
name: string