Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Derror_message_utils.cpp79 nlohmann::json::object_t* errorObj = in moveErrorsToErrorJson() local
81 if (errorObj == nullptr) in moveErrorsToErrorJson()
87 errorObj->find(messages::messageAnnotation); in moveErrorsToErrorJson()
88 if (extendedInfoIt == errorObj->end()) in moveErrorsToErrorJson()
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp986 template <typename errorObj>
992 errorObj("SENSOR_NAME", sensorObjPath, "READING_VALUE", value, "UNITS", in logThresholdHelper()