Searched refs:addMessageToErrorJson (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | error_messages.cpp | 89 addMessageToErrorJson(res.jsonValue, generalError()); in generalError() 125 addMessageToErrorJson(res.jsonValue, noOperation()); in noOperation() 163 addMessageToErrorJson(res.jsonValue, propertyUnknown(arg1)); in propertyUnknown() 255 addMessageToErrorJson(res.jsonValue, propertyValueOutOfRange(arg1, arg2)); in propertyValueOutOfRange() 312 addMessageToErrorJson(res.jsonValue, propertyNotUpdated(arg1)); in propertyNotUpdated() 349 addMessageToErrorJson(res.jsonValue, malformedJSON()); in malformedJSON() 369 addMessageToErrorJson(res.jsonValue, invalidJSON(arg1)); in invalidJSON() 387 addMessageToErrorJson(res.jsonValue, emptyJSON()); in emptyJSON() 406 addMessageToErrorJson(res.jsonValue, actionNotSupported(arg1)); in actionNotSupported() 427 addMessageToErrorJson(res.jsonValue, actionParameterMissing(arg1, arg2)); in actionParameterMissing() [all …]
|
| H A D | error_message_utils.cpp | 16 void addMessageToErrorJson(nlohmann::json& target, in addMessageToErrorJson() function 75 messages::addMessageToErrorJson(target, source); in moveErrorsToErrorJson() 101 addMessageToErrorJson(target, message); in moveErrorsToErrorJson()
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | error_message_utils.hpp | 22 void addMessageToErrorJson(nlohmann::json& target,
|