Class: AggregateError

AggregateError(messageopt)

Represents a collection of errors.

Constructor

new AggregateError(messageopt)

Constructs an AggregateError. Based on the AggregateError class from bluebird.
Parameters:
Name Type Attributes Description
message string <optional>
Human-readable description of the error.
Source:

Extends

  • Error
  • Array