Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AggregateError

Represents a list of errors.

Hierarchy

  • Error
    • AggregateError

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected _errors

_errors: any[]

Stores the errors.

message

message: string

name

name: string

Static Error

Error: ErrorConstructor

Accessors

errors

  • get errors(): any[]

stack

  • get stack(): string
  • inheritdoc

    Returns string

Methods

toString

  • toString(): string

Generated using TypeDoc