Add 502 status code

This commit is contained in:
lukasolson
2015-04-27 08:47:10 -07:00
parent c57e509267
commit 44b1cce24f

View File

@ -91,6 +91,12 @@ var statusCodes = {
*/
503: 'Service Unavailable',
/**
* BadGateway
* @param {String} [msg] - An error message that will probably end up in a log.
*/
502: 'Bad Gateway',
/**
* InternalServerError
* @param {String} [msg] - An error message that will probably end up in a log.