OpenStudio:energyplus
Loading...
Searching...
No Matches
openstudio::energyplus::ErrorFile Class Reference

#include <ErrorFile.hpp>

Public Member Functions

bool completed () const
 did EnergyPlus complete or crash
 
bool completedSuccessfully () const
 completed successfully
 
 ErrorFile (const openstudio::path &errPath)
 constructor
 
std::vector< std::string > fatalErrors () const
 get fatal errors
 
std::vector< std::string > severeErrors () const
 get severe errors
 
std::vector< std::string > warnings () const
 get warnings
 

Constructor & Destructor Documentation

◆ ErrorFile()

openstudio::energyplus::ErrorFile::ErrorFile ( const openstudio::path & errPath)

constructor

Member Function Documentation

◆ completed()

bool openstudio::energyplus::ErrorFile::completed ( ) const

did EnergyPlus complete or crash

◆ completedSuccessfully()

bool openstudio::energyplus::ErrorFile::completedSuccessfully ( ) const

completed successfully

◆ fatalErrors()

std::vector< std::string > openstudio::energyplus::ErrorFile::fatalErrors ( ) const

get fatal errors

◆ severeErrors()

std::vector< std::string > openstudio::energyplus::ErrorFile::severeErrors ( ) const

get severe errors

◆ warnings()

std::vector< std::string > openstudio::energyplus::ErrorFile::warnings ( ) const

get warnings