Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Derror_code.hpp38 inline unsigned propogateErrorCode(unsigned finalCode, unsigned subResponseCode) in propogateErrorCode() argument
52 if (orderedCodes[i] == subResponseCode) in propogateErrorCode()
62 : subResponseCode; in propogateErrorCode()
64 if (subResponseCode == 500 || finalCode == 500) in propogateErrorCode()
68 if (subResponseCode > 500 || finalCode > 500) in propogateErrorCode()
70 return std::max(finalCode, subResponseCode); in propogateErrorCode()
72 if (subResponseCode == 401) in propogateErrorCode()
74 return subResponseCode; in propogateErrorCode()
76 return std::max(finalCode, subResponseCode); in propogateErrorCode()