necouchman commented on a change in pull request #710:
URL: https://github.com/apache/guacamole-client/pull/710#discussion_r839059554
##########
File path:
guacamole/src/main/frontend/src/app/client/directives/guacClientNotification.js
##########
@@ -65,26 +66,6 @@ angular.module('client').directive('guacClientNotification',
[function guacClien
*/
$scope.status = false;
- /**
- * All client error codes handled and passed off for translation. Any
error
- * code not present in this list will be represented by the "DEFAULT"
- * translation.
- */
- const CLIENT_ERRORS = {
- 0x0201: true,
- 0x0202: true,
- 0x0203: true,
- 0x0207: true,
- 0x0208: true,
- 0x0209: true,
- 0x020A: true,
- 0x020B: true,
- 0x0301: true,
- 0x0303: true,
- 0x0308: true,
- 0x031D: true
- };
Review comment:
Okay, makes sense. Thanks for clearing that up for me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]