Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Derror_code.hpp80 inline void propogateError(crow::Response& finalResponse, in propogateError() argument
88 messages::moveErrorsToErrorJson(finalResponse.jsonValue, in propogateError()
90 finalResponse.result( in propogateError()
91 propogateErrorCode(finalResponse.resultInt(), subResponse.resultInt())); in propogateError()