GUACAMOLE-25: Implement new "RESOURCE_CLOSED" status code.

This commit is contained in:
Michael Jumper
2016-05-01 23:51:50 -07:00
parent df3347f631
commit d0533d097f

View File

@@ -132,6 +132,14 @@ Guacamole.Status.Code = {
*/
"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.
*