Esempio n. 1
0
bool HasError() {
  return s_code_errors.exists();
}
Esempio n. 2
0
bool HasError(ErrorType type) {
  return s_code_errors.exists(type);
}