Files
bug-em/node_modules/twit/lib/settings.js
thewesker f8c72a5a29 DMs
2016-06-18 13:24:12 -04:00

2 lines
143 B
JavaScript

// set of status codes where we don't attempt reconnecting to Twitter
exports.STATUS_CODES_TO_ABORT_ON = [ 400, 401, 403, 404, 406, 410, 422 ];