Searched refs:resourceTypeIncompatible (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/registries/ |
| H A D | base_message_registry.hpp | 1467 resourceTypeIncompatible = 97, enumerator
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | error_messages.hpp | 997 nlohmann::json::object_t resourceTypeIncompatible(std::string_view arg1, 1000 void resourceTypeIncompatible(crow::Response& res, std::string_view arg1,
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | error_messages.cpp | 1594 nlohmann::json::object_t resourceTypeIncompatible(std::string_view arg1, in resourceTypeIncompatible() function 1597 return getLog(redfish::registries::Base::Index::resourceTypeIncompatible, in resourceTypeIncompatible() 1601 void resourceTypeIncompatible(crow::Response& res, std::string_view arg1, in resourceTypeIncompatible() function 1605 addMessageToErrorJson(res.jsonValue, resourceTypeIncompatible(arg1, arg2)); in resourceTypeIncompatible()
|