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.hpp1446 queryNotSupported = 76, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp503 nlohmann::json::object_t queryNotSupported();
505 void queryNotSupported(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp793 nlohmann::json::object_t queryNotSupported() in queryNotSupported() function
795 return getLog(redfish::registries::Base::Index::queryNotSupported, {}); in queryNotSupported()
798 void queryNotSupported(crow::Response& res) in queryNotSupported() function
801 addMessageToErrorJson(res.jsonValue, queryNotSupported()); in queryNotSupported()