Searched refs:resourceTypeIncompatible (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1461 resourceTypeIncompatible = 97, enumerator
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 1000 nlohmann::json resourceTypeIncompatible(std::string_view arg1, 1003 void resourceTypeIncompatible(crow::Response& res, std::string_view arg1,
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 1693 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()
|