Searched defs:ComponentError (Results 1 – 1 of 1) sorted by relevance
65 struct ComponentError { struct71 explicit ComponentError(std::string s, std::string m, std::string p, bool fatal = false) argument72 : isFatal(fatal), source(s), message(m), currentPhase(p) { in isFatal()