Searched defs:Exception (Results 1 – 10 of 10) sorted by relevance
/openbmc/sdbusplus/test/bus/ |
H A D | exception.cpp | 8 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 D | task.hpp | 19 Exception, enumerator
|
H A D | job.hpp | 19 Exception, enumerator
|
/openbmc/openbmc-test-automation/lib/external_intf/ |
H A D | management_console_utils.py | 15 class Exception(Exception): class
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_client.py | 43 def __init__(self, error_message: str, exc: Exception):
|
H A D | protocol.py | 82 def __init__(self, error_message: str, exc: Exception):
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Task.v1_7_4.json | 335 "Exception": "Task has stopped due to an exception condition.", string 350 "Exception": "This value shall represent that the task completed with errors.", string
|
H A D | Job.v1_2_4.json | 232 "Exception": "Job has stopped due to an exception condition.", string 247 "Exception": "This value shall represent that the operation completed with errors.", string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Task.v1_7_4.json | 335 "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 D | win_dump_defs.h | 111 WinDumpExceptionRecord Exception; member
|