31 errors.push_back(err);
37 if (errors.size() < many)
43 *firstErr = errors[0];
49 return std::move(errors);
void setError(const std::string &err) REQUIRES(!mutex)
std::vector< std::string > && getErrors() REQUIRES(!mutex)
bool isTooManyErrors(unsigned many, std::string *firstErr=nullptr) REQUIRES(!mutex)