Home
last modified time | relevance | path

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

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