Searched refs:ErrMsgMap (Results 1 – 1 of 1) sorted by relevance
30 const std::unordered_map<uint32_t, std::string> ErrMsgMap { variable51 auto iter = ErrMsgMap.find(errCode); in ThrowError()52 if (iter != ErrMsgMap.end()) { in ThrowError()