Home
last modified time | relevance | path

Searched refs:propertyValueError (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dmanager_utils.hpp47 messages::propertyValueError(asyncResp->res, "ServiceIdentification"); in setServiceIdentification()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1436 propertyValueError = 66, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp163 nlohmann::json::object_t propertyValueError(std::string_view arg1);
165 void propertyValueError(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp265 nlohmann::json::object_t propertyValueError(std::string_view arg1) in propertyValueError() function
267 return getLog(redfish::registries::Base::Index::propertyValueError, in propertyValueError()
271 void propertyValueError(crow::Response& res, std::string_view arg1) in propertyValueError() function
274 addMessageToJson(res.jsonValue, propertyValueError(arg1), arg1); in propertyValueError()
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp743 messages::propertyValueError(res, redfishProperty); in handleParamError()