Add 502 status code
This commit is contained in:
@ -91,6 +91,12 @@ var statusCodes = {
|
|||||||
*/
|
*/
|
||||||
503: 'Service Unavailable',
|
503: 'Service Unavailable',
|
||||||
|
|
||||||
|
/**
|
||||||
|
* BadGateway
|
||||||
|
* @param {String} [msg] - An error message that will probably end up in a log.
|
||||||
|
*/
|
||||||
|
502: 'Bad Gateway',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* InternalServerError
|
* InternalServerError
|
||||||
* @param {String} [msg] - An error message that will probably end up in a log.
|
* @param {String} [msg] - An error message that will probably end up in a log.
|
||||||
|
|||||||
Reference in New Issue
Block a user