Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/ibm/
H A Dibm_management_console_rest.hpp84 boost::beast::http::status::internal_server_error); in handleFilePut()
99 boost::beast::http::status::internal_server_error); in handleFilePut()
110 boost::beast::http::status::internal_server_error); in handleFilePut()
150 boost::beast::http::status::internal_server_error); in handleFilePut()
165 boost::beast::http::status::internal_server_error); in handleFilePut()
212 boost::beast::http::status::internal_server_error); in handleFilePut()
273 boost::beast::http::status::internal_server_error); in deleteConfigFiles()
334 boost::beast::http::status::internal_server_error); in handleFileDelete()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Derror_code_test.cpp93 intermediate.result(boost::beast::http::status::internal_server_error); in TEST()
108 boost::beast::http::status::internal_server_error); in TEST()
114 intermediate.result(boost::beast::http::status::internal_server_error); in TEST()
157 boost::beast::http::status::internal_server_error); in TEST()
H A Ddbus_utils.cpp75 boost::beast::http::status::internal_server_error); in TEST()
/openbmc/bmcweb/include/
H A Ddbus_privileges.hpp120 boost::beast::http::status::internal_server_error); in afterGetUserInfoValidate()
157 boost::beast::http::status::internal_server_error); in handleRequestUserInfo()
163 boost::beast::http::status::internal_server_error); in handleRequestUserInfo()
221 boost::beast::http::status::internal_server_error); in getUserInfo()
H A Dwebassets.hpp120 boost::beast::http::status::internal_server_error); in handleStaticAsset()
/openbmc/bmcweb/test/redfish-core/lib/
H A Dlog_services_dump_test.cpp22 boost::beast::http::status::internal_server_error); in TEST()
H A Dmanager_diagnostic_data_test.cpp46 EXPECT_EQ(res.result(), boost::beast::http::status::internal_server_error); in verifyError()
H A Dchassis_test.cpp148 ASSERT_EQ(boost::beast::http::status::internal_server_error, in TEST()
H A Dsystem_test.cpp34 boost::beast::http::status::internal_server_error); in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dmetadata.hpp85 boost::beast::http::status::internal_server_error); in handleMetadataGet()
104 boost::beast::http::status::internal_server_error); in handleMetadataGet()
H A Dsystems_logservices_postcodes.hpp137 boost::beast::http::status::internal_server_error); in handleSystemsLogServicesPostCodesPost()
H A Dsensors.hpp174 boost::beast::http::status::internal_server_error) in ~SensorsAsyncResp()
/openbmc/bmcweb/http/routing/
H A Dsserule.cpp40 asyncResp->res.result(boost::beast::http::status::internal_server_error); in handle()
H A Dwebsocketrule.hpp44 boost::beast::http::status::internal_server_error); in handle()
/openbmc/telemetry/redfish-tests/
H A Dredfish_requests.py14 internal_server_error = 500 variable in RedfishHttpStatus
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp809 boost::beast::http::status::internal_server_error); in dBusLogServiceActionsClear()
836 boost::beast::http::status::internal_server_error); in downloadEventLogEntry()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp479 boost::beast::http::status::internal_server_error, in ~InProgressActionData()
1832 boost::beast::http::status::internal_server_error, in setErrorStatus()
2211 boost::beast::http::status::internal_server_error); in handleBusSystemPost()
2264 boost::beast::http::status::internal_server_error); in handleBusSystemPost()
2496 boost::beast::http::status::internal_server_error); in requestRoutes()
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp88 res.result(boost::beast::http::status::internal_server_error); in generalError()
1254 res.result(boost::beast::http::status::internal_server_error); in internalError()
1863 res.result(boost::beast::http::status::internal_server_error); in maximumErrorsExceeded()
1973 res.result(boost::beast::http::status::internal_server_error); in operationTimeout()
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp716 boost::beast::http::status::internal_server_error); in afterRead()