Error Type: NetQT (Dynamic Desktop Error)

Prev Next
  • Error Message: Dynamic Desktop Network Error

  • Error Code: Dynamic Desktop Connection Failed

Net Qt is usually a reference to the Qt Network module. The Workspot Windows client uses this module to handle network communication, mainly to communicate 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 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.

Error Examples from a client log: Error Code: 3