bool HasError() { return s_code_errors.exists(); }
bool HasError(ErrorType type) { return s_code_errors.exists(type); }