Adding 429 HTTP status code

This commit is contained in:
Shaunak Kashyap
2015-06-30 07:28:41 -07:00
parent 7925f5f070
commit 73c7a98fab

View File

@ -97,6 +97,12 @@ var statusCodes = {
*/
500: 'Internal Server Error',
/**
* TooManyRequests
* @param {String} [msg] - An error message that will probably end up in a log.
*/
429: 'Too Many Requests',
/**
* PreconditionFailed
* @param {String} [msg] - An error message that will probably end up in a log.