3.4
Error Code List
3-7
3.4.
Error Code List
Error
Code
Description
ERR_SOCKET_COM
0x0100
A socket communication error has occurred.
ERR_SEND_SIZE
0x0101
The amount of transmitted data is incorrect.
ERR_RECV_SIZE
0x0102
The amount of received data is incorrect.
ERR_PACKET_ATTR
0x0103
The packet attribute is incorrect.
ERR_ILLEGAL_COM
0x0104
This is an incorrect response to the transmit command.
ERR_QUERY_BUF
0x0105
The query buffer contains no data or is unspecified.
ERR_PARAM_NUM
0x0106
The number of received data parameters is different from the
number of destination variables.
ERR_NO_TYPE
0x0107
The received data type is inappropriate.
ERR_TYPE_SIZE
0x0108
The LONG, SINGLE or DOUBLE type data size is incorrect.
ERR_ALLOC
0x0109
An internal area to receive data is unavailable.
ERR_WSAEINTR
10004
The Windows socket 1.1 blocking call has been cancelled by
WSACancelBlockingCall.
ERR_WSAEACCES
10013
Connect a datagram socket to the broadcast address failed
because SO_BROADCAST, a setsockopt option, is disabled.
ERR_WSAEFAULT
10014
The nemelen parameter is too small or the name parameter-
related address has an incorrect address format.
ERR_WSAEINVAL
10022
The parameter "s" indicates a listening socket.
ERR_WSAEWOULDBLOCK
10035
The non-blocking socket cannot be detected and the connec-
tion cannot be terminated immediately.
ERR_WSAEINPROGRESS
10036
The Windows socket 1.1 call for blocking is being processed.
Or the service provider is still processing the callback func-
tion.
ERR_WSAEALREADY
10037
The un-blocking connect function call is in progress on the
specified socket.
ERR_WSAENOTSOCK
10038
A socket generated in a process is being used by another pro-
cess.
ERR_WSAEAFNOSUPPORT
10047
The addresses in the specified family cannot be used together
with this socket.
ERR_WSAEADDRINUSE
10048
Bind() has been activated because the process was termi-
nated without closing the socket. If the process is reactivated,
the socket is bound to the previous socket. Therefore, the
new bind() will be terminated abnormally.
ERR_WSAEADDRNOTAVAIL
10049
The remote address is invalid, unlike ADDR_ANY.
ERR_WSAENETDOWN
10050
The network subsystem has failed.
ERR_WSAENETUNREACH
10051
This host cannot reach the network.
ERR_WSAENOBUFS
10055
The buffer space is unusable. The socket cannot be con-
nected.