Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py108 errorDetails=details)
290 errorDetails="\n".join(batch))
293 errorDetails="\n".join(batch))
296 … TeamCityUI.emit_service_message("message", text=err, status="ERROR", errorDetails="")
/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp40 const auto errorDetails = selData.eventData3; in messageHook() local
50 args.push_back(utils::toHex(errorDetails)); in messageHook()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.cpp765 auto errorDetails = getErrorDetails(registry, DetailLevel::json, true); in getJSON() local
766 if (errorDetails) in getJSON()
768 ps.append(errorDetails.value()); in getJSON()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp318 auto errorDetails = src.getErrorDetails(registry, DetailLevel::message); in TEST_F() local
319 ASSERT_TRUE(errorDetails); in TEST_F()
320 EXPECT_EQ(errorDetails.value(), in TEST_F()