Home
last modified time | relevance | path

Searched refs:errorIt (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp94 auto errorIt = source.find("error"); in moveErrorsToErrorJson() local
95 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()