Searched refs:errorIt (Results 1 – 1 of 1) sorted by relevance
68 auto errorIt = source.find("error"); in moveErrorsToErrorJson() local69 if (errorIt == source.end()) in moveErrorsToErrorJson()76 auto extendedInfoIt = errorIt->find(messages::messageAnnotation); in moveErrorsToErrorJson()77 if (extendedInfoIt == errorIt->end()) in moveErrorsToErrorJson()85 source.erase(errorIt); in moveErrorsToErrorJson()92 source.erase(errorIt); in moveErrorsToErrorJson()