Searched refs:errorIt (Results 1 – 1 of 1) sorted by relevance
94 auto errorIt = source.find("error"); in moveErrorsToErrorJson() local95 if (errorIt == source.end()) in moveErrorsToErrorJson()102 auto extendedInfoIt = errorIt->find(messages::messageAnnotation); in moveErrorsToErrorJson()103 if (extendedInfoIt == errorIt->end()) in moveErrorsToErrorJson()111 source.erase(errorIt); in moveErrorsToErrorJson()118 source.erase(errorIt); in moveErrorsToErrorJson()