new AggregateError(…)
Creates a new AggregateError object.AggregateError.AggregateError([message])
errors
An array of errors that led to this AggregateError.a.errors
message
Error message.a.message
name
The name property of AggregateError instances is "AggregateError".a.name
AggregateError.prototype
The prototype of the AggregateError constructor.AggregateError.prototype
toString()
Returns a string representing the specified error object.a.toString()