Added support for http error 429: 'Too Many Requests'

This commit is contained in:
Zenedith
2015-08-04 22:03:18 +02:00
parent 88adcd7767
commit 2b40833fa8

View File

@ -123,6 +123,12 @@ var statusCodes = {
*/
412: 'Precondition Failed',
/**
* Too Many Requests
* @param {String} [msg] - An error message that will probably end up in a log.
*/
429: 'Too Many Requests',
/**
* Conflict
* @param {String} [msg] - An error message that will probably end up in a log.