smberr.h 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /*
  2. * fs/cifs/smberr.h
  3. *
  4. * Copyright (c) International Business Machines Corp., 2002,2004
  5. * Author(s): Steve French (sfrench@us.ibm.com)
  6. *
  7. * See Error Codes section of the SNIA CIFS Specification
  8. * for more information
  9. *
  10. * This library is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU Lesser General Public License as published
  12. * by the Free Software Foundation; either version 2.1 of the License, or
  13. * (at your option) any later version.
  14. *
  15. * This library is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
  18. * the GNU Lesser General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Lesser General Public License
  21. * along with this library; if not, write to the Free Software
  22. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  23. */
  24. #define SUCCESS 0 /* The request was successful. */
  25. #define ERRDOS 0x01 /* Error is from the core DOS operating system set */
  26. #define ERRSRV 0x02 /* Error is generated by the file server daemon */
  27. #define ERRHRD 0x03 /* Error is a hardware error. */
  28. #define ERRCMD 0xFF /* Command was not in the "SMB" format. */
  29. /* The following error codes may be generated with the SUCCESS error class.*/
  30. #define SUCCESS 0 /* The request was successful. */
  31. /* The following error codes may be generated with the ERRDOS error class.*/
  32. #define ERRbadfunc 1 /* Invalid function. The server did not recognize or could not perform a system call generated by the server, e.g., set the DIRECTORY attribute on a data file, invalid seek mode. */
  33. #define ERRbadfile 2 /*File not found. The last component of a file's pathname could not be found. */
  34. #define ERRbadpath 3 /* Directory invalid. A directory component in a pathname could not be found. */
  35. #define ERRnofids 4 /* Too many open files. The server has no file handles available. */
  36. #define ERRnoaccess 5 /* Access denied, the client's context does not permit the requested function. This includes the following conditions: invalid rename command, write to Fid open for read only, read on Fid open for write only, attempt to delete a non-empty directory */
  37. #define ERRbadfid 6 /* Invalid file handle. The file handle specified was not recognized by the server. */
  38. #define ERRbadmcb 7 /* Memory control blocks destroyed. */
  39. #define ERRnomem 8 /* Insufficient server memory to perform the requested function. */
  40. #define ERRbadmem 9 /* Invalid memory block address. */
  41. #define ERRbadenv 10 /* Invalid environment. */
  42. #define ERRbadformat 11 /* Invalid format. */
  43. #define ERRbadaccess 12 /* Invalid open mode. */
  44. #define ERRbaddata 13 /* Invalid data (generated only by IOCTL calls within the server). */
  45. #define ERRbaddrive 15 /* Invalid drive specified. */
  46. #define ERRremcd 16 /* A Delete Directory request attempted to remove the server's current directory. */
  47. #define ERRdiffdevice 17 /* Not same device (e.g., a cross volume rename was attempted */
  48. #define ERRnofiles 18 /* A File Search command can find no more files matching the specified criteria. */
  49. #define ERRgeneral 31
  50. #define ERRbadshare 32 /* The sharing mode specified for an Open conflicts with existing FIDs on the file. */
  51. #define ERRlock 33 /* A Lock request conflicted with an existing lock or specified an invalid mode, or an Unlock requested attempted to remove a lock held by another process. */
  52. #define ERRunsup 50
  53. #define ERRnosuchshare 67
  54. #define ERRfilexists 80 /* The file named in the request already exists. */
  55. #define ERRinvparm 87
  56. #define ERRdiskfull 112
  57. #define ERRinvname 123
  58. #define ERRinvlevel 124
  59. #define ERRdirnotempty 145
  60. #define ERRnotlocked 158
  61. #define ERRalreadyexists 183
  62. #define ERRbadpipe 230
  63. #define ERRpipebusy 231
  64. #define ERRpipeclosing 232
  65. #define ERRnotconnected 233
  66. #define ERRmoredata 234
  67. #define ERReasnotsupported 282
  68. #define ErrQuota 0x200 /* The operation would cause a quota limit to be exceeded. */
  69. #define ErrNotALink 0x201 /* A link operation was performed on a pathname that
  70. was not a link. */
  71. /* Following error codes may be generated with the ERRSRV error
  72. class.*/
  73. #define ERRerror 1 /* Non-specific error code. It is returned under the following conditions: resource other than disk space exhausted (e.g. TIDs), first SMB command was not negotiate, multiple negotiates attempted, and internal server error. */
  74. #define ERRbadpw 2 /* Bad password - name/password pair in a TreeConnect or Session Setup are invalid. */
  75. #define ERRbadtype 3 /* used for indicating DFS referral needed */
  76. #define ERRaccess 4 /* The client does not have the necessary access rights within the specified context for requested function. */
  77. #define ERRinvtid 5 /* The Tid specified in a command was invalid. */
  78. #define ERRinvnetname 6 /* Invalid network name in tree connect. */
  79. #define ERRinvdevice 7 /* Invalid device - printer request made to non-printer connection or non-printer request made to printer connection. */
  80. #define ERRqfull 49 /* Print queue full (files) -- returned by open print file. */
  81. #define ERRqtoobig 50 /* Print queue full -- no space. */
  82. #define ERRqeof 51 /* EOF on print queue dump */
  83. #define ERRinvpfid 52 /* Invalid print file FID. */
  84. #define ERRsmbcmd 64 /* The server did not recognize the command received. */
  85. #define ERRsrverror 65 /* The server encountered an internal error, e.g., system file unavailable. */
  86. #define ERRbadBID 66 /* (obsolete) */
  87. #define ERRfilespecs 67 /* The Fid and pathname parameters contained an invalid combination of values. */
  88. #define ERRbadLink 68 /* (obsolete) */
  89. #define ERRbadpermits 69 /* The access permissions specified for a file or directory are not a valid combination. */
  90. #define ERRbadPID 70
  91. #define ERRsetattrmode 71 /* attribute (mode) is invalid */
  92. #define ERRpaused 81 /* Server is paused */
  93. #define ERRmsgoff 82 /* reserved - messaging off */
  94. #define ERRnoroom 83 /* reserved - no room for message */
  95. #define ERRrmuns 87 /* reserved - too many remote names */
  96. #define ERRtimeout 88 /* operation timed out */
  97. #define ERRnoresource 89 /* No resources available for request */
  98. #define ERRtoomanyuids 90 /* Too many UIDs active on this session */
  99. #define ERRbaduid 91 /* The UID is not known as a valid user */
  100. #define ERRusempx 250 /* temporarily unable to use raw */
  101. #define ERRusestd 251 /* temporarily unable to use either raw or mpx */
  102. #define ERR_NOTIFY_ENUM_DIR 1024
  103. #define ERRaccountexpired 2239
  104. #define ERRbadclient 2240
  105. #define ERRbadLogonTime 2241
  106. #define ERRpasswordExpired 2242
  107. #define ERRnetlogonNotStarted 2455
  108. #define ERRnosupport 0xFFFF