GUACAMOLE-38: Implement QuickConnectException for providing exceptions to the user.

This commit is contained in:
Nick Couchman
2018-05-21 10:54:14 -04:00
parent 8c130215f4
commit 730201358e
3 changed files with 101 additions and 4 deletions

View File

@@ -6,6 +6,12 @@
"QUICKCONNECT" : {
"ACTION_CONNECT" : "Connect",
"ERROR_INVALID_URI" : "Invalid URI Specified",
"ERROR_NO_HOST" : "No host specified",
"ERROR_NO_PROTOCOL" : "No protocol specified",
"ERROR_NOT_ABSOLUTE_URI" : "URI is not absolute",
"FIELD_PLACEHOLDER_URI" : "Enter Connection URI"
}