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_message_utils.cpp68 auto errorIt = source.find("error"); in moveErrorsToErrorJson() local
69 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()