Searched refs:errorMsgMap (Results 1 – 1 of 1) sorted by relevance
42 const std::unordered_map<types::ErrorType, std::string> errorMsgMap = { variable230 const auto l_entry = errorMsgMap.find(i_errorType); in getErrorTypeString()231 return (l_entry != errorMsgMap.end() in getErrorTypeString()233 : errorMsgMap.at(types::ErrorType::UndefinedError)); in getErrorTypeString()286 if (errorMsgMap.find(i_errorType) == errorMsgMap.end()) in createAsyncPelWithInventoryCallout()294 const std::string& l_message = errorMsgMap.at(i_errorType); in createAsyncPelWithInventoryCallout()421 if (errorMsgMap.find(i_errorType) == errorMsgMap.end()) in createAsyncPel()427 const std::string& l_message = errorMsgMap.at(i_errorType); in createAsyncPel()503 if (errorMsgMap.find(i_errorType) == errorMsgMap.end()) in createSyncPel()509 const std::string& l_message = errorMsgMap.at(i_errorType); in createSyncPel()[all …]