`

[Windows] System Error Codes(GetLastError )0-----5999

    博客分类:
  • C++
 
阅读更多
ERROR_SUCCESS  
0 (0x0)  
The operation completed successfully.  
ERROR_INVALID_FUNCTION  
1 (0x1)  
Incorrect function.  
ERROR_FILE_NOT_FOUND  
2 (0x2)  
The system cannot find the file specified.  
ERROR_PATH_NOT_FOUND  
3 (0x3)  
The system cannot find the path specified.  
ERROR_TOO_MANY_OPEN_FILES  
4 (0x4)  
The system cannot open the file.  
ERROR_ACCESS_DENIED  
5 (0x5)  
Access is denied.  
ERROR_INVALID_HANDLE  
6 (0x6)  
The handle is invalid.  
ERROR_ARENA_TRASHED  
7 (0x7)  
The storage control blocks were destroyed.  
ERROR_NOT_ENOUGH_MEMORY  
8 (0x8)  
Not enough storage is available to process this command.  
ERROR_INVALID_BLOCK  
9 (0x9)  
The storage control block address is invalid.  
ERROR_BAD_ENVIRONMENT  
10 (0xA)  
The environment is incorrect.  
ERROR_BAD_FORMAT  
11 (0xB)  
An attempt was made to load a program with an incorrect format.  
ERROR_INVALID_ACCESS  
12 (0xC)  
The access code is invalid.  
ERROR_INVALID_DATA  
13 (0xD)  
The data is invalid.  
ERROR_OUTOFMEMORY  
14 (0xE)  
Not enough storage is available to complete this operation.  
ERROR_INVALID_DRIVE  
15 (0xF)  
The system cannot find the drive specified.  
ERROR_CURRENT_DIRECTORY  
16 (0x10)  
The directory cannot be removed.  
ERROR_NOT_SAME_DEVICE  
17 (0x11)  
The system cannot move the file to a different disk drive.  
ERROR_NO_MORE_FILES  
18 (0x12)  
There are no more files.  
ERROR_WRITE_PROTECT  
19 (0x13)  
The media is write protected.  
ERROR_BAD_UNIT  
20 (0x14)  
The system cannot find the device specified.  
ERROR_NOT_READY  
21 (0x15)  
The device is not ready.  
ERROR_BAD_COMMAND  
22 (0x16)  
The device does not recognize the command.  
ERROR_CRC  
23 (0x17)  
Data error (cyclic redundancy check).  
ERROR_BAD_LENGTH  
24 (0x18)  
The program issued a command but the command length is incorrect.  
ERROR_SEEK  
25 (0x19)  
The drive cannot locate a specific area or track on the disk.  
ERROR_NOT_DOS_DISK  
26 (0x1A)  
The specified disk or diskette cannot be accessed.  
ERROR_SECTOR_NOT_FOUND  
27 (0x1B)  
The drive cannot find the sector requested.  
ERROR_OUT_OF_PAPER  
28 (0x1C)  
The printer is out of paper.  
ERROR_WRITE_FAULT  
29 (0x1D)  
The system cannot write to the specified device.  
ERROR_READ_FAULT  
30 (0x1E)  
The system cannot read from the specified device.  
ERROR_GEN_FAILURE  
31 (0x1F)  
A device attached to the system is not functioning.  
ERROR_SHARING_VIOLATION  
32 (0x20)  
The process cannot access the file because it is being used by another process.  
ERROR_LOCK_VIOLATION  
33 (0x21)  
The process cannot access the file because another process has locked a portion of the file.  
ERROR_WRONG_DISK  
34 (0x22)  
The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.  
ERROR_SHARING_BUFFER_EXCEEDED  
36 (0x24)  
Too many files opened for sharing.  
ERROR_HANDLE_EOF  
38 (0x26)  
Reached the end of the file.  
ERROR_HANDLE_DISK_FULL  
39 (0x27)  
The disk is full.  
ERROR_NOT_SUPPORTED  
50 (0x32)  
The request is not supported.  
ERROR_REM_NOT_LIST  
51 (0x33)  
Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.  
ERROR_DUP_NAME  
52 (0x34)  
You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name.  
ERROR_BAD_NETPATH  
53 (0x35)  
The network path was not found.  
ERROR_NETWORK_BUSY  
54 (0x36)  
The network is busy.  
ERROR_DEV_NOT_EXIST  
55 (0x37)  
The specified network resource or device is no longer available.  
ERROR_TOO_MANY_CMDS  
56 (0x38)  
The network BIOS command limit has been reached.  
ERROR_ADAP_HDW_ERR  
57 (0x39)  
A network adapter hardware error occurred.  
ERROR_BAD_NET_RESP  
58 (0x3A)  
The specified server cannot perform the requested operation.  
ERROR_UNEXP_NET_ERR  
59 (0x3B)  
An unexpected network error occurred.  
ERROR_BAD_REM_ADAP  
60 (0x3C)  
The remote adapter is not compatible.  
ERROR_PRINTQ_FULL  
61 (0x3D)  
The printer queue is full.  
ERROR_NO_SPOOL_SPACE  
62 (0x3E)  
Space to store the file waiting to be printed is not available on the server.  
ERROR_PRINT_CANCELLED  
63 (0x3F)  
Your file waiting to be printed was deleted.  
ERROR_NETNAME_DELETED  
64 (0x40)  
The specified network name is no longer available.  
ERROR_NETWORK_ACCESS_DENIED  
65 (0x41)  
Network access is denied.  
ERROR_BAD_DEV_TYPE  
66 (0x42)  
The network resource type is not correct.  
ERROR_BAD_NET_NAME  
67 (0x43)  
The network name cannot be found.  
ERROR_TOO_MANY_NAMES  
68 (0x44)  
The name limit for the local computer network adapter card was exceeded.  
ERROR_TOO_MANY_SESS  
69 (0x45)  
The network BIOS session limit was exceeded.  
ERROR_SHARING_PAUSED  
70 (0x46)  
The remote server has been paused or is in the process of being started.  
ERROR_REQ_NOT_ACCEP  
71 (0x47)  
No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.  
ERROR_REDIR_PAUSED  
72 (0x48)  
The specified printer or disk device has been paused.  
ERROR_FILE_EXISTS  
80 (0x50)  
The file exists.  
ERROR_CANNOT_MAKE  
82 (0x52)  
The directory or file cannot be created.  
ERROR_FAIL_I24  
83 (0x53)  
Fail on INT 24.  
ERROR_OUT_OF_STRUCTURES  
84 (0x54)  
Storage to process this request is not available.  
ERROR_ALREADY_ASSIGNED  
85 (0x55)  
The local device name is already in use.  
ERROR_INVALID_PASSWORD  
86 (0x56)  
The specified network password is not correct.  
ERROR_INVALID_PARAMETER  
87 (0x57)  
The parameter is incorrect.  
ERROR_NET_WRITE_FAULT  
88 (0x58)  
A write fault occurred on the network.  
ERROR_NO_PROC_SLOTS  
89 (0x59)  
The system cannot start another process at this time.  
ERROR_TOO_MANY_SEMAPHORES  
100 (0x64)  
Cannot create another system semaphore.  
ERROR_EXCL_SEM_ALREADY_OWNED  
101 (0x65)  
The exclusive semaphore is owned by another process.  
ERROR_SEM_IS_SET  
102 (0x66)  
The semaphore is set and cannot be closed.  
ERROR_TOO_MANY_SEM_REQUESTS  
103 (0x67)  
The semaphore cannot be set again.  
ERROR_INVALID_AT_INTERRUPT_TIME  
104 (0x68)  
Cannot request exclusive semaphores at interrupt time.  
ERROR_SEM_OWNER_DIED  
105 (0x69)  
The previous ownership of this semaphore has ended.  
ERROR_SEM_USER_LIMIT  
106 (0x6A)  
Insert the diskette for drive %1.  
ERROR_DISK_CHANGE  
107 (0x6B)  
The program stopped because an alternate diskette was not inserted.  
ERROR_DRIVE_LOCKED  
108 (0x6C)  
The disk is in use or locked by another process.  
ERROR_BROKEN_PIPE  
109 (0x6D)  
The pipe has been ended.  
ERROR_OPEN_FAILED  
110 (0x6E)  
The system cannot open the device or file specified.  
ERROR_BUFFER_OVERFLOW  
111 (0x6F)  
The file name is too long.  
ERROR_DISK_FULL  
112 (0x70)  
There is not enough space on the disk.  
ERROR_NO_MORE_SEARCH_HANDLES  
113 (0x71)  
No more internal file identifiers available.  
ERROR_INVALID_TARGET_HANDLE  
114 (0x72)  
The target internal file identifier is incorrect.  
ERROR_INVALID_CATEGORY  
117 (0x75)  
The IOCTL call made by the application program is not correct.  
ERROR_INVALID_VERIFY_SWITCH  
118 (0x76)  
The verify-on-write switch parameter value is not correct.  
ERROR_BAD_DRIVER_LEVEL  
119 (0x77)  
The system does not support the command requested.  
ERROR_CALL_NOT_IMPLEMENTED  
120 (0x78)  
This function is not supported on this system.  
ERROR_SEM_TIMEOUT  
121 (0x79)  
The semaphore timeout period has expired.  
ERROR_INSUFFICIENT_BUFFER  
122 (0x7A)  
The data area passed to a system call is too small.  
ERROR_INVALID_NAME  
123 (0x7B)  
The filename, directory name, or volume label syntax is incorrect.  
ERROR_INVALID_LEVEL  
124 (0x7C)  
The system call level is not correct.  
ERROR_NO_VOLUME_LABEL  
125 (0x7D)  
The disk has no volume label.  
ERROR_MOD_NOT_FOUND  
126 (0x7E)  
The specified module could not be found.  
ERROR_PROC_NOT_FOUND  
127 (0x7F)  
The specified procedure could not be found.  
ERROR_WAIT_NO_CHILDREN  
128 (0x80)  
There are no child processes to wait for.  
ERROR_CHILD_NOT_COMPLETE  
129 (0x81)  
The %1 application cannot be run in Win32 mode.  
ERROR_DIRECT_ACCESS_HANDLE  
130 (0x82)  
Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.  
ERROR_NEGATIVE_SEEK  
131 (0x83)  
An attempt was made to move the file pointer before the beginning of the file.  
ERROR_SEEK_ON_DEVICE  
132 (0x84)  
The file pointer cannot be set on the specified device or file.  
ERROR_IS_JOIN_TARGET  
133 (0x85)  
A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.  
ERROR_IS_JOINED  
134 (0x86)  
An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.  
ERROR_IS_SUBSTED  
135 (0x87)  
An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.  
ERROR_NOT_JOINED  
136 (0x88)  
The system tried to delete the JOIN of a drive that is not joined.  
ERROR_NOT_SUBSTED  
137 (0x89)  
The system tried to delete the substitution of a drive that is not substituted.  
ERROR_JOIN_TO_JOIN  
138 (0x8A)  
The system tried to join a drive to a directory on a joined drive.  
ERROR_SUBST_TO_SUBST  
139 (0x8B)  
The system tried to substitute a drive to a directory on a substituted drive.  
ERROR_JOIN_TO_SUBST  
140 (0x8C)  
The system tried to join a drive to a directory on a substituted drive.  
ERROR_SUBST_TO_JOIN  
141 (0x8D)  
The system tried to SUBST a drive to a directory on a joined drive.  
ERROR_BUSY_DRIVE  
142 (0x8E)  
The system cannot perform a JOIN or SUBST at this time.  
ERROR_SAME_DRIVE  
143 (0x8F)  
The system cannot join or substitute a drive to or for a directory on the same drive.  
ERROR_DIR_NOT_ROOT  
144 (0x90)  
The directory is not a subdirectory of the root directory.  
ERROR_DIR_NOT_EMPTY  
145 (0x91)  
The directory is not empty.  
ERROR_IS_SUBST_PATH  
146 (0x92)  
The path specified is being used in a substitute.  
ERROR_IS_JOIN_PATH  
147 (0x93)  
Not enough resources are available to process this command.  
ERROR_PATH_BUSY  
148 (0x94)  
The path specified cannot be used at this time.  
ERROR_IS_SUBST_TARGET  
149 (0x95)  
An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.  
ERROR_SYSTEM_TRACE  
150 (0x96)  
System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.  
ERROR_INVALID_EVENT_COUNT  
151 (0x97)  
The number of specified semaphore events for DosMuxSemWait is not correct.  
ERROR_TOO_MANY_MUXWAITERS  
152 (0x98)  
DosMuxSemWait did not execute; too many semaphores are already set.  
ERROR_INVALID_LIST_FORMAT  
153 (0x99)  
The DosMuxSemWait list is not correct.  
ERROR_LABEL_TOO_LONG  
154 (0x9A)  
The volume label you entered exceeds the label character limit of the target file system.  
ERROR_TOO_MANY_TCBS  
155 (0x9B)  
Cannot create another thread.  
ERROR_SIGNAL_REFUSED  
156 (0x9C)  
The recipient process has refused the signal.  
ERROR_DISCARDED  
157 (0x9D)  
The segment is already discarded and cannot be locked.  
ERROR_NOT_LOCKED  
158 (0x9E)  
The segment is already unlocked.  
ERROR_BAD_THREADID_ADDR  
159 (0x9F)  
The address for the thread ID is not correct.  
ERROR_BAD_ARGUMENTS  
160 (0xA0)  
One or more arguments are not correct.  
ERROR_BAD_PATHNAME  
161 (0xA1)  
The specified path is invalid.  
ERROR_SIGNAL_PENDING  
162 (0xA2)  
A signal is already pending.  
ERROR_MAX_THRDS_REACHED  
164 (0xA4)  
No more threads can be created in the system.  
ERROR_LOCK_FAILED  
167 (0xA7)  
Unable to lock a region of a file.  
ERROR_BUSY  
170 (0xAA)  
The requested resource is in use.  
ERROR_DEVICE_SUPPORT_IN_PROGRESS  
171 (0xAB)  
Device's command support detection is in progress.  
ERROR_CANCEL_VIOLATION  
173 (0xAD)  
A lock request was not outstanding for the supplied cancel region.  
ERROR_ATOMIC_LOCKS_NOT_SUPPORTED  
174 (0xAE)  
The file system does not support atomic changes to the lock type.  
ERROR_INVALID_SEGMENT_NUMBER  
180 (0xB4)  
The system detected a segment number that was not correct.  
ERROR_INVALID_ORDINAL  
182 (0xB6)  
The operating system cannot run %1.  
ERROR_ALREADY_EXISTS  
183 (0xB7)  
Cannot create a file when that file already exists.  
ERROR_INVALID_FLAG_NUMBER  
186 (0xBA)  
The flag passed is not correct.  
ERROR_SEM_NOT_FOUND  
187 (0xBB)  
The specified system semaphore name was not found.  
ERROR_INVALID_STARTING_CODESEG  
188 (0xBC)  
The operating system cannot run %1.  
ERROR_INVALID_STACKSEG  
189 (0xBD)  
The operating system cannot run %1.  
ERROR_INVALID_MODULETYPE  
190 (0xBE)  
The operating system cannot run %1.  
ERROR_INVALID_EXE_SIGNATURE  
191 (0xBF)  
Cannot run %1 in Win32 mode.  
ERROR_EXE_MARKED_INVALID  
192 (0xC0)  
The operating system cannot run %1.  
ERROR_BAD_EXE_FORMAT  
193 (0xC1)  
%1 is not a valid Win32 application.  
ERROR_ITERATED_DATA_EXCEEDS_64k  
194 (0xC2)  
The operating system cannot run %1.  
ERROR_INVALID_MINALLOCSIZE  
195 (0xC3)  
The operating system cannot run %1.  
ERROR_DYNLINK_FROM_INVALID_RING  
196 (0xC4)  
The operating system cannot run this application program.  
ERROR_IOPL_NOT_ENABLED  
197 (0xC5)  
The operating system is not presently configured to run this application.  
ERROR_INVALID_SEGDPL  
198 (0xC6)  
The operating system cannot run %1.  
ERROR_AUTODATASEG_EXCEEDS_64k  
199 (0xC7)  
The operating system cannot run this application program.  
ERROR_RING2SEG_MUST_BE_MOVABLE  
200 (0xC8)  
The code segment cannot be greater than or equal to 64K.  
ERROR_RELOC_CHAIN_XEEDS_SEGLIM  
201 (0xC9)  
The operating system cannot run %1.  
ERROR_INFLOOP_IN_RELOC_CHAIN  
202 (0xCA)  
The operating system cannot run %1.  
ERROR_ENVVAR_NOT_FOUND  
203 (0xCB)  
The system could not find the environment option that was entered.  
ERROR_NO_SIGNAL_SENT  
205 (0xCD)  
No process in the command subtree has a signal handler.  
ERROR_FILENAME_EXCED_RANGE  
206 (0xCE)  
The filename or extension is too long.  
ERROR_RING2_STACK_IN_USE  
207 (0xCF)  
The ring 2 stack is in use.  
ERROR_META_EXPANSION_TOO_LONG  
208 (0xD0)  
The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.  
ERROR_INVALID_SIGNAL_NUMBER  
209 (0xD1)  
The signal being posted is not correct.  
ERROR_THREAD_1_INACTIVE  
210 (0xD2)  
The signal handler cannot be set.  
ERROR_LOCKED  
212 (0xD4)  
The segment is locked and cannot be reallocated.  
ERROR_TOO_MANY_MODULES  
214 (0xD6)  
Too many dynamic-link modules are attached to this program or dynamic-link module.  
ERROR_NESTING_NOT_ALLOWED  
215 (0xD7)  
Cannot nest calls to LoadModule.  
ERROR_EXE_MACHINE_TYPE_MISMATCH  
216 (0xD8)  
This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.  
ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY  
217 (0xD9)  
The image file %1 is signed, unable to modify.  
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY  
218 (0xDA)  
The image file %1 is strong signed, unable to modify.  
ERROR_FILE_CHECKED_OUT  
220 (0xDC)  
This file is checked out or locked for editing by another user.  
ERROR_CHECKOUT_REQUIRED  
221 (0xDD)  
The file must be checked out before saving changes.  
ERROR_BAD_FILE_TYPE  
222 (0xDE)  
The file type being saved or retrieved has been blocked.  
ERROR_FILE_TOO_LARGE  
223 (0xDF)  
The file size exceeds the limit allowed and cannot be saved.  
ERROR_FORMS_AUTH_REQUIRED  
224 (0xE0)  
Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site, and select the option to login automatically.  
ERROR_VIRUS_INFECTED  
225 (0xE1)  
Operation did not complete successfully because the file contains a virus or potentially unwanted software.  
ERROR_VIRUS_DELETED  
226 (0xE2)  
This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software, the file has been removed from this location.  
ERROR_PIPE_LOCAL  
229 (0xE5)  
The pipe is local.  
ERROR_BAD_PIPE  
230 (0xE6)  
The pipe state is invalid.  
ERROR_PIPE_BUSY  
231 (0xE7)  
All pipe instances are busy.  
ERROR_NO_DATA  
232 (0xE8)  
The pipe is being closed.  
ERROR_PIPE_NOT_CONNECTED  
233 (0xE9)  
No process is on the other end of the pipe.  
ERROR_MORE_DATA  
234 (0xEA)  
More data is available.  
ERROR_VC_DISCONNECTED  
240 (0xF0)  
The session was canceled.  
ERROR_INVALID_EA_NAME  
254 (0xFE)  
The specified extended attribute name was invalid.  
ERROR_EA_LIST_INCONSISTENT  
255 (0xFF)  
The extended attributes are inconsistent.  
WAIT_TIMEOUT  
258 (0x102)  
The wait operation timed out.  
ERROR_NO_MORE_ITEMS  
259 (0x103)  
No more data is available.  
ERROR_CANNOT_COPY  
266 (0x10A)  
The copy functions cannot be used.  
ERROR_DIRECTORY  
267 (0x10B)  
The directory name is invalid.  
ERROR_EAS_DIDNT_FIT  
275 (0x113)  
The extended attributes did not fit in the buffer.  
ERROR_EA_FILE_CORRUPT  
276 (0x114)  
The extended attribute file on the mounted file system is corrupt.  
ERROR_EA_TABLE_FULL  
277 (0x115)  
The extended attribute table file is full.  
ERROR_INVALID_EA_HANDLE  
278 (0x116)  
The specified extended attribute handle is invalid.  
ERROR_EAS_NOT_SUPPORTED  
282 (0x11A)  
The mounted file system does not support extended attributes.  
ERROR_NOT_OWNER  
288 (0x120)  
Attempt to release mutex not owned by caller.  
ERROR_TOO_MANY_POSTS  
298 (0x12A)  
Too many posts were made to a semaphore.  
ERROR_PARTIAL_COPY  
299 (0x12B)  
Only part of a ReadProcessMemory or WriteProcessMemory request was completed.  
ERROR_OPLOCK_NOT_GRANTED  
300 (0x12C)  
The oplock request is denied.  
ERROR_INVALID_OPLOCK_PROTOCOL  
301 (0x12D)  
An invalid oplock acknowledgment was received by the system.  
ERROR_DISK_TOO_FRAGMENTED  
302 (0x12E)  
The volume is too fragmented to complete this operation.  
ERROR_DELETE_PENDING  
303 (0x12F)  
The file cannot be opened because it is in the process of being deleted.  
ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING  
304 (0x130)  
Short name settings may not be changed on this volume due to the global registry setting.  
ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME  
305 (0x131)  
Short names are not enabled on this volume.  
ERROR_SECURITY_STREAM_IS_INCONSISTENT  
306 (0x132)  
The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume.  
ERROR_INVALID_LOCK_RANGE  
307 (0x133)  
A requested file lock operation cannot be processed due to an invalid byte range.  
ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT  
308 (0x134)  
The subsystem needed to support the image type is not present.  
ERROR_NOTIFICATION_GUID_ALREADY_DEFINED  
309 (0x135)  
The specified file already has a notification GUID associated with it.  
ERROR_INVALID_EXCEPTION_HANDLER  
310 (0x136)  
An invalid exception handler routine has been detected.  
ERROR_DUPLICATE_PRIVILEGES  
311 (0x137)  
Duplicate privileges were specified for the token.  
ERROR_NO_RANGES_PROCESSED  
312 (0x138)  
No ranges for the specified operation were able to be processed.  
ERROR_NOT_ALLOWED_ON_SYSTEM_FILE  
313 (0x139)  
Operation is not allowed on a file system internal file.  
ERROR_DISK_RESOURCES_EXHAUSTED  
314 (0x13A)  
The physical resources of this disk have been exhausted.  
ERROR_INVALID_TOKEN  
315 (0x13B)  
The token representing the data is invalid.  
ERROR_DEVICE_FEATURE_NOT_SUPPORTED  
316 (0x13C)  
The device does not support the command feature.  
ERROR_MR_MID_NOT_FOUND  
317 (0x13D)  
The system cannot find message text for message number 0x%1 in the message file for %2.  
ERROR_SCOPE_NOT_FOUND  
318 (0x13E)  
The scope specified was not found.  
ERROR_UNDEFINED_SCOPE  
319 (0x13F)  
The Central Access Policy specified is not defined on the target machine.  
ERROR_INVALID_CAP  
320 (0x140)  
The Central Access Policy obtained from Active Directory is invalid.  
ERROR_DEVICE_UNREACHABLE  
321 (0x141)  
The device is unreachable.  
ERROR_DEVICE_NO_RESOURCES  
322 (0x142)  
The target device has insufficient resources to complete the operation.  
ERROR_DATA_CHECKSUM_ERROR  
323 (0x143)  
A data integrity checksum error occurred. Data in the file stream is corrupt.  
ERROR_INTERMIXED_KERNEL_EA_OPERATION  
324 (0x144)  
An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation.  
ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED  
326 (0x146)  
Device does not support file-level TRIM.  
ERROR_OFFSET_ALIGNMENT_VIOLATION  
327 (0x147)  
The command specified a data offset that does not align to the device's granularity/alignment.  
ERROR_INVALID_FIELD_IN_PARAMETER_LIST  
328 (0x148)  
The command specified an invalid field in its parameter list.  
ERROR_OPERATION_IN_PROGRESS  
329 (0x149)  
An operation is currently in progress with the device.  
ERROR_BAD_DEVICE_PATH  
330 (0x14A)  
An attempt was made to send down the command via an invalid path to the target device.  
ERROR_TOO_MANY_DESCRIPTORS  
331 (0x14B)  
The command specified a number of descriptors that exceeded the maximum supported by the device.  
ERROR_SCRUB_DATA_DISABLED  
332 (0x14C)  
Scrub is disabled on the specified file.  
ERROR_NOT_REDUNDANT_STORAGE  
333 (0x14D)  
The storage device does not provide redundancy.  
ERROR_RESIDENT_FILE_NOT_SUPPORTED  
334 (0x14E)  
An operation is not supported on a resident file.  
ERROR_COMPRESSED_FILE_NOT_SUPPORTED  
335 (0x14F)  
An operation is not supported on a compressed file.  
ERROR_DIRECTORY_NOT_SUPPORTED  
336 (0x150)  
An operation is not supported on a directory.  
ERROR_NOT_READ_FROM_COPY  
337 (0x151)  
The specified copy of the requested data could not be read.  
ERROR_FAIL_NOACTION_REBOOT  
350 (0x15E)  
No action was taken as a system reboot is required.  
ERROR_FAIL_SHUTDOWN  
351 (0x15F)  
The shutdown operation failed.  
ERROR_FAIL_RESTART  
352 (0x160)  
The restart operation failed.  
ERROR_MAX_SESSIONS_REACHED  
353 (0x161)  
The maximum number of sessions has been reached.  
ERROR_THREAD_MODE_ALREADY_BACKGROUND  
400 (0x190)  
The thread is already in background processing mode.  
ERROR_THREAD_MODE_NOT_BACKGROUND  
401 (0x191)  
The thread is not in background processing mode.  
ERROR_PROCESS_MODE_ALREADY_BACKGROUND  
402 (0x192)  
The process is already in background processing mode.  
ERROR_PROCESS_MODE_NOT_BACKGROUND  
403 (0x193)  
The process is not in background processing mode.  
ERROR_INVALID_ADDRESS  
487 (0x1E7)  
Attempt to access invalid address.  
ERROR_USER_PROFILE_LOAD  
500 (0x1F4)  
User profile cannot be loaded.  
ERROR_ARITHMETIC_OVERFLOW  
534 (0x216)  
Arithmetic result exceeded 32 bits.  
ERROR_PIPE_CONNECTED  
535 (0x217)  
There is a process on other end of the pipe.  
ERROR_PIPE_LISTENING  
536 (0x218)  
Waiting for a process to open the other end of the pipe.  
ERROR_VERIFIER_STOP  
537 (0x219)  
Application verifier has found an error in the current process.  
ERROR_ABIOS_ERROR  
538 (0x21A)  
An error occurred in the ABIOS subsystem.  
ERROR_WX86_WARNING  
539 (0x21B)  
A warning occurred in the WX86 subsystem.  
ERROR_WX86_ERROR  
540 (0x21C)  
An error occurred in the WX86 subsystem.  
ERROR_TIMER_NOT_CANCELED  
541 (0x21D)  
An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.  
ERROR_UNWIND  
542 (0x21E)  
Unwind exception code.  
ERROR_BAD_STACK  
543 (0x21F)  
An invalid or unaligned stack was encountered during an unwind operation.  
ERROR_INVALID_UNWIND_TARGET  
544 (0x220)  
An invalid unwind target was encountered during an unwind operation.  
ERROR_INVALID_PORT_ATTRIBUTES  
545 (0x221)  
Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort  
ERROR_PORT_MESSAGE_TOO_LONG  
546 (0x222)  
Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.  
ERROR_INVALID_QUOTA_LOWER  
547 (0x223)  
An attempt was made to lower a quota limit below the current usage.  
ERROR_DEVICE_ALREADY_ATTACHED  
548 (0x224)  
An attempt was made to attach to a device that was already attached to another device.  
ERROR_INSTRUCTION_MISALIGNMENT  
549 (0x225)  
An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.  
ERROR_PROFILING_NOT_STARTED  
550 (0x226)  
Profiling not started.  
ERROR_PROFILING_NOT_STOPPED  
551 (0x227)  
Profiling not stopped.  
ERROR_COULD_NOT_INTERPRET  
552 (0x228)  
The passed ACL did not contain the minimum required information.  
ERROR_PROFILING_AT_LIMIT  
553 (0x229)  
The number of active profiling objects is at the maximum and no more may be started.  
ERROR_CANT_WAIT  
554 (0x22A)  
Used to indicate that an operation cannot continue without blocking for I/O.  
ERROR_CANT_TERMINATE_SELF  
555 (0x22B)  
Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.  
ERROR_UNEXPECTED_MM_CREATE_ERR  
556 (0x22C)  
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.  
ERROR_UNEXPECTED_MM_MAP_ERROR  
557 (0x22D)  
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.  
ERROR_UNEXPECTED_MM_EXTEND_ERR  
558 (0x22E)  
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.  
ERROR_BAD_FUNCTION_TABLE  
559 (0x22F)  
A malformed function table was encountered during an unwind operation.  
ERROR_NO_GUID_TRANSLATION  
560 (0x230)  
Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.  
ERROR_INVALID_LDT_SIZE  
561 (0x231)  
Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.  
ERROR_INVALID_LDT_OFFSET  
563 (0x233)  
Indicates that the starting value for the LDT information was not an integral multiple of the selector size.  
ERROR_INVALID_LDT_DESCRIPTOR  
564 (0x234)  
Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.  
ERROR_TOO_MANY_THREADS  
565 (0x235)  
Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.  
ERROR_THREAD_NOT_IN_PROCESS  
566 (0x236)  
An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.  
ERROR_PAGEFILE_QUOTA_EXCEEDED  
567 (0x237)  
Page file quota was exceeded.  
ERROR_LOGON_SERVER_CONFLICT  
568 (0x238)  
The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.  
ERROR_SYNCHRONIZATION_REQUIRED  
569 (0x239)  
The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.  
ERROR_NET_OPEN_FAILED  
570 (0x23A)  
The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.  
ERROR_IO_PRIVILEGE_FAILED  
571 (0x23B)  
{Privilege Failed} The I/O permissions for the process could not be changed.  
ERROR_CONTROL_C_EXIT  
572 (0x23C)  
{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.  
ERROR_MISSING_SYSTEMFILE  
573 (0x23D)  
{Missing System File} The required system file %hs is bad or missing.  
ERROR_UNHANDLED_EXCEPTION  
574 (0x23E)  
{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.  
ERROR_APP_INIT_FAILURE  
575 (0x23F)  
{Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application.  
ERROR_PAGEFILE_CREATE_FAILED  
576 (0x240)  
{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.  
ERROR_INVALID_IMAGE_HASH  
577 (0x241)  
Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.  
ERROR_NO_PAGEFILE  
578 (0x242)  
{No Paging File Specified} No paging file was specified in the system configuration.  
ERROR_ILLEGAL_FLOAT_CONTEXT  
579 (0x243)  
{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.  
ERROR_NO_EVENT_PAIR  
580 (0x244)  
An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.  
ERROR_DOMAIN_CTRLR_CONFIG_ERROR  
581 (0x245)  
A Windows Server has an incorrect configuration.  
ERROR_ILLEGAL_CHARACTER  
582 (0x246)  
An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.  
ERROR_UNDEFINED_CHARACTER  
583 (0x247)  
The Unicode character is not defined in the Unicode character set installed on the system.  
ERROR_FLOPPY_VOLUME  
584 (0x248)  
The paging file cannot be created on a floppy diskette.  
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT  
585 (0x249)  
The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.  
ERROR_BACKUP_CONTROLLER  
586 (0x24A)  
This operation is only allowed for the Primary Domain Controller of the domain.  
ERROR_MUTANT_LIMIT_EXCEEDED  
587 (0x24B)  
An attempt was made to acquire a mutant such that its maximum count would have been exceeded.  
ERROR_FS_DRIVER_REQUIRED  
588 (0x24C)  
A volume has been accessed for which a file system driver is required that has not yet been loaded.  
ERROR_CANNOT_LOAD_REGISTRY_FILE  
589 (0x24D)  
{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.  
ERROR_DEBUG_ATTACH_FAILED  
590 (0x24E)  
{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.  
ERROR_SYSTEM_PROCESS_TERMINATED  
591 (0x24F)  
{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.  
ERROR_DATA_NOT_ACCEPTED  
592 (0x250)  
{Data Not Accepted} The TDI client could not handle the data received during an indication.  
ERROR_VDM_HARD_ERROR  
593 (0x251)  
NTVDM encountered a hard error.  
ERROR_DRIVER_CANCEL_TIMEOUT  
594 (0x252)  
{Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time.  
ERROR_REPLY_MESSAGE_MISMATCH  
595 (0x253)  
{Reply Message Mismatch} An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.  
ERROR_LOST_WRITEBEHIND_DATA  
596 (0x254)  
{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.  
ERROR_CLIENT_SERVER_PARAMETERS_INVALID  
597 (0x255)  
The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.  
ERROR_NOT_TINY_STREAM  
598 (0x256)  
The stream is not a tiny stream.  
ERROR_STACK_OVERFLOW_READ  
599 (0x257)  
The request must be handled by the stack overflow code.  
ERROR_CONVERT_TO_LARGE  
600 (0x258)  
Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.  
ERROR_FOUND_OUT_OF_SCOPE  
601 (0x259)  
The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.  
ERROR_ALLOCATE_BUCKET  
602 (0x25A)  
The bucket array must be grown. Retry transaction after doing so.  
ERROR_MARSHALL_OVERFLOW  
603 (0x25B)  
The user/kernel marshalling buffer has overflowed.  
ERROR_INVALID_VARIANT  
604 (0x25C)  
The supplied variant structure contains invalid data.  
ERROR_BAD_COMPRESSION_BUFFER  
605 (0x25D)  
The specified buffer contains ill-formed data.  
ERROR_AUDIT_FAILED  
606 (0x25E)  
{Audit Failed} An attempt to generate a security audit failed.  
ERROR_TIMER_RESOLUTION_NOT_SET  
607 (0x25F)  
The timer resolution was not previously set by the current process.  
ERROR_INSUFFICIENT_LOGON_INFO  
608 (0x260)  
There is insufficient account information to log you on.  
ERROR_BAD_DLL_ENTRYPOINT  
609 (0x261)  
{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.  
ERROR_BAD_SERVICE_ENTRYPOINT  
610 (0x262)  
{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.  
ERROR_IP_ADDRESS_CONFLICT1  
611 (0x263)  
There is an IP address conflict with another system on the network.  
ERROR_IP_ADDRESS_CONFLICT2  
612 (0x264)  
There is an IP address conflict with another system on the network.  
ERROR_REGISTRY_QUOTA_LIMIT  
613 (0x265)  
{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.  
ERROR_NO_CALLBACK_ACTIVE  
614 (0x266)  
A callback return system service cannot be executed when no callback is active.  
ERROR_PWD_TOO_SHORT  
615 (0x267)  
The password provided is too short to meet the policy of your user account. Please choose a longer password.  
ERROR_PWD_TOO_RECENT  
616 (0x268)  
The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.  
ERROR_PWD_HISTORY_CONFLICT  
617 (0x269)  
You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used.  
ERROR_UNSUPPORTED_COMPRESSION  
618 (0x26A)  
The specified compression format is unsupported.  
ERROR_INVALID_HW_PROFILE  
619 (0x26B)  
The specified hardware profile configuration is invalid.  
ERROR_INVALID_PLUGPLAY_DEVICE_PATH  
620 (0x26C)  
The specified Plug and Play registry device path is invalid.  
ERROR_QUOTA_LIST_INCONSISTENT  
621 (0x26D)  
The specified quota list is internally inconsistent with its descriptor.  
ERROR_EVALUATION_EXPIRATION  
622 (0x26E)  
{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.  
ERROR_ILLEGAL_DLL_RELOCATION  
623 (0x26F)  
{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.  
ERROR_DLL_INIT_FAILED_LOGOFF  
624 (0x270)  
{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.  
ERROR_VALIDATE_CONTINUE  
625 (0x271)  
The validation process needs to continue on to the next step.  
ERROR_NO_MORE_MATCHES  
626 (0x272)  
There are no more matches for the current index enumeration.  
ERROR_RANGE_LIST_CONFLICT  
627 (0x273)  
The range could not be added to the range list because of a conflict.  
ERROR_SERVER_SID_MISMATCH  
628 (0x274)  
The server process is running under a SID different than that required by client.  
ERROR_CANT_ENABLE_DENY_ONLY  
629 (0x275)  
A group marked use for deny only cannot be enabled.  
ERROR_FLOAT_MULTIPLE_FAULTS  
630 (0x276)  
{EXCEPTION} Multiple floating point faults.  
ERROR_FLOAT_MULTIPLE_TRAPS  
631 (0x277)  
{EXCEPTION} Multiple floating point traps.  
ERROR_NOINTERFACE  
632 (0x278)  
The requested interface is not supported.  
ERROR_DRIVER_FAILED_SLEEP  
633 (0x279)  
{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.  
ERROR_CORRUPT_SYSTEM_FILE  
634 (0x27A)  
The system file %1 has become corrupt and has been replaced.  
ERROR_COMMITMENT_MINIMUM  
635 (0x27B)  
{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.  
ERROR_PNP_RESTART_ENUMERATION  
636 (0x27C)  
A device was removed so enumeration must be restarted.  
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE  
637 (0x27D)  
{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.  
ERROR_PNP_REBOOT_REQUIRED  
638 (0x27E)  
Device will not start without a reboot.  
ERROR_INSUFFICIENT_POWER  
639 (0x27F)  
There is not enough power to complete the requested operation.  
ERROR_MULTIPLE_FAULT_VIOLATION  
640 (0x280)  
ERROR_MULTIPLE_FAULT_VIOLATION  
ERROR_SYSTEM_SHUTDOWN  
641 (0x281)  
The system is in the process of shutting down.  
ERROR_PORT_NOT_SET  
642 (0x282)  
An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.  
ERROR_DS_VERSION_CHECK_FAILURE  
643 (0x283)  
This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.  
ERROR_RANGE_NOT_FOUND  
644 (0x284)  
The specified range could not be found in the range list.  
ERROR_NOT_SAFE_MODE_DRIVER  
646 (0x286)  
The driver was not loaded because the system is booting into safe mode.  
ERROR_FAILED_DRIVER_ENTRY  
647 (0x287)  
The driver was not loaded because it failed its initialization call.  
ERROR_DEVICE_ENUMERATION_ERROR  
648 (0x288)  
The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.  
ERROR_MOUNT_POINT_NOT_RESOLVED  
649 (0x289)  
The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.  
ERROR_INVALID_DEVICE_OBJECT_PARAMETER  
650 (0x28A)  
The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.  
ERROR_MCA_OCCURED  
651 (0x28B)  
A Machine Check Error has occurred. Please check the system eventlog for additional information.  
ERROR_DRIVER_DATABASE_ERROR  
652 (0x28C)  
There was error [%2] processing the driver database.  
ERROR_SYSTEM_HIVE_TOO_LARGE  
653 (0x28D)  
System hive size has exceeded its limit.  
ERROR_DRIVER_FAILED_PRIOR_UNLOAD  
654 (0x28E)  
The driver could not be loaded because a previous version of the driver is still in memory.  
ERROR_VOLSNAP_PREPARE_HIBERNATE  
655 (0x28F)  
{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.  
ERROR_HIBERNATION_FAILURE  
656 (0x290)  
The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.  
ERROR_PWD_TOO_LONG  
657 (0x291)  
The password provided is too long to meet the policy of your user account. Please choose a shorter password.  
ERROR_FILE_SYSTEM_LIMITATION  
665 (0x299)  
The requested operation could not be completed due to a file system limitation.  
ERROR_ASSERTION_FAILURE  
668 (0x29C)  
An assertion failure has occurred.  
ERROR_ACPI_ERROR  
669 (0x29D)  
An error occurred in the ACPI subsystem.  
ERROR_WOW_ASSERTION  
670 (0x29E)  
WOW Assertion Error.  
ERROR_PNP_BAD_MPS_TABLE  
671 (0x29F)  
A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.  
ERROR_PNP_TRANSLATION_FAILED  
672 (0x2A0)  
A translator failed to translate resources.  
ERROR_PNP_IRQ_TRANSLATION_FAILED  
673 (0x2A1)  
A IRQ translator failed to translate resources.  
ERROR_PNP_INVALID_ID  
674 (0x2A2)  
Driver %2 returned invalid ID for a child device (%3).  
ERROR_WAKE_SYSTEM_DEBUGGER  
675 (0x2A3)  
{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.  
ERROR_HANDLES_CLOSED  
676 (0x2A4)  
{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation.  
ERROR_EXTRANEOUS_INFORMATION  
677 (0x2A5)  
{Too Much Information} The specified access control list (ACL) contained more information than was expected.  
ERROR_RXACT_COMMIT_NECESSARY  
678 (0x2A6)  
This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).  
ERROR_MEDIA_CHECK  
679 (0x2A7)  
{Media Changed} The media may have changed.  
ERROR_GUID_SUBSTITUTION_MADE  
680 (0x2A8)  
{GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.  
ERROR_STOPPED_ON_SYMLINK  
681 (0x2A9)  
The create operation stopped after reaching a symbolic link.  
ERROR_LONGJUMP  
682 (0x2AA)  
A long jump has been executed.  
ERROR_PLUGPLAY_QUERY_VETOED  
683 (0x2AB)  
The Plug and Play query operation was not successful.  
ERROR_UNWIND_CONSOLIDATE  
684 (0x2AC)  
A frame consolidation has been executed.  
ERROR_REGISTRY_HIVE_RECOVERED  
685 (0x2AD)  
{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.  
ERROR_DLL_MIGHT_BE_INSECURE  
686 (0x2AE)  
The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?  
ERROR_DLL_MIGHT_BE_INCOMPATIBLE  
687 (0x2AF)  
The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?  
ERROR_DBG_EXCEPTION_NOT_HANDLED  
688 (0x2B0)  
Debugger did not handle the exception.  
ERROR_DBG_REPLY_LATER  
689 (0x2B1)  
Debugger will reply later.  
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE  
690 (0x2B2)  
Debugger cannot provide handle.  
ERROR_DBG_TERMINATE_THREAD  
691 (0x2B3)  
Debugger terminated thread.  
ERROR_DBG_TERMINATE_PROCESS  
692 (0x2B4)  
Debugger terminated process.  
ERROR_DBG_CONTROL_C  
693 (0x2B5)  
Debugger got control C.  
ERROR_DBG_PRINTEXCEPTION_C  
694 (0x2B6)  
Debugger printed exception on control C.  
ERROR_DBG_RIPEXCEPTION  
695 (0x2B7)  
Debugger received RIP exception.  
ERROR_DBG_CONTROL_BREAK  
696 (0x2B8)  
Debugger received control break.  
ERROR_DBG_COMMAND_EXCEPTION  
697 (0x2B9)  
Debugger command communication exception.  
ERROR_OBJECT_NAME_EXISTS  
698 (0x2BA)  
{Object Exists} An attempt was made to create an object and the object name already existed.  
ERROR_THREAD_WAS_SUSPENDED  
699 (0x2BB)  
{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.  
ERROR_IMAGE_NOT_AT_BASE  
700 (0x2BC)  
{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.  
ERROR_RXACT_STATE_CREATED  
701 (0x2BD)  
This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.  
ERROR_SEGMENT_NOTIFICATION  
702 (0x2BE)  
{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.  
ERROR_BAD_CURRENT_DIRECTORY  
703 (0x2BF)  
{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.  
ERROR_FT_READ_RECOVERY_FROM_BACKUP  
704 (0x2C0)  
{Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.  
ERROR_FT_WRITE_RECOVERY  
705 (0x2C1)  
{Redundant Write} To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.  
ERROR_IMAGE_MACHINE_TYPE_MISMATCH  
706 (0x2C2)  
{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.  
ERROR_RECEIVE_PARTIAL  
707 (0x2C3)  
{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.  
ERROR_RECEIVE_EXPEDITED  
708 (0x2C4)  
{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.  
ERROR_RECEIVE_PARTIAL_EXPEDITED  
709 (0x2C5)  
{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.  
ERROR_EVENT_DONE  
710 (0x2C6)  
{TDI Event Done} The TDI indication has completed successfully.  
ERROR_EVENT_PENDING  
711 (0x2C7)  
{TDI Event Pending} The TDI indication has entered the pending state.  
ERROR_CHECKING_FILE_SYSTEM  
712 (0x2C8)  
Checking file system on %wZ.  
ERROR_FATAL_APP_EXIT  
713 (0x2C9)  
{Fatal Application Exit} %hs.  
ERROR_PREDEFINED_HANDLE  
714 (0x2CA)  
The specified registry key is referenced by a predefined handle.  
ERROR_WAS_UNLOCKED  
715 (0x2CB)  
{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.  
ERROR_SERVICE_NOTIFICATION  
716 (0x2CC)  
%hs  
ERROR_WAS_LOCKED  
717 (0x2CD)  
{Page Locked} One of the pages to lock was already locked.  
ERROR_LOG_HARD_ERROR  
718 (0x2CE)  
Application popup: %1 : %2  
ERROR_ALREADY_WIN32  
719 (0x2CF)  
ERROR_ALREADY_WIN32  
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE  
720 (0x2D0)  
{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.  
ERROR_NO_YIELD_PERFORMED  
721 (0x2D1)  
A yield execution was performed and no thread was available to run.  
ERROR_TIMER_RESUME_IGNORED  
722 (0x2D2)  
The resumable flag to a timer API was ignored.  
ERROR_ARBITRATION_UNHANDLED  
723 (0x2D3)  
The arbiter has deferred arbitration of these resources to its parent.  
ERROR_CARDBUS_NOT_SUPPORTED  
724 (0x2D4)  
The inserted CardBus device cannot be started because of a configuration error on "%hs".  
ERROR_MP_PROCESSOR_MISMATCH  
725 (0x2D5)  
The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.  
ERROR_HIBERNATED  
726 (0x2D6)  
The system was put into hibernation.  
ERROR_RESUME_HIBERNATION  
727 (0x2D7)  
The system was resumed from hibernation.  
ERROR_FIRMWARE_UPDATED  
728 (0x2D8)  
Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].  
ERROR_DRIVERS_LEAKING_LOCKED_PAGES  
729 (0x2D9)  
A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.  
ERROR_WAKE_SYSTEM  
730 (0x2DA)  
The system has awoken.  
ERROR_WAIT_1  
731 (0x2DB)  
ERROR_WAIT_1  
ERROR_WAIT_2  
732 (0x2DC)  
ERROR_WAIT_2  
ERROR_WAIT_3  
733 (0x2DD)  
ERROR_WAIT_3  
ERROR_WAIT_63  
734 (0x2DE)  
ERROR_WAIT_63  
ERROR_ABANDONED_WAIT_0  
735 (0x2DF)  
ERROR_ABANDONED_WAIT_0  
ERROR_ABANDONED_WAIT_63  
736 (0x2E0)  
ERROR_ABANDONED_WAIT_63  
ERROR_USER_APC  
737 (0x2E1)  
ERROR_USER_APC  
ERROR_KERNEL_APC  
738 (0x2E2)  
ERROR_KERNEL_APC  
ERROR_ALERTED  
739 (0x2E3)  
ERROR_ALERTED  
ERROR_ELEVATION_REQUIRED  
740 (0x2E4)  
The requested operation requires elevation.  
ERROR_REPARSE  
741 (0x2E5)  
A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.  
ERROR_OPLOCK_BREAK_IN_PROGRESS  
742 (0x2E6)  
An open/create operation completed while an oplock break is underway.  
ERROR_VOLUME_MOUNTED  
743 (0x2E7)  
A new volume has been mounted by a file system.  
ERROR_RXACT_COMMITTED  
744 (0x2E8)  
This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.  
ERROR_NOTIFY_CLEANUP  
745 (0x2E9)  
This indicates that a notify change request has been completed due to closing the handle which made the notify change request.  
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED  
746 (0x2EA)  
{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.  
ERROR_PAGE_FAULT_TRANSITION  
747 (0x2EB)  
Page fault was a transition fault.  
ERROR_PAGE_FAULT_DEMAND_ZERO  
748 (0x2EC)  
Page fault was a demand zero fault.  
ERROR_PAGE_FAULT_COPY_ON_WRITE  
749 (0x2ED)  
Page fault was a demand zero fault.  
ERROR_PAGE_FAULT_GUARD_PAGE  
750 (0x2EE)  
Page fault was a demand zero fault.  
ERROR_PAGE_FAULT_PAGING_FILE  
751 (0x2EF)  
Page fault was satisfied by reading from a secondary storage device.  
ERROR_CACHE_PAGE_LOCKED  
752 (0x2F0)  
Cached page was locked during operation.  
ERROR_CRASH_DUMP  
753 (0x2F1)  
Crash dump exists in paging file.  
ERROR_BUFFER_ALL_ZEROS  
754 (0x2F2)  
Specified buffer contains all zeros.  
ERROR_REPARSE_OBJECT  
755 (0x2F3)  
A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.  
ERROR_RESOURCE_REQUIREMENTS_CHANGED  
756 (0x2F4)  
The device has succeeded a query-stop and its resource requirements have changed.  
ERROR_TRANSLATION_COMPLETE  
757 (0x2F5)  
The translator has translated these resources into the global space and no further translations should be performed.  
ERROR_NOTHING_TO_TERMINATE  
758 (0x2F6)  
A process being terminated has no threads to terminate.  
ERROR_PROCESS_NOT_IN_JOB  
759 (0x2F7)  
The specified process is not part of a job.  
ERROR_PROCESS_IN_JOB  
760 (0x2F8)  
The specified process is part of a job.  
ERROR_VOLSNAP_HIBERNATE_READY  
761 (0x2F9)  
{Volume Shadow Copy Service} The system is now ready for hibernation.  
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY  
762 (0x2FA)  
A file system or file system filter driver has successfully completed an FsFilter operation.  
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED  
763 (0x2FB)  
The specified interrupt vector was already connected.  
ERROR_INTERRUPT_STILL_CONNECTED  
764 (0x2FC)  
The specified interrupt vector is still connected.  
ERROR_WAIT_FOR_OPLOCK  
765 (0x2FD)  
An operation is blocked waiting for an oplock.  
ERROR_DBG_EXCEPTION_HANDLED  
766 (0x2FE)  
Debugger handled exception.  
ERROR_DBG_CONTINUE  
767 (0x2FF)  
Debugger continued.  
ERROR_CALLBACK_POP_STACK  
768 (0x300)  
An exception occurred in a user mode callback and the kernel callback frame should be removed.  
ERROR_COMPRESSION_DISABLED  
769 (0x301)  
Compression is disabled for this volume.  
ERROR_CANTFETCHBACKWARDS  
770 (0x302)  
The data provider cannot fetch backwards through a result set.  
ERROR_CANTSCROLLBACKWARDS  
771 (0x303)  
The data provider cannot scroll backwards through a result set.  
ERROR_ROWSNOTRELEASED  
772 (0x304)  
The data provider requires that previously fetched data is released before asking for more data.  
ERROR_BAD_ACCESSOR_FLAGS  
773 (0x305)  
The data provider was not able to interpret the flags set for a column binding in an accessor.  
ERROR_ERRORS_ENCOUNTERED  
774 (0x306)  
One or more errors occurred while processing the request.  
ERROR_NOT_CAPABLE  
775 (0x307)  
The implementation is not capable of performing the request.  
ERROR_REQUEST_OUT_OF_SEQUENCE  
776 (0x308)  
The client of a component requested an operation which is not valid given the state of the component instance.  
ERROR_VERSION_PARSE_ERROR  
777 (0x309)  
A version number could not be parsed.  
ERROR_BADSTARTPOSITION  
778 (0x30A)  
The iterator's start position is invalid.  
ERROR_MEMORY_HARDWARE  
779 (0x30B)  
The hardware has reported an uncorrectable memory error.  
ERROR_DISK_REPAIR_DISABLED  
780 (0x30C)  
The attempted operation required self healing to be enabled.  
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE  
781 (0x30D)  
The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.  
ERROR_SYSTEM_POWERSTATE_TRANSITION  
782 (0x30E)  
The system power state is transitioning from %2 to %3.  
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION  
783 (0x30F)  
The system power state is transitioning from %2 to %3 but could enter %4.  
ERROR_MCA_EXCEPTION  
784 (0x310)  
A thread is getting dispatched with MCA EXCEPTION because of MCA.  
ERROR_ACCESS_AUDIT_BY_POLICY  
785 (0x311)  
Access to %1 is monitored by policy rule %2.  
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY  
786 (0x312)  
Access to %1 has been restricted by your Administrator by policy rule %2.  
ERROR_ABANDON_HIBERFILE  
787 (0x313)  
A valid hibernation file has been invalidated and should be abandoned.  
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED  
788 (0x314)  
{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere.  
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR  
789 (0x315)  
{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Please try to save this file elsewhere.  
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR  
790 (0x316)  
{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected.  
ERROR_BAD_MCFG_TABLE  
791 (0x317)  
The resources required for this device conflict with the MCFG table.  
ERROR_DISK_REPAIR_REDIRECTED  
792 (0x318)  
The volume repair could not be performed while it is online. Please schedule to take the volume offline so that it can be repaired.  
ERROR_DISK_REPAIR_UNSUCCESSFUL  
793 (0x319)  
The volume repair was not successful.  
ERROR_CORRUPT_LOG_OVERFULL  
794 (0x31A)  
One of the volume corruption logs is full. Further corruptions that may be detected won't be logged.  
ERROR_CORRUPT_LOG_CORRUPTED  
795 (0x31B)  
One of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned.  
ERROR_CORRUPT_LOG_UNAVAILABLE  
796 (0x31C)  
One of the volume corruption logs is unavailable for being operated on.  
ERROR_CORRUPT_LOG_DELETED_FULL  
797 (0x31D)  
One of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned.  
ERROR_CORRUPT_LOG_CLEARED  
798 (0x31E)  
One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.  
ERROR_ORPHAN_NAME_EXHAUSTED  
799 (0x31F)  
Orphaned files exist on the volume but could not be recovered because no more new names could be created in the recovery directory. Files must be moved from the recovery directory.  
ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE  
800 (0x320)  
The oplock that was associated with this handle is now associated with a different handle.  
ERROR_CANNOT_GRANT_REQUESTED_OPLOCK  
801 (0x321)  
An oplock of the requested level cannot be granted. An oplock of a lower level may be available.  
ERROR_CANNOT_BREAK_OPLOCK  
802 (0x322)  
The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.  
ERROR_OPLOCK_HANDLE_CLOSED  
803 (0x323)  
The handle with which this oplock was associated has been closed. The oplock is now broken.  
ERROR_NO_ACE_CONDITION  
804 (0x324)  
The specified access control entry (ACE) does not contain a condition.  
ERROR_INVALID_ACE_CONDITION  
805 (0x325)  
The specified access control entry (ACE) contains an invalid condition.  
ERROR_FILE_HANDLE_REVOKED  
806 (0x326)  
Access to the specified file handle has been revoked.  
ERROR_IMAGE_AT_DIFFERENT_BASE  
807 (0x327)  
An image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image.  
ERROR_EA_ACCESS_DENIED  
994 (0x3E2)  
Access to the extended attribute was denied.  
ERROR_OPERATION_ABORTED  
995 (0x3E3)  
The I/O operation has been aborted because of either a thread exit or an application request.  
ERROR_IO_INCOMPLETE  
996 (0x3E4)  
Overlapped I/O event is not in a signaled state.  
ERROR_IO_PENDING  
997 (0x3E5)  
Overlapped I/O operation is in progress.  
ERROR_NOACCESS  
998 (0x3E6)  
Invalid access to memory location.  
ERROR_SWAPERROR  
999 (0x3E7)  
Error performing inpage operation.  
ERROR_STACK_OVERFLOW  
1001 (0x3E9)  
Recursion too deep; the stack overflowed.  
ERROR_INVALID_MESSAGE  
1002 (0x3EA)  
The window cannot act on the sent message.  
ERROR_CAN_NOT_COMPLETE  
1003 (0x3EB)  
Cannot complete this function.  
ERROR_INVALID_FLAGS  
1004 (0x3EC)  
Invalid flags.  
ERROR_UNRECOGNIZED_VOLUME  
1005 (0x3ED)  
The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted.  
ERROR_FILE_INVALID  
1006 (0x3EE)  
The volume for a file has been externally altered so that the opened file is no longer valid.  
ERROR_FULLSCREEN_MODE  
1007 (0x3EF)  
The requested operation cannot be performed in full-screen mode.  
ERROR_NO_TOKEN  
1008 (0x3F0)  
An attempt was made to reference a token that does not exist.  
ERROR_BADDB  
1009 (0x3F1)  
The configuration registry database is corrupt.  
ERROR_BADKEY  
1010 (0x3F2)  
The configuration registry key is invalid.  
ERROR_CANTOPEN  
1011 (0x3F3)  
The configuration registry key could not be opened.  
ERROR_CANTREAD  
1012 (0x3F4)  
The configuration registry key could not be read.  
ERROR_CANTWRITE  
1013 (0x3F5)  
The configuration registry key could not be written.  
ERROR_REGISTRY_RECOVERED  
1014 (0x3F6)  
One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.  
ERROR_REGISTRY_CORRUPT  
1015 (0x3F7)  
The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.  
ERROR_REGISTRY_IO_FAILED  
1016 (0x3F8)  
An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry.  
ERROR_NOT_REGISTRY_FILE  
1017 (0x3F9)  
The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.  
ERROR_KEY_DELETED  
1018 (0x3FA)  
Illegal operation attempted on a registry key that has been marked for deletion.  
ERROR_NO_LOG_SPACE  
1019 (0x3FB)  
System could not allocate the required space in a registry log.  
ERROR_KEY_HAS_CHILDREN  
1020 (0x3FC)  
Cannot create a symbolic link in a registry key that already has subkeys or values.  
ERROR_CHILD_MUST_BE_VOLATILE  
1021 (0x3FD)  
Cannot create a stable subkey under a volatile parent key.  
ERROR_NOTIFY_ENUM_DIR  
1022 (0x3FE)  
A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.  
ERROR_DEPENDENT_SERVICES_RUNNING  
1051 (0x41B)  
A stop control has been sent to a service that other running services are dependent on.  
ERROR_INVALID_SERVICE_CONTROL  
1052 (0x41C)  
The requested control is not valid for this service.  
ERROR_SERVICE_REQUEST_TIMEOUT  
1053 (0x41D)  
The service did not respond to the start or control request in a timely fashion.  
ERROR_SERVICE_NO_THREAD  
1054 (0x41E)  
A thread could not be created for the service.  
ERROR_SERVICE_DATABASE_LOCKED  
1055 (0x41F)  
The service database is locked.  
ERROR_SERVICE_ALREADY_RUNNING  
1056 (0x420)  
An instance of the service is already running.  
ERROR_INVALID_SERVICE_ACCOUNT  
1057 (0x421)  
The account name is invalid or does not exist, or the password is invalid for the account name specified.  
ERROR_SERVICE_DISABLED  
1058 (0x422)  
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.  
ERROR_CIRCULAR_DEPENDENCY  
1059 (0x423)  
Circular service dependency was specified.  
ERROR_SERVICE_DOES_NOT_EXIST  
1060 (0x424)  
The specified service does not exist as an installed service.  
ERROR_SERVICE_CANNOT_ACCEPT_CTRL  
1061 (0x425)  
The service cannot accept control messages at this time.  
ERROR_SERVICE_NOT_ACTIVE  
1062 (0x426)  
The service has not been started.  
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT  
1063 (0x427)  
The service process could not connect to the service controller.  
ERROR_EXCEPTION_IN_SERVICE  
1064 (0x428)  
An exception occurred in the service when handling the control request.  
ERROR_DATABASE_DOES_NOT_EXIST  
1065 (0x429)  
The database specified does not exist.  
ERROR_SERVICE_SPECIFIC_ERROR  
1066 (0x42A)  
The service has returned a service-specific error code.  
ERROR_PROCESS_ABORTED  
1067 (0x42B)  
The process terminated unexpectedly.  
ERROR_SERVICE_DEPENDENCY_FAIL  
1068 (0x42C)  
The dependency service or group failed to start.  
ERROR_SERVICE_LOGON_FAILED  
1069 (0x42D)  
The service did not start due to a logon failure.  
ERROR_SERVICE_START_HANG  
1070 (0x42E)  
After starting, the service hung in a start-pending state.  
ERROR_INVALID_SERVICE_LOCK  
1071 (0x42F)  
The specified service database lock is invalid.  
ERROR_SERVICE_MARKED_FOR_DELETE  
1072 (0x430)  
The specified service has been marked for deletion.  
ERROR_SERVICE_EXISTS  
1073 (0x431)  
The specified service already exists.  
ERROR_ALREADY_RUNNING_LKG  
1074 (0x432)  
The system is currently running with the last-known-good configuration.  
ERROR_SERVICE_DEPENDENCY_DELETED  
1075 (0x433)  
The dependency service does not exist or has been marked for deletion.  
ERROR_BOOT_ALREADY_ACCEPTED  
1076 (0x434)  
The current boot has already been accepted for use as the last-known-good control set.  
ERROR_SERVICE_NEVER_STARTED  
1077 (0x435)  
No attempts to start the service have been made since the last boot.  
ERROR_DUPLICATE_SERVICE_NAME  
1078 (0x436)  
The name is already in use as either a service name or a service display name.  
ERROR_DIFFERENT_SERVICE_ACCOUNT  
1079 (0x437)  
The account specified for this service is different from the account specified for other services running in the same process.  
ERROR_CANNOT_DETECT_DRIVER_FAILURE  
1080 (0x438)  
Failure actions can only be set for Win32 services, not for drivers.  
ERROR_CANNOT_DETECT_PROCESS_ABORT  
1081 (0x439)  
This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.  
ERROR_NO_RECOVERY_PROGRAM  
1082 (0x43A)  
No recovery program has been configured for this service.  
ERROR_SERVICE_NOT_IN_EXE  
1083 (0x43B)  
The executable program that this service is configured to run in does not implement the service.  
ERROR_NOT_SAFEBOOT_SERVICE  
1084 (0x43C)  
This service cannot be started in Safe Mode.  
ERROR_END_OF_MEDIA  
1100 (0x44C)  
The physical end of the tape has been reached.  
ERROR_FILEMARK_DETECTED  
1101 (0x44D)  
A tape access reached a filemark.  
ERROR_BEGINNING_OF_MEDIA  
1102 (0x44E)  
The beginning of the tape or a partition was encountered.  
ERROR_SETMARK_DETECTED  
1103 (0x44F)  
A tape access reached the end of a set of files.  
ERROR_NO_DATA_DETECTED  
1104 (0x450)  
No more data is on the tape.  
ERROR_PARTITION_FAILURE  
1105 (0x451)  
Tape could not be partitioned.  
ERROR_INVALID_BLOCK_LENGTH  
1106 (0x452)  
When accessing a new tape of a multivolume partition, the current block size is incorrect.  
ERROR_DEVICE_NOT_PARTITIONED  
1107 (0x453)  
Tape partition information could not be found when loading a tape.  
ERROR_UNABLE_TO_LOCK_MEDIA  
1108 (0x454)  
Unable to lock the media eject mechanism.  
ERROR_UNABLE_TO_UNLOAD_MEDIA  
1109 (0x455)  
Unable to unload the media.  
ERROR_MEDIA_CHANGED  
1110 (0x456)  
The media in the drive may have changed.  
ERROR_BUS_RESET  
1111 (0x457)  
The I/O bus was reset.  
ERROR_NO_MEDIA_IN_DRIVE  
1112 (0x458)  
No media in drive.  
ERROR_NO_UNICODE_TRANSLATION  
1113 (0x459)  
No mapping for the Unicode character exists in the target multi-byte code page.  
ERROR_DLL_INIT_FAILED  
1114 (0x45A)  
A dynamic link library (DLL) initialization routine failed.  
ERROR_SHUTDOWN_IN_PROGRESS  
1115 (0x45B)  
A system shutdown is in progress.  
ERROR_NO_SHUTDOWN_IN_PROGRESS  
1116 (0x45C)  
Unable to abort the system shutdown because no shutdown was in progress.  
ERROR_IO_DEVICE  
1117 (0x45D)  
The request could not be performed because of an I/O device error.  
ERROR_SERIAL_NO_DEVICE  
1118 (0x45E)  
No serial device was successfully initialized. The serial driver will unload.  
ERROR_IRQ_BUSY  
1119 (0x45F)  
Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened.  
ERROR_MORE_WRITES  
1120 (0x460)  
A serial I/O operation was completed by another write to the serial port. The IOCTL_SERIAL_XOFF_COUNTER reached zero.)  
ERROR_COUNTER_TIMEOUT  
1121 (0x461)  
A serial I/O operation completed because the timeout period expired. The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)  
ERROR_FLOPPY_ID_MARK_NOT_FOUND  
1122 (0x462)  
No ID address mark was found on the floppy disk.  
ERROR_FLOPPY_WRONG_CYLINDER  
1123 (0x463)  
Mismatch between the floppy disk sector ID field and the floppy disk controller track address.  
ERROR_FLOPPY_UNKNOWN_ERROR  
1124 (0x464)  
The floppy disk controller reported an error that is not recognized by the floppy disk driver.  
ERROR_FLOPPY_BAD_REGISTERS  
1125 (0x465)  
The floppy disk controller returned inconsistent results in its registers.  
ERROR_DISK_RECALIBRATE_FAILED  
1126 (0x466)  
While accessing the hard disk, a recalibrate operation failed, even after retries.  
ERROR_DISK_OPERATION_FAILED  
1127 (0x467)  
While accessing the hard disk, a disk operation failed even after retries.  
ERROR_DISK_RESET_FAILED  
1128 (0x468)  
While accessing the hard disk, a disk controller reset was needed, but even that failed.  
ERROR_EOM_OVERFLOW  
1129 (0x469)  
Physical end of tape encountered.  
ERROR_NOT_ENOUGH_SERVER_MEMORY  
1130 (0x46A)  
Not enough server storage is available to process this command.  
ERROR_POSSIBLE_DEADLOCK  
1131 (0x46B)  
A potential deadlock condition has been detected.  
ERROR_MAPPED_ALIGNMENT  
1132 (0x46C)  
The base address or the file offset specified does not have the proper alignment.  
ERROR_SET_POWER_STATE_VETOED  
1140 (0x474)  
An attempt to change the system power state was vetoed by another application or driver.  
ERROR_SET_POWER_STATE_FAILED  
1141 (0x475)  
The system BIOS failed an attempt to change the system power state.  
ERROR_TOO_MANY_LINKS  
1142 (0x476)  
An attempt was made to create more links on a file than the file system supports.  
ERROR_OLD_WIN_VERSION  
1150 (0x47E)  
The specified program requires a newer version of Windows.  
ERROR_APP_WRONG_OS  
1151 (0x47F)  
The specified program is not a Windows or MS-DOS program.  
ERROR_SINGLE_INSTANCE_APP  
1152 (0x480)  
Cannot start more than one instance of the specified program.  
ERROR_RMODE_APP  
1153 (0x481)  
The specified program was written for an earlier version of Windows.  
ERROR_INVALID_DLL  
1154 (0x482)  
One of the library files needed to run this application is damaged.  
ERROR_NO_ASSOCIATION  
1155 (0x483)  
No application is associated with the specified file for this operation.  
ERROR_DDE_FAIL  
1156 (0x484)  
An error occurred in sending the command to the application.  
ERROR_DLL_NOT_FOUND  
1157 (0x485)  
One of the library files needed to run this application cannot be found.  
ERROR_NO_MORE_USER_HANDLES  
1158 (0x486)  
The current process has used all of its system allowance of handles for Window Manager objects.  
ERROR_MESSAGE_SYNC_ONLY  
1159 (0x487)  
The message can be used only with synchronous operations.  
ERROR_SOURCE_ELEMENT_EMPTY  
1160 (0x488)  
The indicated source element has no media.  
ERROR_DESTINATION_ELEMENT_FULL  
1161 (0x489)  
The indicated destination element already contains media.  
ERROR_ILLEGAL_ELEMENT_ADDRESS  
1162 (0x48A)  
The indicated element does not exist.  
ERROR_MAGAZINE_NOT_PRESENT  
1163 (0x48B)  
The indicated element is part of a magazine that is not present.  
ERROR_DEVICE_REINITIALIZATION_NEEDED  
1164 (0x48C)  
The indicated device requires reinitialization due to hardware errors.  
ERROR_DEVICE_REQUIRES_CLEANING  
1165 (0x48D)  
The device has indicated that cleaning is required before further operations are attempted.  
ERROR_DEVICE_DOOR_OPEN  
1166 (0x48E)  
The device has indicated that its door is open.  
ERROR_DEVICE_NOT_CONNECTED  
1167 (0x48F)  
The device is not connected.  
ERROR_NOT_FOUND  
1168 (0x490)  
Element not found.  
ERROR_NO_MATCH  
1169 (0x491)  
There was no match for the specified key in the index.  
ERROR_SET_NOT_FOUND  
1170 (0x492)  
The property set specified does not exist on the object.  
ERROR_POINT_NOT_FOUND  
1171 (0x493)  
The point passed to GetMouseMovePoints is not in the buffer.  
ERROR_NO_TRACKING_SERVICE  
1172 (0x494)  
The tracking (workstation) service is not running.  
ERROR_NO_VOLUME_ID  
1173 (0x495)  
The Volume ID could not be found.  
ERROR_UNABLE_TO_REMOVE_REPLACED  
1175 (0x497)  
Unable to remove the file to be replaced.  
ERROR_UNABLE_TO_MOVE_REPLACEMENT  
1176 (0x498)  
Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.  
ERROR_UNABLE_TO_MOVE_REPLACEMENT_2  
1177 (0x499)  
Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.  
ERROR_JOURNAL_DELETE_IN_PROGRESS  
1178 (0x49A)  
The volume change journal is being deleted.  
ERROR_JOURNAL_NOT_ACTIVE  
1179 (0x49B)  
The volume change journal is not active.  
ERROR_POTENTIAL_FILE_FOUND  
1180 (0x49C)  
A file was found, but it may not be the correct file.  
ERROR_JOURNAL_ENTRY_DELETED  
1181 (0x49D)  
The journal entry has been deleted from the journal.  
ERROR_SHUTDOWN_IS_SCHEDULED  
1190 (0x4A6)  
A system shutdown has already been scheduled.  
ERROR_SHUTDOWN_USERS_LOGGED_ON  
1191 (0x4A7)  
The system shutdown cannot be initiated because there are other users logged on to the computer.  
ERROR_BAD_DEVICE  
1200 (0x4B0)  
The specified device name is invalid.  
ERROR_CONNECTION_UNAVAIL  
1201 (0x4B1)  
The device is not currently connected but it is a remembered connection.  
ERROR_DEVICE_ALREADY_REMEMBERED  
1202 (0x4B2)  
The local device name has a remembered connection to another network resource.  
ERROR_NO_NET_OR_BAD_PATH  
1203 (0x4B3)  
The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator.  
ERROR_BAD_PROVIDER  
1204 (0x4B4)  
The specified network provider name is invalid.  
ERROR_CANNOT_OPEN_PROFILE  
1205 (0x4B5)  
Unable to open the network connection profile.  
ERROR_BAD_PROFILE  
1206 (0x4B6)  
The network connection profile is corrupted.  
ERROR_NOT_CONTAINER  
1207 (0x4B7)  
Cannot enumerate a noncontainer.  
ERROR_EXTENDED_ERROR  
1208 (0x4B8)  
An extended error has occurred.  
ERROR_INVALID_GROUPNAME  
1209 (0x4B9)  
The format of the specified group name is invalid.  
ERROR_INVALID_COMPUTERNAME  
1210 (0x4BA)  
The format of the specified computer name is invalid.  
ERROR_INVALID_EVENTNAME  
1211 (0x4BB)  
The format of the specified event name is invalid.  
ERROR_INVALID_DOMAINNAME  
1212 (0x4BC)  
The format of the specified domain name is invalid.  
ERROR_INVALID_SERVICENAME  
1213 (0x4BD)  
The format of the specified service name is invalid.  
ERROR_INVALID_NETNAME  
1214 (0x4BE)  
The format of the specified network name is invalid.  
ERROR_INVALID_SHARENAME  
1215 (0x4BF)  
The format of the specified share name is invalid.  
ERROR_INVALID_PASSWORDNAME  
1216 (0x4C0)  
The format of the specified password is invalid.  
ERROR_INVALID_MESSAGENAME  
1217 (0x4C1)  
The format of the specified message name is invalid.  
ERROR_INVALID_MESSAGEDEST  
1218 (0x4C2)  
The format of the specified message destination is invalid.  
ERROR_SESSION_CREDENTIAL_CONFLICT  
1219 (0x4C3)  
Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.  
ERROR_REMOTE_SESSION_LIMIT_EXCEEDED  
1220 (0x4C4)  
An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.  
ERROR_DUP_DOMAINNAME  
1221 (0x4C5)  
The workgroup or domain name is already in use by another computer on the network.  
ERROR_NO_NETWORK  
1222 (0x4C6)  
The network is not present or not started.  
ERROR_CANCELLED  
1223 (0x4C7)  
The operation was canceled by the user.  
ERROR_USER_MAPPED_FILE  
1224 (0x4C8)  
The requested operation cannot be performed on a file with a user-mapped section open.  
ERROR_CONNECTION_REFUSED  
1225 (0x4C9)  
The remote computer refused the network connection.  
ERROR_GRACEFUL_DISCONNECT  
1226 (0x4CA)  
The network connection was gracefully closed.  
ERROR_ADDRESS_ALREADY_ASSOCIATED  
1227 (0x4CB)  
The network transport endpoint already has an address associated with it.  
ERROR_ADDRESS_NOT_ASSOCIATED  
1228 (0x4CC)  
An address has not yet been associated with the network endpoint.  
ERROR_CONNECTION_INVALID  
1229 (0x4CD)  
An operation was attempted on a nonexistent network connection.  
ERROR_CONNECTION_ACTIVE  
1230 (0x4CE)  
An invalid operation was attempted on an active network connection.  
ERROR_NETWORK_UNREACHABLE  
1231 (0x4CF)  
The network location cannot be reached. For information about network troubleshooting, see Windows Help.  
ERROR_HOST_UNREACHABLE  
1232 (0x4D0)  
The network location cannot be reached. For information about network troubleshooting, see Windows Help.  
ERROR_PROTOCOL_UNREACHABLE  
1233 (0x4D1)  
The network location cannot be reached. For information about network troubleshooting, see Windows Help.  
ERROR_PORT_UNREACHABLE  
1234 (0x4D2)  
No service is operating at the destination network endpoint on the remote system.  
ERROR_REQUEST_ABORTED  
1235 (0x4D3)  
The request was aborted.  
ERROR_CONNECTION_ABORTED  
1236 (0x4D4)  
The network connection was aborted by the local system.  
ERROR_RETRY  
1237 (0x4D5)  
The operation could not be completed. A retry should be performed.  
ERROR_CONNECTION_COUNT_LIMIT  
1238 (0x4D6)  
A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.  
ERROR_LOGIN_TIME_RESTRICTION  
1239 (0x4D7)  
Attempting to log in during an unauthorized time of day for this account.  
ERROR_LOGIN_WKSTA_RESTRICTION  
1240 (0x4D8)  
The account is not authorized to log in from this station.  
ERROR_INCORRECT_ADDRESS  
1241 (0x4D9)  
The network address could not be used for the operation requested.  
ERROR_ALREADY_REGISTERED  
1242 (0x4DA)  
The service is already registered.  
ERROR_SERVICE_NOT_FOUND  
1243 (0x4DB)  
The specified service does not exist.  
ERROR_NOT_AUTHENTICATED  
1244 (0x4DC)  
The operation being requested was not performed because the user has not been authenticated.  
ERROR_NOT_LOGGED_ON  
1245 (0x4DD)  
The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.  
ERROR_CONTINUE  
1246 (0x4DE)  
Continue with work in progress.  
ERROR_ALREADY_INITIALIZED  
1247 (0x4DF)  
An attempt was made to perform an initialization operation when initialization has already been completed.  
ERROR_NO_MORE_DEVICES  
1248 (0x4E0)  
No more local devices.  
ERROR_NO_SUCH_SITE  
1249 (0x4E1)  
The specified site does not exist.  
ERROR_DOMAIN_CONTROLLER_EXISTS  
1250 (0x4E2)  
A domain controller with the specified name already exists.  
ERROR_ONLY_IF_CONNECTED  
1251 (0x4E3)  
This operation is supported only when you are connected to the server.  
ERROR_OVERRIDE_NOCHANGES  
1252 (0x4E4)  
The group policy framework should call the extension even if there are no changes.  
ERROR_BAD_USER_PROFILE  
1253 (0x4E5)  
The specified user does not have a valid profile.  
ERROR_NOT_SUPPORTED_ON_SBS  
1254 (0x4E6)  
This operation is not supported on a computer running Windows Server 2003 for Small Business Server.  
ERROR_SERVER_SHUTDOWN_IN_PROGRESS  
1255 (0x4E7)  
The server machine is shutting down.  
ERROR_HOST_DOWN  
1256 (0x4E8)  
The remote system is not available. For information about network troubleshooting, see Windows Help.  
ERROR_NON_ACCOUNT_SID  
1257 (0x4E9)  
The security identifier provided is not from an account domain.  
ERROR_NON_DOMAIN_SID  
1258 (0x4EA)  
The security identifier provided does not have a domain component.  
ERROR_APPHELP_BLOCK  
1259 (0x4EB)  
AppHelp dialog canceled thus preventing the application from starting.  
ERROR_ACCESS_DISABLED_BY_POLICY  
1260 (0x4EC)  
This program is blocked by group policy. For more information, contact your system administrator.  
ERROR_REG_NAT_CONSUMPTION  
1261 (0x4ED)  
A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.  
ERROR_CSCSHARE_OFFLINE  
1262 (0x4EE)  
The share is currently offline or does not exist.  
ERROR_PKINIT_FAILURE  
1263 (0x4EF)  
The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.  
ERROR_SMARTCARD_SUBSYSTEM_FAILURE  
1264 (0x4F0)  
The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.  
ERROR_DOWNGRADE_DETECTED  
1265 (0x4F1)  
The system cannot contact a domain controller to service the authentication request. Please try again later.  
ERROR_MACHINE_LOCKED  
1271 (0x4F7)  
The machine is locked and cannot be shut down without the force option.  
ERROR_CALLBACK_SUPPLIED_INVALID_DATA  
1273 (0x4F9)  
An application-defined callback gave invalid data when called.  
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED  
1274 (0x4FA)  
The group policy framework should call the extension in the synchronous foreground policy refresh.  
ERROR_DRIVER_BLOCKED  
1275 (0x4FB)  
This driver has been blocked from loading.  
ERROR_INVALID_IMPORT_OF_NON_DLL  
1276 (0x4FC)  
A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.  
ERROR_ACCESS_DISABLED_WEBBLADE  
1277 (0x4FD)  
Windows cannot open this program since it has been disabled.  
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER  
1278 (0x4FE)  
Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.  
ERROR_RECOVERY_FAILURE  
1279 (0x4FF)  
A transaction recover failed.  
ERROR_ALREADY_FIBER  
1280 (0x500)  
The current thread has already been converted to a fiber.  
ERROR_ALREADY_THREAD  
1281 (0x501)  
The current thread has already been converted from a fiber.  
ERROR_STACK_BUFFER_OVERRUN  
1282 (0x502)  
The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.  
ERROR_PARAMETER_QUOTA_EXCEEDED  
1283 (0x503)  
Data present in one of the parameters is more than the function can operate on.  
ERROR_DEBUGGER_INACTIVE  
1284 (0x504)  
An attempt to do an operation on a debug object failed because the object is in the process of being deleted.  
ERROR_DELAY_LOAD_FAILED  
1285 (0x505)  
An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.  
ERROR_VDM_DISALLOWED  
1286 (0x506)  
%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.  
ERROR_UNIDENTIFIED_ERROR  
1287 (0x507)  
Insufficient information exists to identify the cause of failure.  
ERROR_INVALID_CRUNTIME_PARAMETER  
1288 (0x508)  
The parameter passed to a C runtime function is incorrect.  
ERROR_BEYOND_VDL  
1289 (0x509)  
The operation occurred beyond the valid data length of the file.  
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE  
1290 (0x50A)  
The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service.  
On Windows Server 2003 and Windows XP, an unrestricted service cannot coexist in the same process with other services. The service with the unrestricted service SID type must be moved to an owned process in order to start this service.  
ERROR_DRIVER_PROCESS_TERMINATED  
1291 (0x50B)  
The process hosting the driver for this device has been terminated.  
ERROR_IMPLEMENTATION_LIMIT  
1292 (0x50C)  
An operation attempted to exceed an implementation-defined limit.  
ERROR_PROCESS_IS_PROTECTED  
1293 (0x50D)  
Either the target process, or the target thread's containing process, is a protected process.  
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING  
1294 (0x50E)  
The service notification client is lagging too far behind the current state of services in the machine.  
ERROR_DISK_QUOTA_EXCEEDED  
1295 (0x50F)  
The requested file operation failed because the storage quota was exceeded. To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator.  
ERROR_CONTENT_BLOCKED  
1296 (0x510)  
The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.  
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE  
1297 (0x511)  
A privilege that the service requires to function properly does not exist in the service account configuration. You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration.  
ERROR_APP_HANG  
1298 (0x512)  
A thread involved in this operation appears to be unresponsive.  
ERROR_INVALID_LABEL  
1299 (0x513)  
Indicates a particular Security ID may not be assigned as the label of an object.  
ERROR_NOT_ALL_ASSIGNED  
1300 (0x514)  
Not all privileges or groups referenced are assigned to the caller.  
ERROR_SOME_NOT_MAPPED  
1301 (0x515)  
Some mapping between account names and security IDs was not done.  
ERROR_NO_QUOTAS_FOR_ACCOUNT  
1302 (0x516)  
No system quota limits are specifically set for this account.  
ERROR_LOCAL_USER_SESSION_KEY  
1303 (0x517)  
No encryption key is available. A well-known encryption key was returned.  
ERROR_NULL_LM_PASSWORD  
1304 (0x518)  
The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.  
ERROR_UNKNOWN_REVISION  
1305 (0x519)  
The revision level is unknown.  
ERROR_REVISION_MISMATCH  
1306 (0x51A)  
Indicates two revision levels are incompatible.  
ERROR_INVALID_OWNER  
1307 (0x51B)  
This security ID may not be assigned as the owner of this object.  
ERROR_INVALID_PRIMARY_GROUP  
1308 (0x51C)  
This security ID may not be assigned as the primary group of an object.  
ERROR_NO_IMPERSONATION_TOKEN  
1309 (0x51D)  
An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.  
ERROR_CANT_DISABLE_MANDATORY  
1310 (0x51E)  
The group may not be disabled.  
ERROR_NO_LOGON_SERVERS  
1311 (0x51F)  
There are currently no logon servers available to service the logon request.  
ERROR_NO_SUCH_LOGON_SESSION  
1312 (0x520)  
A specified logon session does not exist. It may already have been terminated.  
ERROR_NO_SUCH_PRIVILEGE  
1313 (0x521)  
A specified privilege does not exist.  
ERROR_PRIVILEGE_NOT_HELD  
1314 (0x522)  
A required privilege is not held by the client.  
ERROR_INVALID_ACCOUNT_NAME  
1315 (0x523)  
The name provided is not a properly formed account name.  
ERROR_USER_EXISTS  
1316 (0x524)  
The specified account already exists.  
ERROR_NO_SUCH_USER  
1317 (0x525)  
The specified account does not exist.  
ERROR_GROUP_EXISTS  
1318 (0x526)  
The specified group already exists.  
ERROR_NO_SUCH_GROUP  
1319 (0x527)  
The specified group does not exist.  
ERROR_MEMBER_IN_GROUP  
1320 (0x528)  
Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.  
ERROR_MEMBER_NOT_IN_GROUP  
1321 (0x529)  
The specified user account is not a member of the specified group account.  
ERROR_LAST_ADMIN  
1322 (0x52A)  
This operation is disallowed as it could result in an administration account being disabled, deleted or unable to log on.  
ERROR_WRONG_PASSWORD  
1323 (0x52B)  
Unable to update the password. The value provided as the current password is incorrect.  
ERROR_ILL_FORMED_PASSWORD  
1324 (0x52C)  
Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.  
ERROR_PASSWORD_RESTRICTION  
1325 (0x52D)  
Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.  
ERROR_LOGON_FAILURE  
1326 (0x52E)  
The user name or password is incorrect.  
ERROR_ACCOUNT_RESTRICTION  
1327 (0x52F)  
Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced.  
ERROR_INVALID_LOGON_HOURS  
1328 (0x530)  
Your account has time restrictions that keep you from signing in right now.  
ERROR_INVALID_WORKSTATION  
1329 (0x531)  
This user isn't allowed to sign in to this computer.  
ERROR_PASSWORD_EXPIRED  
1330 (0x532)  
The password for this account has expired.  
ERROR_ACCOUNT_DISABLED  
1331 (0x533)  
This user can't sign in because this account is currently disabled.  
ERROR_NONE_MAPPED  
1332 (0x534)  
No mapping between account names and security IDs was done.  
ERROR_TOO_MANY_LUIDS_REQUESTED  
1333 (0x535)  
Too many local user identifiers (LUIDs) were requested at one time.  
ERROR_LUIDS_EXHAUSTED  
1334 (0x536)  
No more local user identifiers (LUIDs) are available.  
ERROR_INVALID_SUB_AUTHORITY  
1335 (0x537)  
The subauthority part of a security ID is invalid for this particular use.  
ERROR_INVALID_ACL  
1336 (0x538)  
The access control list (ACL) structure is invalid.  
ERROR_INVALID_SID  
1337 (0x539)  
The security ID structure is invalid.  
ERROR_INVALID_SECURITY_DESCR  
1338 (0x53A)  
The security descriptor structure is invalid.  
ERROR_BAD_INHERITANCE_ACL  
1340 (0x53C)  
The inherited access control list (ACL) or access control entry (ACE) could not be built.  
ERROR_SERVER_DISABLED  
1341 (0x53D)  
The server is currently disabled.  
ERROR_SERVER_NOT_DISABLED  
1342 (0x53E)  
The server is currently enabled.  
ERROR_INVALID_ID_AUTHORITY  
1343 (0x53F)  
The value provided was an invalid value for an identifier authority.  
ERROR_ALLOTTED_SPACE_EXCEEDED  
1344 (0x540)  
No more memory is available for security information updates.  
ERROR_INVALID_GROUP_ATTRIBUTES  
1345 (0x541)  
The specified attributes are invalid, or incompatible with the attributes for the group as a whole.  
ERROR_BAD_IMPERSONATION_LEVEL  
1346 (0x542)  
Either a required impersonation level was not provided, or the provided impersonation level is invalid.  
ERROR_CANT_OPEN_ANONYMOUS  
1347 (0x543)  
Cannot open an anonymous level security token.  
ERROR_BAD_VALIDATION_CLASS  
1348 (0x544)  
The validation information class requested was invalid.  
ERROR_BAD_TOKEN_TYPE  
1349 (0x545)  
The type of the token is inappropriate for its attempted use.  
ERROR_NO_SECURITY_ON_OBJECT  
1350 (0x546)  
Unable to perform a security operation on an object that has no associated security.  
ERROR_CANT_ACCESS_DOMAIN_INFO  
1351 (0x547)  
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.  
ERROR_INVALID_SERVER_STATE  
1352 (0x548)  
The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.  
ERROR_INVALID_DOMAIN_STATE  
1353 (0x549)  
The domain was in the wrong state to perform the security operation.  
ERROR_INVALID_DOMAIN_ROLE  
1354 (0x54A)  
This operation is only allowed for the Primary Domain Controller of the domain.  
ERROR_NO_SUCH_DOMAIN  
1355 (0x54B)  
The specified domain either does not exist or could not be contacted.  
ERROR_DOMAIN_EXISTS  
1356 (0x54C)  
The specified domain already exists.  
ERROR_DOMAIN_LIMIT_EXCEEDED  
1357 (0x54D)  
An attempt was made to exceed the limit on the number of domains per server.  
ERROR_INTERNAL_DB_CORRUPTION  
1358 (0x54E)  
Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.  
ERROR_INTERNAL_ERROR  
1359 (0x54F)  
An internal error occurred.  
ERROR_GENERIC_NOT_MAPPED  
1360 (0x550)  
Generic access types were contained in an access mask which should already be mapped to nongeneric types.  
ERROR_BAD_DESCRIPTOR_FORMAT  
1361 (0x551)  
A security descriptor is not in the right format (absolute or self-relative).  
ERROR_NOT_LOGON_PROCESS  
1362 (0x552)  
The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.  
ERROR_LOGON_SESSION_EXISTS  
1363 (0x553)  
Cannot start a new logon session with an ID that is already in use.  
ERROR_NO_SUCH_PACKAGE  
1364 (0x554)  
A specified authentication package is unknown.  
ERROR_BAD_LOGON_SESSION_STATE  
1365 (0x555)  
The logon session is not in a state that is consistent with the requested operation.  
ERROR_LOGON_SESSION_COLLISION  
1366 (0x556)  
The logon session ID is already in use.  
ERROR_INVALID_LOGON_TYPE  
1367 (0x557)  
A logon request contained an invalid logon type value.  
ERROR_CANNOT_IMPERSONATE  
1368 (0x558)  
Unable to impersonate using a named pipe until data has been read from that pipe.  
ERROR_RXACT_INVALID_STATE  
1369 (0x559)  
The transaction state of a registry subtree is incompatible with the requested operation.  
ERROR_RXACT_COMMIT_FAILURE  
1370 (0x55A)  
An internal security database corruption has been encountered.  
ERROR_SPECIAL_ACCOUNT  
1371 (0x55B)  
Cannot perform this operation on built-in accounts.  
ERROR_SPECIAL_GROUP  
1372 (0x55C)  
Cannot perform this operation on this built-in special group.  
ERROR_SPECIAL_USER  
1373 (0x55D)  
Cannot perform this operation on this built-in special user.  
ERROR_MEMBERS_PRIMARY_GROUP  
1374 (0x55E)  
The user cannot be removed from a group because the group is currently the user's primary group.  
ERROR_TOKEN_ALREADY_IN_USE  
1375 (0x55F)  
The token is already in use as a primary token.  
ERROR_NO_SUCH_ALIAS  
1376 (0x560)  
The specified local group does not exist.  
ERROR_MEMBER_NOT_IN_ALIAS  
1377 (0x561)  
The specified account name is not a member of the group.  
ERROR_MEMBER_IN_ALIAS  
1378 (0x562)  
The specified account name is already a member of the group.  
ERROR_ALIAS_EXISTS  
1379 (0x563)  
The specified local group already exists.  
ERROR_LOGON_NOT_GRANTED  
1380 (0x564)  
Logon failure: the user has not been granted the requested logon type at this computer.  
ERROR_TOO_MANY_SECRETS  
1381 (0x565)  
The maximum number of secrets that may be stored in a single system has been exceeded.  
ERROR_SECRET_TOO_LONG  
1382 (0x566)  
The length of a secret exceeds the maximum length allowed.  
ERROR_INTERNAL_DB_ERROR  
1383 (0x567)  
The local security authority database contains an internal inconsistency.  
ERROR_TOO_MANY_CONTEXT_IDS  
1384 (0x568)  
During a logon attempt, the user's security context accumulated too many security IDs.  
ERROR_LOGON_TYPE_NOT_GRANTED  
1385 (0x569)  
Logon failure: the user has not been granted the requested logon type at this computer.  
ERROR_NT_CROSS_ENCRYPTION_REQUIRED  
1386 (0x56A)  
A cross-encrypted password is necessary to change a user password.  
ERROR_NO_SUCH_MEMBER  
1387 (0x56B)  
A member could not be added to or removed from the local group because the member does not exist.  
ERROR_INVALID_MEMBER  
1388 (0x56C)  
A new member could not be added to a local group because the member has the wrong account type.  
ERROR_TOO_MANY_SIDS  
1389 (0x56D)  
Too many security IDs have been specified.  
ERROR_LM_CROSS_ENCRYPTION_REQUIRED  
1390 (0x56E)  
A cross-encrypted password is necessary to change this user password.  
ERROR_NO_INHERITANCE  
1391 (0x56F)  
Indicates an ACL contains no inheritable components.  
ERROR_FILE_CORRUPT  
1392 (0x570)  
The file or directory is corrupted and unreadable.  
ERROR_DISK_CORRUPT  
1393 (0x571)  
The disk structure is corrupted and unreadable.  
ERROR_NO_USER_SESSION_KEY  
1394 (0x572)  
There is no user session key for the specified logon session.  
ERROR_LICENSE_QUOTA_EXCEEDED  
1395 (0x573)  
The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept.  
ERROR_WRONG_TARGET_NAME  
1396 (0x574)  
The target account name is incorrect.  
ERROR_MUTUAL_AUTH_FAILED  
1397 (0x575)  
Mutual Authentication failed. The server's password is out of date at the domain controller.  
ERROR_TIME_SKEW  
1398 (0x576)  
There is a time and/or date difference between the client and server.  
ERROR_CURRENT_DOMAIN_NOT_ALLOWED  
1399 (0x577)  
This operation cannot be performed on the current domain.  
ERROR_INVALID_WINDOW_HANDLE  
1400 (0x578)  
Invalid window handle.  
ERROR_INVALID_MENU_HANDLE  
1401 (0x579)  
Invalid menu handle.  
ERROR_INVALID_CURSOR_HANDLE  
1402 (0x57A)  
Invalid cursor handle.  
ERROR_INVALID_ACCEL_HANDLE  
1403 (0x57B)  
Invalid accelerator table handle.  
ERROR_INVALID_HOOK_HANDLE  
1404 (0x57C)  
Invalid hook handle.  
ERROR_INVALID_DWP_HANDLE  
1405 (0x57D)  
Invalid handle to a multiple-window position structure.  
ERROR_TLW_WITH_WSCHILD  
1406 (0x57E)  
Cannot create a top-level child window.  
ERROR_CANNOT_FIND_WND_CLASS  
1407 (0x57F)  
Cannot find window class.  
ERROR_WINDOW_OF_OTHER_THREAD  
1408 (0x580)  
Invalid window; it belongs to other thread.  
ERROR_HOTKEY_ALREADY_REGISTERED  
1409 (0x581)  
Hot key is already registered.  
ERROR_CLASS_ALREADY_EXISTS  
1410 (0x582)  
Class already exists.  
ERROR_CLASS_DOES_NOT_EXIST  
1411 (0x583)  
Class does not exist.  
ERROR_CLASS_HAS_WINDOWS  
1412 (0x584)  
Class still has open windows.  
ERROR_INVALID_INDEX  
1413 (0x585)  
Invalid index.  
ERROR_INVALID_ICON_HANDLE  
1414 (0x586)  
Invalid icon handle.  
ERROR_PRIVATE_DIALOG_INDEX  
1415 (0x587)  
Using private DIALOG window words.  
ERROR_LISTBOX_ID_NOT_FOUND  
1416 (0x588)  
The list box identifier was not found.  
ERROR_NO_WILDCARD_CHARACTERS  
1417 (0x589)  
No wildcards were found.  
ERROR_CLIPBOARD_NOT_OPEN  
1418 (0x58A)  
Thread does not have a clipboard open.  
ERROR_HOTKEY_NOT_REGISTERED  
1419 (0x58B)  
Hot key is not registered.  
ERROR_WINDOW_NOT_DIALOG  
1420 (0x58C)  
The window is not a valid dialog window.  
ERROR_CONTROL_ID_NOT_FOUND  
1421 (0x58D)  
Control ID not found.  
ERROR_INVALID_COMBOBOX_MESSAGE  
1422 (0x58E)  
Invalid message for a combo box because it does not have an edit control.  
ERROR_WINDOW_NOT_COMBOBOX  
1423 (0x58F)  
The window is not a combo box.  
ERROR_INVALID_EDIT_HEIGHT  
1424 (0x590)  
Height must be less than 256.  
ERROR_DC_NOT_FOUND  
1425 (0x591)  
Invalid device context (DC) handle.  
ERROR_INVALID_HOOK_FILTER  
1426 (0x592)  
Invalid hook procedure type.  
ERROR_INVALID_FILTER_PROC  
1427 (0x593)  
Invalid hook procedure.  
ERROR_HOOK_NEEDS_HMOD  
1428 (0x594)  
Cannot set nonlocal hook without a module handle.  
ERROR_GLOBAL_ONLY_HOOK  
1429 (0x595)  
This hook procedure can only be set globally.  
ERROR_JOURNAL_HOOK_SET  
1430 (0x596)  
The journal hook procedure is already installed.  
ERROR_HOOK_NOT_INSTALLED  
1431 (0x597)  
The hook procedure is not installed.  
ERROR_INVALID_LB_MESSAGE  
1432 (0x598)  
Invalid message for single-selection list box.  
ERROR_SETCOUNT_ON_BAD_LB  
1433 (0x599)  
LB_SETCOUNT sent to non-lazy list box.  
ERROR_LB_WITHOUT_TABSTOPS  
1434 (0x59A)  
This list box does not support tab stops.  
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD  
1435 (0x59B)  
Cannot destroy object created by another thread.  
ERROR_CHILD_WINDOW_MENU  
1436 (0x59C)  
Child windows cannot have menus.  
ERROR_NO_SYSTEM_MENU  
1437 (0x59D)  
The window does not have a system menu.  
ERROR_INVALID_MSGBOX_STYLE  
1438 (0x59E)  
Invalid message box style.  
ERROR_INVALID_SPI_VALUE  
1439 (0x59F)  
Invalid system-wide (SPI_*) parameter.  
ERROR_SCREEN_ALREADY_LOCKED  
1440 (0x5A0)  
Screen already locked.  
ERROR_HWNDS_HAVE_DIFF_PARENT  
1441 (0x5A1)  
All handles to windows in a multiple-window position structure must have the same parent.  
ERROR_NOT_CHILD_WINDOW  
1442 (0x5A2)  
The window is not a child window.  
ERROR_INVALID_GW_COMMAND  
1443 (0x5A3)  
Invalid GW_* command.  
ERROR_INVALID_THREAD_ID  
1444 (0x5A4)  
Invalid thread identifier.  
ERROR_NON_MDICHILD_WINDOW  
1445 (0x5A5)  
Cannot process a message from a window that is not a multiple document interface (MDI) window.  
ERROR_POPUP_ALREADY_ACTIVE  
1446 (0x5A6)  
Popup menu already active.  
ERROR_NO_SCROLLBARS  
1447 (0x5A7)  
The window does not have scroll bars.  
ERROR_INVALID_SCROLLBAR_RANGE  
1448 (0x5A8)  
Scroll bar range cannot be greater than MAXLONG.  
ERROR_INVALID_SHOWWIN_COMMAND  
1449 (0x5A9)  
Cannot show or remove the window in the way specified.  
ERROR_NO_SYSTEM_RESOURCES  
1450 (0x5AA)  
Insufficient system resources exist to complete the requested service.  
ERROR_NONPAGED_SYSTEM_RESOURCES  
1451 (0x5AB)  
Insufficient system resources exist to complete the requested service.  
ERROR_PAGED_SYSTEM_RESOURCES  
1452 (0x5AC)  
Insufficient system resources exist to complete the requested service.  
ERROR_WORKING_SET_QUOTA  
1453 (0x5AD)  
Insufficient quota to complete the requested service.  
ERROR_PAGEFILE_QUOTA  
1454 (0x5AE)  
Insufficient quota to complete the requested service.  
ERROR_COMMITMENT_LIMIT  
1455 (0x5AF)  
The paging file is too small for this operation to complete.  
ERROR_MENU_ITEM_NOT_FOUND  
1456 (0x5B0)  
A menu item was not found.  
ERROR_INVALID_KEYBOARD_HANDLE  
1457 (0x5B1)  
Invalid keyboard layout handle.  
ERROR_HOOK_TYPE_NOT_ALLOWED  
1458 (0x5B2)  
Hook type not allowed.  
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION  
1459 (0x5B3)  
This operation requires an interactive window station.  
ERROR_TIMEOUT  
1460 (0x5B4)  
This operation returned because the timeout period expired.  
ERROR_INVALID_MONITOR_HANDLE  
1461 (0x5B5)  
Invalid monitor handle.  
ERROR_INCORRECT_SIZE  
1462 (0x5B6)  
Incorrect size argument.  
ERROR_SYMLINK_CLASS_DISABLED  
1463 (0x5B7)  
The symbolic link cannot be followed because its type is disabled.  
ERROR_SYMLINK_NOT_SUPPORTED  
1464 (0x5B8)  
This application does not support the current operation on symbolic links.  
ERROR_XML_PARSE_ERROR  
1465 (0x5B9)  
Windows was unable to parse the requested XML data.  
ERROR_XMLDSIG_ERROR  
1466 (0x5BA)  
An error was encountered while processing an XML digital signature.  
ERROR_RESTART_APPLICATION  
1467 (0x5BB)  
This application must be restarted.  
ERROR_WRONG_COMPARTMENT  
1468 (0x5BC)  
The caller made the connection request in the wrong routing compartment.  
ERROR_AUTHIP_FAILURE  
1469 (0x5BD)  
There was an AuthIP failure when attempting to connect to the remote host.  
ERROR_NO_NVRAM_RESOURCES  
1470 (0x5BE)  
Insufficient NVRAM resources exist to complete the requested service. A reboot might be required.  
ERROR_NOT_GUI_PROCESS  
1471 (0x5BF)  
Unable to finish the requested operation because the specified process is not a GUI process.  
ERROR_EVENTLOG_FILE_CORRUPT  
1500 (0x5DC)  
The event log file is corrupted.  
ERROR_EVENTLOG_CANT_START  
1501 (0x5DD)  
No event log file could be opened, so the event logging service did not start.  
ERROR_LOG_FILE_FULL  
1502 (0x5DE)  
The event log file is full.  
ERROR_EVENTLOG_FILE_CHANGED  
1503 (0x5DF)  
The event log file has changed between read operations.  
ERROR_INVALID_TASK_NAME  
1550 (0x60E)  
The specified task name is invalid.  
ERROR_INVALID_TASK_INDEX  
1551 (0x60F)  
The specified task index is invalid.  
ERROR_THREAD_ALREADY_IN_TASK  
1552 (0x610)  
The specified thread is already joining a task.  
ERROR_INSTALL_SERVICE_FAILURE  
1601 (0x641)  
The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.  
ERROR_INSTALL_USEREXIT  
1602 (0x642)  
User cancelled installation.  
ERROR_INSTALL_FAILURE  
1603 (0x643)  
Fatal error during installation.  
ERROR_INSTALL_SUSPEND  
1604 (0x644)  
Installation suspended, incomplete.  
ERROR_UNKNOWN_PRODUCT  
1605 (0x645)  
This action is only valid for products that are currently installed.  
ERROR_UNKNOWN_FEATURE  
1606 (0x646)  
Feature ID not registered.  
ERROR_UNKNOWN_COMPONENT  
1607 (0x647)  
Component ID not registered.  
ERROR_UNKNOWN_PROPERTY  
1608 (0x648)  
Unknown property.  
ERROR_INVALID_HANDLE_STATE  
1609 (0x649)  
Handle is in an invalid state.  
ERROR_BAD_CONFIGURATION  
1610 (0x64A)  
The configuration data for this product is corrupt. Contact your support personnel.  
ERROR_INDEX_ABSENT  
1611 (0x64B)  
Component qualifier not present.  
ERROR_INSTALL_SOURCE_ABSENT  
1612 (0x64C)  
The installation source for this product is not available. Verify that the source exists and that you can access it.  
ERROR_INSTALL_PACKAGE_VERSION  
1613 (0x64D)  
This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.  
ERROR_PRODUCT_UNINSTALLED  
1614 (0x64E)  
Product is uninstalled.  
ERROR_BAD_QUERY_SYNTAX  
1615 (0x64F)  
SQL query syntax invalid or unsupported.  
ERROR_INVALID_FIELD  
1616 (0x650)  
Record field does not exist.  
ERROR_DEVICE_REMOVED  
1617 (0x651)  
The device has been removed.  
ERROR_INSTALL_ALREADY_RUNNING  
1618 (0x652)  
Another installation is already in progress. Complete that installation before proceeding with this install.  
ERROR_INSTALL_PACKAGE_OPEN_FAILED  
1619 (0x653)  
This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.  
ERROR_INSTALL_PACKAGE_INVALID  
1620 (0x654)  
This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.  
ERROR_INSTALL_UI_FAILURE  
1621 (0x655)  
There was an error starting the Windows Installer service user interface. Contact your support personnel.  
ERROR_INSTALL_LOG_FAILURE  
1622 (0x656)  
Error opening installation log file. Verify that the specified log file location exists and that you can write to it.  
ERROR_INSTALL_LANGUAGE_UNSUPPORTED  
1623 (0x657)  
The language of this installation package is not supported by your system.  
ERROR_INSTALL_TRANSFORM_FAILURE  
1624 (0x658)  
Error applying transforms. Verify that the specified transform paths are valid.  
ERROR_INSTALL_PACKAGE_REJECTED  
1625 (0x659)  
This installation is forbidden by system policy. Contact your system administrator.  
ERROR_FUNCTION_NOT_CALLED  
1626 (0x65A)  
Function could not be executed.  
ERROR_FUNCTION_FAILED  
1627 (0x65B)  
Function failed during execution.  
ERROR_INVALID_TABLE  
1628 (0x65C)  
Invalid or unknown table specified.  
ERROR_DATATYPE_MISMATCH  
1629 (0x65D)  
Data supplied is of wrong type.  
ERROR_UNSUPPORTED_TYPE  
1630 (0x65E)  
Data of this type is not supported.  
ERROR_CREATE_FAILED  
1631 (0x65F)  
The Windows Installer service failed to start. Contact your support personnel.  
ERROR_INSTALL_TEMP_UNWRITABLE  
1632 (0x660)  
The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.  
ERROR_INSTALL_PLATFORM_UNSUPPORTED  
1633 (0x661)  
This installation package is not supported by this processor type. Contact your product vendor.  
ERROR_INSTALL_NOTUSED  
1634 (0x662)  
Component not used on this computer.  
ERROR_PATCH_PACKAGE_OPEN_FAILED  
1635 (0x663)  
This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.  
ERROR_PATCH_PACKAGE_INVALID  
1636 (0x664)  
This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.  
ERROR_PATCH_PACKAGE_UNSUPPORTED  
1637 (0x665)  
This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.  
ERROR_PRODUCT_VERSION  
1638 (0x666)  
Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.  
ERROR_INVALID_COMMAND_LINE  
1639 (0x667)  
Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.  
ERROR_INSTALL_REMOTE_DISALLOWED  
1640 (0x668)  
Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator.  
ERROR_SUCCESS_REBOOT_INITIATED  
1641 (0x669)  
The requested operation completed successfully. The system will be restarted so the changes can take effect.  
ERROR_PATCH_TARGET_NOT_FOUND  
1642 (0x66A)  
The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.  
ERROR_PATCH_PACKAGE_REJECTED  
1643 (0x66B)  
The update package is not permitted by software restriction policy.  
ERROR_INSTALL_TRANSFORM_REJECTED  
1644 (0x66C)  
One or more customizations are not permitted by software restriction policy.  
ERROR_INSTALL_REMOTE_PROHIBITED  
1645 (0x66D)  
The Windows Installer does not permit installation from a Remote Desktop Connection.  
ERROR_PATCH_REMOVAL_UNSUPPORTED  
1646 (0x66E)  
Uninstallation of the update package is not supported.  
ERROR_UNKNOWN_PATCH  
1647 (0x66F)  
The update is not applied to this product.  
ERROR_PATCH_NO_SEQUENCE  
1648 (0x670)  
No valid sequence could be found for the set of updates.  
ERROR_PATCH_REMOVAL_DISALLOWED  
1649 (0x671)  
Update removal was disallowed by policy.  
ERROR_INVALID_PATCH_XML  
1650 (0x672)  
The XML update data is invalid.  
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT  
1651 (0x673)  
Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.  
ERROR_INSTALL_SERVICE_SAFEBOOT  
1652 (0x674)  
The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.  
ERROR_FAIL_FAST_EXCEPTION  
1653 (0x675)  
A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.  
ERROR_INSTALL_REJECTED  
1654 (0x676)  
The app that you are trying to run is not supported on this version of Windows.  
RPC_S_INVALID_STRING_BINDING  
1700 (0x6A4)  
The string binding is invalid.  
RPC_S_WRONG_KIND_OF_BINDING  
1701 (0x6A5)  
The binding handle is not the correct type.  
RPC_S_INVALID_BINDING  
1702 (0x6A6)  
The binding handle is invalid.  
RPC_S_PROTSEQ_NOT_SUPPORTED  
1703 (0x6A7)  
The RPC protocol sequence is not supported.  
RPC_S_INVALID_RPC_PROTSEQ  
1704 (0x6A8)  
The RPC protocol sequence is invalid.  
RPC_S_INVALID_STRING_UUID  
1705 (0x6A9)  
The string universal unique identifier (UUID) is invalid.  
RPC_S_INVALID_ENDPOINT_FORMAT  
1706 (0x6AA)  
The endpoint format is invalid.  
RPC_S_INVALID_NET_ADDR  
1707 (0x6AB)  
The network address is invalid.  
RPC_S_NO_ENDPOINT_FOUND  
1708 (0x6AC)  
No endpoint was found.  
RPC_S_INVALID_TIMEOUT  
1709 (0x6AD)  
The timeout value is invalid.  
RPC_S_OBJECT_NOT_FOUND  
1710 (0x6AE)  
The object universal unique identifier (UUID) was not found.  
RPC_S_ALREADY_REGISTERED  
1711 (0x6AF)  
The object universal unique identifier (UUID) has already been registered.  
RPC_S_TYPE_ALREADY_REGISTERED  
1712 (0x6B0)  
The type universal unique identifier (UUID) has already been registered.  
RPC_S_ALREADY_LISTENING  
1713 (0x6B1)  
The RPC server is already listening.  
RPC_S_NO_PROTSEQS_REGISTERED  
1714 (0x6B2)  
No protocol sequences have been registered.  
RPC_S_NOT_LISTENING  
1715 (0x6B3)  
The RPC server is not listening.  
RPC_S_UNKNOWN_MGR_TYPE  
1716 (0x6B4)  
The manager type is unknown.  
RPC_S_UNKNOWN_IF  
1717 (0x6B5)  
The interface is unknown.  
RPC_S_NO_BINDINGS  
1718 (0x6B6)  
There are no bindings.  
RPC_S_NO_PROTSEQS  
1719 (0x6B7)  
There are no protocol sequences.  
RPC_S_CANT_CREATE_ENDPOINT  
1720 (0x6B8)  
The endpoint cannot be created.  
RPC_S_OUT_OF_RESOURCES  
1721 (0x6B9)  
Not enough resources are available to complete this operation.  
RPC_S_SERVER_UNAVAILABLE  
1722 (0x6BA)  
The RPC server is unavailable.  
RPC_S_SERVER_TOO_BUSY  
1723 (0x6BB)  
The RPC server is too busy to complete this operation.  
RPC_S_INVALID_NETWORK_OPTIONS  
1724 (0x6BC)  
The network options are invalid.  
RPC_S_NO_CALL_ACTIVE  
1725 (0x6BD)  
There are no remote procedure calls active on this thread.  
RPC_S_CALL_FAILED  
1726 (0x6BE)  
The remote procedure call failed.  
RPC_S_CALL_FAILED_DNE  
1727 (0x6BF)  
The remote procedure call failed and did not execute.  
RPC_S_PROTOCOL_ERROR  
1728 (0x6C0)  
A remote procedure call (RPC) protocol error occurred.  
RPC_S_PROXY_ACCESS_DENIED  
1729 (0x6C1)  
Access to the HTTP proxy is denied.  
RPC_S_UNSUPPORTED_TRANS_SYN  
1730 (0x6C2)  
The transfer syntax is not supported by the RPC server.  
RPC_S_UNSUPPORTED_TYPE  
1732 (0x6C4)  
The universal unique identifier (UUID) type is not supported.  
RPC_S_INVALID_TAG  
1733 (0x6C5)  
The tag is invalid.  
RPC_S_INVALID_BOUND  
1734 (0x6C6)  
The array bounds are invalid.  
RPC_S_NO_ENTRY_NAME  
1735 (0x6C7)  
The binding does not contain an entry name.  
RPC_S_INVALID_NAME_SYNTAX  
1736 (0x6C8)  
The name syntax is invalid.  
RPC_S_UNSUPPORTED_NAME_SYNTAX  
1737 (0x6C9)  
The name syntax is not supported.  
RPC_S_UUID_NO_ADDRESS  
1739 (0x6CB)  
No network address is available to use to construct a universal unique identifier (UUID).  
RPC_S_DUPLICATE_ENDPOINT  
1740 (0x6CC)  
The endpoint is a duplicate.  
RPC_S_UNKNOWN_AUTHN_TYPE  
1741 (0x6CD)  
The authentication type is unknown.  
RPC_S_MAX_CALLS_TOO_SMALL  
1742 (0x6CE)  
The maximum number of calls is too small.  
RPC_S_STRING_TOO_LONG  
1743 (0x6CF)  
The string is too long.  
RPC_S_PROTSEQ_NOT_FOUND  
1744 (0x6D0)  
The RPC protocol sequence was not found.  
RPC_S_PROCNUM_OUT_OF_RANGE  
1745 (0x6D1)  
The procedure number is out of range.  
RPC_S_BINDING_HAS_NO_AUTH  
1746 (0x6D2)  
The binding does not contain any authentication information.  
RPC_S_UNKNOWN_AUTHN_SERVICE  
1747 (0x6D3)  
The authentication service is unknown.  
RPC_S_UNKNOWN_AUTHN_LEVEL  
1748 (0x6D4)  
The authentication level is unknown.  
RPC_S_INVALID_AUTH_IDENTITY  
1749 (0x6D5)  
The security context is invalid.  
RPC_S_UNKNOWN_AUTHZ_SERVICE  
1750 (0x6D6)  
The authorization service is unknown.  
EPT_S_INVALID_ENTRY  
1751 (0x6D7)  
The entry is invalid.  
EPT_S_CANT_PERFORM_OP  
1752 (0x6D8)  
The server endpoint cannot perform the operation.  
EPT_S_NOT_REGISTERED  
1753 (0x6D9)  
There are no more endpoints available from the endpoint mapper.  
RPC_S_NOTHING_TO_EXPORT  
1754 (0x6DA)  
No interfaces have been exported.  
RPC_S_INCOMPLETE_NAME  
1755 (0x6DB)  
The entry name is incomplete.  
RPC_S_INVALID_VERS_OPTION  
1756 (0x6DC)  
The version option is invalid.  
RPC_S_NO_MORE_MEMBERS  
1757 (0x6DD)  
There are no more members.  
RPC_S_NOT_ALL_OBJS_UNEXPORTED  
1758 (0x6DE)  
There is nothing to unexport.  
RPC_S_INTERFACE_NOT_FOUND  
1759 (0x6DF)  
The interface was not found.  
RPC_S_ENTRY_ALREADY_EXISTS  
1760 (0x6E0)  
The entry already exists.  
RPC_S_ENTRY_NOT_FOUND  
1761 (0x6E1)  
The entry is not found.  
RPC_S_NAME_SERVICE_UNAVAILABLE  
1762 (0x6E2)  
The name service is unavailable.  
RPC_S_INVALID_NAF_ID  
1763 (0x6E3)  
The network address family is invalid.  
RPC_S_CANNOT_SUPPORT  
1764 (0x6E4)  
The requested operation is not supported.  
RPC_S_NO_CONTEXT_AVAILABLE  
1765 (0x6E5)  
No security context is available to allow impersonation.  
RPC_S_INTERNAL_ERROR  
1766 (0x6E6)  
An internal error occurred in a remote procedure call (RPC).  
RPC_S_ZERO_DIVIDE  
1767 (0x6E7)  
The RPC server attempted an integer division by zero.  
RPC_S_ADDRESS_ERROR  
1768 (0x6E8)  
An addressing error occurred in the RPC server.  
RPC_S_FP_DIV_ZERO  
1769 (0x6E9)  
A floating-point operation at the RPC server caused a division by zero.  
RPC_S_FP_UNDERFLOW  
1770 (0x6EA)  
A floating-point underflow occurred at the RPC server.  
RPC_S_FP_OVERFLOW  
1771 (0x6EB)  
A floating-point overflow occurred at the RPC server.  
RPC_X_NO_MORE_ENTRIES  
1772 (0x6EC)  
The list of RPC servers available for the binding of auto handles has been exhausted.  
RPC_X_SS_CHAR_TRANS_OPEN_FAIL  
1773 (0x6ED)  
Unable to open the character translation table file.  
RPC_X_SS_CHAR_TRANS_SHORT_FILE  
1774 (0x6EE)  
The file containing the character translation table has fewer than 512 bytes.  
RPC_X_SS_IN_NULL_CONTEXT  
1775 (0x6EF)  
A null context handle was passed from the client to the host during a remote procedure call.  
RPC_X_SS_CONTEXT_DAMAGED  
1777 (0x6F1)  
The context handle changed during a remote procedure call.  
RPC_X_SS_HANDLES_MISMATCH  
1778 (0x6F2)  
The binding handles passed to a remote procedure call do not match.  
RPC_X_SS_CANNOT_GET_CALL_HANDLE  
1779 (0x6F3)  
The stub is unable to get the remote procedure call handle.  
RPC_X_NULL_REF_POINTER  
1780 (0x6F4)  
A null reference pointer was passed to the stub.  
RPC_X_ENUM_VALUE_OUT_OF_RANGE  
1781 (0x6F5)  
The enumeration value is out of range.  
RPC_X_BYTE_COUNT_TOO_SMALL  
1782 (0x6F6)  
The byte count is too small.  
RPC_X_BAD_STUB_DATA  
1783 (0x6F7)  
The stub received bad data.  
ERROR_INVALID_USER_BUFFER  
1784 (0x6F8)  
The supplied user buffer is not valid for the requested operation.  
ERROR_UNRECOGNIZED_MEDIA  
1785 (0x6F9)  
The disk media is not recognized. It may not be formatted.  
ERROR_NO_TRUST_LSA_SECRET  
1786 (0x6FA)  
The workstation does not have a trust secret.  
ERROR_NO_TRUST_SAM_ACCOUNT  
1787 (0x6FB)  
The security database on the server does not have a computer account for this workstation trust relationship.  
ERROR_TRUSTED_DOMAIN_FAILURE  
1788 (0x6FC)  
The trust relationship between the primary domain and the trusted domain failed.  
ERROR_TRUSTED_RELATIONSHIP_FAILURE  
1789 (0x6FD)  
The trust relationship between this workstation and the primary domain failed.  
ERROR_TRUST_FAILURE  
1790 (0x6FE)  
The network logon failed.  
RPC_S_CALL_IN_PROGRESS  
1791 (0x6FF)  
A remote procedure call is already in progress for this thread.  
ERROR_NETLOGON_NOT_STARTED  
1792 (0x700)  
An attempt was made to logon, but the network logon service was not started.  
ERROR_ACCOUNT_EXPIRED  
1793 (0x701)  
The user's account has expired.  
ERROR_REDIRECTOR_HAS_OPEN_HANDLES  
1794 (0x702)  
The redirector is in use and cannot be unloaded.  
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED  
1795 (0x703)  
The specified printer driver is already installed.  
ERROR_UNKNOWN_PORT  
1796 (0x704)  
The specified port is unknown.  
ERROR_UNKNOWN_PRINTER_DRIVER  
1797 (0x705)  
The printer driver is unknown.  
ERROR_UNKNOWN_PRINTPROCESSOR  
1798 (0x706)  
The print processor is unknown.  
ERROR_INVALID_SEPARATOR_FILE  
1799 (0x707)  
The specified separator file is invalid.  
ERROR_INVALID_PRIORITY  
1800 (0x708)  
The specified priority is invalid.  
ERROR_INVALID_PRINTER_NAME  
1801 (0x709)  
The printer name is invalid.  
ERROR_PRINTER_ALREADY_EXISTS  
1802 (0x70A)  
The printer already exists.  
ERROR_INVALID_PRINTER_COMMAND  
1803 (0x70B)  
The printer command is invalid.  
ERROR_INVALID_DATATYPE  
1804 (0x70C)  
The specified datatype is invalid.  
ERROR_INVALID_ENVIRONMENT  
1805 (0x70D)  
The environment specified is invalid.  
RPC_S_NO_MORE_BINDINGS  
1806 (0x70E)  
There are no more bindings.  
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT  
1807 (0x70F)  
The account used is an interdomain trust account. Use your global user account or local user account to access this server.  
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT  
1808 (0x710)  
The account used is a computer account. Use your global user account or local user account to access this server.  
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT  
1809 (0x711)  
The account used is a server trust account. Use your global user account or local user account to access this server.  
ERROR_DOMAIN_TRUST_INCONSISTENT  
1810 (0x712)  
The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.  
ERROR_SERVER_HAS_OPEN_HANDLES  
1811 (0x713)  
The server is in use and cannot be unloaded.  
ERROR_RESOURCE_DATA_NOT_FOUND  
1812 (0x714)  
The specified image file did not contain a resource section.  
ERROR_RESOURCE_TYPE_NOT_FOUND  
1813 (0x715)  
The specified resource type cannot be found in the image file.  
ERROR_RESOURCE_NAME_NOT_FOUND  
1814 (0x716)  
The specified resource name cannot be found in the image file.  
ERROR_RESOURCE_LANG_NOT_FOUND  
1815 (0x717)  
The specified resource language ID cannot be found in the image file.  
ERROR_NOT_ENOUGH_QUOTA  
1816 (0x718)  
Not enough quota is available to process this command.  
RPC_S_NO_INTERFACES  
1817 (0x719)  
No interfaces have been registered.  
RPC_S_CALL_CANCELLED  
1818 (0x71A)  
The remote procedure call was cancelled.  
RPC_S_BINDING_INCOMPLETE  
1819 (0x71B)  
The binding handle does not contain all required information.  
RPC_S_COMM_FAILURE  
1820 (0x71C)  
A communications failure occurred during a remote procedure call.  
RPC_S_UNSUPPORTED_AUTHN_LEVEL  
1821 (0x71D)  
The requested authentication level is not supported.  
RPC_S_NO_PRINC_NAME  
1822 (0x71E)  
No principal name registered.  
RPC_S_NOT_RPC_ERROR  
1823 (0x71F)  
The error specified is not a valid Windows RPC error code.  
RPC_S_UUID_LOCAL_ONLY  
1824 (0x720)  
A UUID that is valid only on this computer has been allocated.  
RPC_S_SEC_PKG_ERROR  
1825 (0x721)  
A security package specific error occurred.  
RPC_S_NOT_CANCELLED  
1826 (0x722)  
Thread is not canceled.  
RPC_X_INVALID_ES_ACTION  
1827 (0x723)  
Invalid operation on the encoding/decoding handle.  
RPC_X_WRONG_ES_VERSION  
1828 (0x724)  
Incompatible version of the serializing package.  
RPC_X_WRONG_STUB_VERSION  
1829 (0x725)  
Incompatible version of the RPC stub.  
RPC_X_INVALID_PIPE_OBJECT  
1830 (0x726)  
The RPC pipe object is invalid or corrupted.  
RPC_X_WRONG_PIPE_ORDER  
1831 (0x727)  
An invalid operation was attempted on an RPC pipe object.  
RPC_X_WRONG_PIPE_VERSION  
1832 (0x728)  
Unsupported RPC pipe version.  
RPC_S_COOKIE_AUTH_FAILED  
1833 (0x729)  
HTTP proxy server rejected the connection because the cookie authentication failed.  
RPC_S_GROUP_MEMBER_NOT_FOUND  
1898 (0x76A)  
The group member was not found.  
EPT_S_CANT_CREATE  
1899 (0x76B)  
The endpoint mapper database entry could not be created.  
RPC_S_INVALID_OBJECT  
1900 (0x76C)  
The object universal unique identifier (UUID) is the nil UUID.  
ERROR_INVALID_TIME  
1901 (0x76D)  
The specified time is invalid.  
ERROR_INVALID_FORM_NAME  
1902 (0x76E)  
The specified form name is invalid.  
ERROR_INVALID_FORM_SIZE  
1903 (0x76F)  
The specified form size is invalid.  
ERROR_ALREADY_WAITING  
1904 (0x770)  
The specified printer handle is already being waited on.  
ERROR_PRINTER_DELETED  
1905 (0x771)  
The specified printer has been deleted.  
ERROR_INVALID_PRINTER_STATE  
1906 (0x772)  
The state of the printer is invalid.  
ERROR_PASSWORD_MUST_CHANGE  
1907 (0x773)  
The user's password must be changed before signing in.  
ERROR_DOMAIN_CONTROLLER_NOT_FOUND  
1908 (0x774)  
Could not find the domain controller for this domain.  
ERROR_ACCOUNT_LOCKED_OUT  
1909 (0x775)  
The referenced account is currently locked out and may not be logged on to.  
OR_INVALID_OXID  
1910 (0x776)  
The object exporter specified was not found.  
OR_INVALID_OID  
1911 (0x777)  
The object specified was not found.  
OR_INVALID_SET  
1912 (0x778)  
The object resolver set specified was not found.  
RPC_S_SEND_INCOMPLETE  
1913 (0x779)  
Some data remains to be sent in the request buffer.  
RPC_S_INVALID_ASYNC_HANDLE  
1914 (0x77A)  
Invalid asynchronous remote procedure call handle.  
RPC_S_INVALID_ASYNC_CALL  
1915 (0x77B)  
Invalid asynchronous RPC call handle for this operation.  
RPC_X_PIPE_CLOSED  
1916 (0x77C)  
The RPC pipe object has already been closed.  
RPC_X_PIPE_DISCIPLINE_ERROR  
1917 (0x77D)  
The RPC call completed before all pipes were processed.  
RPC_X_PIPE_EMPTY  
1918 (0x77E)  
No more data is available from the RPC pipe.  
ERROR_NO_SITENAME  
1919 (0x77F)  
No site name is available for this machine.  
ERROR_CANT_ACCESS_FILE  
1920 (0x780)  
The file cannot be accessed by the system.  
ERROR_CANT_RESOLVE_FILENAME  
1921 (0x781)  
The name of the file cannot be resolved by the system.  
RPC_S_ENTRY_TYPE_MISMATCH  
1922 (0x782)  
The entry is not of the expected type.  
RPC_S_NOT_ALL_OBJS_EXPORTED  
1923 (0x783)  
Not all object UUIDs could be exported to the specified entry.  
RPC_S_INTERFACE_NOT_EXPORTED  
1924 (0x784)  
Interface could not be exported to the specified entry.  
RPC_S_PROFILE_NOT_ADDED  
1925 (0x785)  
The specified profile entry could not be added.  
RPC_S_PRF_ELT_NOT_ADDED  
1926 (0x786)  
The specified profile element could not be added.  
RPC_S_PRF_ELT_NOT_REMOVED  
1927 (0x787)  
The specified profile element could not be removed.  
RPC_S_GRP_ELT_NOT_ADDED  
1928 (0x788)  
The group element could not be added.  
RPC_S_GRP_ELT_NOT_REMOVED  
1929 (0x789)  
The group element could not be removed.  
ERROR_KM_DRIVER_BLOCKED  
1930 (0x78A)  
The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.  
ERROR_CONTEXT_EXPIRED  
1931 (0x78B)  
The context has expired and can no longer be used.  
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED  
1932 (0x78C)  
The current user's delegated trust creation quota has been exceeded.  
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED  
1933 (0x78D)  
The total delegated trust creation quota has been exceeded.  
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED  
1934 (0x78E)  
The current user's delegated trust deletion quota has been exceeded.  
ERROR_AUTHENTICATION_FIREWALL_FAILED  
1935 (0x78F)  
The computer you are signing into is protected by an authentication firewall. The specified account is not allowed to authenticate to the computer.  
ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED  
1936 (0x790)  
Remote connections to the Print Spooler are blocked by a policy set on your machine.  
ERROR_NTLM_BLOCKED  
1937 (0x791)  
Authentication failed because NTLM authentication has been disabled.  
ERROR_PASSWORD_CHANGE_REQUIRED  
1938 (0x792)  
Logon Failure: EAS policy requires that the user change their password before this operation can be performed.  
ERROR_INVALID_PIXEL_FORMAT  
2000 (0x7D0)  
The pixel format is invalid.  
ERROR_BAD_DRIVER  
2001 (0x7D1)  
The specified driver is invalid.  
ERROR_INVALID_WINDOW_STYLE  
2002 (0x7D2)  
The window style or class attribute is invalid for this operation.  
ERROR_METAFILE_NOT_SUPPORTED  
2003 (0x7D3)  
The requested metafile operation is not supported.  
ERROR_TRANSFORM_NOT_SUPPORTED  
2004 (0x7D4)  
The requested transformation operation is not supported.  
ERROR_CLIPPING_NOT_SUPPORTED  
2005 (0x7D5)  
The requested clipping operation is not supported.  
ERROR_INVALID_CMM  
2010 (0x7DA)  
The specified color management module is invalid.  
ERROR_INVALID_PROFILE  
2011 (0x7DB)  
The specified color profile is invalid.  
ERROR_TAG_NOT_FOUND  
2012 (0x7DC)  
The specified tag was not found.  
ERROR_TAG_NOT_PRESENT  
2013 (0x7DD)  
A required tag is not present.  
ERROR_DUPLICATE_TAG  
2014 (0x7DE)  
The specified tag is already present.  
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE  
2015 (0x7DF)  
The specified color profile is not associated with the specified device.  
ERROR_PROFILE_NOT_FOUND  
2016 (0x7E0)  
The specified color profile was not found.  
ERROR_INVALID_COLORSPACE  
2017 (0x7E1)  
The specified color space is invalid.  
ERROR_ICM_NOT_ENABLED  
2018 (0x7E2)  
Image Color Management is not enabled.  
ERROR_DELETING_ICM_XFORM  
2019 (0x7E3)  
There was an error while deleting the color transform.  
ERROR_INVALID_TRANSFORM  
2020 (0x7E4)  
The specified color transform is invalid.  
ERROR_COLORSPACE_MISMATCH  
2021 (0x7E5)  
The specified transform does not match the bitmap's color space.  
ERROR_INVALID_COLORINDEX  
2022 (0x7E6)  
The specified named color index is not present in the profile.  
ERROR_PROFILE_DOES_NOT_MATCH_DEVICE  
2023 (0x7E7)  
The specified profile is intended for a device of a different type than the specified device.  
ERROR_CONNECTED_OTHER_PASSWORD  
2108 (0x83C)  
The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.  
ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT  
2109 (0x83D)  
The network connection was made successfully using default credentials.  
ERROR_BAD_USERNAME  
2202 (0x89A)  
The specified username is invalid.  
ERROR_NOT_CONNECTED  
2250 (0x8CA)  
This network connection does not exist.  
ERROR_OPEN_FILES  
2401 (0x961)  
This network connection has files open or requests pending.  
ERROR_ACTIVE_CONNECTIONS  
2402 (0x962)  
Active connections still exist.  
ERROR_DEVICE_IN_USE  
2404 (0x964)  
The device is in use by an active process and cannot be disconnected.  
ERROR_UNKNOWN_PRINT_MONITOR  
3000 (0xBB8)  
The specified print monitor is unknown.  
ERROR_PRINTER_DRIVER_IN_USE  
3001 (0xBB9)  
The specified printer driver is currently in use.  
ERROR_SPOOL_FILE_NOT_FOUND  
3002 (0xBBA)  
The spool file was not found.  
ERROR_SPL_NO_STARTDOC  
3003 (0xBBB)  
A StartDocPrinter call was not issued.  
ERROR_SPL_NO_ADDJOB  
3004 (0xBBC)  
An AddJob call was not issued.  
ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED  
3005 (0xBBD)  
The specified print processor has already been installed.  
ERROR_PRINT_MONITOR_ALREADY_INSTALLED  
3006 (0xBBE)  
The specified print monitor has already been installed.  
ERROR_INVALID_PRINT_MONITOR  
3007 (0xBBF)  
The specified print monitor does not have the required functions.  
ERROR_PRINT_MONITOR_IN_USE  
3008 (0xBC0)  
The specified print monitor is currently in use.  
ERROR_PRINTER_HAS_JOBS_QUEUED  
3009 (0xBC1)  
The requested operation is not allowed when there are jobs queued to the printer.  
ERROR_SUCCESS_REBOOT_REQUIRED  
3010 (0xBC2)  
The requested operation is successful. Changes will not be effective until the system is rebooted.  
ERROR_SUCCESS_RESTART_REQUIRED  
3011 (0xBC3)  
The requested operation is successful. Changes will not be effective until the service is restarted.  
ERROR_PRINTER_NOT_FOUND  
3012 (0xBC4)  
No printers were found.  
ERROR_PRINTER_DRIVER_WARNED  
3013 (0xBC5)  
The printer driver is known to be unreliable.  
ERROR_PRINTER_DRIVER_BLOCKED  
3014 (0xBC6)  
The printer driver is known to harm the system.  
ERROR_PRINTER_DRIVER_PACKAGE_IN_USE  
3015 (0xBC7)  
The specified printer driver package is currently in use.  
ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND  
3016 (0xBC8)  
Unable to find a core driver package that is required by the printer driver package.  
ERROR_FAIL_REBOOT_REQUIRED  
3017 (0xBC9)  
The requested operation failed. A system reboot is required to roll back changes made.  
ERROR_FAIL_REBOOT_INITIATED  
3018 (0xBCA)  
The requested operation failed. A system reboot has been initiated to roll back changes made.  
ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED  
3019 (0xBCB)  
The specified printer driver was not found on the system and needs to be downloaded.  
ERROR_PRINT_JOB_RESTART_REQUIRED  
3020 (0xBCC)  
The requested print job has failed to print. A print system update requires the job to be resubmitted.  
ERROR_INVALID_PRINTER_DRIVER_MANIFEST  
3021 (0xBCD)  
The printer driver does not contain a valid manifest, or contains too many manifests.  
ERROR_PRINTER_NOT_SHAREABLE  
3022 (0xBCE)  
The specified printer cannot be shared.  
ERROR_REQUEST_PAUSED  
3050 (0xBEA)  
The operation was paused.  
ERROR_IO_REISSUE_AS_CACHED  
3950 (0xF6E)  
Reissue the given operation as a cached IO operation.  
ERROR_WINS_INTERNAL  
4000 (0xFA0)  
WINS encountered an error while processing the command.  
ERROR_CAN_NOT_DEL_LOCAL_WINS  
4001 (0xFA1)  
The local WINS cannot be deleted.  
ERROR_STATIC_INIT  
4002 (0xFA2)  
The importation from the file failed.  
ERROR_INC_BACKUP  
4003 (0xFA3)  
The backup failed. Was a full backup done before?  
ERROR_FULL_BACKUP  
4004 (0xFA4)  
The backup failed. Check the directory to which you are backing the database.  
ERROR_REC_NON_EXISTENT  
4005 (0xFA5)  
The name does not exist in the WINS database.  
ERROR_RPL_NOT_ALLOWED  
4006 (0xFA6)  
Replication with a nonconfigured partner is not allowed.  
PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED  
4050 (0xFD2)  
The version of the supplied content information is not supported.  
PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO  
4051 (0xFD3)  
The supplied content information is malformed.  
PEERDIST_ERROR_MISSING_DATA  
4052 (0xFD4)  
The requested data cannot be found in local or peer caches.  
PEERDIST_ERROR_NO_MORE  
4053 (0xFD5)  
No more data is available or required.  
PEERDIST_ERROR_NOT_INITIALIZED  
4054 (0xFD6)  
The supplied object has not been initialized.  
PEERDIST_ERROR_ALREADY_INITIALIZED  
4055 (0xFD7)  
The supplied object has already been initialized.  
PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS  
4056 (0xFD8)  
A shutdown operation is already in progress.  
PEERDIST_ERROR_INVALIDATED  
4057 (0xFD9)  
The supplied object has already been invalidated.  
PEERDIST_ERROR_ALREADY_EXISTS  
4058 (0xFDA)  
An element already exists and was not replaced.  
PEERDIST_ERROR_OPERATION_NOTFOUND  
4059 (0xFDB)  
Can not cancel the requested operation as it has already been completed.  
PEERDIST_ERROR_ALREADY_COMPLETED  
4060 (0xFDC)  
Can not perform the reqested operation because it has already been carried out.  
PEERDIST_ERROR_OUT_OF_BOUNDS  
4061 (0xFDD)  
An operation accessed data beyond the bounds of valid data.  
PEERDIST_ERROR_VERSION_UNSUPPORTED  
4062 (0xFDE)  
The requested version is not supported.  
PEERDIST_ERROR_INVALID_CONFIGURATION  
4063 (0xFDF)  
A configuration value is invalid.  
PEERDIST_ERROR_NOT_LICENSED  
4064 (0xFE0)  
The SKU is not licensed.  
PEERDIST_ERROR_SERVICE_UNAVAILABLE  
4065 (0xFE1)  
PeerDist Service is still initializing and will be available shortly.  
PEERDIST_ERROR_TRUST_FAILURE  
4066 (0xFE2)  
Communication with one or more computers will be temporarily blocked due to recent errors.  
ERROR_DHCP_ADDRESS_CONFLICT  
4100 (0x1004)  
The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.  
ERROR_WMI_GUID_NOT_FOUND  
4200 (0x1068)  
The GUID passed was not recognized as valid by a WMI data provider.  
ERROR_WMI_INSTANCE_NOT_FOUND  
4201 (0x1069)  
The instance name passed was not recognized as valid by a WMI data provider.  
ERROR_WMI_ITEMID_NOT_FOUND  
4202 (0x106A)  
The data item ID passed was not recognized as valid by a WMI data provider.  
ERROR_WMI_TRY_AGAIN  
4203 (0x106B)  
The WMI request could not be completed and should be retried.  
ERROR_WMI_DP_NOT_FOUND  
4204 (0x106C)  
The WMI data provider could not be located.  
ERROR_WMI_UNRESOLVED_INSTANCE_REF  
4205 (0x106D)  
The WMI data provider references an instance set that has not been registered.  
ERROR_WMI_ALREADY_ENABLED  
4206 (0x106E)  
The WMI data block or event notification has already been enabled.  
ERROR_WMI_GUID_DISCONNECTED  
4207 (0x106F)  
The WMI data block is no longer available.  
ERROR_WMI_SERVER_UNAVAILABLE  
4208 (0x1070)  
The WMI data service is not available.  
ERROR_WMI_DP_FAILED  
4209 (0x1071)  
The WMI data provider failed to carry out the request.  
ERROR_WMI_INVALID_MOF  
4210 (0x1072)  
The WMI MOF information is not valid.  
ERROR_WMI_INVALID_REGINFO  
4211 (0x1073)  
The WMI registration information is not valid.  
ERROR_WMI_ALREADY_DISABLED  
4212 (0x1074)  
The WMI data block or event notification has already been disabled.  
ERROR_WMI_READ_ONLY  
4213 (0x1075)  
The WMI data item or data block is read only.  
ERROR_WMI_SET_FAILURE  
4214 (0x1076)  
The WMI data item or data block could not be changed.  
ERROR_NOT_APPCONTAINER  
4250 (0x109A)  
This operation is only valid in the context of an app container.  
ERROR_APPCONTAINER_REQUIRED  
4251 (0x109B)  
This application can only run in the context of an app container.  
ERROR_NOT_SUPPORTED_IN_APPCONTAINER  
4252 (0x109C)  
This functionality is not supported in the context of an app container.  
ERROR_INVALID_PACKAGE_SID_LENGTH  
4253 (0x109D)  
The length of the SID supplied is not a valid length for app container SIDs.  
ERROR_INVALID_MEDIA  
4300 (0x10CC)  
The media identifier does not represent a valid medium.  
ERROR_INVALID_LIBRARY  
4301 (0x10CD)  
The library identifier does not represent a valid library.  
ERROR_INVALID_MEDIA_POOL  
4302 (0x10CE)  
The media pool identifier does not represent a valid media pool.  
ERROR_DRIVE_MEDIA_MISMATCH  
4303 (0x10CF)  
The drive and medium are not compatible or exist in different libraries.  
ERROR_MEDIA_OFFLINE  
4304 (0x10D0)  
The medium currently exists in an offline library and must be online to perform this operation.  
ERROR_LIBRARY_OFFLINE  
4305 (0x10D1)  
The operation cannot be performed on an offline library.  
ERROR_EMPTY  
4306 (0x10D2)  
The library, drive, or media pool is empty.  
ERROR_NOT_EMPTY  
4307 (0x10D3)  
The library, drive, or media pool must be empty to perform this operation.  
ERROR_MEDIA_UNAVAILABLE  
4308 (0x10D4)  
No media is currently available in this media pool or library.  
ERROR_RESOURCE_DISABLED  
4309 (0x10D5)  
A resource required for this operation is disabled.  
ERROR_INVALID_CLEANER  
4310 (0x10D6)  
The media identifier does not represent a valid cleaner.  
ERROR_UNABLE_TO_CLEAN  
4311 (0x10D7)  
The drive cannot be cleaned or does not support cleaning.  
ERROR_OBJECT_NOT_FOUND  
4312 (0x10D8)  
The object identifier does not represent a valid object.  
ERROR_DATABASE_FAILURE  
4313 (0x10D9)  
Unable to read from or write to the database.  
ERROR_DATABASE_FULL  
4314 (0x10DA)  
The database is full.  
ERROR_MEDIA_INCOMPATIBLE  
4315 (0x10DB)  
The medium is not compatible with the device or media pool.  
ERROR_RESOURCE_NOT_PRESENT  
4316 (0x10DC)  
The resource required for this operation does not exist.  
ERROR_INVALID_OPERATION  
4317 (0x10DD)  
The operation identifier is not valid.  
ERROR_MEDIA_NOT_AVAILABLE  
4318 (0x10DE)  
The media is not mounted or ready for use.  
ERROR_DEVICE_NOT_AVAILABLE  
4319 (0x10DF)  
The device is not ready for use.  
ERROR_REQUEST_REFUSED  
4320 (0x10E0)  
The operator or administrator has refused the request.  
ERROR_INVALID_DRIVE_OBJECT  
4321 (0x10E1)  
The drive identifier does not represent a valid drive.  
ERROR_LIBRARY_FULL  
4322 (0x10E2)  
Library is full. No slot is available for use.  
ERROR_MEDIUM_NOT_ACCESSIBLE  
4323 (0x10E3)  
The transport cannot access the medium.  
ERROR_UNABLE_TO_LOAD_MEDIUM  
4324 (0x10E4)  
Unable to load the medium into the drive.  
ERROR_UNABLE_TO_INVENTORY_DRIVE  
4325 (0x10E5)  
Unable to retrieve the drive status.  
ERROR_UNABLE_TO_INVENTORY_SLOT  
4326 (0x10E6)  
Unable to retrieve the slot status.  
ERROR_UNABLE_TO_INVENTORY_TRANSPORT  
4327 (0x10E7)  
Unable to retrieve status about the transport.  
ERROR_TRANSPORT_FULL  
4328 (0x10E8)  
Cannot use the transport because it is already in use.  
ERROR_CONTROLLING_IEPORT  
4329 (0x10E9)  
Unable to open or close the inject/eject port.  
ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA  
4330 (0x10EA)  
Unable to eject the medium because it is in a drive.  
ERROR_CLEANER_SLOT_SET  
4331 (0x10EB)  
A cleaner slot is already reserved.  
ERROR_CLEANER_SLOT_NOT_SET  
4332 (0x10EC)  
A cleaner slot is not reserved.  
ERROR_CLEANER_CARTRIDGE_SPENT  
4333 (0x10ED)  
The cleaner cartridge has performed the maximum number of drive cleanings.  
ERROR_UNEXPECTED_OMID  
4334 (0x10EE)  
Unexpected on-medium identifier.  
ERROR_CANT_DELETE_LAST_ITEM  
4335 (0x10EF)  
The last remaining item in this group or resource cannot be deleted.  
ERROR_MESSAGE_EXCEEDS_MAX_SIZE  
4336 (0x10F0)  
The message provided exceeds the maximum size allowed for this parameter.  
ERROR_VOLUME_CONTAINS_SYS_FILES  
4337 (0x10F1)  
The volume contains system or paging files.  
ERROR_INDIGENOUS_TYPE  
4338 (0x10F2)  
The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.  
ERROR_NO_SUPPORTING_DRIVES  
4339 (0x10F3)  
This offline media cannot be mounted on this system since no enabled drives are present which can be used.  
ERROR_CLEANER_CARTRIDGE_INSTALLED  
4340 (0x10F4)  
A cleaner cartridge is present in the tape library.  
ERROR_IEPORT_FULL  
4341 (0x10F5)  
Cannot use the inject/eject port because it is not empty.  
ERROR_FILE_OFFLINE  
4350 (0x10FE)  
This file is currently not available for use on this computer.  
ERROR_REMOTE_STORAGE_NOT_ACTIVE  
4351 (0x10FF)  
The remote storage service is not operational at this time.  
ERROR_REMOTE_STORAGE_MEDIA_ERROR  
4352 (0x1100)  
The remote storage service encountered a media error.  
ERROR_NOT_A_REPARSE_POINT  
4390 (0x1126)  
The file or directory is not a reparse point.  
ERROR_REPARSE_ATTRIBUTE_CONFLICT  
4391 (0x1127)  
The reparse point attribute cannot be set because it conflicts with an existing attribute.  
ERROR_INVALID_REPARSE_DATA  
4392 (0x1128)  
The data present in the reparse point buffer is invalid.  
ERROR_REPARSE_TAG_INVALID  
4393 (0x1129)  
The tag present in the reparse point buffer is invalid.  
ERROR_REPARSE_TAG_MISMATCH  
4394 (0x112A)  
There is a mismatch between the tag specified in the request and the tag present in the reparse point.  
ERROR_APP_DATA_NOT_FOUND  
4400 (0x1130)  
Fast Cache data not found.  
ERROR_APP_DATA_EXPIRED  
4401 (0x1131)  
Fast Cache data expired.  
ERROR_APP_DATA_CORRUPT  
4402 (0x1132)  
Fast Cache data corrupt.  
ERROR_APP_DATA_LIMIT_EXCEEDED  
4403 (0x1133)  
Fast Cache data has exceeded its max size and cannot be updated.  
ERROR_APP_DATA_REBOOT_REQUIRED  
4404 (0x1134)  
Fast Cache has been ReArmed and requires a reboot until it can be updated.  
ERROR_SECUREBOOT_ROLLBACK_DETECTED  
4420 (0x1144)  
Secure Boot detected that rollback of protected data has been attempted.  
ERROR_SECUREBOOT_POLICY_VIOLATION  
4421 (0x1145)  
The value is protected by Secure Boot policy and cannot be modified or deleted.  
ERROR_SECUREBOOT_INVALID_POLICY  
4422 (0x1146)  
The Secure Boot policy is invalid.  
ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND  
4423 (0x1147)  
A new Secure Boot policy did not contain the current publisher on its update list.  
ERROR_SECUREBOOT_POLICY_NOT_SIGNED  
4424 (0x1148)  
The Secure Boot policy is either not signed or is signed by a non-trusted signer.  
ERROR_SECUREBOOT_NOT_ENABLED  
4425 (0x1149)  
Secure Boot is not enabled on this machine.  
ERROR_SECUREBOOT_FILE_REPLACED  
4426 (0x114A)  
Secure Boot requires that certain files and drivers are not replaced by other files or drivers.  
ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED  
4440 (0x1158)  
The copy offload read operation is not supported by a filter.  
ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED  
4441 (0x1159)  
The copy offload write operation is not supported by a filter.  
ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED  
4442 (0x115A)  
The copy offload read operation is not supported for the file.  
ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED  
4443 (0x115B)  
The copy offload write operation is not supported for the file.  
ERROR_VOLUME_NOT_SIS_ENABLED  
4500 (0x1194)  
Single Instance Storage is not available on this volume.  
ERROR_DEPENDENT_RESOURCE_EXISTS  
5001 (0x1389)  
The operation cannot be completed because other resources are dependent on this resource.  
ERROR_DEPENDENCY_NOT_FOUND  
5002 (0x138A)  
The cluster resource dependency cannot be found.  
ERROR_DEPENDENCY_ALREADY_EXISTS  
5003 (0x138B)  
The cluster resource cannot be made dependent on the specified resource because it is already dependent.  
ERROR_RESOURCE_NOT_ONLINE  
5004 (0x138C)  
The cluster resource is not online.  
ERROR_HOST_NODE_NOT_AVAILABLE  
5005 (0x138D)  
A cluster node is not available for this operation.  
ERROR_RESOURCE_NOT_AVAILABLE  
5006 (0x138E)  
The cluster resource is not available.  
ERROR_RESOURCE_NOT_FOUND  
5007 (0x138F)  
The cluster resource could not be found.  
ERROR_SHUTDOWN_CLUSTER  
5008 (0x1390)  
The cluster is being shut down.  
ERROR_CANT_EVICT_ACTIVE_NODE  
5009 (0x1391)  
A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.  
ERROR_OBJECT_ALREADY_EXISTS  
5010 (0x1392)  
The object already exists.  
ERROR_OBJECT_IN_LIST  
5011 (0x1393)  
The object is already in the list.  
ERROR_GROUP_NOT_AVAILABLE  
5012 (0x1394)  
The cluster group is not available for any new requests.  
ERROR_GROUP_NOT_FOUND  
5013 (0x1395)  
The cluster group could not be found.  
ERROR_GROUP_NOT_ONLINE  
5014 (0x1396)  
The operation could not be completed because the cluster group is not online.  
ERROR_HOST_NODE_NOT_RESOURCE_OWNER  
5015 (0x1397)  
The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.  
ERROR_HOST_NODE_NOT_GROUP_OWNER  
5016 (0x1398)  
The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.  
ERROR_RESMON_CREATE_FAILED  
5017 (0x1399)  
The cluster resource could not be created in the specified resource monitor.  
ERROR_RESMON_ONLINE_FAILED  
5018 (0x139A)  
The cluster resource could not be brought online by the resource monitor.  
ERROR_RESOURCE_ONLINE  
5019 (0x139B)  
The operation could not be completed because the cluster resource is online.  
ERROR_QUORUM_RESOURCE  
5020 (0x139C)  
The cluster resource could not be deleted or brought offline because it is the quorum resource.  
ERROR_NOT_QUORUM_CAPABLE  
5021 (0x139D)  
The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.  
ERROR_CLUSTER_SHUTTING_DOWN  
5022 (0x139E)  
The cluster software is shutting down.  
ERROR_INVALID_STATE  
5023 (0x139F)  
The group or resource is not in the correct state to perform the requested operation.  
ERROR_RESOURCE_PROPERTIES_STORED  
5024 (0x13A0)  
The properties were stored but not all changes will take effect until the next time the resource is brought online.  
ERROR_NOT_QUORUM_CLASS  
5025 (0x13A1)  
The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.  
ERROR_CORE_RESOURCE  
5026 (0x13A2)  
The cluster resource could not be deleted since it is a core resource.  
ERROR_QUORUM_RESOURCE_ONLINE_FAILED  
5027 (0x13A3)  
The quorum resource failed to come online.  
ERROR_QUORUMLOG_OPEN_FAILED  
5028 (0x13A4)  
The quorum log could not be created or mounted successfully.  
ERROR_CLUSTERLOG_CORRUPT  
5029 (0x13A5)  
The cluster log is corrupt.  
ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE  
5030 (0x13A6)  
The record could not be written to the cluster log since it exceeds the maximum size.  
ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE  
5031 (0x13A7)  
The cluster log exceeds its maximum size.  
ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND  
5032 (0x13A8)  
No checkpoint record was found in the cluster log.  
ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE  
5033 (0x13A9)  
The minimum required disk space needed for logging is not available.  
ERROR_QUORUM_OWNER_ALIVE  
5034 (0x13AA)  
The cluster node failed to take control of the quorum resource because the resource is owned by another active node.  
ERROR_NETWORK_NOT_AVAILABLE  
5035 (0x13AB)  
A cluster network is not available for this operation.  
ERROR_NODE_NOT_AVAILABLE  
5036 (0x13AC)  
A cluster node is not available for this operation.  
ERROR_ALL_NODES_NOT_AVAILABLE  
5037 (0x13AD)  
All cluster nodes must be running to perform this operation.  
ERROR_RESOURCE_FAILED  
5038 (0x13AE)  
A cluster resource failed.  
ERROR_CLUSTER_INVALID_NODE  
5039 (0x13AF)  
The cluster node is not valid.  
ERROR_CLUSTER_NODE_EXISTS  
5040 (0x13B0)  
The cluster node already exists.  
ERROR_CLUSTER_JOIN_IN_PROGRESS  
5041 (0x13B1)  
A node is in the process of joining the cluster.  
ERROR_CLUSTER_NODE_NOT_FOUND  
5042 (0x13B2)  
The cluster node was not found.  
ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND  
5043 (0x13B3)  
The cluster local node information was not found.  
ERROR_CLUSTER_NETWORK_EXISTS  
5044 (0x13B4)  
The cluster network already exists.  
ERROR_CLUSTER_NETWORK_NOT_FOUND  
5045 (0x13B5)  
The cluster network was not found.  
ERROR_CLUSTER_NETINTERFACE_EXISTS  
5046 (0x13B6)  
The cluster network interface already exists.  
ERROR_CLUSTER_NETINTERFACE_NOT_FOUND  
5047 (0x13B7)  
The cluster network interface was not found.  
ERROR_CLUSTER_INVALID_REQUEST  
5048 (0x13B8)  
The cluster request is not valid for this object.  
ERROR_CLUSTER_INVALID_NETWORK_PROVIDER  
5049 (0x13B9)  
The cluster network provider is not valid.  
ERROR_CLUSTER_NODE_DOWN  
5050 (0x13BA)  
The cluster node is down.  
ERROR_CLUSTER_NODE_UNREACHABLE  
5051 (0x13BB)  
The cluster node is not reachable.  
ERROR_CLUSTER_NODE_NOT_MEMBER  
5052 (0x13BC)  
The cluster node is not a member of the cluster.  
ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS  
5053 (0x13BD)  
A cluster join operation is not in progress.  
ERROR_CLUSTER_INVALID_NETWORK  
5054 (0x13BE)  
The cluster network is not valid.  
ERROR_CLUSTER_NODE_UP  
5056 (0x13C0)  
The cluster node is up.  
ERROR_CLUSTER_IPADDR_IN_USE  
5057 (0x13C1)  
The cluster IP address is already in use.  
ERROR_CLUSTER_NODE_NOT_PAUSED  
5058 (0x13C2)  
The cluster node is not paused.  
ERROR_CLUSTER_NO_SECURITY_CONTEXT  
5059 (0x13C3)  
No cluster security context is available.  
ERROR_CLUSTER_NETWORK_NOT_INTERNAL  
5060 (0x13C4)  
The cluster network is not configured for internal cluster communication.  
ERROR_CLUSTER_NODE_ALREADY_UP  
5061 (0x13C5)  
The cluster node is already up.  
ERROR_CLUSTER_NODE_ALREADY_DOWN  
5062 (0x13C6)  
The cluster node is already down.  
ERROR_CLUSTER_NETWORK_ALREADY_ONLINE  
5063 (0x13C7)  
The cluster network is already online.  
ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE  
5064 (0x13C8)  
The cluster network is already offline.  
ERROR_CLUSTER_NODE_ALREADY_MEMBER  
5065 (0x13C9)  
The cluster node is already a member of the cluster.  
ERROR_CLUSTER_LAST_INTERNAL_NETWORK  
5066 (0x13CA)  
The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.  
ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS  
5067 (0x13CB)  
One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.  
ERROR_INVALID_OPERATION_ON_QUORUM  
5068 (0x13CC)  
This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list.  
ERROR_DEPENDENCY_NOT_ALLOWED  
5069 (0x13CD)  
The cluster quorum resource is not allowed to have any dependencies.  
ERROR_CLUSTER_NODE_PAUSED  
5070 (0x13CE)  
The cluster node is paused.  
ERROR_NODE_CANT_HOST_RESOURCE  
5071 (0x13CF)  
The cluster resource cannot be brought online. The owner node cannot run this resource.  
ERROR_CLUSTER_NODE_NOT_READY  
5072 (0x13D0)  
The cluster node is not ready to perform the requested operation.  
ERROR_CLUSTER_NODE_SHUTTING_DOWN  
5073 (0x13D1)  
The cluster node is shutting down.  
ERROR_CLUSTER_JOIN_ABORTED  
5074 (0x13D2)  
The cluster join operation was aborted.  
ERROR_CLUSTER_INCOMPATIBLE_VERSIONS  
5075 (0x13D3)  
The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.  
ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED  
5076 (0x13D4)  
This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.  
ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED  
5077 (0x13D5)  
The system configuration changed during the cluster join or form operation. The join or form operation was aborted.  
ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND  
5078 (0x13D6)  
The specified resource type was not found.  
ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED  
5079 (0x13D7)  
The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.  
ERROR_CLUSTER_RESNAME_NOT_FOUND  
5080 (0x13D8)  
The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.  
ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED  
5081 (0x13D9)  
No authentication package could be registered with the RPC server.  
ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST  
5082 (0x13DA)  
You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.  
ERROR_CLUSTER_DATABASE_SEQMISMATCH  
5083 (0x13DB)  
The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join.  
ERROR_RESMON_INVALID_STATE  
5084 (0x13DC)  
The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state.  
ERROR_CLUSTER_GUM_NOT_LOCKER  
5085 (0x13DD)  
A non locker code got a request to reserve the lock for making global updates.  
ERROR_QUORUM_DISK_NOT_FOUND  
5086 (0x13DE)  
The quorum disk could not be located by the cluster service.  
ERROR_DATABASE_BACKUP_CORRUPT  
5087 (0x13DF)  
The backed up cluster database is possibly corrupt.  
ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT  
5088 (0x13E0)  
A DFS root already exists in this cluster node.  
ERROR_RESOURCE_PROPERTY_UNCHANGEABLE  
5089 (0x13E1)  
An attempt to modify a resource property failed because it conflicts with another existing property.  
ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE  
5890 (0x1702)  
An operation was attempted that is incompatible with the current membership state of the node.  
ERROR_CLUSTER_QUORUMLOG_NOT_FOUND  
5891 (0x1703)  
The quorum resource does not contain the quorum log.  
ERROR_CLUSTER_MEMBERSHIP_HALT  
5892 (0x1704)  
The membership engine requested shutdown of the cluster service on this node.  
ERROR_CLUSTER_INSTANCE_ID_MISMATCH  
5893 (0x1705)  
The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.  
ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP  
5894 (0x1706)  
A matching cluster network for the specified IP address could not be found.  
ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH  
5895 (0x1707)  
The actual data type of the property did not match the expected data type of the property.  
ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP  
5896 (0x1708)  
The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.  
ERROR_CLUSTER_PARAMETER_MISMATCH  
5897 (0x1709)  
Two or more parameter values specified for a resource's properties are in conflict.  
ERROR_NODE_CANNOT_BE_CLUSTERED  
5898 (0x170A)  
This computer cannot be made a member of a cluster.  
ERROR_CLUSTER_WRONG_OS_VERSION  
5899 (0x170B)  
This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.  
ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME  
5900 (0x170C)  
A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.  
ERROR_CLUSCFG_ALREADY_COMMITTED  
5901 (0x170D)  
The cluster configuration action has already been committed.  
ERROR_CLUSCFG_ROLLBACK_FAILED  
5902 (0x170E)  
The cluster configuration action could not be rolled back.  
ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT  
5903 (0x170F)  
The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.  
ERROR_CLUSTER_OLD_VERSION  
5904 (0x1710)  
One or more nodes in the cluster are running a version of Windows that does not support this operation.  
ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME  
5905 (0x1711)  
The name of the corresponding computer account doesn't match the Network Name for this resource.  
ERROR_CLUSTER_NO_NET_ADAPTERS  
5906 (0x1712)  
No network adapters are available.  
ERROR_CLUSTER_POISONED  
5907 (0x1713)  
The cluster node has been poisoned.  
ERROR_CLUSTER_GROUP_MOVING  
5908 (0x1714)  
The group is unable to accept the request since it is moving to another node.  
ERROR_CLUSTER_RESOURCE_TYPE_BUSY  
5909 (0x1715)  
The resource type cannot accept the request since is too busy performing another operation.  
ERROR_RESOURCE_CALL_TIMED_OUT  
5910 (0x1716)  
The call to the cluster resource DLL timed out.  
ERROR_INVALID_CLUSTER_IPV6_ADDRESS  
5911 (0x1717)  
The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted.  
ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION  
5912 (0x1718)  
An internal cluster error occurred. A call to an invalid function was attempted.  
ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS  
5913 (0x1719)  
A parameter value is out of acceptable range.  
ERROR_CLUSTER_PARTIAL_SEND  
5914 (0x171A)  
A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.  
ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION  
5915 (0x171B)  
An invalid cluster registry operation was attempted.  
ERROR_CLUSTER_INVALID_STRING_TERMINATION  
5916 (0x171C)  
An input string of characters is not properly terminated.  
ERROR_CLUSTER_INVALID_STRING_FORMAT  
5917 (0x171D)  
An input string of characters is not in a valid format for the data it represents.  
ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS  
5918 (0x171E)  
An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.  
ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS  
5919 (0x171F)  
An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.  
ERROR_CLUSTER_NULL_DATA  
5920 (0x1720)  
An internal cluster error occurred. Data was not properly initialized.  
ERROR_CLUSTER_PARTIAL_READ  
5921 (0x1721)  
An error occurred while reading from a stream of data. An unexpected number of bytes was returned.  
ERROR_CLUSTER_PARTIAL_WRITE  
5922 (0x1722)  
An error occurred while writing to a stream of data. The required number of bytes could not be written.  
ERROR_CLUSTER_CANT_DESERIALIZE_DATA  
5923 (0x1723)  
An error occurred while deserializing a stream of cluster data.  
ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT  
5924 (0x1724)  
One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s).  
ERROR_CLUSTER_NO_QUORUM  
5925 (0x1725)  
A quorum of cluster nodes was not present to form a cluster.  
ERROR_CLUSTER_INVALID_IPV6_NETWORK  
5926 (0x1726)  
The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address.  
ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK  
5927 (0x1727)  
The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends.  
ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP  
5928 (0x1728)  
Quorum resource cannot reside in the Available Storage group.  
ERROR_DEPENDENCY_TREE_TOO_COMPLEX  
5929 (0x1729)  
The dependencies for this resource are nested too deeply.  
ERROR_EXCEPTION_IN_RESOURCE_CALL  
5930 (0x172A)  
The call into the resource DLL raised an unhandled exception.  
ERROR_CLUSTER_RHS_FAILED_INITIALIZATION  
5931 (0x172B)  
The RHS process failed to initialize.  
ERROR_CLUSTER_NOT_INSTALLED  
5932 (0x172C)  
The Failover Clustering feature is not installed on this node.  
ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE  
5933 (0x172D)  
The resources must be online on the same node for this operation.  
ERROR_CLUSTER_MAX_NODES_IN_CLUSTER  
5934 (0x172E)  
A new node can not be added since this cluster is already at its maximum number of nodes.  
ERROR_CLUSTER_TOO_MANY_NODES  
5935 (0x172F)  
This cluster can not be created since the specified number of nodes exceeds the maximum allowed limit.  
ERROR_CLUSTER_OBJECT_ALREADY_USED  
5936 (0x1730)  
An attempt to use the specified cluster name failed because an enabled computer object with the given name already exists in the domain.  
ERROR_NONCORE_GROUPS_FOUND  
5937 (0x1731)  
This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed.  
ERROR_FILE_SHARE_RESOURCE_CONFLICT  
5938 (0x1732)  
File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes.  
ERROR_CLUSTER_EVICT_INVALID_REQUEST  
5939 (0x1733)  
Eviction of this node is invalid at this time. Due to quorum requirements node eviction will result in cluster shutdown. If it is the last node in the cluster, destroy cluster command should be used.  
ERROR_CLUSTER_SINGLETON_RESOURCE  
5940 (0x1734)  
Only one instance of this resource type is allowed in the cluster.  
ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE  
5941 (0x1735)  
Only one instance of this resource type is allowed per resource group.  
ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED  
5942 (0x1736)  
The resource failed to come online due to the failure of one or more provider resources.  
ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR  
5943 (0x1737)  
The resource has indicated that it cannot come online on any node.  
ERROR_CLUSTER_GROUP_BUSY  
5944 (0x1738)  
The current operation cannot be performed on this group at this time.  
ERROR_CLUSTER_NOT_SHARED_VOLUME  
5945 (0x1739)  
The directory or file is not located on a cluster shared volume.  
ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR  
5946 (0x173A)  
The Security Descriptor does not meet the requirements for a cluster.  
ERROR_CLUSTER_SHARED_VOLUMES_IN_USE  
5947 (0x173B)  
There is one or more shared volumes resources configured in the cluster. Those resources must be moved to available storage in order for operation to succeed.  
ERROR_CLUSTER_USE_SHARED_VOLUMES_API  
5948 (0x173C)  
This group or resource cannot be directly manipulated. Use shared volume APIs to perform desired operation.  
ERROR_CLUSTER_BACKUP_IN_PROGRESS  
5949 (0x173D)  
Back up is in progress. Please wait for backup completion before trying this operation again.  
ERROR_NON_CSV_PATH  
5950 (0x173E)  
The path does not belong to a cluster shared volume.  
ERROR_CSV_VOLUME_NOT_LOCAL  
5951 (0x173F)  
The cluster shared volume is not locally mounted on this node.  
ERROR_CLUSTER_WATCHDOG_TERMINATING  
5952 (0x1740)  
The cluster watchdog is terminating.  
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES  
5953 (0x1741)  
A resource vetoed a move between two nodes because they are incompatible.  
ERROR_CLUSTER_INVALID_NODE_WEIGHT  
5954 (0x1742)  
The request is invalid either because node weight cannot be changed while the cluster is in disk-only quorum mode, or because changing the node weight would violate the minimum cluster quorum requirements.  
ERROR_CLUSTER_RESOURCE_VETOED_CALL  
5955 (0x1743)  
The resource vetoed the call.  
ERROR_RESMON_SYSTEM_RESOURCES_LACKING  
5956 (0x1744)  
Resource could not start or run because it could not reserve sufficient system resources.  
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION  
5957 (0x1745)  
A resource vetoed a move between two nodes because the destination currently does not have enough resources to complete the operation.  
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE  
5958 (0x1746)  
A resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation.  
ERROR_CLUSTER_GROUP_QUEUED  
5959 (0x1747)  
The requested operation can not be completed because the group is queued for an operation.  
ERROR_CLUSTER_RESOURCE_LOCKED_STATUS  
5960 (0x1748)  
The requested operation can not be completed because a resource has locked status.  
ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED  
5961 (0x1749)  
The resource cannot move to another node because a cluster shared volume vetoed the operation.  
ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS  
5962 (0x174A)  
A node drain is already in progress.  
This value was also named ERROR_CLUSTER_NODE_EVACUATION_IN_PROGRESS  
ERROR_CLUSTER_DISK_NOT_CONNECTED  
5963 (0x174B)  
Clustered storage is not connected to the node.  
ERROR_DISK_NOT_CSV_CAPABLE  
5964 (0x174C)  
The disk is not configured in a way to be used with CSV. CSV disks must have at least one partition that is formatted with NTFS.  
ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE  
5965 (0x174D)  
The resource must be part of the Available Storage group to complete this action.  
ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED  
5966 (0x174E)  
CSVFS failed operation as volume is in redirected mode.  
ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED  
5967 (0x174F)  
CSVFS failed operation as volume is not in redirected mode.  
ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES  
5968 (0x1750)  
Cluster properties cannot be returned at this time.  
ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES  
5969 (0x1751)  
The clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes.  
ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE  
5970 (0x1752)  
The operation cannot be completed because the resource is in maintenance mode.  
ERROR_CLUSTER_AFFINITY_CONFLICT  
5971 (0x1753)  
The operation cannot be completed because of cluster affinity conflicts.  
ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE  
5972 (0x1754)  
The operation cannot be completed because the resource is a replica virtual machine.  
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics