• Home
  • Raw
  • Download

Lines Matching refs:_fail

178                 this._fail("Got unexpected WebSocket connection");
194 this._fail('Failed to connect to server' + msg);
198 this._fail("Server disconnected" + msg);
234 return this._fail("Must set host and port");
465 this._fail("Disconnect timeout");
500 _fail: function (msg) { method in RFB
600 return this._fail("Incomplete protocol version");
624 return this._fail("Invalid server version " + sversion);
659 return this._fail("Security failure: " + reason);
672 return this._fail("Unsupported security types: " + types);
741 return this._fail("Client's tunnel type had the incorrect vendor or signature");
746 return this._fail("Server wanted tunnels, but doesn't support the notunnel type");
794 return this._fail("Unsupported tiny auth scheme: " + authType);
799 this._fail("No supported sub-auth types!");
808 return this._fail("Auth failure: " + reason);
828 return this._fail("Unsupported auth scheme: " + this._rfb_auth_scheme);
843 return this._fail(reason);
845 return this._fail("Authentication failure");
849 return this._fail("Too many auth attempts");
1047 this._fail("Disconnected: illegal server XVP message " + xvp_msg);
1087 this._fail("Disconnected: illegal server message type " + msg_type);
1132 this._fail("Disconnected: unsupported encoding " +
1454 this._fail("Disconnected: illegal hextile subencoding " + subencoding);
1572 this._fail("Tight protocol handler only implements true color mode");
1746 else return this._fail("Illegal tight compression received, ctl: " + ctl);
1749 return this._fail("filter/copy received in tightPNG mode");