GUACAMOLE-208: Define and document missing RESOURCE_CLOSED status code.

This commit is contained in:
Michael Jumper
2017-02-11 14:03:20 -08:00
parent bc97fc8246
commit 3835eaef47

View File

@@ -71,6 +71,12 @@ public enum GuacamoleStatus {
*/ */
RESOURCE_CONFLICT(409, 1008, 0x0205), RESOURCE_CONFLICT(409, 1008, 0x0205),
/**
* The operation could not be performed as the requested resource is now
* closed.
*/
RESOURCE_CLOSED(404, 1002, 0x0206),
/** /**
* The operation could not be performed because the upstream server does * The operation could not be performed because the upstream server does
* not appear to exist. * not appear to exist.