Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/registries/
H A Dbase_message_registry.hpp1430 propertyValueError = 66, enumerator
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp171 nlohmann::json propertyValueError(std::string_view arg1);
173 void propertyValueError(crow::Response& res, std::string_view arg1);
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp371 nlohmann::json propertyValueError(std::string_view arg1) in propertyValueError() function
373 return getLog(redfish::registries::base::Index::propertyValueError, in propertyValueError()
377 void propertyValueError(crow::Response& res, std::string_view arg1) in propertyValueError() function
380 addMessageToJson(res.jsonValue, propertyValueError(arg1), arg1); in propertyValueError()
/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp718 messages::propertyValueError(res, redfishProperty); in handleParamError()