Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ severeErrors
Method
severeErrors
src/energyplus/ErrorFile.cpp:27–29 ·
view source on GitHub ↗
get severe errors
Source
from the content-addressed store, hash-verified
25
26
/// get severe errors
27
std::vector<std::string> ErrorFile::severeErrors() const {
28
return m_severeErrors;
29
}
30
31
/// get fatal errors
32
std::vector<std::string> ErrorFile::fatalErrors() const {
Callers
2
TEST_F
Function · 0.80
runEnergyPlus
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64