Searched refs:iterInternal (Results 1 – 2 of 2) sorted by relevance
86 auto iterInternal = INTERNAL_ERR_CODE_MAP.find(errCode); in GetErrorCode() local87 if (iterInternal != INTERNAL_ERR_CODE_MAP.end()) { in GetErrorCode()88 return iterInternal->second; in GetErrorCode()105 auto iterInternal = INTERNAL_ERR_MSG_MAP.find(errCode); in GetErrorMessage() local106 if (iterInternal != INTERNAL_ERR_MSG_MAP.end()) { in GetErrorMessage()107 errMsg += " " + iterInternal->second; in GetErrorMessage()
138 auto iterInternal = ERR_MSG_MAP_INTERNAL.find(internalErrorCode); in QueryExternalErrorMessage() local139 if (iterInternal == ERR_MSG_MAP_INTERNAL.end() || iterInternal->second.empty()) { in QueryExternalErrorMessage()142 errorMessage += " " + iterInternal->second; in QueryExternalErrorMessage()