00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00043 #ifndef DK_ERROR_INC
00044
00046 #define DK_ERROR_INC 1
00047
00049 #define DK_ERR_NONE 0
00050
00052 #define DK_ERR_SYSERR 1
00053
00055 #define DK_ERR_NOMEM 2
00056
00058 #define DK_ERR_BUFFER_LENGTH 3
00059
00062 #define DK_ERR_MATH_OOR 4
00063
00065 #define DK_ERR_DIV_ZERO 5
00066
00069 #define DK_ERR_NO_GETHOSTBYNAME 6
00070
00072 #define DK_ERR_NO_SUCH_HOST 7
00073
00075 #define DK_ERR_TRY_AGAIN 8
00076
00078 #define DK_ERR_NO_RECOVERY 9
00079
00081 #define DK_ERR_NO_DNS_RESPONSE 10
00082
00084 #define DK_ERR_UNKNOWN_ERROR 11
00085
00087 #define DK_ERR_INVALID_ARGS 12
00088
00090 #define DK_ERR_GETHOSTNAME_FAILED 13
00091
00093 #define DK_ERR_NOT_NOW 14
00094
00096 #define DK_ERR_INVALID_FILEHANDLE 15
00097
00099 #define DK_ERR_CONNECTION_CLOSED_BY_PEER 16
00100
00102 #define DK_ERR_INTERRUPTED 17
00103
00106 #define DK_ERR_NO_OOB_DATA 18
00107
00110 #define DK_ERR_NOT_CONNECTED 19
00111
00113 #define DK_ERR_TIMED_OUT 20
00114
00116 #define DK_ERR_IO 21
00117
00119 #define DK_ERR_RESOURCES 22
00120
00123 #define DK_ERR_AF_NO_SUPPORT 23
00124
00126 #define DK_ERR_MSG_SIZE 24
00127
00129 #define DK_ERR_PIPE 25
00130
00132 #define DK_ERR_NEED_ADDR 26
00133
00135 #define DK_ERR_HOST_UNREACHABLE 27
00136
00138 #define DK_ERR_NET_INTERFACE_DOWN 28
00139
00141 #define DK_ERR_NET_UNREACHABLE 29
00142
00145 #define DK_ERR_ACCESS 30
00146
00149 #define DK_ERR_PROTO_NOT_SUPPORTED 31
00150
00152 #define DK_ERR_ADDRESS_IN_USE 32
00153
00155 #define DK_ERR_ADDRESS_NOT_AVAILABLE 33
00156
00158 #define DK_ERR_ALREADY_CONNECTED 34
00159
00161 #define DK_ERR_CONNECT_IN_PROGRESS 35
00162
00164 #define DK_ERR_CONNECTION_REFUSED_BY_PEER 36
00165
00167 #define DK_ERR_BUSY 37
00168
00170 #define DK_ERR_STRING_TOO_LONG 38
00171
00173 #define DK_ERR_NO_SUCH_FILE 39
00174
00176 #define DK_ERR_NOT_UNIQUE 40
00177
00179 #define DK_ERR_FINISHED 41
00180
00182 #define DK_ERR_FUNCTION_UNSUPPORTED 42
00183
00185 #define DK_ERR_SYNTAX 43
00186
00188 #define DK_ERR_NO_SUCH_OBJECT 44
00189
00190 #endif
00191
00192
00193