ERROR (ENUM)ΒΆ
TYPE ERROR :
WebSocket client errors
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
NO_ERROR
0
No error
TIME_OUT
1
Time out
INVALID_LICENSE
2
No valid license found or demo mode has expired.
URI_PARSE_ERROR
3
Error while parsing the uri
RESOLVE_HOSTNAME_FAILED
4
Can not resolve hostname
CONNECTION_REFUSED
5
Connection refused by server
TLS_CONTEXT_ERROR
6
Error while creating the TLS context
TCP_INIT_ERROR
7
TCP Init error
SEND_OPENING_HANDSHAKE_ERROR
8
Error while sending handshake
RECEIVE_OPENING_HANDSHAKE_ERROR
9
Error while receiving handshake
TCP_ERROR
10
TCP error while client is connected to server
FRAME_PARSE_ERROR
11
Error while parsing the frame
PONG_ERROR
12
Error while sending the pong request
PING_ERROR
13
Error while sending the ping request
PING_TIMEOUT
14
Ping timeout, no pong request from server received
PAYLOAD_POINTER_IS_NULL
15
The payload pointer is null, although the payload size is greater than 0
CAN_NOT_ALLOCATE_BUFFERS
16
Error while allocating buffers
CONNECTION_CLOSED_BY_SERVER
17
The connection has been closed by the server
MAX_PAYLOAD_SIZE_EXCEEDED
18
The maximum size of the payload data was exceeded
RECEIVED_MASKED_SERVER_FRAME
19
Received a unexpected masked server frame
PROXY_CONNECTION_REFUSED
20
Connection refused by proxy
SEND_PROXY_CONNECT_ERROR
21
Error while sending connection handshake to proxy
RECEIVE_PROXY_CONNECT_ERROR
22
Error while receiving connection handshake from proxy
UPGRADE_CONNECTION_NOT_SUPPORTED
23
Upgrade connection not support, needs Net Base Services V3.5.17.0
PENDING
24
The current action is in pending state