Merge branch 'lukasolson:add_504' into 'master'

This commit is contained in:
Spencer Alger
2015-02-02 11:47:42 -07:00
6 changed files with 12 additions and 5 deletions

View File

@ -79,6 +79,12 @@ _.inherits(errors.RequestTypeError, ErrorAbstract);
var statusCodes = {
/**
* GatewayTimeout
* @param {String} [msg] - An error message that will probably end up in a log.
*/
504: 'Gateway Timeout',
/**
* ServiceUnavailable
* @param {String} [msg] - An error message that will probably end up in a log.