Home
last modified time | relevance | path

Searched defs:ComponentError (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.h65 struct ComponentError { struct
71 explicit ComponentError(std::string s, std::string m, std::string p, bool fatal = false) argument
72 : isFatal(fatal), source(s), message(m), currentPhase(p) { in isFatal()