Searched refs:resourceAlreadyExists (Results 1 – 8 of 8) sorted by relevance
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 1450 resourceAlreadyExists = 86, enumerator
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 590 nlohmann::json resourceAlreadyExists( 593 void resourceAlreadyExists(crow::Response& res, std::string_view arg1,
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 1027 nlohmann::json resourceAlreadyExists( in resourceAlreadyExists() function 1030 return getLog(redfish::registries::base::Index::resourceAlreadyExists, in resourceAlreadyExists() 1034 void resourceAlreadyExists(crow::Response& res, std::string_view arg1, in resourceAlreadyExists() function 1038 addMessageToJson(res.jsonValue, resourceAlreadyExists(arg1, arg2, arg3), in resourceAlreadyExists()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | trigger.hpp | 691 messages::resourceAlreadyExists(asyncResp->res, "Trigger", "Id", id); in afterCreateTrigger()
|
H A D | update_service.hpp | 357 messages::resourceAlreadyExists(asyncResp->res, "UpdateService", in handleUpdateErrorType()
|
H A D | metric_report_definition.hpp | 53 messages::resourceAlreadyExists(res, "MetricReportDefinition", "Id", in verifyCommonErrors()
|
H A D | account_service.hpp | 287 messages::resourceAlreadyExists(asyncResp->res, "ManagerAccount", in userErrorMessageHandler()
|
H A D | ethernet.hpp | 2042 messages::resourceAlreadyExists(asyncResp->res, "EthernetInterface", in afterVlanCreate()
|