The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/netncp/nwerror.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: a9aebb0a9f5575f8f6381517a140c527


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.