UNPKG

smart-retry-system

Version:

A smart retry mechanism for handling API failures with customizable strategies

6 lines (4 loc) 100 B
const HTTP_STATUS = { SERVER_ERRORS: [500, 502, 503, 504], }; module.exports = HTTP_STATUS;