Searched refs:ComponentError (Results 1 – 2 of 2) sorted by relevance
65 struct ComponentError { struct71 explicit ComponentError(std::string s, std::string m, std::string p, bool fatal = false) argument267 std::unique_ptr<ComponentError> mCurrentPhaseError = nullptr;276 std::queue<ComponentError> mErrorQueue;
151 mCurrentPhaseError = std::make_unique<ComponentError>("ClientInterface", "Client death", in processClientCommand()721 mCurrentPhaseError = std::make_unique<ComponentError>(source, msg, mCurrentPhase, fatal); in queueError()