UNPKG

143 BJavaScriptView Raw
1// set of status codes where we don't attempt reconnecting to Twitter
2exports.STATUS_CODES_TO_ABORT_ON = [ 400, 401, 403, 404, 406, 410, 422 ];
\No newline at end of file