Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1405 insufficientStorage = 35, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp622 nlohmann::json::object_t insufficientStorage();
624 void insufficientStorage(crow::Response& res);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp984 nlohmann::json::object_t insufficientStorage() in insufficientStorage() function
986 return getLog(redfish::registries::Base::Index::insufficientStorage, {}); in insufficientStorage()
989 void insufficientStorage(crow::Response& res) in insufficientStorage() function
992 addMessageToErrorJson(res.jsonValue, insufficientStorage()); in insufficientStorage()