Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new AggregateError(message?: undefined | string, ...errors: any[]): AggregateError

Properties

innerErrors

innerErrors: keyof any[]

message

message: string

name

name: "RawValueError" = "RawValueError"

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Methods

forEach

  • forEach<TThis>(callback: (this: TThis, error: any) => void, thisArg: TThis): void
  • forEach(callback: (this: void, error: any) => void): void

Generated using TypeDoc