Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1415 operationNotAllowed = 51, enumerator
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_v1.hpp70 messages::operationNotAllowed(asyncResp->res); in redfish405()
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1250 nlohmann::json operationNotAllowed();
1252 void operationNotAllowed(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2080 nlohmann::json operationNotAllowed() in operationNotAllowed() function
2082 return getLog(redfish::registries::base::Index::operationNotAllowed, {}); in operationNotAllowed()
2085 void operationNotAllowed(crow::Response& res) in operationNotAllowed() function
2088 addMessageToErrorJson(res.jsonValue, operationNotAllowed()); in operationNotAllowed()