Searched refs:INTERNAL_ERR_MSG_MAP (Results 1 – 1 of 1) sorted by relevance
48 const std::map<int32_t, std::string> INTERNAL_ERR_MSG_MAP = { variable105 auto iterInternal = INTERNAL_ERR_MSG_MAP.find(errCode); in GetErrorMessage()106 if (iterInternal != INTERNAL_ERR_MSG_MAP.end()) { in GetErrorMessage()