UNPKG
tusk-mastodon
Version:
latest (2.5.0)
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Async Mastodon API client for node
skullzarmy.github.io/Tusk/
skullzarmy/Tusk
tusk-mastodon
/
lib
/
settings.js
6 lines
(5 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Defines an array of HTTP status codes that the application should not attempt to reconnect to Mastodon on. *
@type
{number[]} */
exports
.STATUS_CODES_TO_ABORT_ON = [
400
,
401
,
403
,
404
,
406
,
410
,
422
];