|
GridFire v0.7.0-alpha
General Purpose Nuclear Network
|
#include <expected_engine.h>
Public Member Functions | |
| EngineError (std::string message, const EngineErrorTypes type) | |
| virtual | ~EngineError ()=default |
Public Attributes | |
| std::string | m_message |
| const EngineErrorTypes | type = EngineErrorTypes::FAILURE |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const EngineError &e) |
|
inlineexplicit |
|
virtualdefault |
|
friend |
| std::string gridfire::expectations::EngineError::m_message |
| const EngineErrorTypes gridfire::expectations::EngineError::type = EngineErrorTypes::FAILURE |