Searched refs:subResponseCode (Results 1 – 1 of 1) sorted by relevance
38 inline unsigned propogateErrorCode(unsigned finalCode, unsigned subResponseCode) in propogateErrorCode() argument52 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()