Thx a lot. I have read some guacamole client source code. I feel uncertain about the error code in file named ‘en.json’ .
``` ERROR_CLIENT_202 ERROR_CLIENT_207 ``` The code like 207 is means guac_code? There is enum named as GuacamoleStatus. Am I right? > 2023年10月18日 23:38,Michael Jumper <[email protected]> 写道: > > On 10/17/2023 8:02 PM, miao wrote: >> Hi all! >> I am connecting a vnc app. It works well normally. But, when I give wrong >> pwd or wrong ip host, guac return same error message as “The remote desktop >> server is currently unreachable”. >> If possible, can we make explicit error message? Authentication error and >> network error. > > This is not currently possible as the underlying VNC library (libvncclient) > does not provide a mechanism for determining the cause of a connection > failure. It exposes only whether the connection was successful/failed, but no > machine-readable specifics regarding the failure. > > - Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
