GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped.

This commit is contained in:
Michael Jumper
2014-03-19 22:12:16 -07:00
parent b976cd3a29
commit ec614c2f83
2 changed files with 19 additions and 19 deletions

View File

@@ -100,21 +100,21 @@ Guacamole.Status.Code = {
*/
"SERVER_BUSY": 0x0201,
/**
* The operation could not be performed because the upstream server is not
* responding.
*
* @type Number
*/
"UPSTREAM_ERROR": 0x0202,
/**
* The operation was unsuccessful due to an error or otherwise unexpected
* condition of the upstream server.
*
* @type Number
*/
"UPSTREAM_TIMEOUT": 0x0203,
"UPSTREAM_TIMEOUT": 0x0202,
/**
* The operation could not be performed because the upstream server is not
* responding.
*
* @type Number
*/
"UPSTREAM_ERROR": 0x0203,
/**
* The operation could not be performed as the requested resource does not