Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Derror_code.hpp45 size_t subResponseCodeIndex = std::numeric_limits<size_t>::max(); in propogateErrorCode() local
54 subResponseCodeIndex = i; in propogateErrorCode()
58 subResponseCodeIndex != std::numeric_limits<size_t>::max()) in propogateErrorCode()
60 return finalCodeIndex <= subResponseCodeIndex in propogateErrorCode()