Home
last modified time | relevance | path

Searched refs:queryNotSupported (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1440 queryNotSupported = 76, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp510 nlohmann::json queryNotSupported();
512 void queryNotSupported(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp897 nlohmann::json queryNotSupported() in queryNotSupported() function
899 return getLog(redfish::registries::base::Index::queryNotSupported, {}); in queryNotSupported()
902 void queryNotSupported(crow::Response& res) in queryNotSupported() function
905 addMessageToErrorJson(res.jsonValue, queryNotSupported()); in queryNotSupported()