Home
last modified time | relevance | path

Searched defs:Exception (Results 1 – 10 of 10) sorted by relevance

/openbmc/sdbusplus/test/bus/
H A Dexception.cpp8 class Exception : public ::testing::Test class
22 TEST_F(Exception, BusProcessRethrowsTheCurrentException) in TEST_F() argument
27 TEST_F(Exception, BusProcessDiscardRethrowsTheCurrentException) in TEST_F() argument
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dtask.hpp19 Exception, enumerator
H A Djob.hpp19 Exception, enumerator
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.py15 class Exception(Exception): class
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py43 def __init__(self, error_message: str, exc: Exception):
H A Dprotocol.py82 def __init__(self, error_message: str, exc: Exception):
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DJob.v1_2_3.json232 "Exception": "Job has stopped due to an exception condition.", string
247 "Exception": "This value shall represent that the operation completed with errors.", string
H A DTask.v1_7_3.json335 "Exception": "Task has stopped due to an exception condition.", string
350 "Exception": "This value shall represent that the task completed with errors.", string
/openbmc/bmcweb/static/redfish/v1/JsonSchemas/Task/
H A DTask.json335 "Exception": "Task has stopped due to an exception condition.", string
350 "Exception": "This value shall represent that the task completed with errors.", string
/openbmc/qemu/include/qemu/
H A Dwin_dump_defs.h111 WinDumpExceptionRecord Exception; member