ERROR (ENUM)ΒΆ
TYPE ERROR :
This data structure describes errors, which might occur during handling functions of CAA_NetBaseServices.lib.
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
NO_ERROR
0
No error occurred
FIRST_ERROR
6000
Reserved
TIME_OUT
6001
Reserved
INVALID_ADDR
6002
IP address not valid
INVALID_HANDLE
6003
Handle not valid
INVALID_DATAPOINTER
6004
Data pointer not valid
INVALID_DATASIZE
6005
Data size not valid
UDP_RECEIVE_ERROR
6006
Not able to receive a UDP datagram
UDP_SEND_ERROR
6007
Not able to send a UDP datagram
UDP_SEND_NOT_COMPLETE
6008
Reserved
UDP_OPEN_ERROR
6009
Not able to create the port
UDP_CLOSE_ERROR
6010
Not able to release the port
TCP_SEND_ERROR
6011
Not able to send a TCP message
TCP_RECEIVE_ERROR
6012
Not able to receive a TCP message
TCP_OPEN_ERROR
6013
Not able to create a TCP port
TCP_CONNECT_ERROR
6014
Not able to establish a TCP connection
TCP_CLOSE_ERROR
6015
Not able to release the TCP connecteion
TCP_SERVER_ERROR
6016
Reserved
WRONG_PARAMETER
6017
A parameter has an invalid value
ERROR_UNKNOWN
6018
Reserved
TCP_NO_CONNECTION
6019
There is no TCP connection
IOCTL_ERROR
6020
Internal error (e.g. IOCTL not supported)
FIRST_MF
6050
Reserved
LAST_ERROR
6099
Reserved