MCPcopy 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_FFunction · 0.80
runEnergyPlusMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64