Error Message: Dynamic Desktop Network Error
Error Code: Dynamic Desktop Connection Failed
NetQT typically refers to the QT Network module. The Workspot Windows client utilizes this module to manage network communication, primarily for communication with the Workspot Control (APIs).
Here is a list of common QT network error codes and their meanings:
Error Code | Enum Value | Description |
---|---|---|
0 | NoError | No error occurred. |
1 | ConnectionRefusedError | Connection was refused by the peer (e.g., no server listening). |
2 | RemoteHostClosedError | Remote host closed the connection prematurely. |
3 | HostNotFoundError | The host address was not found. |
4 | TimeoutError | Connection timed out. |
5 | OperationCanceledError | Operation was canceled via abort() or similar. |
6 | SslHandshakeFailedError | SSL handshake failed. |
7 | TemporaryNetworkFailureError | Temporary network failure. |
8 | NetworkSessionFailedError | The network session failed. |
9 | BackgroundRequestNotAllowedError | The background request is not allowed. |
99 | UnknownNetworkError | An unknown network-related error occurred. |
10 | TooManyRedirectsError | The request was redirected too many times. |
101 | InsecureRedirectError | Redirected to an insecure URL. |
201 | ProxyConnectionRefusedError | Connection to the proxy server was refused. |
202 | ProxyConnectionClosedError | The connection to the proxy server was closed. |
203 | ProxyNotFoundError | Proxy hostname not found. |
204 | ProxyTimeoutError | Proxy connection timed out. |
205 | ProxyAuthenticationRequiredError | Proxy requires authentication. |
301 | ContentAccessDenied | Access to the remote content was denied. |
302 | ContentOperationNotPermittedError | Operation not permitted on the content. |
303 | ContentNotFoundError | The requested content was not found on the server. |
304 | AuthenticationRequiredError | Authentication with the remote server is required. |
305 | ContentReSendError | Content needs to be resent (e.g., due to auth). |
306 | ContentConflictError | There was a conflict with the request. |
307 | ContentGoneError | The requested content is no longer available on the server. |
401 | InternalServerError | The server encountered an unexpected condition. |
402 | OperationNotImplementedError | The server does not support the functionality required. |
403 | ServiceUnavailableError | The server is currently unable to handle the request. |
999 | UnknownNetworkError | An unknown error occurred. |
If you require additional support, please contact Workspot Support for additional support.
Error Examples from a client log: Error Code: 3
.png?sv=2022-11-02&spr=https&st=2025-08-31T04%3A33%3A04Z&se=2025-08-31T04%3A44%3A04Z&sr=c&sp=r&sig=VN3iQokebKzAnbuVJZ%2B9N6UKtHwSHjhiDqPIpaBWJII%3D)