mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user