Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1461 resourceTypeIncompatible = 97, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1000 nlohmann::json resourceTypeIncompatible(std::string_view arg1,
1003 void resourceTypeIncompatible(crow::Response& res, std::string_view arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1693 nlohmann::json resourceTypeIncompatible(std::string_view arg1, in resourceTypeIncompatible() function
1696 return getLog(redfish::registries::base::Index::resourceTypeIncompatible, in resourceTypeIncompatible()
1700 void resourceTypeIncompatible(crow::Response& res, std::string_view arg1, in resourceTypeIncompatible() function
1704 addMessageToErrorJson(res.jsonValue, resourceTypeIncompatible(arg1, arg2)); in resourceTypeIncompatible()