mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-25: Implement new "RESOURCE_CLOSED" status code.
This commit is contained in:
@@ -132,6 +132,14 @@ Guacamole.Status.Code = {
|
|||||||
*/
|
*/
|
||||||
"RESOURCE_CONFLICT": 0x0205,
|
"RESOURCE_CONFLICT": 0x0205,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The operation could not be performed as the requested resource is now
|
||||||
|
* closed.
|
||||||
|
*
|
||||||
|
* @type {Number}
|
||||||
|
*/
|
||||||
|
"RESOURCE_CLOSED": 0x0206,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The operation could not be performed because bad parameters were given.
|
* The operation could not be performed because bad parameters were given.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user