mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-208: Define and document missing RESOURCE_CLOSED status code.
This commit is contained in:
		| @@ -71,6 +71,12 @@ public enum GuacamoleStatus { | ||||
|      */ | ||||
|     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 | ||||
|      * not appear to exist. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user