remove bad semicolon
[dragonfly.git] / sys / netproto / ncp / nwerror.h
1 /*
2  * NetWare requestor error codes, they taken from NDK
3  *
4  * $FreeBSD: src/sys/netncp/nwerror.h,v 1.2 1999/12/12 05:50:07 bp Exp $
5  * $DragonFly: src/sys/netproto/ncp/nwerror.h,v 1.2 2003/06/17 04:28:53 dillon Exp $
6  */
7 #ifndef _NETNCP_NWERROR_H_
8 #define _NETNCP_NWERROR_H_
9
10 #ifndef SUCCESS
11 #define SUCCESS                        0
12 #endif
13
14 #define SHELL_ERROR                    0x8800
15 #define VLM_ERROR                      0x8800
16 #define ALREADY_ATTACHED               0x8800  /* 0  - Attach attempted to server with valid, existing connection */
17 #define INVALID_CONNECTION             0x8801  /* 1  - Request attempted with invalid or non-attached connection handle */
18 #define DRIVE_IN_USE                   0x8802  /* 2  - OS/2 only (NOT USED) */
19 #define CANT_ADD_CDS                   0x8803  /* 3  - Map drive attempted but unable to add new current directory structure */
20 #define DRIVE_CANNOT_MAP               0x8803
21 #define BAD_DRIVE_BASE                 0x8804  /* 4  - Map drive attempted with invalid path specification */
22 #define NET_READ_ERROR                 0x8805  /* 5  - Attempt to receive from the selected transport failed */
23 #define NET_RECV_ERROR                 0x8805  /* 5  */
24 #define UNKNOWN_NET_ERROR              0x8806  /* 6  - Network send attempted with an un-specific network error */
25 #define SERVER_INVALID_SLOT            0x8807  /* 7  - Server request attempted with invalid server connection slot */
26 #define BAD_SERVER_SLOT                0x8807  /* 7  */
27 #define NO_SERVER_SLOTS                0x8808  /* 8  - Attach attempted to server with no connection slots available */
28 #define NET_WRITE_ERROR                0x8809  /* 9  - Attempt to send on the selected transport failed */
29 #define CONNECTION_IN_ERROR_STATE      0x8809  /* Client-32 */
30 #define NET_SEND_ERROR                 0x8809  /* 9  */
31 #define SERVER_NO_ROUTE                0x880A  /* 10 - Attempted to find route to server where no route exists */
32 #define BAD_LOCAL_TARGET               0x880B  /* 11 - OS/2 only */
33 #define TOO_MANY_REQ_FRAGS             0x880C  /* 12 - Attempted request with too many request fragments specified */
34 #define CONNECT_LIST_OVERFLOW          0x880D  /* 13 */
35 #define BUFFER_OVERFLOW                0x880E  /* 14 - Attempt to receive more data than the reply buffer had room for */
36 #define MORE_DATA_ERROR                0x880E  /* Client-32 */
37 #define NO_CONN_TO_SERVER              0x880F  /* 15 */
38 #define NO_CONNECTION_TO_SERVER        0x880F  /* 15 - Attempt to get connection for a server not connected */
39 #define NO_ROUTER_FOUND                0x8810  /* 16 - OS/2 only */
40 #define BAD_FUNC_ERROR                 0x8811  /* 17 */
41 #define INVALID_SHELL_CALL             0x8811  /* 17 - Attempted function call to non- existent or illegal function */
42 #define SCAN_COMPLETE                  0x8812
43 #define LIP_RESIZE_ERROR               0x8812  /* Client-32 */
44 #define UNSUPPORTED_NAME_FORMAT_TYPE   0x8813
45 #define INVALID_DIR_HANDLE             0x8813  /* Client-32 */
46 #define HANDLE_ALREADY_LICENSED        0x8814
47 #define OUT_OF_CLIENT_MEMORY           0x8814  /* Client-32 */
48 #define HANDLE_ALREADY_UNLICENSED      0x8815
49 #define PATH_NOT_OURS                  0x8815  /* Client-32 */
50 #define INVALID_NCP_PACKET_LENGTH      0x8816
51 #define PATH_IS_PRINT_DEVICE           0x8816  /* Client-32 */
52 #define SETTING_UP_TIMEOUT             0x8817
53 #define PATH_IS_EXCLUDED_DEVICE        0x8817  /* Client-32 */
54 #define SETTING_SIGNALS                0x8818
55 #define PATH_IS_INVALID                0x8818  /* Client-32 */
56 #define SERVER_CONNECTION_LOST         0x8819
57 #define NOT_SAME_DEVICE                0x8819  /* Client-32 */
58 #define OUT_OF_HEAP_SPACE              0x881A
59 #define INVALID_SERVICE_REQUEST        0x881B
60 #define INVALID_SEARCH_HANDLE          0x881B  /* Client-32 */
61 #define INVALID_TASK_NUMBER            0x881C
62 #define INVALID_DEVICE_HANDLE          0x881C  /* Client-32 */
63 #define INVALID_MESSAGE_LENGTH         0x881D
64 #define INVALID_SEM_HANDLE             0x881D  /* Client-32 */
65 #define EA_SCAN_DONE                   0x881E
66 #define INVALID_CFG_HANDLE             0x881E  /* Client-32 */
67 #define BAD_CONNECTION_NUMBER          0x881F
68 #define INVALID_MOD_HANDLE             0x881F  /* Client-32 */
69 #define ASYN_FIRST_PASS                0x8820
70 #define INVALID_DEVICE_INDEX           0x8821
71 #define INVALID_CONN_HANDLE            0x8822
72 #define INVALID_QUEUE_ID               0x8823
73 #define INVALID_PDEVICE_HANDLE         0x8824
74 #define INVALID_JOB_HANDLE             0x8825
75 #define INVALID_ELEMENT_ID             0x8826
76 #define ALIAS_NOT_FOUND                0x8827
77 #define RESOURCE_SUSPENDED             0x8828
78 #define INVALID_QUEUE_SPECIFIED        0x8829
79 #define DEVICE_ALREADY_OPEN            0x882A
80 #define JOB_ALREADY_OPEN               0x882B
81 #define QUEUE_NAME_ID_MISMATCH         0x882C
82 #define JOB_ALREADY_STARTED            0x882D
83 #define SPECT_DAA_TYPE_NOT_SUPPORTED   0x882E
84 #define INVALID_ENVIR_HANDLE           0x882F
85 #define NOT_SAME_CONNECTION            0x8830  /* 48 - Internal server request attempted accross different server connections */
86 #define PRIMARY_CONNECTION_NOT_SET     0x8831  /* 49 - Attempt to retrieve default connection with no primary connection set */
87 #define NO_PRIMARY_SET                 0x8831  /* 49 */
88 #define KEYWORD_NOT_FOUND              0x8832  /* Client-32 */
89 #define PRINT_CAPTURE_NOT_IN_PROGRESS  0x8832  /* Client-32 */
90 #define NO_CAPTURE_SET                 0x8832  /* 50 */
91 #define NO_CAPTURE_IN_PROGRESS         0x8832  /* 50 - Capture information requested on port with no capture in progress */
92 #define BAD_BUFFER_LENGTH              0x8833  /* 51 */
93 #define INVALID_BUFFER_LENGTH          0x8833  /* 51 - Used to indicate length which caller requested on a GetDNC or SetDNC was too large */
94 #define NO_USER_NAME                   0x8834  /* 52 */
95 #define NO_NETWARE_PRINT_SPOOLER       0x8835  /* 53 - Capture requested without having the local print spooler installed */
96 #define INVALID_PARAMETER              0x8836  /* 54 - Attempted function with an invalid function parameter specified */
97 #define CONFIG_FILE_OPEN_FAILED        0x8837  /* 55 - OS/2 only */
98 #define NO_CONFIG_FILE                 0x8838  /* 56 - OS/2 only */
99 #define CONFIG_FILE_READ_FAILED        0x8839  /* 57 - OS/2 only */
100 #define CONFIG_LINE_TOO_LONG           0x883A  /* 58 - OS/2 only */
101 #define CONFIG_LINES_IGNORED           0x883B  /* 59 - OS/2 only */
102 #define NOT_MY_RESOURCE                0x883C  /* 60 - Attempted request made with a parameter using foriegn resource */
103 #define DAEMON_INSTALLED               0x883D  /* 61 - OS/2 only */
104 #define SPOOLER_INSTALLED              0x883E  /* 62 - Attempted load of print spooler with print spooler already installed */
105 #define CONN_TABLE_FULL                0x883F  /* 63 */
106 #define CONNECTION_TABLE_FULL          0x883F  /* 63 - Attempted to allocate a connection handle with no more local connection table entries */
107 #define CONFIG_SECTION_NOT_FOUND       0x8840  /* 64 - OS/2 only */
108 #define BAD_TRAN_TYPE                  0x8841  /* 65 */
109 #define INVALID_TRANSPORT_TYPE         0x8841  /* 65 - Attempted function on a connection with an invalid transport selected */
110 #define TDS_TAG_IN_USE                 0x8842  /* 66 - OS/2 only */
111 #define TDS_OUT_OF_MEMORY              0x8843  /* 67 - OS/2 only */
112 #define TDS_INVALID_TAG                0x8844  /* 68 - Attempted TDS function with invalid tag */
113 #define TDS_WRITE_TRUNCATED            0x8845  /* 69 - Attempted TDS write with buffer that exceeded buffer */
114 #define NO_CONNECTION_TO_DS            0x8846  /* Client-32 */
115 #define NO_DIRECTORY_SERVICE_CONNECTION 0x8846  /* 70 */
116 #define SERVICE_BUSY                   0x8846  /* 70 - Attempted request made to partially asynchronous function in busy state */
117 #define NO_SERVER_ERROR                0x8847  /* 71 - Attempted connect failed to find any servers responding */
118 #define BAD_VLM_ERROR                  0x8848  /* 72 - Attempted function call to non-existant or not-loaded overlay */
119 #define NETWORK_DRIVE_IN_USE           0x8849  /* 73 - Attempted map to network drive that was already mapped */
120 #define LOCAL_DRIVE_IN_USE             0x884A  /* 74 - Attempted map to local drive that was in use */
121 #define NO_DRIVES_AVAILABLE            0x884B  /* 75 - Attempted map to next available drive when none were available */
122 #define DEVICE_NOT_REDIRECTED          0x884C  /* 76 - The device is not redirected */
123 #define NO_MORE_SFT_ENTRIES            0x884D  /* 77 - Maximum number of files was reached */
124 #define UNLOAD_ERROR                   0x884E  /* 78 - Attempted unload failed */
125 #define IN_USE_ERROR                   0x884F  /* 79 - Attempted re-use of already in use connection entry */
126 #define TOO_MANY_REP_FRAGS             0x8850  /* 80 - Attempted request with too many reply fragments specified */
127 #define TABLE_FULL                     0x8851  /* 81 - Attempted to add a name into the name table after it was full */
128 #ifndef SOCKET_NOT_OPEN
129 #define SOCKET_NOT_OPEN                0x8852  /* 82 - Listen was posted on unopened socket */
130 #endif
131 #define MEM_MGR_ERROR                  0x8853  /* 83 - Attempted enhanced memory operation failed */
132 #define SFT3_ERROR                     0x8854  /* 84 - An SFT3 switch occured mid-transfer */
133 #define PREFERRED_NOT_FOUND            0x8855  /* 85 - the preferred directory server was not established but another directory server was returned */
134 #define DEVICE_NOT_RECOGNIZED          0x8856  /* 86 - used to determine if the device is not used by VISE so pass it on to the next redirector, if any. */
135 #define BAD_NET_TYPE                   0x8857  /* 87 - the network type (Bind/NDS) does not match the server version */
136 #define ERROR_OPENING_FILE             0x8858  /* 88 - generic open failure error, invalid path, access denied, etc.. */
137 #define NO_PREFERRED_SPECIFIED         0x8859  /* 89 - no preferred name specified */
138 #define ERROR_OPENING_SOCKET           0x885A  /* 90 - error opening a socket */
139 #define REQUESTER_FAILURE              0x885A  /* Client-32 */
140 #define RESOURCE_ACCESS_DENIED         0x885B  /* Client-32 */
141 #define SIGNATURE_LEVEL_CONFLICT       0x8861
142 #define NO_LOCK_FOUND                  0x8862  /* OS/2 - process lock on conn handle failed, process ID not recognized */
143 #define LOCK_TABLE_FULL                0x8863  /* OS/2 - process lock on conn handle failed, process lock table full */
144 #define INVALID_MATCH_DATA             0x8864
145 #define MATCH_FAILED                   0x8865
146 #define NO_MORE_ENTRIES                0x8866
147 #define INSUFFICIENT_RESOURCES         0x8867
148 #define STRING_TRANSLATION             0x8868
149 #define STRING_TRANSLATION_NEEDED      0x8868  /* Client-32 */
150 #define ACCESS_VIOLATION               0x8869
151 #define NOT_AUTHENTICATED              0x886A
152 #define INVALID_LEVEL                  0x886B
153 #define RESOURCE_LOCK_ERROR            0x886C
154 #define INVALID_NAME_FORMAT            0x886D
155 #define OBJECT_EXISTS                  0x886E
156 #define OBJECT_NOT_FOUND               0x886F
157 #define UNSUPPORTED_TRAN_TYPE          0x8870
158 #define INVALID_STRING_TYPE            0x8871
159 #define INVALID_OWNER                  0x8872
160 #define UNSUPPORTED_AUTHENTICATOR      0x8873
161 #define IO_PENDING                     0x8874
162 #define INVALID_DRIVE_NUM              0x8875
163 #define SHELL_FAILURE                  0x88FF
164 #define VLM_FAILURE                    0x88FF
165
166 #define  SVC_ALREADY_REGISTERED        0x8880 /* Client-32 */
167 #define  SVC_REGISTRY_FULL             0x8881 /* Client-32 */
168 #define  SVC_NOT_REGISTERED            0x8882 /* Client-32 */
169 #define  OUT_OF_RESOURCES              0x8883 /* Client-32 */
170 #define  RESOLVE_SVC_FAILED            0x8884 /* Client-32 */
171 #define  CONNECT_FAILED                0x8885 /* Client-32 */
172 #define  PROTOCOL_NOT_BOUND            0x8886 /* Client-32 */
173 #define  AUTHENTICATION_FAILED         0x8887 /* Client-32 */
174 #define  INVALID_AUTHEN_HANDLE         0x8888 /* Client-32 */
175 #define  AUTHEN_HANDLE_ALREADY_EXISTS  0x8889 /* Client-32 */
176
177 #define  DIFF_OBJECT_ALREADY_AUTHEN    0x8890 /* Client-32 */
178 #define  REQUEST_NOT_SERVICEABLE       0x8891 /* Client-32 */
179 #define  AUTO_RECONNECT_SO_REBUILD     0x8892 /* Client-32 */
180 #define  AUTO_RECONNECT_RETRY_REQUEST  0x8893 /* Client-32 */
181 #define  ASYNC_REQUEST_IN_USE          0x8894 /* Client-32 */
182 #define  ASYNC_REQUEST_CANCELED        0x8895 /* Client-32 */
183 #define  SESS_SVC_ALREADY_REGISTERED   0x8896 /* Client-32 */
184 #define  SESS_SVC_NOT_REGISTERED       0x8897 /* Client-32 */
185 #define  PREVIOUSLY_AUTHENTICATED      0x8899 /* Client-32 */
186 #define  RESOLVE_SVC_PARTIAL           0x889A /* Client-32 */
187 #define  NO_DEFAULT_SPECIFIED          0x889B /* Client-32 */
188 #define  HOOK_REQUEST_NOT_HANDLED      0x889C /* Client-32 */
189 #define  HOOK_REQUEST_BUSY             0x889D /* Client-32 */
190 #define  HOOK_REQUEST_QUEUED           0x889D /* Client-32 */
191 #define  AUTO_RECONNECT_SO_IGNORE      0x889E /* Client-32 */
192 #define  ASYNC_REQUEST_NOT_IN_USE      0x889F /* Client-32 */
193 #define  AUTO_RECONNECT_FAILURE        0x88A0 /* Client-32 */
194 #define  NET_ERROR_ABORT_APPLICATION   0x88A1 /* Client-32 */
195 #define  NET_ERROR_SUSPEND_APPLICATION 0x88A2 /* Client-32 */
196 #define  NET_ERROR_ABORTED_PROCESS_GROUP  0x88A3 /* Client-32 */
197 #define  NET_ERROR_PASSWORD_HAS_EXPIRED   0x88A5 /* Client-32 */
198 #define  NET_ERROR_NETWORK_INACTIVE       0x88A6 /* Client-32 */
199 #define  REPLY_TRUNCATED            0x88e6    /* 230 NLM */
200
201
202 /* Server Errors */
203
204 #define ERR_INSUFFICIENT_SPACE          0x8901  /* 001 */
205 #define ERR_NO_MORE_ENTRY           0x8914   /* 020 */
206 #define NLM_INVALID_CONNECTION         0x890a   /* 010 */
207 #define ERR_BUFFER_TOO_SMALL            0x8977  /* 119 */
208 #define ERR_VOLUME_FLAG_NOT_SET         0x8978  /* 120 the service requested, not avail. on the selected vol. */
209 #define ERR_NO_ITEMS_FOUND              0x8979  /* 121 */
210 #define ERR_CONN_ALREADY_TEMP           0x897a  /* 122 */
211 #define ERR_CONN_ALREADY_LOGGED_IN      0x897b  /* 123 */
212 #define ERR_CONN_NOT_AUTHENTICATED      0x897c  /* 124 */
213 #define ERR_CONN_NOT_LOGGED_IN          0x897d  /* 125 */
214 #define NCP_BOUNDARY_CHECK_FAILED       0x897e  /* 126 */
215 #define ERR_LOCK_WAITING                0x897f  /* 127 */
216 #define ERR_LOCK_FAIL                   0x8980  /* 128 */
217 #define FILE_IN_USE_ERROR               0x8980  /* 128 */
218 #define NO_MORE_FILE_HANDLES            0x8981  /* 129 */
219 #define NO_OPEN_PRIVILEGES              0x8982  /* 130 */
220 #define IO_ERROR_NETWORK_DISK           0x8983  /* 131 */
221 #define ERR_AUDITING_HARD_IO_ERROR      0x8983  /* 131 */
222 #define NO_CREATE_PRIVILEGES            0x8984  /* 132 */
223 #define ERR_AUDITING_NOT_SUPV           0x8984  /* 132 */
224 #define NO_CREATE_DELETE_PRIVILEGES     0x8985  /* 133 */
225 #define CREATE_FILE_EXISTS_READ_ONLY    0x8986  /* 134 */
226 #define WILD_CARDS_IN_CREATE_FILE_NAME  0x8987  /* 135 */
227 #define CREATE_FILENAME_ERROR           0x8987  /* 135 */
228 #define INVALID_FILE_HANDLE             0x8988  /* 136 */
229 #define NO_SEARCH_PRIVILEGES            0x8989  /* 137 */
230 #define NO_DELETE_PRIVILEGES            0x898A  /* 138 */
231 #define NO_RENAME_PRIVILEGES            0x898B  /* 139 */
232 #define NO_MODIFY_PRIVILEGES            0x898C  /* 140 */
233 #define SOME_FILES_AFFECTED_IN_USE      0x898D  /* 141 */
234 #define NO_FILES_AFFECTED_IN_USE        0x898E  /* 142 */
235 #define SOME_FILES_AFFECTED_READ_ONLY   0x898F  /* 143 */
236 #define NO_FILES_AFFECTED_READ_ONLY     0x8990  /* 144 */
237 #define SOME_FILES_RENAMED_NAME_EXISTS  0x8991  /* 145 */
238 #define NO_FILES_RENAMED_NAME_EXISTS    0x8992  /* 146 */
239 #define NO_READ_PRIVILEGES              0x8993  /* 147 */
240 #define NO_WRITE_PRIVILEGES_OR_READONLY 0x8994  /* 148 */
241 #define FILE_DETACHED                   0x8995  /* 149 */
242 #define SERVER_OUT_OF_MEMORY            0x8996  /* 150 */
243 #define ERR_TARGET_NOT_A_SUBDIRECTORY   0x8996  /* 150 can be changed later (note written by server people). */
244 #define NO_DISK_SPACE_FOR_SPOOL_FILE    0x8997  /* 151 */
245 #define ERR_AUDITING_NOT_ENABLED        0x8997  /* 151 */
246 #define VOLUME_DOES_NOT_EXIST           0x8998  /* 152 */
247 #define DIRECTORY_FULL                  0x8999  /* 153 */
248 #define RENAMING_ACROSS_VOLUMES         0x899A  /* 154 */
249 #define BAD_DIRECTORY_HANDLE            0x899B  /* 155 */
250 #define INVALID_PATH                    0x899C  /* 156 */
251 #define NO_MORE_TRUSTEES                0x899C  /* 156 */
252 #define NO_MORE_DIRECTORY_HANDLES       0x899D  /* 157 */
253 #define INVALID_FILENAME                0x899E  /* 158 */
254 #define DIRECTORY_ACTIVE                0x899F  /* 159 */
255 #define DIRECTORY_NOT_EMPTY             0x89A0  /* 160 */
256 #define DIRECTORY_IO_ERROR              0x89A1  /* 161 */
257 #define READ_FILE_WITH_RECORD_LOCKED    0x89A2  /* 162 */
258 #define ERR_TRANSACTION_RESTARTED       0x89A3  /* 163 */
259 #define ERR_RENAME_DIR_INVALID          0x89A4  /* 164 */
260 #define ERR_INVALID_OPENCREATE_MODE     0x89A5  /* 165 */
261 #define ERR_ALREADY_IN_USE              0x89A6  /* 166 */
262 #define ERR_AUDITING_ACTIVE             0x89A6  /* 166 */
263 #define ERR_INVALID_RESOURCE_TAG        0x89A7  /* 167 */
264 #define ERR_ACCESS_DENIED               0x89A8  /* 168 */
265 #define ERR_AUDITING_NO_RIGHTS          0x89A8  /* 168 */
266 #define INVALID_DATA_STREAM             0x89BE  /* 190 */
267 #define INVALID_NAME_SPACE              0x89BF  /* 191 */
268 #define NO_ACCOUNTING_PRIVILEGES        0x89C0  /* 192 */
269 #define LOGIN_DENIED_NO_ACCOUNT_BALANCE 0x89C1  /* 193 */
270 #define LOGIN_DENIED_NO_CREDIT          0x89C2  /* 194 */
271 #define ERR_AUDITING_RECORD_SIZE        0x89C2  /* 194 */
272 #define ERR_TOO_MANY_HOLDS              0x89C3  /* 195 */
273 #define ACCOUNTING_DISABLED             0x89C4  /* 196 */
274 #define INTRUDER_DETECTION_LOCK         0x89C5  /* 197 */
275 #define NO_CONSOLE_OPERATOR             0x89C6  /* 198 */
276 #define NO_CONSOLE_PRIVILEGES           0x89C6  /* 198 */
277 #define ERR_Q_IO_FAILURE                0x89D0  /* 208 */
278 #define ERR_NO_QUEUE                    0x89D1  /* 209 */
279 #define ERR_NO_Q_SERVER                 0x89D2  /* 210 */
280 #define ERR_NO_Q_RIGHTS                 0x89D3  /* 211 */
281 #define ERR_Q_FULL                      0x89D4  /* 212 */
282 #define ERR_NO_Q_JOB                    0x89D5  /* 213 */
283 #define ERR_NO_Q_JOB_RIGHTS             0x89D6  /* 214 */
284 #define ERR_Q_IN_SERVICE                0x89D7  /* 215 */
285 #define PASSWORD_NOT_UNIQUE             0x89D7  /* 215 */
286 #define ERR_Q_NOT_ACTIVE                0x89D8  /* 216 */
287 #define PASSWORD_TOO_SHORT              0x89D8  /* 216 */
288 #define ERR_Q_STN_NOT_SERVER            0x89D9  /* 217 */
289 #define LOGIN_DENIED_NO_CONNECTION      0x89D9  /* 217 */
290 #define ERR_MAXIMUM_LOGINS_EXCEEDED     0x89D9  /* 217 */
291 #define ERR_Q_HALTED                    0x89DA  /* 218 */
292 #define UNAUTHORIZED_LOGIN_TIME         0x89DA  /* 218 */
293 #define UNAUTHORIZED_LOGIN_STATION      0x89DB  /* 219 */
294 #define ERR_Q_MAX_SERVERS               0x89DB  /* 219 */
295 #define ACCOUNT_DISABLED                0x89DC  /* 220 */
296 #define PASSWORD_HAS_EXPIRED_NO_GRACE   0x89DE  /* 222 */
297 #define PASSWORD_HAS_EXPIRED            0x89DF  /* 223 */
298 #define E_NO_MORE_USERS                 0x89E7  /* 231 */
299 #define NOT_ITEM_PROPERTY               0x89E8  /* 232 */
300 #define WRITE_PROPERTY_TO_GROUP         0x89E8  /* 232 */
301 #define MEMBER_ALREADY_EXISTS           0x89E9  /* 233 */
302 #define NO_SUCH_MEMBER                  0x89EA  /* 234 */
303 #define NOT_GROUP_PROPERTY              0x89EB  /* 235 */
304 #define NO_SUCH_SEGMENT                 0x89EC  /* 236 */
305 #define PROPERTY_ALREADY_EXISTS         0x89ED  /* 237 */
306 #define OBJECT_ALREADY_EXISTS           0x89EE  /* 238 */
307 #define INVALID_NAME                    0x89EF  /* 239 */
308 #define WILD_CARD_NOT_ALLOWED           0x89F0  /* 240 */
309 #define INVALID_BINDERY_SECURITY        0x89F1  /* 241 */
310 #define NO_OBJECT_READ_PRIVILEGE        0x89F2  /* 242 */
311 #define NO_OBJECT_RENAME_PRIVILEGE      0x89F3  /* 243 */
312 #define NO_OBJECT_DELETE_PRIVILEGE      0x89F4  /* 244 */
313 #define NO_OBJECT_CREATE_PRIVILEGE      0x89F5  /* 245 */
314 #define NO_PROPERTY_DELETE_PRIVILEGE    0x89F6  /* 246 */
315 #define NO_PROPERTY_CREATE_PRIVILEGE    0x89F7  /* 247 */
316 #define NO_PROPERTY_WRITE_PRIVILEGE     0x89F8  /* 248 */
317 #define NO_FREE_CONNECTION_SLOTS        0x89F9  /* 249 */
318 #define NO_PROPERTY_READ_PRIVILEGE      0x89F9  /* 249 */
319 #define NO_MORE_SERVER_SLOTS            0x89FA  /* 250 */
320 #define TEMP_REMAP_ERROR                0x89FA  /* 250 */
321 #define INVALID_PARAMETERS              0x89FB  /* 251 */
322 #define NO_SUCH_PROPERTY                0x89FB  /* 251 */
323 #define ERR_NCP_NOT_SUPPORTED           0x89FB  /* 251 */
324 #define INTERNET_PACKET_REQT_CANCELED   0x89FC  /* 252 */
325 #define UNKNOWN_FILE_SERVER             0x89FC  /* 252 */
326 #define MESSAGE_QUEUE_FULL              0x89FC  /* 252 */
327 #define NO_SUCH_OBJECT                  0x89FC  /* 252 */
328 #define LOCK_COLLISION                  0x89FD  /* 253 */
329 #define BAD_STATION_NUMBER              0x89FD  /* 253 */
330 #define INVALID_PACKET_LENGTH           0x89FD  /* 253 */
331 #define UNKNOWN_REQUEST                 0x89FD  /* 253 */
332 #define BINDERY_LOCKED                  0x89FE  /* 254 */
333 #define TRUSTEE_NOT_FOUND               0x89FE  /* 254 */
334 #define DIRECTORY_LOCKED                0x89FE  /* 254 */
335 #define INVALID_SEMAPHORE_NAME_LENGTH   0x89FE  /* 254 */
336 #define PACKET_NOT_DELIVERABLE          0x89FE  /* 254 */
337 #define SERVER_BINDERY_LOCKED           0x89FE  /* 254 */
338 #define SOCKET_TABLE_FULL               0x89FE  /* 254 */
339 #define SPOOL_DIRECTORY_ERROR           0x89FE  /* 254 */
340 #define SUPERVISOR_HAS_DISABLED_LOGIN   0x89FE  /* 254 */
341 #define TIMEOUT_FAILURE                 0x89FE  /* 254 */
342 #define BAD_PRINTER_ERROR               0x89FF  /* 255 */
343 #define BAD_RECORD_OFFSET               0x89FF  /* 255 */
344 #define CLOSE_FCB_ERROR                 0x89FF  /* 255 */
345 #define FILE_EXTENSION_ERROR            0x89FF  /* 255 */
346 #define FILE_NAME_ERROR                 0x89FF  /* 255 */
347 #define HARDWARE_FAILURE                0x89FF  /* 255 */
348 #define INVALID_DRIVE_NUMBER            0x89FF  /* 255 */
349 #define DOS_INVALID_DRIVE               0x000F  /* 255 */
350 #define INVALID_INITIAL_SEMAPHORE_VALUE 0x89FF  /* 255 */
351 #define INVALID_SEMAPHORE_HANDLE        0x89FF  /* 255 */
352 #define IO_BOUND_ERROR                  0x89FF  /* 255 */
353 #define NO_FILES_FOUND_ERROR            0x89FF  /* 255 */
354 #define NO_RESPONSE_FROM_SERVER         0x89FF  /* 255 */
355 #define NO_SUCH_OBJECT_OR_BAD_PASSWORD  0x89FF  /* 255 */
356 #define PATH_NOT_LOCATABLE              0x89FF  /* 255 */
357 #define QUEUE_FULL_ERROR                0x89FF  /* 255 */
358 #define REQUEST_NOT_OUTSTANDING         0x89FF  /* 255 */
359 #ifndef SOCKET_ALREADY_OPEN
360 #define SOCKET_ALREADY_OPEN             0x89FF  /* 255 */
361 #endif
362 #define LOCK_ERROR                      0x89FF  /* 255 */
363 #ifndef FAILURE
364 #define FAILURE                         0x89FF  /* 255 Generic Failure */
365 #endif
366
367 /* #define NOT_SAME_LOCAL_DRIVE         0x89F6 */
368 /* #define TARGET_DRIVE_NOT_LOCAL       0x89F7 */
369 /* #define ALREADY_ATTACHED_TO_SERVER   0x89F8 */ /* 248 */
370 /* #define NOT_ATTACHED_TO_SERVER       0x89F8 */
371
372 /**** Network errors ****/
373 /* Decimal values at end of line are 32768 lower than actual */
374
375 #define NWE_ALREADY_ATTACHED            0x8800  /* 0  - Attach attempted to server with valid, existing connection */
376 #define NWE_CONN_INVALID                0x8801  /* 1  - Request attempted with invalid or non-attached connection handle */
377 #define NWE_DRIVE_IN_USE                0x8802  /* 2  - OS/2 only (NOT USED) */
378 #define NWE_DRIVE_CANNOT_MAP            0x8803  /* 3  - Map drive attempted but unable to add new current directory structure */
379 #define NWE_DRIVE_BAD_PATH              0x8804  /* 4  - Map drive attempted with invalid path specification */
380 #define NWE_NET_RECEIVE                 0x8805  /* 5  - Attempt to receive from the selected transport failed */
381 #define NWE_NET_UNKNOWN                 0x8806  /* 6  - Network send attempted with an un-specific network error */
382 #define NWE_SERVER_BAD_SLOT             0x8807  /* 7  - Server request attempted with invalid server connection slot */
383 #define NWE_SERVER_NO_SLOTS             0x8808  /* 8  - Attach attempted to server with no connection slots available */
384 #define NWE_NET_SEND                    0x8809  /* 9  - Attempt to send on the selected transport failed */
385 #define NWE_SERVER_NO_ROUTE             0x880A  /* 10 - Attempted to find route to server where no route exists */
386 #define NWE_BAD_LOCAL_TARGET            0x880B  /* 11 - OS/2 only */
387 #define NWE_REQ_TOO_MANY_REQ_FRAGS      0x880C  /* 12 - Attempted request with too many request fragments specified */
388 #define NWE_CONN_LIST_OVERFLOW          0x880D  /* 13 */
389 #define NWE_BUFFER_OVERFLOW             0x880E  /* 14 - Attempt to receive more data than the reply buffer had room for */
390 #define NWE_SERVER_NO_CONN              0x880F  /* 15 - Attempt to get connection for a server not connected */
391 #define NWE_NO_ROUTER_FOUND             0x8810  /* 16 - OS/2 only */
392 #define NWE_FUNCTION_INVALID            0x8811  /* 17 - Attempted function call to non- existent or illegal function */
393 #define NWE_SCAN_COMPLETE               0x8812
394 #define NWE_UNSUPPORTED_NAME_FORMAT_TYP 0x8813
395 #define NWE_HANDLE_ALREADY_LICENSED     0x8814
396 #define NWE_HANDLE_ALREADY_UNLICENSED   0x8815
397 #define NWE_INVALID_NCP_PACKET_LENGTH   0x8816
398 #define NWE_SETTING_UP_TIMEOUT          0x8817
399 #define NWE_SETTING_SIGNALS             0x8818
400 #define NWE_SERVER_CONNECTION_LOST      0x8819
401 #define NWE_OUT_OF_HEAP_SPACE           0x881A
402 #define NWE_INVALID_SERVICE_REQUEST     0x881B
403 #define NWE_INVALID_TASK_NUMBER         0x881C
404 #define NWE_INVALID_MESSAGE_LENGTH      0x881D
405 #define NWE_EA_SCAN_DONE                0x881E
406 #define NWE_BAD_CONNECTION_NUMBER       0x881F
407 #define NWE_MULT_TREES_NOT_SUPPORTED    0x8820  /* 32 - Attempt to open a connection to a DS tree other than the default tree */
408 #define NWE_CONN_NOT_SAME               0x8830  /* 48 - Internal server request attempted across different server connections */
409 #define NWE_CONN_PRIMARY_NOT_SET        0x8831  /* 49 - Attempt to retrieve default connection with no primary connection set */
410 #define NWE_PRN_CAPTURE_NOT_IN_PROGRESS 0x8832  /* 50 - Capture information requested on port with no capture in progress */
411 #define NWE_BUFFER_INVALID_LEN          0x8833  /* 51 - Used to indicate length which caller requested on a GetDNC or SetDNC was too large */
412 #define NWE_USER_NO_NAME                0x8834  /* 52 */
413 #define NWE_PRN_NO_LOCAL_SPOOLER        0x8835  /* 53 - Capture requested without having the local print spooler installed */
414 #define NWE_PARAM_INVALID               0x8836  /* 54 - Attempted function with an invalid function parameter specified */
415 #define NWE_CFG_OPEN_FAILED             0x8837  /* 55 - OS/2 only */
416 #define NWE_CFG_NO_FILE                 0x8838  /* 56 - OS/2 only */
417 #define NWE_CFG_READ_FAILED             0x8839  /* 57 - OS/2 only */
418 #define NWE_CFG_LINE_TOO_LONG           0x883A  /* 58 - OS/2 only */
419 #define NWE_CFG_LINES_IGNORED           0x883B  /* 59 - OS/2 only */
420 #define NWE_RESOURCE_NOT_OWNED          0x883C  /* 60 - Attempted request made with a parameter using foriegn resource */
421 #define NWE_DAEMON_INSTALLED            0x883D  /* 61 - OS/2 only */
422 #define NWE_PRN_SPOOLER_INSTALLED       0x883E  /* 62 - Attempted load of print spooler with print spooler already installed */
423 #define NWE_CONN_TABLE_FULL             0x883F  /* 63 - Attempted to allocate a connection handle with no more local connection table entries */
424 #define NWE_CFG_SECTION_NOT_FOUND       0x8840  /* 64 - OS/2 only */
425 #define NWE_TRAN_INVALID_TYPE           0x8841  /* 65 - Attempted function on a connection with an invalid transport selected */
426 #define NWE_TDS_TAG_IN_USE              0x8842  /* 66 - OS/2 only */
427 #define NWE_TDS_OUT_OF_MEMORY           0x8843  /* 67 - OS/2 only */
428 #define NWE_TDS_INVALID_TAG             0x8844  /* 68 - Attempted TDS function with invalid tag */
429 #define NWE_TDS_WRITE_TRUNCATED         0x8845  /* 69 - Attempted TDS write with buffer that exceeded buffer */
430 #define NWE_DS_NO_CONN                  0x8846  /* 70 */
431 #define NWE_SERVICE_BUSY                0x8846  /* 70 - Attempted request made to partially asynchronous function in busy state */
432 #define NWE_SERVER_NOT_FOUND            0x8847  /* 71 - Attempted connect failed to find any servers responding */
433 #define NWE_VLM_INVALID                 0x8848  /* 72 - Attempted function call to non-existant or not-loaded overlay */
434 #define NWE_DRIVE_ALREADY_MAPPED        0x8849  /* 73 - Attempted map to network drive that was already mapped */
435 #define NWE_DRIVE_LOCAL_IN_USE          0x884A  /* 74 - Attempted map to local drive that was in use */
436 #define NWE_DRIVE_NONE_AVAILABLE        0x884B  /* 75 - Attempted map to next available drive when none were available */
437 #define NWE_DEVICE_NOT_REDIRECTED       0x884C  /* 76 - The device is not redirected */
438 #define NWE_FILE_MAX_REACHED            0x884D  /* 77 - Maximum number of files was reached */
439 #define NWE_UNLOAD_FAILED               0x884E  /* 78 - Attempted unload failed */
440 #define NWE_CONN_IN_USE                 0x884F  /* 79 - Attempted re-use of already in use connection entry */
441 #define NWE_REQ_TOO_MANY_REP_FRAGS      0x8850  /* 80 - Attempted request with too many reply fragments specified */
442 #define NWE_NAME_TABLE_FULL             0x8851  /* 81 - Attempted to add a name into the name table after it was full */
443 #define NWE_SOCKET_NOT_OPEN             0x8852  /* 82 - Listen was posted on unopened socket */
444 #define NWE_MEMORY_MGR_ERROR            0x8853  /* 83 - Attempted enhanced memory operation failed */
445 #define NWE_SFT3_ERROR                  0x8854  /* 84 - An SFT3 switch occured mid-transfer */
446 #define NWE_DS_PREFERRED_NOT_FOUND      0x8855  /* 85 - the preferred directory server was not established but another directory server was returned */
447 #define NWE_DEVICE_NOT_RECOGNIZED       0x8856  /* 86 - used to determine if the device is not used by VISE so pass it on to the next redirector, if any. */
448 #define NWE_NET_INVALID_TYPE            0x8857  /* 87 - the network type (Bind/NDS) does not match the server version */
449 #define NWE_FILE_OPEN_FAILED            0x8858  /* 88 - generic open failure error, invalid path, access denied, etc.. */
450 #define NWE_DS_PREFERRED_NOT_SPECIFIED  0x8859  /* 89 - no preferred name specified */
451 #define NWE_SOCKET_OPEN_FAILED          0x885A  /* 90 - error opening a socket */
452 #define NWE_SIGNATURE_LEVEL_CONFLICT    0x8861
453 #define NWE_NO_LOCK_FOUND               0x8862  /* OS/2 - process lock on conn handle failed, process ID not recognized */
454 #define NWE_LOCK_TABLE_FULL             0x8863  /* OS/2 - process lock on conn handle failed, process lock table full */
455 #define NWE_INVALID_MATCH_DATA          0x8864
456 #define NWE_MATCH_FAILED                0x8865
457 #define NWE_NO_MORE_ENTRIES             0x8866
458 #define NWE_INSUFFICIENT_RESOURCES      0x8867
459 #define NWE_STRING_TRANSLATION          0x8868
460 #define NWE_ACCESS_VIOLATION            0x8869
461 #define NWE_NOT_AUTHENTICATED           0x886A
462 #define NWE_INVALID_LEVEL               0x886B
463 #define NWE_RESOURCE_LOCK               0x886C
464 #define NWE_INVALID_NAME_FORMAT         0x886D
465 #define NWE_OBJECT_EXISTS               0x886E
466 #define NWE_OBJECT_NOT_FOUND            0x886F
467 #define NWE_UNSUPPORTED_TRAN_TYPE       0x8870
468 #define NWE_INVALID_STRING_TYPE         0x8871
469 #define NWE_INVALID_OWNER               0x8872
470 #define NWE_UNSUPPORTED_AUTHENTICATOR   0x8873
471 #define NWE_IO_PENDING                  0x8874
472 #define NWE_INVALID_DRIVE_NUMBER        0x8875
473 #define NWE_REPLY_TRUNCATED            0x88e6    /* 230 NLM */
474 #define NWE_REQUESTER_FAILURE           0x88FF
475
476 /* Server Errors */
477
478 #define NWE_INSUFFICIENT_SPACE          0x8901  /* 001 */
479 #define NWE_BUFFER_TOO_SMALL            0x8977  /* 119 */
480 #define NWE_VOL_FLAG_NOT_SET            0x8978  /* 120 the service requested, not avail. on the selected vol. */
481 #define NWE_NO_ITEMS_FOUND              0x8979  /* 121 */
482 #define NWE_CONN_ALREADY_TEMP           0x897a  /* 122 */
483 #define NWE_CONN_ALREADY_LOGGED_IN      0x897b  /* 123 */
484 #define NWE_CONN_NOT_AUTHENTICATED      0x897c  /* 124 */
485 #define NWE_CONN_NOT_LOGGED_IN          0x897d  /* 125 */
486 #define NWE_NCP_BOUNDARY_CHECK_FAILED   0x897e  /* 126 */
487 #define NWE_LOCK_WAITING                0x897f  /* 127 */
488 #define NWE_LOCK_FAIL                   0x8980  /* 128 */
489 #define NWE_FILE_IN_USE                 0x8980  /* 128 */
490 #define NWE_FILE_NO_HANDLES             0x8981  /* 129 */
491 #define NWE_FILE_NO_OPEN_PRIV           0x8982  /* 130 */
492 #define NWE_DISK_IO_ERROR               0x8983  /* 131 */
493 #define NWE_AUDITING_HARD_IO_ERROR      0x8983  /* 131 */
494 #define NWE_FILE_NO_CREATE_PRIV         0x8984  /* 132 */
495 #define NWE_AUDITING_NOT_SUPV           0x8984  /* 132 */
496 #define NWE_FILE_NO_CREATE_DEL_PRIV     0x8985  /* 133 */
497 #define NWE_FILE_EXISTS_READ_ONLY       0x8986  /* 134 */
498 #define NWE_FILE_WILD_CARDS_IN_NAME     0x8987  /* 135 */
499 #define NWE_FILE_INVALID_HANDLE         0x8988  /* 136 */
500 #define NWE_FILE_NO_SRCH_PRIV           0x8989  /* 137 */
501 #define NWE_FILE_NO_DEL_PRIV            0x898A  /* 138 */
502 #define NWE_FILE_NO_RENAME_PRIV         0x898B  /* 139 */
503 #define NWE_FILE_NO_MOD_PRIV            0x898C  /* 140 */
504 #define NWE_FILE_SOME_IN_USE            0x898D  /* 141 */
505 #define NWE_FILE_NONE_IN_USE            0x898E  /* 142 */
506 #define NWE_FILE_SOME_READ_ONLY         0x898F  /* 143 */
507 #define NWE_FILE_NONE_READ_ONLY         0x8990  /* 144 */
508 #define NWE_FILE_SOME_RENAMED_EXIST     0x8991  /* 145 */
509 #define NWE_FILE_NONE_RENAMED_EXIST     0x8992  /* 146 */
510 #define NWE_FILE_NO_READ_PRIV           0x8993  /* 147 */
511 #define NWE_FILE_NO_WRITE_PRIV          0x8994  /* 148 */
512 #define NWE_FILE_READ_ONLY              0x8994  /* 148 */
513 #define NWE_FILE_DETACHED               0x8995  /* 149 */
514 #define NWE_SERVER_OUT_OF_MEMORY        0x8996  /* 150 */
515 #define NWE_DIR_TARGET_INVALID          0x8996  /* 150 */
516 #define NWE_DISK_NO_SPOOL_SPACE         0x8997  /* 151 */
517 #define NWE_AUDITING_NOT_ENABLED        0x8997  /* 151 */
518 #define NWE_VOL_INVALID                 0x8998  /* 152 */
519 #define NWE_DIR_FULL                    0x8999  /* 153 */
520 #define NWE_VOL_RENAMING_ACROSS         0x899A  /* 154 */
521 #define NWE_DIRHANDLE_INVALID           0x899B  /* 155 */
522 #define NWE_PATH_INVALID                0x899C  /* 156 */
523 #define NWE_TRUSTEES_NO_MORE            0x899C  /* 156 */
524 #define NWE_DIRHANDLE_NO_MORE           0x899D  /* 157 */
525 #define NWE_FILE_NAME_INVALID           0x899E  /* 158 */
526 #define NWE_DIR_ACTIVE                  0x899F  /* 159 */
527 #define NWE_DIR_NOT_EMPTY               0x89A0  /* 160 */
528 #define NWE_DIR_IO_ERROR                0x89A1  /* 161 */
529 #define NWE_FILE_IO_LOCKED              0x89A2  /* 162 */
530 #define NWE_TTS_RANSACTION_RESTARTED    0x89A3  /* 163 */
531 #define NWE_TTS_TRANSACTION_RESTARTED   0x89A3  /* 163 */
532 #define NWE_DIR_RENAME_INVALID          0x89A4  /* 164 */
533 #define NWE_FILE_OPENCREAT_MODE_INVALID 0x89A5  /* 165 */
534 #define NWE_ALREADY_IN_USE              0x89A6  /* 166 */
535 #define NWE_AUDITING_ACTIVE             0x89A6  /* 166 */
536 #define NWE_RESOURCE_TAG_INVALID        0x89A7  /* 167 */
537 #define NWE_ACCESS_DENIED               0x89A8  /* 168 */
538 #define NWE_AUDITING_NO_RIGHTS          0x89A8  /* 168 */
539 #define NWE_DATA_STREAM_INVALID         0x89BE  /* 190 */
540 #define NWE_NAME_SPACE_INVALID          0x89BF  /* 191 */
541 #define NWE_ACCTING_NO_PRIV             0x89C0  /* 192 */
542 #define NWE_ACCTING_NO_BALANCE          0x89C1  /* 193 */
543 #define NWE_ACCTING_NO_CREDIT           0x89C2  /* 194 */
544 #define NWE_AUDITING_RECORD_SIZE        0x89C2  /* 194 */
545 #define NWE_ACCTING_TOO_MANY_HOLDS      0x89C3  /* 195 */
546 #define NWE_ACCTING_DISABLED            0x89C4  /* 196 */
547 #define NWE_LOGIN_LOCKOUT               0x89C5  /* 197 */
548 #define NWE_CONSOLE_NO_PRIV             0x89C6  /* 198 */
549 #define NWE_Q_IO_FAILURE                0x89D0  /* 208 */
550 #define NWE_Q_NONE                      0x89D1  /* 209 */
551 #define NWE_Q_NO_SERVER                 0x89D2  /* 210 */
552 #define NWE_Q_NO_RIGHTS                 0x89D3  /* 211 */
553 #define NWE_Q_FULL                      0x89D4  /* 212 */
554 #define NWE_Q_NO_JOB                    0x89D5  /* 213 */
555 #define NWE_Q_NO_JOB_RIGHTS             0x89D6  /* 214 */
556 #define NWE_PASSWORD_UNENCRYPTED        0x89D6  /* 214 */
557 #define NWE_Q_IN_SERVICE                0x89D7  /* 215 */
558 #define NWE_PASSWORD_NOT_UNIQUE         0x89D7  /* 215 */
559 #define NWE_Q_NOT_ACTIVE                0x89D8  /* 216 */
560 #define NWE_PASSWORD_TOO_SHORT          0x89D8  /* 216 */
561 #define NWE_Q_STN_NOT_SERVER            0x89D9  /* 217 */
562 #define NWE_LOGIN_NO_CONN               0x89D9  /* 217 */
563 #define NWE_LOGIN_MAX_EXCEEDED          0x89D9  /* 217 */
564 #define NWE_Q_HALTED                    0x89DA  /* 218 */
565 #define NWE_LOGIN_UNAUTHORIZED_TIME     0x89DA  /* 218 */
566 #define NWE_LOGIN_UNAUTHORIZED_STATION  0x89DB  /* 219 */
567 #define NWE_Q_MAX_SERVERS               0x89DB  /* 219 */
568 #define NWE_ACCT_DISABLED               0x89DC  /* 220 */
569 #define NWE_PASSWORD_INVALID            0x89DE  /* 222 */
570 #define NWE_PASSWORD_EXPIRED            0x89DF  /* 223 */
571 #define NWE_LOGIN_NO_CONN_AVAIL         0x89E0  /* 224 */
572 #define NWE_E_NO_MORE_USERS             0x89E7  /* 231 */
573 #define NWE_BIND_NOT_ITEM_PROP          0x89E8  /* 232 */
574 #define NWE_BIND_WRITE_TO_GROUP_PROP    0x89E8  /* 232 */
575 #define NWE_BIND_MEMBER_ALREADY_EXISTS  0x89E9  /* 233 */
576 #define NWE_BIND_NO_SUCH_MEMBER         0x89EA  /* 234 */
577 #define NWE_BIND_NOT_GROUP_PROP         0x89EB  /* 235 */
578 #define NWE_BIND_NO_SUCH_SEGMENT        0x89EC  /* 236 */
579 #define NWE_BIND_PROP_ALREADY_EXISTS    0x89ED  /* 237 */
580 #define NWE_BIND_OBJ_ALREADY_EXISTS     0x89EE  /* 238 */
581 #define NWE_BIND_NAME_INVALID           0x89EF  /* 239 */
582 #define NWE_BIND_WILDCARD_INVALID       0x89F0  /* 240 */
583 #define NWE_BIND_SECURITY_INVALID       0x89F1  /* 241 */
584 #define NWE_BIND_OBJ_NO_READ_PRIV       0x89F2  /* 242 */
585 #define NWE_BIND_OBJ_NO_RENAME_PRIV     0x89F3  /* 243 */
586 #define NWE_BIND_OBJ_NO_DELETE_PRIV     0x89F4  /* 244 */
587 #define NWE_BIND_OBJ_NO_CREATE_PRIV     0x89F5  /* 245 */
588 #define NWE_BIND_PROP_NO_DELETE_PRIV    0x89F6  /* 246 */
589 #define NWE_BIND_PROP_NO_CREATE_PRIV    0x89F7  /* 247 */
590 #define NWE_BIND_PROP_NO_WRITE_PRIV     0x89F8  /* 248 */
591 #define NWE_BIND_PROP_NO_READ_PRIV      0x89F9  /* 249 */
592 #define NWE_NO_FREE_CONN_SLOTS          0x89F9  /* 249 */
593 #define NWE_NO_MORE_SERVER_SLOTS        0x89FA  /* 250 */
594 #define NWE_TEMP_REMAP_ERROR            0x89FA  /* 250 */
595 #define NWE_PARAMETERS_INVALID          0x89FB  /* 251 */
596 #define NWE_BIND_NO_SUCH_PROP           0x89FB  /* 251 */
597 #define NWE_NCP_NOT_SUPPORTED           0x89FB  /* 251 */
598 #define NWE_INET_PACKET_REQ_CANCELED    0x89FC  /* 252 */
599 #define NWE_SERVER_UNKNOWN              0x89FC  /* 252 */
600 #define NWE_MSG_Q_FULL                  0x89FC  /* 252 */
601 #define NWE_BIND_NO_SUCH_OBJ            0x89FC  /* 252 */
602 #define NWE_LOCK_COLLISION              0x89FD  /* 253 */
603 #define NWE_CONN_NUM_INVALID            0x89FD  /* 253 */
604 #define NWE_PACKET_LEN_INVALID          0x89FD  /* 253 */
605 #define NWE_UNKNOWN_REQ                 0x89FD  /* 253 */
606 #define NWE_BIND_LOCKED                 0x89FE  /* 254 */
607 #define NWE_TRUSTEE_NOT_FOUND           0x89FE  /* 254 */
608 #define NWE_DIR_LOCKED                  0x89FE  /* 254 */
609 #define NWE_SEM_INVALID_NAME_LEN        0x89FE  /* 254 */
610 #define NWE_PACKET_NOT_DELIVERABLE      0x89FE  /* 254 */
611 #define NWE_SOCKET_TABLE_FULL           0x89FE  /* 254 */
612 #define NWE_SPOOL_DIR_ERROR             0x89FE  /* 254 */
613 #define NWE_LOGIN_DISABLED_BY_SUPER     0x89FE  /* 254 */
614 #define NWE_TIMEOUT_FAILURE             0x89FE  /* 254 */
615 #define NWE_FILE_EXT                    0x89FF  /* 255 */
616 #define NWE_FILE_NAME                   0x89FF  /* 255 */
617 #define NWE_HARD_FAILURE                0x89FF  /* 255 */
618 #define NWE_FCB_CLOSE                   0x89FF  /* 255 */
619 #define NWE_IO_BOUND                    0x89FF  /* 255 */
620 #define NWE_BAD_SPOOL_PRINTER           0x89FF  /* 255 */
621 #define NWE_BAD_RECORD_OFFSET           0x89FF  /* 255 */
622 #define NWE_DRIVE_INVALID_NUM           0x89FF  /* 255 */
623 #define NWE_SEM_INVALID_INIT_VAL        0x89FF  /* 255 */
624 #define NWE_SEM_INVALID_HANDLE          0x89FF  /* 255 */
625 #define NWE_NO_FILES_FOUND_ERROR        0x89FF  /* 255 */
626 #define NWE_NO_RESPONSE_FROM_SERVER     0x89FF  /* 255 */
627 #define NWE_NO_OBJ_OR_BAD_PASSWORD      0x89FF  /* 255 */
628 #define NWE_PATH_NOT_LOCATABLE          0x89FF  /* 255 */
629 #define NWE_Q_FULL_ERROR                0x89FF  /* 255 */
630 #define NWE_REQ_NOT_OUTSTANDING         0x89FF  /* 255 */
631 #define NWE_SOCKET_ALREADY_OPEN         0x89FF  /* 255 */
632 #define NWE_LOCK_ERROR                  0x89FF  /* 255 */
633 #define NWE_FAILURE                     0x89FF  /* 255 Generic Failure */
634
635 #endif /* !_NWERROR_H_ */