Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1401 invalidIndex = 37, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp901 nlohmann::json invalidIndex(uint64_t arg1);
903 void invalidIndex(crow::Response& res, uint64_t arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1536 nlohmann::json invalidIndex(uint64_t arg1) in invalidIndex() function
1539 return getLog(redfish::registries::base::Index::invalidIndex, in invalidIndex()
1543 void invalidIndex(crow::Response& res, uint64_t arg1) in invalidIndex() function
1546 addMessageToErrorJson(res.jsonValue, invalidIndex(arg1)); in invalidIndex()