Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1396 headerInvalid = 32, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp1218 nlohmann::json headerInvalid(std::string_view arg1);
1220 void headerInvalid(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp2025 nlohmann::json headerInvalid(std::string_view arg1) in headerInvalid() function
2027 return getLog(redfish::registries::base::Index::headerInvalid, in headerInvalid()
2031 void headerInvalid(crow::Response& res, std::string_view arg1) in headerInvalid() function
2034 addMessageToErrorJson(res.jsonValue, headerInvalid(arg1)); in headerInvalid()