ffaad7f936295806a5ad86ae5c0f12ef61f111ff
[samba.git] / source4 / include / doserr.h
1 /* 
2    Unix SMB/CIFS implementation.
3    DOS error code constants
4    Copyright (C) Andrew Tridgell              1992-2000
5    Copyright (C) John H Terpstra              1996-2000
6    Copyright (C) Luke Kenneth Casson Leighton 1996-2000
7    Copyright (C) Paul Ashton                  1998-2000
8    
9    This program is free software; you can redistribute it and/or modify
10    it under the terms of the GNU General Public License as published by
11    the Free Software Foundation; either version 2 of the License, or
12    (at your option) any later version.
13    
14    This program is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17    GNU General Public License for more details.
18    
19    You should have received a copy of the GNU General Public License
20    along with this program; if not, write to the Free Software
21    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 */
23
24 #ifndef _DOSERR_H
25 #define _DOSERR_H
26
27 /* Error classes */
28
29 #define ERRDOS 0x01 /*  Error is from the core DOS operating system set. */
30 #define ERRSRV 0x02  /* Error is generated by the server network file manager.*/
31 #define ERRHRD 0x03  /* Error is an hardware error. */
32 #define ERRCMD 0xFF  /* Command was not in the "SMB" format. */
33
34 /* SMB X/Open error codes for the ERRDOS error class */
35 #define ERRsuccess 0 /* No error */
36 #define ERRbadfunc 1 /* Invalid function (or system call) */
37 #define ERRbadfile 2 /* File not found (pathname error) */
38 #define ERRbadpath 3 /* Directory not found */
39 #define ERRnofids 4 /* Too many open files */
40 #define ERRnoaccess 5 /* Access denied */
41 #define ERRbadfid 6 /* Invalid fid */
42 #define ERRbadmcb 7 /* Memory control blocks destroyed. */
43 #define ERRnomem 8 /* Out of memory */
44 #define ERRbadmem 9 /* Invalid memory block address */
45 #define ERRbadenv 10 /* Invalid environment */
46 #define ERRbadaccess 12 /* Invalid open mode */
47 #define ERRbaddata 13 /* Invalid data (only from ioctl call) */
48 #define ERRres 14 /* reserved */
49 #define ERRbaddrive 15 /* Invalid drive */
50 #define ERRremcd 16 /* Attempt to delete current directory */
51 #define ERRdiffdevice 17 /* rename/move across different filesystems */
52 #define ERRnofiles 18 /* no more files found in file search */
53 #define ERRgeneral 31 /* General failure */
54 #define ERRbadshare 32 /* Share mode on file conflict with open mode */
55 #define ERRlock 33 /* Lock request conflicts with existing lock */
56 #define ERRunsup 50 /* Request unsupported, returned by Win 95, RJS 20Jun98 */
57 #define ERRnetnamedel 64 /* Network name deleted or not available */
58 #define ERRnosuchshare 67 /* You specified an invalid share name */
59 #define ERRfilexists 80 /* File in operation already exists */
60 #define ERRinvalidparam 87
61 #define ERRcannotopen 110 /* Cannot open the file specified */
62 #define ERRinsufficientbuffer 122
63 #define ERRinvalidname 123 /* Invalid name */
64 #define ERRunknownlevel 124
65 #define ERRnotlocked 158 /* This region is not locked by this locking context. */
66 #define ERRrename 183
67 #define ERRbadpipe 230 /* Named pipe invalid */
68 #define ERRpipebusy 231 /* All instances of pipe are busy */
69 #define ERRpipeclosing 232 /* named pipe close in progress */
70 #define ERRnotconnected 233 /* No process on other end of named pipe */
71 #define ERRmoredata 234 /* More data to be returned */
72 #define ERRnomoreitems 259
73 #define ERRbaddirectory 267 /* Invalid directory name in a path. */
74 #define ERReasnotsupported 282 /* Extended attributes */
75 #define ERRlogonfailure 1326 /* Unknown username or bad password */
76 #define ERRbuftoosmall 2123
77 #define ERRunknownipc 2142
78 #define ERRnosuchprintjob 2151
79 #define ERRinvgroup 2455
80
81 /* here's a special one from observing NT */
82 #define ERRnoipc 66 /* don't support ipc */
83
84 /* These errors seem to be only returned by the NT printer driver system */
85 #define ERRdriveralreadyinstalled 1795 /* ERROR_PRINTER_DRIVER_ALREADY_INSTALLED */
86 #define ERRunknownprinterport 1796 /* ERROR_UNKNOWN_PORT */
87 #define ERRunknownprinterdriver 1797 /* ERROR_UNKNOWN_PRINTER_DRIVER */
88 #define ERRunknownprintprocessor 1798 /* ERROR_UNKNOWN_PRINTPROCESSOR */
89 #define ERRinvalidseparatorfile 1799 /* ERROR_INVALID_SEPARATOR_FILE */
90 #define ERRinvalidjobpriority 1800 /* ERROR_INVALID_PRIORITY */
91 #define ERRinvalidprintername 1801 /* ERROR_INVALID_PRINTER_NAME */
92 #define ERRprinteralreadyexists 1802 /* ERROR_PRINTER_ALREADY_EXISTS */
93 #define ERRinvalidprintercommand 1803 /* ERROR_INVALID_PRINTER_COMMAND */
94 #define ERRinvaliddatatype 1804 /* ERROR_INVALID_DATATYPE */
95 #define ERRinvalidenvironment 1805 /* ERROR_INVALID_ENVIRONMENT */
96
97 #define ERRunknownprintmonitor 3000 /* ERROR_UNKNOWN_PRINT_MONITOR */
98 #define ERRprinterdriverinuse 3001 /* ERROR_PRINTER_DRIVER_IN_USE */
99 #define ERRspoolfilenotfound 3002 /* ERROR_SPOOL_FILE_NOT_FOUND */
100 #define ERRnostartdoc 3003 /* ERROR_SPL_NO_STARTDOC */
101 #define ERRnoaddjob 3004 /* ERROR_SPL_NO_ADDJOB */
102 #define ERRprintprocessoralreadyinstalled 3005 /* ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED */
103 #define ERRprintmonitoralreadyinstalled 3006 /* ERROR_PRINT_MONITOR_ALREADY_INSTALLED */
104 #define ERRinvalidprintmonitor 3007 /* ERROR_INVALID_PRINT_MONITOR */
105 #define ERRprintmonitorinuse 3008 /* ERROR_PRINT_MONITOR_IN_USE */
106 #define ERRprinterhasjobsqueued 3009 /* ERROR_PRINTER_HAS_JOBS_QUEUED */
107
108 /* Error codes for the ERRSRV class */
109
110 #define ERRerror 1 /* Non specific error code */
111 #define ERRbadpw 2 /* Bad password */
112 #define ERRbadtype 3 /* reserved */
113 #define ERRaccess 4 /* No permissions to do the requested operation */
114 #define ERRinvnid 5 /* tid invalid */
115 #define ERRinvnetname 6 /* Invalid servername */
116 #define ERRinvdevice 7 /* Invalid device */
117 #define ERRqfull 49 /* Print queue full */
118 #define ERRqtoobig 50 /* Queued item too big */
119 #define ERRinvpfid 52 /* Invalid print file in smb_fid */
120 #define ERRsmbcmd 64 /* Unrecognised command */
121 #define ERRsrverror 65 /* smb server internal error */
122 #define ERRfilespecs 67 /* fid and pathname invalid combination */
123 #define ERRbadlink 68 /* reserved */
124 #define ERRbadpermits 69 /* Access specified for a file is not valid */
125 #define ERRbadpid 70 /* reserved */
126 #define ERRsetattrmode 71 /* attribute mode invalid */
127 #define ERRpaused 81 /* Message server paused */
128 #define ERRmsgoff 82 /* Not receiving messages */
129 #define ERRnoroom 83 /* No room for message */
130 #define ERRrmuns 87 /* too many remote usernames */
131 #define ERRtimeout 88 /* operation timed out */
132 #define ERRnoresource  89 /* No resources currently available for request. */
133 #define ERRtoomanyuids 90 /* too many userids */
134 #define ERRbaduid 91 /* bad userid */
135 #define ERRuseMPX 250 /* temporarily unable to use raw mode, use MPX mode */
136 #define ERRuseSTD 251 /* temporarily unable to use raw mode, use standard mode */
137 #define ERRcontMPX 252 /* resume MPX mode */
138 #define ERRbadPW /* reserved */
139 #define ERRnosupport 0xFFFF
140 #define ERRunknownsmb 22 /* from NT 3.5 response */
141
142 /* Error codes for the ERRHRD class */
143
144 #define ERRnowrite 19 /* read only media */
145 #define ERRbadunit 20 /* Unknown device */
146 #define ERRnotready 21 /* Drive not ready */
147 #define ERRbadcmd 22 /* Unknown command */
148 #define ERRdata 23 /* Data (CRC) error */
149 #define ERRbadreq 24 /* Bad request structure length */
150 #define ERRseek 25
151 #define ERRbadmedia 26
152 #define ERRbadsector 27
153 #define ERRnopaper 28
154 #define ERRwrite 29 /* write fault */
155 #define ERRread 30 /* read fault */
156 #define ERRgeneral 31 /* General hardware failure */
157 #define ERRwrongdisk 34
158 #define ERRFCBunavail 35
159 #define ERRsharebufexc 36 /* share buffer exceeded */
160 #define ERRdiskfull 39
161
162
163 /* these are win32 error codes. There are only a few places where
164    these matter for Samba, primarily in the NT printing code */
165 #define WERR_OK W_ERROR(0)
166 #define WERR_BADFUNC W_ERROR(1)
167 #define WERR_BADFILE W_ERROR(2)
168 #define WERR_ACCESS_DENIED W_ERROR(5)
169 #define WERR_BADFID W_ERROR(6)
170 #define WERR_NOMEM W_ERROR(8)
171 #define WERR_GENERAL_FAILURE W_ERROR(31)
172 #define WERR_NOT_SUPPORTED W_ERROR(50)
173 #define WERR_BAD_NETPATH W_ERROR(53)
174 #define WERR_PRINTQ_FULL W_ERROR(61)
175 #define WERR_NO_SPOOL_SPACE W_ERROR(62)
176 #define WERR_NO_SUCH_SHARE W_ERROR(67)
177 #define WERR_ALREADY_EXISTS W_ERROR(80)
178 #define WERR_BAD_PASSWORD W_ERROR(86)
179 #define WERR_INVALID_PARAM W_ERROR(87)
180 #define WERR_INSUFFICIENT_BUFFER W_ERROR(122)
181 #define WERR_INVALID_NAME W_ERROR(123)
182 #define WERR_UNKNOWN_LEVEL W_ERROR(124)
183 #define WERR_OBJECT_PATH_INVALID W_ERROR(161)
184 #define WERR_NO_MORE_ITEMS W_ERROR(259)
185 #define WERR_MORE_DATA W_ERROR(234)
186 #define WERR_INVALID_OWNER W_ERROR(1307)
187 #define WERR_CAN_NOT_COMPLETE W_ERROR(1003)
188 #define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)
189 #define WERR_SERVER_UNAVAILABLE W_ERROR(1722)
190 #define WERR_INVALID_FORM_NAME W_ERROR(1902)
191 #define WERR_INVALID_FORM_SIZE W_ERROR(1903)
192 #define WERR_BUF_TOO_SMALL W_ERROR(2123)
193 #define WERR_JOB_NOT_FOUND W_ERROR(2151)
194 #define WERR_DEST_NOT_FOUND W_ERROR(2152)
195 #define WERR_NOT_LOCAL_DOMAIN W_ERROR(2320)
196 #define WERR_STATUS_MORE_ENTRIES   W_ERROR(0x0105)
197
198 #define WERR_PRINTER_DRIVER_ALREADY_INSTALLED W_ERROR(ERRdriveralreadyinstalled)
199 #define WERR_UNKNOWN_PORT W_ERROR(ERRunknownprinterport)
200 #define WERR_UNKNOWN_PRINTER_DRIVER W_ERROR(ERRunknownprinterdriver)
201 #define WERR_UNKNOWN_PRINTPROCESSOR W_ERROR(ERRunknownprintprocessor)
202 #define WERR_INVALID_SEPARATOR_FILE W_ERROR(ERRinvalidseparatorfile)
203 #define WERR_INVALID_PRIORITY W_ERROR(ERRinvalidjobpriority)
204 #define WERR_INVALID_PRINTER_NAME W_ERROR(ERRinvalidprintername)
205 #define WERR_PRINTER_ALREADY_EXISTS W_ERROR(ERRprinteralreadyexists)
206 #define WERR_INVALID_PRINTER_COMMAND W_ERROR(ERRinvalidprintercommand)
207 #define WERR_INVALID_DATATYPE W_ERROR(ERRinvaliddatatype)
208 #define WERR_INVALID_ENVIRONMENT W_ERROR(ERRinvalidenvironment)
209
210 #define WERR_UNKNOWN_PRINT_MONITOR W_ERROR(ERRunknownprintmonitor)
211 #define WERR_PRINTER_DRIVER_IN_USE W_ERROR(ERRprinterdriverinuse)
212 #define WERR_SPOOL_FILE_NOT_FOUND W_ERROR(ERRspoolfilenotfound)
213 #define WERR_SPL_NO_STARTDOC W_ERROR(ERRnostartdoc)
214 #define WERR_SPL_NO_ADDJOB W_ERROR(ERRnoaddjob)
215 #define WERR_PRINT_PROCESSOR_ALREADY_INSTALLED W_ERROR(ERRprintprocessoralreadyinstalled)
216 #define WERR_PRINT_MONITOR_ALREADY_INSTALLED W_ERROR(ERRprintmonitoralreadyinstalled)
217 #define WERR_INVALID_PRINT_MONITOR W_ERROR(ERRinvalidprintmonitor)
218 #define WERR_PRINT_MONITOR_IN_USE W_ERROR(ERRprintmonitorinuse)
219 #define WERR_PRINTER_HAS_JOBS_QUEUED W_ERROR(ERRprinterhasjobsqueued)
220
221
222 /* DFS errors */
223
224 #ifndef NERR_BASE
225 #define NERR_BASE (2100)
226 #endif
227
228 #define WERR_DFS_NO_SUCH_VOL            W_ERROR(NERR_BASE+562)
229 #define WERR_DFS_NO_SUCH_SHARE          W_ERROR(NERR_BASE+565)
230 #define WERR_DFS_NO_SUCH_SERVER         W_ERROR(NERR_BASE+573)
231 #define WERR_DFS_INTERNAL_ERROR         W_ERROR(NERR_BASE+590)
232 #define WERR_DFS_CANT_CREATE_JUNCT      W_ERROR(NERR_BASE+569)
233
234 /* DS errors */
235 #define WERR_DS_OBJ_NOT_FOUND W_ERROR(0x0000208d)
236
237
238 #define WERR_FOOBAR WERR_GENERAL_FAILURE
239
240 #endif /* _DOSERR_H */