Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Derror_message_utils.cpp64 nlohmann::json::object_t* sourceObj = in moveErrorsToErrorJson() local
66 if (sourceObj == nullptr) in moveErrorsToErrorJson()
71 nlohmann::json::object_t::iterator errorIt = sourceObj->find("error"); in moveErrorsToErrorJson()
72 if (errorIt == sourceObj->end()) in moveErrorsToErrorJson()
96 sourceObj->erase(errorIt); in moveErrorsToErrorJson()
103 sourceObj->erase(errorIt); in moveErrorsToErrorJson()