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.hpp1407 invalidIndex = 37, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp897 nlohmann::json::object_t invalidIndex(uint64_t arg1);
899 void invalidIndex(crow::Response& res, uint64_t arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1434 nlohmann::json::object_t invalidIndex(uint64_t arg1) in invalidIndex() function
1437 return getLog(redfish::registries::Base::Index::invalidIndex, in invalidIndex()
1441 void invalidIndex(crow::Response& res, uint64_t arg1) in invalidIndex() function
1444 addMessageToErrorJson(res.jsonValue, invalidIndex(arg1)); in invalidIndex()