aggregateError constant
int
const aggregateError
Error code indicating that there were multiple errors. Aggregate errors have an "errors" property, which is an array of error objects with more detail about each error that occurred.
Implementation
static const int aggregateError = 600;