Home
last modified time | relevance | path

Searched refs:actionParameterValueError (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp115 messages::actionParameterValueError(asyncResp->res, in afterSetPropertyAction()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1382 actionParameterValueError = 12, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp370 nlohmann::json::object_t actionParameterValueError(const nlohmann::json& arg1,
373 void actionParameterValueError(crow::Response& res, const nlohmann::json& arg1,
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp578 nlohmann::json::object_t actionParameterValueError(const nlohmann::json& arg1, in actionParameterValueError() function
583 return getLog(redfish::registries::Base::Index::actionParameterValueError, in actionParameterValueError()
587 void actionParameterValueError(crow::Response& res, const nlohmann::json& arg1, in actionParameterValueError() function
591 addMessageToErrorJson(res.jsonValue, actionParameterValueError(arg1, arg2)); in actionParameterValueError()