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 Dquery_param.hpp778 size_t subResponseCodeIndex = std::numeric_limits<size_t>::max(); in propogateErrorCode() local
787 subResponseCodeIndex = i; in propogateErrorCode()
791 subResponseCodeIndex != std::numeric_limits<size_t>::max()) in propogateErrorCode()
793 return finalCodeIndex <= subResponseCodeIndex ? finalCode in propogateErrorCode()