From: http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382%28v=vs.85%29.aspx
Applies to: desktop apps only
NoteThe information on this page is intended to be used by programmers so that the software they write can better deal with errors. If you are an end-user that is experiencing difficulty with an application you are installing or running, contact customer support for the software that is displaying the error message. To obtain support for a Microsoft product, go to http://support.microsoft.com.
The System Error Codes are very broad. Each one can occur in one of many hundreds of locations in the system. Consequently the descriptions of these codes cannot be very specific. Use of these codes requires some amount of investigation and analysis. You need to note both the programmatic and the run-time context in which these errors occur. Because these codes are defined in WinError.h for anyone to use, sometimes the codes are returned by non-system software. Sometimes the code is returned by a function deep in the stack and far removed from your code that is handling the error.
The following list describes system error codes (errors 0 to 499). They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.
-
ERROR_SUCCESS
-
0 (0x0)
The operation completed successfully.
-
1 (0x1)
Incorrect function.
-
2 (0x2)
The system cannot find the file specified.
-
3 (0x3)
The system cannot find the path specified.
-
4 (0x4)
The system cannot open the file.
-
5 (0x5)
Access is denied.
-
6 (0x6)
The handle is invalid.
-
7 (0x7)
The storage control blocks were destroyed.
-
8 (0x8)
Not enough storage is available to process this command.
-
9 (0x9)
The storage control block address is invalid.
-
10 (0xA)
The environment is incorrect.
-
11 (0xB)
An attempt was made to load a program with an incorrect format.
-
12 (0xC)
The access code is invalid.
-
13 (0xD)
The data is invalid.
-
14 (0xE)
Not enough storage is available to complete this operation.
-
15 (0xF)
The system cannot find the drive specified.
-
16 (0x10)
The directory cannot be removed.
-
17 (0x11)
The system cannot move the file to a different disk drive.
-
18 (0x12)
There are no more files.
-
19 (0x13)
The media is write protected.
-
20 (0x14)
The system cannot find the device specified.
-
21 (0x15)
The device is not ready.
-
22 (0x16)
The device does not recognize the command.
-
23 (0x17)
Data error (cyclic redundancy check).
-
24 (0x18)
The program issued a command but the command length is incorrect.
-
25 (0x19)
The drive cannot locate a specific area or track on the disk.
-
26 (0x1A)
The specified disk or diskette cannot be accessed.
-
27 (0x1B)
The drive cannot find the sector requested.
-
28 (0x1C)
The printer is out of paper.
-
29 (0x1D)
The system cannot write to the specified device.
-
30 (0x1E)
The system cannot read from the specified device.
-
31 (0x1F)
A device attached to the system is not functioning.
-
32 (0x20)
The process cannot access the file because it is being used by another process.
-
33 (0x21)
The process cannot access the file because another process has locked a portion of the file.
-
34 (0x22)
The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.
-
36 (0x24)
Too many files opened for sharing.
-
38 (0x26)
Reached the end of the file.
-
39 (0x27)
The disk is full.
-
50 (0x32)
The request is not supported.
-
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.
-
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.
-
53 (0x35)
The network path was not found.
-
54 (0x36)
The network is busy.
-
55 (0x37)
The specified network resource or device is no longer available.
-
56 (0x38)
The network BIOS command limit has been reached.
-
57 (0x39)
A network adapter hardware error occurred.
-
58 (0x3A)
The specified server cannot perform the requested operation.
-
59 (0x3B)
An unexpected network error occurred.
-
60 (0x3C)
The remote adapter is not compatible.
-
61 (0x3D)
The printer queue is full.
-
62 (0x3E)
Space to store the file waiting to be printed is not available on the server.
-
63 (0x3F)
Your file waiting to be printed was deleted.
-
64 (0x40)
The specified network name is no longer available.
-
65 (0x41)
Network access is denied.
-
66 (0x42)
The network resource type is not correct.
-
67 (0x43)
The network name cannot be found.
-
68 (0x44)
The name limit for the local computer network adapter card was exceeded.
-
69 (0x45)
The network BIOS session limit was exceeded.
-
70 (0x46)
The remote server has been paused or is in the process of being started.
-
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.
-
72 (0x48)
The specified printer or disk device has been paused.
-
80 (0x50)
The file exists.
-
82 (0x52)
The directory or file cannot be created.
-
83 (0x53)
Fail on INT 24.
-
84 (0x54)
Storage to process this request is not available.
-
85 (0x55)
The local device name is already in use.
-
86 (0x56)
The specified network password is not correct.
-
87 (0x57)
The parameter is incorrect.
-
88 (0x58)
A write fault occurred on the network.
-
89 (0x59)
The system cannot start another process at this time.
-
100 (0x64)
Cannot create another system semaphore.
-
101 (0x65)
The exclusive semaphore is owned by another process.
-
102 (0x66)
The semaphore is set and cannot be closed.
-
103 (0x67)
The semaphore cannot be set again.
-
104 (0x68)
Cannot request exclusive semaphores at interrupt time.
-
105 (0x69)
The previous ownership of this semaphore has ended.
-
106 (0x6A)
Insert the diskette for drive %1.
-
107 (0x6B)
The program stopped because an alternate diskette was not inserted.
-
108 (0x6C)
The disk is in use or locked by another process.
-
109 (0x6D)
The pipe has been ended.
-
110 (0x6E)
The system cannot open the device or file specified.
-
111 (0x6F)
The file name is too long.
-
112 (0x70)
There is not enough space on the disk.
-
113 (0x71)
No more internal file identifiers available.
-
114 (0x72)
The target internal file identifier is incorrect.
-
117 (0x75)
The IOCTL call made by the application program is not correct.
-
118 (0x76)
The verify-on-write switch parameter value is not correct.
-
119 (0x77)
The system does not support the command requested.
-
120 (0x78)
This function is not supported on this system.
-
121 (0x79)
The semaphore timeout period has expired.
-
122 (0x7A)
The data area passed to a system call is too small.
-
123 (0x7B)
The filename, directory name, or volume label syntax is incorrect.
-
124 (0x7C)
The system call level is not correct.
-
125 (0x7D)
The disk has no volume label.
-
126 (0x7E)
The specified module could not be found.
-
127 (0x7F)
The specified procedure could not be found.
-
128 (0x80)
There are no child processes to wait for.
-
129 (0x81)
The %1 application cannot be run in Win32 mode.
-
130 (0x82)
Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
-
131 (0x83)
An attempt was made to move the file pointer before the beginning of the file.
-
132 (0x84)
The file pointer cannot be set on the specified device or file.
-
133 (0x85)
A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
-
134 (0x86)
An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
-
135 (0x87)
An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
-
136 (0x88)
The system tried to delete the JOIN of a drive that is not joined.
-
137 (0x89)
The system tried to delete the substitution of a drive that is not substituted.
-
138 (0x8A)
The system tried to join a drive to a directory on a joined drive.
-
139 (0x8B)
The system tried to substitute a drive to a directory on a substituted drive.
-
140 (0x8C)
The system tried to join a drive to a directory on a substituted drive.
-
141 (0x8D)
The system tried to SUBST a drive to a directory on a joined drive.
-
142 (0x8E)
The system cannot perform a JOIN or SUBST at this time.
-
143 (0x8F)
The system cannot join or substitute a drive to or for a directory on the same drive.
-
144 (0x90)
The directory is not a subdirectory of the root directory.
-
145 (0x91)
The directory is not empty.
-
146 (0x92)
The path specified is being used in a substitute.
-
147 (0x93)
Not enough resources are available to process this command.
-
148 (0x94)
The path specified cannot be used at this time.
-
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.
-
150 (0x96)
System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
-
151 (0x97)
The number of specified semaphore events for DosMuxSemWait is not correct.
-
152 (0x98)
DosMuxSemWait did not execute; too many semaphores are already set.
-
153 (0x99)
The DosMuxSemWait list is not correct.
-
154 (0x9A)
The volume label you entered exceeds the label character limit of the target file system.
-
155 (0x9B)
Cannot create another thread.
-
156 (0x9C)
The recipient process has refused the signal.
-
157 (0x9D)
The segment is already discarded and cannot be locked.
-
158 (0x9E)
The segment is already unlocked.
-
159 (0x9F)
The address for the thread ID is not correct.
-
160 (0xA0)
One or more arguments are not correct.
-
161 (0xA1)
The specified path is invalid.
-
162 (0xA2)
A signal is already pending.
-
164 (0xA4)
No more threads can be created in the system.
-
167 (0xA7)
Unable to lock a region of a file.
-
170 (0xAA)
The requested resource is in use.
-
171 (0xAB)
Device’s command support detection is in progress.
-
173 (0xAD)
A lock request was not outstanding for the supplied cancel region.
-
174 (0xAE)
The file system does not support atomic changes to the lock type.
-
180 (0xB4)
The system detected a segment number that was not correct.
-
182 (0xB6)
The operating system cannot run %1.
-
183 (0xB7)
Cannot create a file when that file already exists.
-
186 (0xBA)
The flag passed is not correct.
-
187 (0xBB)
The specified system semaphore name was not found.
-
188 (0xBC)
The operating system cannot run %1.
-
189 (0xBD)
The operating system cannot run %1.
-
190 (0xBE)
The operating system cannot run %1.
-
191 (0xBF)
Cannot run %1 in Win32 mode.
-
192 (0xC0)
The operating system cannot run %1.
-
193 (0xC1)
%1 is not a valid Win32 application.
-
194 (0xC2)
The operating system cannot run %1.
-
195 (0xC3)
The operating system cannot run %1.
-
196 (0xC4)
The operating system cannot run this application program.
-
197 (0xC5)
The operating system is not presently configured to run this application.
-
198 (0xC6)
The operating system cannot run %1.
-
199 (0xC7)
The operating system cannot run this application program.
-
200 (0xC8)
The code segment cannot be greater than or equal to 64K.
-
201 (0xC9)
The operating system cannot run %1.
-
202 (0xCA)
The operating system cannot run %1.
-
203 (0xCB)
The system could not find the environment option that was entered.
-
205 (0xCD)
No process in the command subtree has a signal handler.
-
206 (0xCE)
The filename or extension is too long.
-
207 (0xCF)
The ring 2 stack is in use.
-
208 (0xD0)
The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.
-
209 (0xD1)
The signal being posted is not correct.
-
210 (0xD2)
The signal handler cannot be set.
-
212 (0xD4)
The segment is locked and cannot be reallocated.
-
214 (0xD6)
Too many dynamic-link modules are attached to this program or dynamic-link module.
-
215 (0xD7)
Cannot nest calls to LoadModule.
-
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.
-
217 (0xD9)
The image file %1 is signed, unable to modify.
-
218 (0xDA)
The image file %1 is strong signed, unable to modify.
-
220 (0xDC)
This file is checked out or locked for editing by another user.
-
221 (0xDD)
The file must be checked out before saving changes.
-
222 (0xDE)
The file type being saved or retrieved has been blocked.
-
223 (0xDF)
The file size exceeds the limit allowed and cannot be saved.
-
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.
-
225 (0xE1)
Operation did not complete successfully because the file contains a virus or potentially unwanted software.
-
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.
-
229 (0xE5)
The pipe is local.
-
230 (0xE6)
The pipe state is invalid.
-
231 (0xE7)
All pipe instances are busy.
-
232 (0xE8)
The pipe is being closed.
-
233 (0xE9)
No process is on the other end of the pipe.
-
234 (0xEA)
More data is available.
-
240 (0xF0)
The session was canceled.
-
254 (0xFE)
The specified extended attribute name was invalid.
-
255 (0xFF)
The extended attributes are inconsistent.
-
258 (0x102)
The wait operation timed out.
-
259 (0x103)
No more data is available.
-
266 (0x10A)
The copy functions cannot be used.
-
267 (0x10B)
The directory name is invalid.
-
275 (0x113)
The extended attributes did not fit in the buffer.
-
276 (0x114)
The extended attribute file on the mounted file system is corrupt.
-
277 (0x115)
The extended attribute table file is full.
-
278 (0x116)
The specified extended attribute handle is invalid.
-
282 (0x11A)
The mounted file system does not support extended attributes.
-
288 (0x120)
Attempt to release mutex not owned by caller.
-
298 (0x12A)
Too many posts were made to a semaphore.
-
299 (0x12B)
Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
-
300 (0x12C)
The oplock request is denied.
-
301 (0x12D)
An invalid oplock acknowledgment was received by the system.
-
302 (0x12E)
The volume is too fragmented to complete this operation.
-
303 (0x12F)
The file cannot be opened because it is in the process of being deleted.
-
304 (0x130)
Short name settings may not be changed on this volume due to the global registry setting.
-
305 (0x131)
Short names are not enabled on this volume.
-
306 (0x132)
The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume.
-
307 (0x133)
A requested file lock operation cannot be processed due to an invalid byte range.
-
308 (0x134)
The subsystem needed to support the image type is not present.
-
309 (0x135)
The specified file already has a notification GUID associated with it.
-
310 (0x136)
An invalid exception handler routine has been detected.
-
311 (0x137)
Duplicate privileges were specified for the token.
-
312 (0x138)
No ranges for the specified operation were able to be processed.
-
313 (0x139)
Operation is not allowed on a file system internal file.
-
314 (0x13A)
The physical resources of this disk have been exhausted.
-
315 (0x13B)
The token representing the data is invalid.
-
316 (0x13C)
The device does not support the command feature.
-
317 (0x13D)
The system cannot find message text for message number 0x%1 in the message file for %2.
-
318 (0x13E)
The scope specified was not found.
-
319 (0x13F)
The Central Access Policy specified is not defined on the target machine.
-
320 (0x140)
The Central Access Policy obtained from Active Directory is invalid.
-
321 (0x141)
The device is unreachable.
-
322 (0x142)
The target device has insufficient resources to complete the operation.
-
323 (0x143)
A data integrity checksum error occurred. Data in the file stream is corrupt.
-
324 (0x144)
An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation.
-
326 (0x146)
Device does not support file-level TRIM.
-
327 (0x147)
The command specified a data offset that does not align to the device’s granularity/alignment.
-
328 (0x148)
The command specified an invalid field in its parameter list.
-
329 (0x149)
An operation is currently in progress with the device.
-
330 (0x14A)
An attempt was made to send down the command via an invalid path to the target device.
-
331 (0x14B)
The command specified a number of descriptors that exceeded the maximum supported by the device.
-
332 (0x14C)
Scrub is disabled on the specified file.
-
333 (0x14D)
The storage device does not provide redundancy.
-
334 (0x14E)
An operation is not supported on a resident file.
-
335 (0x14F)
An operation is not supported on a compressed file.
-
336 (0x150)
An operation is not supported on a directory.
-
337 (0x151)
The specified copy of the requested data could not be read.
-
350 (0x15E)
No action was taken as a system reboot is required.
-
351 (0x15F)
The shutdown operation failed.
-
352 (0x160)
The restart operation failed.
-
353 (0x161)
The maximum number of sessions has been reached.
-
400 (0x190)
The thread is already in background processing mode.
-
401 (0x191)
The thread is not in background processing mode.
-
402 (0x192)
The process is already in background processing mode.
-
403 (0x193)
The process is not in background processing mode.
-
487 (0x1E7)
Attempt to access invalid address.
ERROR_INVALID_FUNCTION
ERROR_FILE_NOT_FOUND
ERROR_PATH_NOT_FOUND
ERROR_TOO_MANY_OPEN_FILES
ERROR_ACCESS_DENIED
ERROR_INVALID_HANDLE
ERROR_ARENA_TRASHED
ERROR_NOT_ENOUGH_MEMORY
ERROR_INVALID_BLOCK
ERROR_BAD_ENVIRONMENT
ERROR_BAD_FORMAT
ERROR_INVALID_ACCESS
ERROR_INVALID_DATA
ERROR_OUTOFMEMORY
ERROR_INVALID_DRIVE
ERROR_CURRENT_DIRECTORY
ERROR_NOT_SAME_DEVICE
ERROR_NO_MORE_FILES
ERROR_WRITE_PROTECT
ERROR_BAD_UNIT
ERROR_NOT_READY
ERROR_BAD_COMMAND
ERROR_CRC
ERROR_BAD_LENGTH
ERROR_SEEK
ERROR_NOT_DOS_DISK
ERROR_SECTOR_NOT_FOUND
ERROR_OUT_OF_PAPER
ERROR_WRITE_FAULT
ERROR_READ_FAULT
ERROR_GEN_FAILURE
ERROR_SHARING_VIOLATION
ERROR_LOCK_VIOLATION
ERROR_WRONG_DISK
ERROR_SHARING_BUFFER_EXCEEDED
ERROR_HANDLE_EOF
ERROR_HANDLE_DISK_FULL
ERROR_NOT_SUPPORTED
ERROR_REM_NOT_LIST
ERROR_DUP_NAME
ERROR_BAD_NETPATH
ERROR_NETWORK_BUSY
ERROR_DEV_NOT_EXIST
ERROR_TOO_MANY_CMDS
ERROR_ADAP_HDW_ERR
ERROR_BAD_NET_RESP
ERROR_UNEXP_NET_ERR
ERROR_BAD_REM_ADAP
ERROR_PRINTQ_FULL
ERROR_NO_SPOOL_SPACE
ERROR_PRINT_CANCELLED
ERROR_NETNAME_DELETED
ERROR_NETWORK_ACCESS_DENIED
ERROR_BAD_DEV_TYPE
ERROR_BAD_NET_NAME
ERROR_TOO_MANY_NAMES
ERROR_TOO_MANY_SESS
ERROR_SHARING_PAUSED
ERROR_REQ_NOT_ACCEP
ERROR_REDIR_PAUSED
ERROR_FILE_EXISTS
ERROR_CANNOT_MAKE
ERROR_FAIL_I24
ERROR_OUT_OF_STRUCTURES
ERROR_ALREADY_ASSIGNED
ERROR_INVALID_PASSWORD
ERROR_INVALID_PARAMETER
ERROR_NET_WRITE_FAULT
ERROR_NO_PROC_SLOTS
ERROR_TOO_MANY_SEMAPHORES
ERROR_EXCL_SEM_ALREADY_OWNED
ERROR_SEM_IS_SET
ERROR_TOO_MANY_SEM_REQUESTS
ERROR_INVALID_AT_INTERRUPT_TIME
ERROR_SEM_OWNER_DIED
ERROR_SEM_USER_LIMIT
ERROR_DISK_CHANGE
ERROR_DRIVE_LOCKED
ERROR_BROKEN_PIPE
ERROR_OPEN_FAILED
ERROR_BUFFER_OVERFLOW
ERROR_DISK_FULL
ERROR_NO_MORE_SEARCH_HANDLES
ERROR_INVALID_TARGET_HANDLE
ERROR_INVALID_CATEGORY
ERROR_INVALID_VERIFY_SWITCH
ERROR_BAD_DRIVER_LEVEL
ERROR_CALL_NOT_IMPLEMENTED
ERROR_SEM_TIMEOUT
ERROR_INSUFFICIENT_BUFFER
ERROR_INVALID_NAME
ERROR_INVALID_LEVEL
ERROR_NO_VOLUME_LABEL
ERROR_MOD_NOT_FOUND
ERROR_PROC_NOT_FOUND
ERROR_WAIT_NO_CHILDREN
ERROR_CHILD_NOT_COMPLETE
ERROR_DIRECT_ACCESS_HANDLE
ERROR_NEGATIVE_SEEK
ERROR_SEEK_ON_DEVICE
ERROR_IS_JOIN_TARGET
ERROR_IS_JOINED
ERROR_IS_SUBSTED
ERROR_NOT_JOINED
ERROR_NOT_SUBSTED
ERROR_JOIN_TO_JOIN
ERROR_SUBST_TO_SUBST
ERROR_JOIN_TO_SUBST
ERROR_SUBST_TO_JOIN
ERROR_BUSY_DRIVE
ERROR_SAME_DRIVE
ERROR_DIR_NOT_ROOT
ERROR_DIR_NOT_EMPTY
ERROR_IS_SUBST_PATH
ERROR_IS_JOIN_PATH
ERROR_PATH_BUSY
ERROR_IS_SUBST_TARGET
ERROR_SYSTEM_TRACE
ERROR_INVALID_EVENT_COUNT
ERROR_TOO_MANY_MUXWAITERS
ERROR_INVALID_LIST_FORMAT
ERROR_LABEL_TOO_LONG
ERROR_TOO_MANY_TCBS
ERROR_SIGNAL_REFUSED
ERROR_DISCARDED
ERROR_NOT_LOCKED
ERROR_BAD_THREADID_ADDR
ERROR_BAD_ARGUMENTS
ERROR_BAD_PATHNAME
ERROR_SIGNAL_PENDING
ERROR_MAX_THRDS_REACHED
ERROR_LOCK_FAILED
ERROR_BUSY
ERROR_DEVICE_SUPPORT_IN_PROGRESS
ERROR_CANCEL_VIOLATION
ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
ERROR_INVALID_SEGMENT_NUMBER
ERROR_INVALID_ORDINAL
ERROR_ALREADY_EXISTS
ERROR_INVALID_FLAG_NUMBER
ERROR_SEM_NOT_FOUND
ERROR_INVALID_STARTING_CODESEG
ERROR_INVALID_STACKSEG
ERROR_INVALID_MODULETYPE
ERROR_INVALID_EXE_SIGNATURE
ERROR_EXE_MARKED_INVALID
ERROR_BAD_EXE_FORMAT
ERROR_ITERATED_DATA_EXCEEDS_64k
ERROR_INVALID_MINALLOCSIZE
ERROR_DYNLINK_FROM_INVALID_RING
ERROR_IOPL_NOT_ENABLED
ERROR_INVALID_SEGDPL
ERROR_AUTODATASEG_EXCEEDS_64k
ERROR_RING2SEG_MUST_BE_MOVABLE
ERROR_RELOC_CHAIN_XEEDS_SEGLIM
ERROR_INFLOOP_IN_RELOC_CHAIN
ERROR_ENVVAR_NOT_FOUND
ERROR_NO_SIGNAL_SENT
ERROR_FILENAME_EXCED_RANGE
ERROR_RING2_STACK_IN_USE
ERROR_META_EXPANSION_TOO_LONG
ERROR_INVALID_SIGNAL_NUMBER
ERROR_THREAD_1_INACTIVE
ERROR_LOCKED
ERROR_TOO_MANY_MODULES
ERROR_NESTING_NOT_ALLOWED
ERROR_EXE_MACHINE_TYPE_MISMATCH
ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
ERROR_FILE_CHECKED_OUT
ERROR_CHECKOUT_REQUIRED
ERROR_BAD_FILE_TYPE
ERROR_FILE_TOO_LARGE
ERROR_FORMS_AUTH_REQUIRED
ERROR_VIRUS_INFECTED
ERROR_VIRUS_DELETED
ERROR_PIPE_LOCAL
ERROR_BAD_PIPE
ERROR_PIPE_BUSY
ERROR_NO_DATA
ERROR_PIPE_NOT_CONNECTED
ERROR_MORE_DATA
ERROR_VC_DISCONNECTED
ERROR_INVALID_EA_NAME
ERROR_EA_LIST_INCONSISTENT
WAIT_TIMEOUT
ERROR_NO_MORE_ITEMS
ERROR_CANNOT_COPY
ERROR_DIRECTORY
ERROR_EAS_DIDNT_FIT
ERROR_EA_FILE_CORRUPT
ERROR_EA_TABLE_FULL
ERROR_INVALID_EA_HANDLE
ERROR_EAS_NOT_SUPPORTED
ERROR_NOT_OWNER
ERROR_TOO_MANY_POSTS
ERROR_PARTIAL_COPY
ERROR_OPLOCK_NOT_GRANTED
ERROR_INVALID_OPLOCK_PROTOCOL
ERROR_DISK_TOO_FRAGMENTED
ERROR_DELETE_PENDING
ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING
ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME
ERROR_SECURITY_STREAM_IS_INCONSISTENT
ERROR_INVALID_LOCK_RANGE
ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT
ERROR_NOTIFICATION_GUID_ALREADY_DEFINED
ERROR_INVALID_EXCEPTION_HANDLER
ERROR_DUPLICATE_PRIVILEGES
ERROR_NO_RANGES_PROCESSED
ERROR_NOT_ALLOWED_ON_SYSTEM_FILE
ERROR_DISK_RESOURCES_EXHAUSTED
ERROR_INVALID_TOKEN
ERROR_DEVICE_FEATURE_NOT_SUPPORTED
ERROR_MR_MID_NOT_FOUND
ERROR_SCOPE_NOT_FOUND
ERROR_UNDEFINED_SCOPE
ERROR_INVALID_CAP
ERROR_DEVICE_UNREACHABLE
ERROR_DEVICE_NO_RESOURCES
ERROR_DATA_CHECKSUM_ERROR
ERROR_INTERMIXED_KERNEL_EA_OPERATION
ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED
ERROR_OFFSET_ALIGNMENT_VIOLATION
ERROR_INVALID_FIELD_IN_PARAMETER_LIST
ERROR_OPERATION_IN_PROGRESS
ERROR_BAD_DEVICE_PATH
ERROR_TOO_MANY_DESCRIPTORS
ERROR_SCRUB_DATA_DISABLED
ERROR_NOT_REDUNDANT_STORAGE
ERROR_RESIDENT_FILE_NOT_SUPPORTED
ERROR_COMPRESSED_FILE_NOT_SUPPORTED
ERROR_DIRECTORY_NOT_SUPPORTED
ERROR_NOT_READ_FROM_COPY
ERROR_FAIL_NOACTION_REBOOT
ERROR_FAIL_SHUTDOWN
ERROR_FAIL_RESTART
ERROR_MAX_SESSIONS_REACHED
ERROR_THREAD_MODE_ALREADY_BACKGROUND
ERROR_THREAD_MODE_NOT_BACKGROUND
ERROR_PROCESS_MODE_ALREADY_BACKGROUND
ERROR_PROCESS_MODE_NOT_BACKGROUND
ERROR_INVALID_ADDRESS
-
ERROR_USER_PROFILE_LOAD
-
500 (0x1F4)
User profile cannot be loaded.
-
534 (0x216)
Arithmetic result exceeded 32 bits.
-
535 (0x217)
There is a process on other end of the pipe.
-
536 (0x218)
Waiting for a process to open the other end of the pipe.
-
537 (0x219)
Application verifier has found an error in the current process.
-
538 (0x21A)
An error occurred in the ABIOS subsystem.
-
539 (0x21B)
A warning occurred in the WX86 subsystem.
-
540 (0x21C)
An error occurred in the WX86 subsystem.
-
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.
-
542 (0x21E)
Unwind exception code.
-
543 (0x21F)
An invalid or unaligned stack was encountered during an unwind operation.
-
544 (0x220)
An invalid unwind target was encountered during an unwind operation.
-
545 (0x221)
Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
-
546 (0x222)
Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
-
547 (0x223)
An attempt was made to lower a quota limit below the current usage.
-
548 (0x224)
An attempt was made to attach to a device that was already attached to another device.
-
549 (0x225)
An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
-
550 (0x226)
Profiling not started.
-
551 (0x227)
Profiling not stopped.
-
552 (0x228)
The passed ACL did not contain the minimum required information.
-
553 (0x229)
The number of active profiling objects is at the maximum and no more may be started.
-
554 (0x22A)
Used to indicate that an operation cannot continue without blocking for I/O.
-
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.
-
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.
-
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.
-
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.
-
559 (0x22F)
A malformed function table was encountered during an unwind operation.
-
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.
-
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.
-
563 (0x233)
Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
-
564 (0x234)
Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
-
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.
-
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.
-
567 (0x237)
Page file quota was exceeded.
-
568 (0x238)
The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
-
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.
-
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.
-
571 (0x23B)
{Privilege Failed} The I/O permissions for the process could not be changed.
-
572 (0x23C)
{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
-
573 (0x23D)
{Missing System File} The required system file %hs is bad or missing.
-
574 (0x23E)
{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
-
575 (0x23F)
{Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application.
-
576 (0x240)
{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
-
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.
-
578 (0x242)
{No Paging File Specified} No paging file was specified in the system configuration.
-
579 (0x243)
{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.
-
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.
-
581 (0x245)
A Windows Server has an incorrect configuration.
-
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.
-
583 (0x247)
The Unicode character is not defined in the Unicode character set installed on the system.
-
584 (0x248)
The paging file cannot be created on a floppy diskette.
-
585 (0x249)
The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.
-
586 (0x24A)
This operation is only allowed for the Primary Domain Controller of the domain.
-
587 (0x24B)
An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
-
588 (0x24C)
A volume has been accessed for which a file system driver is required that has not yet been loaded.
-
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.
-
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.
-
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.
-
592 (0x250)
{Data Not Accepted} The TDI client could not handle the data received during an indication.
-
593 (0x251)
NTVDM encountered a hard error.
-
594 (0x252)
{Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time.
-
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.
-
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.
-
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.
-
598 (0x256)
The stream is not a tiny stream.
-
599 (0x257)
The request must be handled by the stack overflow code.
-
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.
-
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.
-
602 (0x25A)
The bucket array must be grown. Retry transaction after doing so.
-
603 (0x25B)
The user/kernel marshalling buffer has overflowed.
-
604 (0x25C)
The supplied variant structure contains invalid data.
-
605 (0x25D)
The specified buffer contains ill-formed data.
-
606 (0x25E)
{Audit Failed} An attempt to generate a security audit failed.
-
607 (0x25F)
The timer resolution was not previously set by the current process.
-
608 (0x260)
There is insufficient account information to log you on.
-
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.
-
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.
-
611 (0x263)
There is an IP address conflict with another system on the network.
-
612 (0x264)
There is an IP address conflict with another system on the network.
-
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.
-
614 (0x266)
A callback return system service cannot be executed when no callback is active.
-
615 (0x267)
The password provided is too short to meet the policy of your user account. Please choose a longer password.
-
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.
-
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.
-
618 (0x26A)
The specified compression format is unsupported.
-
619 (0x26B)
The specified hardware profile configuration is invalid.
-
620 (0x26C)
The specified Plug and Play registry device path is invalid.
-
621 (0x26D)
The specified quota list is internally inconsistent with its descriptor.
-
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.
-
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.
-
624 (0x270)
{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
-
625 (0x271)
The validation process needs to continue on to the next step.
-
626 (0x272)
There are no more matches for the current index enumeration.
-
627 (0x273)
The range could not be added to the range list because of a conflict.
-
628 (0x274)
The server process is running under a SID different than that required by client.
-
629 (0x275)
A group marked use for deny only cannot be enabled.
-
630 (0x276)
{EXCEPTION} Multiple floating point faults.
-
631 (0x277)
{EXCEPTION} Multiple floating point traps.
-
632 (0x278)
The requested interface is not supported.
-
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.
-
634 (0x27A)
The system file %1 has become corrupt and has been replaced.
-
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.
-
636 (0x27C)
A device was removed so enumeration must be restarted.
-
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.
-
638 (0x27E)
Device will not start without a reboot.
-
639 (0x27F)
There is not enough power to complete the requested operation.
-
640 (0x280)
ERROR_MULTIPLE_FAULT_VIOLATION
-
641 (0x281)
The system is in the process of shutting down.
-
642 (0x282)
An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
-
643 (0x283)
This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
-
644 (0x284)
The specified range could not be found in the range list.
-
646 (0x286)
The driver was not loaded because the system is booting into safe mode.
-
647 (0x287)
The driver was not loaded because it failed its initialization call.
-
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.
-
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.
-
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.
-
651 (0x28B)
A Machine Check Error has occurred. Please check the system eventlog for additional information.
-
652 (0x28C)
There was error [%2] processing the driver database.
-
653 (0x28D)
System hive size has exceeded its limit.
-
654 (0x28E)
The driver could not be loaded because a previous version of the driver is still in memory.
-
655 (0x28F)
{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
-
656 (0x290)
The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
-
657 (0x291)
The password provided is too long to meet the policy of your user account. Please choose a shorter password.
-
665 (0x299)
The requested operation could not be completed due to a file system limitation.
-
668 (0x29C)
An assertion failure has occurred.
-
669 (0x29D)
An error occurred in the ACPI subsystem.
-
670 (0x29E)
WOW Assertion Error.
-
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.
-
672 (0x2A0)
A translator failed to translate resources.
-
673 (0x2A1)
A IRQ translator failed to translate resources.
-
674 (0x2A2)
Driver %2 returned invalid ID for a child device (%3).
-
675 (0x2A3)
{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.
-
676 (0x2A4)
{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation.
-
677 (0x2A5)
{Too Much Information} The specified access control list (ACL) contained more information than was expected.
-
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).
-
679 (0x2A7)
{Media Changed} The media may have changed.
-
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.
-
681 (0x2A9)
The create operation stopped after reaching a symbolic link.
-
682 (0x2AA)
A long jump has been executed.
-
683 (0x2AB)
The Plug and Play query operation was not successful.
-
684 (0x2AC)
A frame consolidation has been executed.
-
685 (0x2AD)
{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
-
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?
-
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?
-
688 (0x2B0)
Debugger did not handle the exception.
-
689 (0x2B1)
Debugger will reply later.
-
690 (0x2B2)
Debugger cannot provide handle.
-
691 (0x2B3)
Debugger terminated thread.
-
692 (0x2B4)
Debugger terminated process.
-
693 (0x2B5)
Debugger got control C.
-
694 (0x2B6)
Debugger printed exception on control C.
-
695 (0x2B7)
Debugger received RIP exception.
-
696 (0x2B8)
Debugger received control break.
-
697 (0x2B9)
Debugger command communication exception.
-
698 (0x2BA)
{Object Exists} An attempt was made to create an object and the object name already existed.
-
699 (0x2BB)
{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
-
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.
-
701 (0x2BD)
This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
-
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.
-
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.
-
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.
-
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.
-
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.
-
707 (0x2C3)
{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
-
708 (0x2C4)
{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
-
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.
-
710 (0x2C6)
{TDI Event Done} The TDI indication has completed successfully.
-
711 (0x2C7)
{TDI Event Pending} The TDI indication has entered the pending state.
-
712 (0x2C8)
Checking file system on %wZ.
-
713 (0x2C9)
{Fatal Application Exit} %hs.
-
714 (0x2CA)
The specified registry key is referenced by a predefined handle.
-
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.
-
716 (0x2CC)
%hs
-
717 (0x2CD)
{Page Locked} One of the pages to lock was already locked.
-
718 (0x2CE)
Application popup: %1 : %2
-
719 (0x2CF)
ERROR_ALREADY_WIN32
-
720 (0x2D0)
{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.
-
721 (0x2D1)
A yield execution was performed and no thread was available to run.
-
722 (0x2D2)
The resumable flag to a timer API was ignored.
-
723 (0x2D3)
The arbiter has deferred arbitration of these resources to its parent.
-
724 (0x2D4)
The inserted CardBus device cannot be started because of a configuration error on “%hs”.
-
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.
-
726 (0x2D6)
The system was put into hibernation.
-
727 (0x2D7)
The system was resumed from hibernation.
-
728 (0x2D8)
Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
-
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.
-
730 (0x2DA)
The system has awoken.
-
731 (0x2DB)
ERROR_WAIT_1
-
732 (0x2DC)
ERROR_WAIT_2
-
733 (0x2DD)
ERROR_WAIT_3
-
734 (0x2DE)
ERROR_WAIT_63
-
735 (0x2DF)
ERROR_ABANDONED_WAIT_0
-
736 (0x2E0)
ERROR_ABANDONED_WAIT_63
-
737 (0x2E1)
ERROR_USER_APC
-
738 (0x2E2)
ERROR_KERNEL_APC
-
739 (0x2E3)
ERROR_ALERTED
-
740 (0x2E4)
The requested operation requires elevation.
-
741 (0x2E5)
A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
-
742 (0x2E6)
An open/create operation completed while an oplock break is underway.
-
743 (0x2E7)
A new volume has been mounted by a file system.
-
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.
-
745 (0x2E9)
This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
-
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.
-
747 (0x2EB)
Page fault was a transition fault.
-
748 (0x2EC)
Page fault was a demand zero fault.
-
749 (0x2ED)
Page fault was a demand zero fault.
-
750 (0x2EE)
Page fault was a demand zero fault.
-
751 (0x2EF)
Page fault was satisfied by reading from a secondary storage device.
-
752 (0x2F0)
Cached page was locked during operation.
-
753 (0x2F1)
Crash dump exists in paging file.
-
754 (0x2F2)
Specified buffer contains all zeros.
-
755 (0x2F3)
A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
-
756 (0x2F4)
The device has succeeded a query-stop and its resource requirements have changed.
-
757 (0x2F5)
The translator has translated these resources into the global space and no further translations should be performed.
-
758 (0x2F6)
A process being terminated has no threads to terminate.
-
759 (0x2F7)
The specified process is not part of a job.
-
760 (0x2F8)
The specified process is part of a job.
-
761 (0x2F9)
{Volume Shadow Copy Service} The system is now ready for hibernation.
-
762 (0x2FA)
A file system or file system filter driver has successfully completed an FsFilter operation.
-
763 (0x2FB)
The specified interrupt vector was already connected.
-
764 (0x2FC)
The specified interrupt vector is still connected.
-
765 (0x2FD)
An operation is blocked waiting for an oplock.
-
766 (0x2FE)
Debugger handled exception.
-
767 (0x2FF)
Debugger continued.
-
768 (0x300)
An exception occurred in a user mode callback and the kernel callback frame should be removed.
-
769 (0x301)
Compression is disabled for this volume.
-
770 (0x302)
The data provider cannot fetch backwards through a result set.
-
771 (0x303)
The data provider cannot scroll backwards through a result set.
-
772 (0x304)
The data provider requires that previously fetched data is released before asking for more data.
-
773 (0x305)
The data provider was not able to interpret the flags set for a column binding in an accessor.
-
774 (0x306)
One or more errors occurred while processing the request.
-
775 (0x307)
The implementation is not capable of performing the request.
-
776 (0x308)
The client of a component requested an operation which is not valid given the state of the component instance.
-
777 (0x309)
A version number could not be parsed.
-
778 (0x30A)
The iterator’s start position is invalid.
-
779 (0x30B)
The hardware has reported an uncorrectable memory error.
-
780 (0x30C)
The attempted operation required self healing to be enabled.
-
781 (0x30D)
The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
-
782 (0x30E)
The system power state is transitioning from %2 to %3.
-
783 (0x30F)
The system power state is transitioning from %2 to %3 but could enter %4.
-
784 (0x310)
A thread is getting dispatched with MCA EXCEPTION because of MCA.
-
785 (0x311)
Access to %1 is monitored by policy rule %2.
-
786 (0x312)
Access to %1 has been restricted by your Administrator by policy rule %2.
-
787 (0x313)
A valid hibernation file has been invalidated and should be abandoned.
-
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.
-
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.
-
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.
-
791 (0x317)
The resources required for this device conflict with the MCFG table.
-
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.
-
793 (0x319)
The volume repair was not successful.
-
794 (0x31A)
One of the volume corruption logs is full. Further corruptions that may be detected won’t be logged.
-
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.
-
796 (0x31C)
One of the volume corruption logs is unavailable for being operated on.
-
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.
-
798 (0x31E)
One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.
-
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.
-
800 (0x320)
The oplock that was associated with this handle is now associated with a different handle.
-
801 (0x321)
An oplock of the requested level cannot be granted. An oplock of a lower level may be available.
-
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.
-
803 (0x323)
The handle with which this oplock was associated has been closed. The oplock is now broken.
-
804 (0x324)
The specified access control entry (ACE) does not contain a condition.
-
805 (0x325)
The specified access control entry (ACE) contains an invalid condition.
-
806 (0x326)
Access to the specified file handle has been revoked.
-
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.
-
994 (0x3E2)
Access to the extended attribute was denied.
-
995 (0x3E3)
The I/O operation has been aborted because of either a thread exit or an application request.
-
996 (0x3E4)
Overlapped I/O event is not in a signaled state.
-
997 (0x3E5)
Overlapped I/O operation is in progress.
-
998 (0x3E6)
Invalid access to memory location.
-
999 (0x3E7)
Error performing inpage operation.
ERROR_ARITHMETIC_OVERFLOW
ERROR_PIPE_CONNECTED
ERROR_PIPE_LISTENING
ERROR_VERIFIER_STOP
ERROR_ABIOS_ERROR
ERROR_WX86_WARNING
ERROR_WX86_ERROR
ERROR_TIMER_NOT_CANCELED
ERROR_UNWIND
ERROR_BAD_STACK
ERROR_INVALID_UNWIND_TARGET
ERROR_INVALID_PORT_ATTRIBUTES
ERROR_PORT_MESSAGE_TOO_LONG
ERROR_INVALID_QUOTA_LOWER
ERROR_DEVICE_ALREADY_ATTACHED
ERROR_INSTRUCTION_MISALIGNMENT
ERROR_PROFILING_NOT_STARTED
ERROR_PROFILING_NOT_STOPPED
ERROR_COULD_NOT_INTERPRET
ERROR_PROFILING_AT_LIMIT
ERROR_CANT_WAIT
ERROR_CANT_TERMINATE_SELF
ERROR_UNEXPECTED_MM_CREATE_ERR
ERROR_UNEXPECTED_MM_MAP_ERROR
ERROR_UNEXPECTED_MM_EXTEND_ERR
ERROR_BAD_FUNCTION_TABLE
ERROR_NO_GUID_TRANSLATION
ERROR_INVALID_LDT_SIZE
ERROR_INVALID_LDT_OFFSET
ERROR_INVALID_LDT_DESCRIPTOR
ERROR_TOO_MANY_THREADS
ERROR_THREAD_NOT_IN_PROCESS
ERROR_PAGEFILE_QUOTA_EXCEEDED
ERROR_LOGON_SERVER_CONFLICT
ERROR_SYNCHRONIZATION_REQUIRED
ERROR_NET_OPEN_FAILED
ERROR_IO_PRIVILEGE_FAILED
ERROR_CONTROL_C_EXIT
ERROR_MISSING_SYSTEMFILE
ERROR_UNHANDLED_EXCEPTION
ERROR_APP_INIT_FAILURE
ERROR_PAGEFILE_CREATE_FAILED
ERROR_INVALID_IMAGE_HASH
ERROR_NO_PAGEFILE
ERROR_ILLEGAL_FLOAT_CONTEXT
ERROR_NO_EVENT_PAIR
ERROR_DOMAIN_CTRLR_CONFIG_ERROR
ERROR_ILLEGAL_CHARACTER
ERROR_UNDEFINED_CHARACTER
ERROR_FLOPPY_VOLUME
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT
ERROR_BACKUP_CONTROLLER
ERROR_MUTANT_LIMIT_EXCEEDED
ERROR_FS_DRIVER_REQUIRED
ERROR_CANNOT_LOAD_REGISTRY_FILE
ERROR_DEBUG_ATTACH_FAILED
ERROR_SYSTEM_PROCESS_TERMINATED
ERROR_DATA_NOT_ACCEPTED
ERROR_VDM_HARD_ERROR
ERROR_DRIVER_CANCEL_TIMEOUT
ERROR_REPLY_MESSAGE_MISMATCH
ERROR_LOST_WRITEBEHIND_DATA
ERROR_CLIENT_SERVER_PARAMETERS_INVALID
ERROR_NOT_TINY_STREAM
ERROR_STACK_OVERFLOW_READ
ERROR_CONVERT_TO_LARGE
ERROR_FOUND_OUT_OF_SCOPE
ERROR_ALLOCATE_BUCKET
ERROR_MARSHALL_OVERFLOW
ERROR_INVALID_VARIANT
ERROR_BAD_COMPRESSION_BUFFER
ERROR_AUDIT_FAILED
ERROR_TIMER_RESOLUTION_NOT_SET
ERROR_INSUFFICIENT_LOGON_INFO
ERROR_BAD_DLL_ENTRYPOINT
ERROR_BAD_SERVICE_ENTRYPOINT
ERROR_IP_ADDRESS_CONFLICT1
ERROR_IP_ADDRESS_CONFLICT2
ERROR_REGISTRY_QUOTA_LIMIT
ERROR_NO_CALLBACK_ACTIVE
ERROR_PWD_TOO_SHORT
ERROR_PWD_TOO_RECENT
ERROR_PWD_HISTORY_CONFLICT
ERROR_UNSUPPORTED_COMPRESSION
ERROR_INVALID_HW_PROFILE
ERROR_INVALID_PLUGPLAY_DEVICE_PATH
ERROR_QUOTA_LIST_INCONSISTENT
ERROR_EVALUATION_EXPIRATION
ERROR_ILLEGAL_DLL_RELOCATION
ERROR_DLL_INIT_FAILED_LOGOFF
ERROR_VALIDATE_CONTINUE
ERROR_NO_MORE_MATCHES
ERROR_RANGE_LIST_CONFLICT
ERROR_SERVER_SID_MISMATCH
ERROR_CANT_ENABLE_DENY_ONLY
ERROR_FLOAT_MULTIPLE_FAULTS
ERROR_FLOAT_MULTIPLE_TRAPS
ERROR_NOINTERFACE
ERROR_DRIVER_FAILED_SLEEP
ERROR_CORRUPT_SYSTEM_FILE
ERROR_COMMITMENT_MINIMUM
ERROR_PNP_RESTART_ENUMERATION
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE
ERROR_PNP_REBOOT_REQUIRED
ERROR_INSUFFICIENT_POWER
ERROR_MULTIPLE_FAULT_VIOLATION
ERROR_SYSTEM_SHUTDOWN
ERROR_PORT_NOT_SET
ERROR_DS_VERSION_CHECK_FAILURE
ERROR_RANGE_NOT_FOUND
ERROR_NOT_SAFE_MODE_DRIVER
ERROR_FAILED_DRIVER_ENTRY
ERROR_DEVICE_ENUMERATION_ERROR
ERROR_MOUNT_POINT_NOT_RESOLVED
ERROR_INVALID_DEVICE_OBJECT_PARAMETER
ERROR_MCA_OCCURED
ERROR_DRIVER_DATABASE_ERROR
ERROR_SYSTEM_HIVE_TOO_LARGE
ERROR_DRIVER_FAILED_PRIOR_UNLOAD
ERROR_VOLSNAP_PREPARE_HIBERNATE
ERROR_HIBERNATION_FAILURE
ERROR_PWD_TOO_LONG
ERROR_FILE_SYSTEM_LIMITATION
ERROR_ASSERTION_FAILURE
ERROR_ACPI_ERROR
ERROR_WOW_ASSERTION
ERROR_PNP_BAD_MPS_TABLE
ERROR_PNP_TRANSLATION_FAILED
ERROR_PNP_IRQ_TRANSLATION_FAILED
ERROR_PNP_INVALID_ID
ERROR_WAKE_SYSTEM_DEBUGGER
ERROR_HANDLES_CLOSED
ERROR_EXTRANEOUS_INFORMATION
ERROR_RXACT_COMMIT_NECESSARY
ERROR_MEDIA_CHECK
ERROR_GUID_SUBSTITUTION_MADE
ERROR_STOPPED_ON_SYMLINK
ERROR_LONGJUMP
ERROR_PLUGPLAY_QUERY_VETOED
ERROR_UNWIND_CONSOLIDATE
ERROR_REGISTRY_HIVE_RECOVERED
ERROR_DLL_MIGHT_BE_INSECURE
ERROR_DLL_MIGHT_BE_INCOMPATIBLE
ERROR_DBG_EXCEPTION_NOT_HANDLED
ERROR_DBG_REPLY_LATER
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE
ERROR_DBG_TERMINATE_THREAD
ERROR_DBG_TERMINATE_PROCESS
ERROR_DBG_CONTROL_C
ERROR_DBG_PRINTEXCEPTION_C
ERROR_DBG_RIPEXCEPTION
ERROR_DBG_CONTROL_BREAK
ERROR_DBG_COMMAND_EXCEPTION
ERROR_OBJECT_NAME_EXISTS
ERROR_THREAD_WAS_SUSPENDED
ERROR_IMAGE_NOT_AT_BASE
ERROR_RXACT_STATE_CREATED
ERROR_SEGMENT_NOTIFICATION
ERROR_BAD_CURRENT_DIRECTORY
ERROR_FT_READ_RECOVERY_FROM_BACKUP
ERROR_FT_WRITE_RECOVERY
ERROR_IMAGE_MACHINE_TYPE_MISMATCH
ERROR_RECEIVE_PARTIAL
ERROR_RECEIVE_EXPEDITED
ERROR_RECEIVE_PARTIAL_EXPEDITED
ERROR_EVENT_DONE
ERROR_EVENT_PENDING
ERROR_CHECKING_FILE_SYSTEM
ERROR_FATAL_APP_EXIT
ERROR_PREDEFINED_HANDLE
ERROR_WAS_UNLOCKED
ERROR_SERVICE_NOTIFICATION
ERROR_WAS_LOCKED
ERROR_LOG_HARD_ERROR
ERROR_ALREADY_WIN32
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE
ERROR_NO_YIELD_PERFORMED
ERROR_TIMER_RESUME_IGNORED
ERROR_ARBITRATION_UNHANDLED
ERROR_CARDBUS_NOT_SUPPORTED
ERROR_MP_PROCESSOR_MISMATCH
ERROR_HIBERNATED
ERROR_RESUME_HIBERNATION
ERROR_FIRMWARE_UPDATED
ERROR_DRIVERS_LEAKING_LOCKED_PAGES
ERROR_WAKE_SYSTEM
ERROR_WAIT_1
ERROR_WAIT_2
ERROR_WAIT_3
ERROR_WAIT_63
ERROR_ABANDONED_WAIT_0
ERROR_ABANDONED_WAIT_63
ERROR_USER_APC
ERROR_KERNEL_APC
ERROR_ALERTED
ERROR_ELEVATION_REQUIRED
ERROR_REPARSE
ERROR_OPLOCK_BREAK_IN_PROGRESS
ERROR_VOLUME_MOUNTED
ERROR_RXACT_COMMITTED
ERROR_NOTIFY_CLEANUP
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED
ERROR_PAGE_FAULT_TRANSITION
ERROR_PAGE_FAULT_DEMAND_ZERO
ERROR_PAGE_FAULT_COPY_ON_WRITE
ERROR_PAGE_FAULT_GUARD_PAGE
ERROR_PAGE_FAULT_PAGING_FILE
ERROR_CACHE_PAGE_LOCKED
ERROR_CRASH_DUMP
ERROR_BUFFER_ALL_ZEROS
ERROR_REPARSE_OBJECT
ERROR_RESOURCE_REQUIREMENTS_CHANGED
ERROR_TRANSLATION_COMPLETE
ERROR_NOTHING_TO_TERMINATE
ERROR_PROCESS_NOT_IN_JOB
ERROR_PROCESS_IN_JOB
ERROR_VOLSNAP_HIBERNATE_READY
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED
ERROR_INTERRUPT_STILL_CONNECTED
ERROR_WAIT_FOR_OPLOCK
ERROR_DBG_EXCEPTION_HANDLED
ERROR_DBG_CONTINUE
ERROR_CALLBACK_POP_STACK
ERROR_COMPRESSION_DISABLED
ERROR_CANTFETCHBACKWARDS
ERROR_CANTSCROLLBACKWARDS
ERROR_ROWSNOTRELEASED
ERROR_BAD_ACCESSOR_FLAGS
ERROR_ERRORS_ENCOUNTERED
ERROR_NOT_CAPABLE
ERROR_REQUEST_OUT_OF_SEQUENCE
ERROR_VERSION_PARSE_ERROR
ERROR_BADSTARTPOSITION
ERROR_MEMORY_HARDWARE
ERROR_DISK_REPAIR_DISABLED
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE
ERROR_SYSTEM_POWERSTATE_TRANSITION
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION
ERROR_MCA_EXCEPTION
ERROR_ACCESS_AUDIT_BY_POLICY
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY
ERROR_ABANDON_HIBERFILE
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR
ERROR_BAD_MCFG_TABLE
ERROR_DISK_REPAIR_REDIRECTED
ERROR_DISK_REPAIR_UNSUCCESSFUL
ERROR_CORRUPT_LOG_OVERFULL
ERROR_CORRUPT_LOG_CORRUPTED
ERROR_CORRUPT_LOG_UNAVAILABLE
ERROR_CORRUPT_LOG_DELETED_FULL
ERROR_CORRUPT_LOG_CLEARED
ERROR_ORPHAN_NAME_EXHAUSTED
ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE
ERROR_CANNOT_GRANT_REQUESTED_OPLOCK
ERROR_CANNOT_BREAK_OPLOCK
ERROR_OPLOCK_HANDLE_CLOSED
ERROR_NO_ACE_CONDITION
ERROR_INVALID_ACE_CONDITION
ERROR_FILE_HANDLE_REVOKED
ERROR_IMAGE_AT_DIFFERENT_BASE
ERROR_EA_ACCESS_DENIED
ERROR_OPERATION_ABORTED
ERROR_IO_INCOMPLETE
ERROR_IO_PENDING
ERROR_NOACCESS
ERROR_SWAPERROR
-
ERROR_STACK_OVERFLOW
-
1001 (0x3E9)
Recursion too deep; the stack overflowed.
-
1002 (0x3EA)
The window cannot act on the sent message.
-
1003 (0x3EB)
Cannot complete this function.
-
1004 (0x3EC)
Invalid flags.
-
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.
-
1006 (0x3EE)
The volume for a file has been externally altered so that the opened file is no longer valid.
-
1007 (0x3EF)
The requested operation cannot be performed in full-screen mode.
-
1008 (0x3F0)
An attempt was made to reference a token that does not exist.
-
1009 (0x3F1)
The configuration registry database is corrupt.
-
1010 (0x3F2)
The configuration registry key is invalid.
-
1011 (0x3F3)
The configuration registry key could not be opened.
-
1012 (0x3F4)
The configuration registry key could not be read.
-
1013 (0x3F5)
The configuration registry key could not be written.
-
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.
-
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.
-
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.
-
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.
-
1018 (0x3FA)
Illegal operation attempted on a registry key that has been marked for deletion.
-
1019 (0x3FB)
System could not allocate the required space in a registry log.
-
1020 (0x3FC)
Cannot create a symbolic link in a registry key that already has subkeys or values.
-
1021 (0x3FD)
Cannot create a stable subkey under a volatile parent key.
-
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.
-
1051 (0x41B)
A stop control has been sent to a service that other running services are dependent on.
-
1052 (0x41C)
The requested control is not valid for this service.
-
1053 (0x41D)
The service did not respond to the start or control request in a timely fashion.
-
1054 (0x41E)
A thread could not be created for the service.
-
1055 (0x41F)
The service database is locked.
-
1056 (0x420)
An instance of the service is already running.
-
1057 (0x421)
The account name is invalid or does not exist, or the password is invalid for the account name specified.
-
1058 (0x422)
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
-
1059 (0x423)
Circular service dependency was specified.
-
1060 (0x424)
The specified service does not exist as an installed service.
-
1061 (0x425)
The service cannot accept control messages at this time.
-
1062 (0x426)
The service has not been started.
-
1063 (0x427)
The service process could not connect to the service controller.
-
1064 (0x428)
An exception occurred in the service when handling the control request.
-
1065 (0x429)
The database specified does not exist.
-
1066 (0x42A)
The service has returned a service-specific error code.
-
1067 (0x42B)
The process terminated unexpectedly.
-
1068 (0x42C)
The dependency service or group failed to start.
-
1069 (0x42D)
The service did not start due to a logon failure.
-
1070 (0x42E)
After starting, the service hung in a start-pending state.
-
1071 (0x42F)
The specified service database lock is invalid.
-
1072 (0x430)
The specified service has been marked for deletion.
-
1073 (0x431)
The specified service already exists.
-
1074 (0x432)
The system is currently running with the last-known-good configuration.
-
1075 (0x433)
The dependency service does not exist or has been marked for deletion.
-
1076 (0x434)
The current boot has already been accepted for use as the last-known-good control set.
-
1077 (0x435)
No attempts to start the service have been made since the last boot.
-
1078 (0x436)
The name is already in use as either a service name or a service display name.
-
1079 (0x437)
The account specified for this service is different from the account specified for other services running in the same process.
-
1080 (0x438)
Failure actions can only be set for Win32 services, not for drivers.
-
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.
-
1082 (0x43A)
No recovery program has been configured for this service.
-
1083 (0x43B)
The executable program that this service is configured to run in does not implement the service.
-
1084 (0x43C)
This service cannot be started in Safe Mode.
-
1100 (0x44C)
The physical end of the tape has been reached.
-
1101 (0x44D)
A tape access reached a filemark.
-
1102 (0x44E)
The beginning of the tape or a partition was encountered.
-
1103 (0x44F)
A tape access reached the end of a set of files.
-
1104 (0x450)
No more data is on the tape.
-
1105 (0x451)
Tape could not be partitioned.
-
1106 (0x452)
When accessing a new tape of a multivolume partition, the current block size is incorrect.
-
1107 (0x453)
Tape partition information could not be found when loading a tape.
-
1108 (0x454)
Unable to lock the media eject mechanism.
-
1109 (0x455)
Unable to unload the media.
-
1110 (0x456)
The media in the drive may have changed.
-
1111 (0x457)
The I/O bus was reset.
-
1112 (0x458)
No media in drive.
-
1113 (0x459)
No mapping for the Unicode character exists in the target multi-byte code page.
-
1114 (0x45A)
A dynamic link library (DLL) initialization routine failed.
-
1115 (0x45B)
A system shutdown is in progress.
-
1116 (0x45C)
Unable to abort the system shutdown because no shutdown was in progress.
-
1117 (0x45D)
The request could not be performed because of an I/O device error.
-
1118 (0x45E)
No serial device was successfully initialized. The serial driver will unload.
-
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.
-
1120 (0x460)
A serial I/O operation was completed by another write to the serial port. The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
-
1121 (0x461)
A serial I/O operation completed because the timeout period expired. The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
-
1122 (0x462)
No ID address mark was found on the floppy disk.
-
1123 (0x463)
Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
-
1124 (0x464)
The floppy disk controller reported an error that is not recognized by the floppy disk driver.
-
1125 (0x465)
The floppy disk controller returned inconsistent results in its registers.
-
1126 (0x466)
While accessing the hard disk, a recalibrate operation failed, even after retries.
-
1127 (0x467)
While accessing the hard disk, a disk operation failed even after retries.
-
1128 (0x468)
While accessing the hard disk, a disk controller reset was needed, but even that failed.
-
1129 (0x469)
Physical end of tape encountered.
-
1130 (0x46A)
Not enough server storage is available to process this command.
-
1131 (0x46B)
A potential deadlock condition has been detected.
-
1132 (0x46C)
The base address or the file offset specified does not have the proper alignment.
-
1140 (0x474)
An attempt to change the system power state was vetoed by another application or driver.
-
1141 (0x475)
The system BIOS failed an attempt to change the system power state.
-
1142 (0x476)
An attempt was made to create more links on a file than the file system supports.
-
1150 (0x47E)
The specified program requires a newer version of Windows.
-
1151 (0x47F)
The specified program is not a Windows or MS-DOS program.
-
1152 (0x480)
Cannot start more than one instance of the specified program.
-
1153 (0x481)
The specified program was written for an earlier version of Windows.
-
1154 (0x482)
One of the library files needed to run this application is damaged.
-
1155 (0x483)
No application is associated with the specified file for this operation.
-
1156 (0x484)
An error occurred in sending the command to the application.
-
1157 (0x485)
One of the library files needed to run this application cannot be found.
-
1158 (0x486)
The current process has used all of its system allowance of handles for Window Manager objects.
-
1159 (0x487)
The message can be used only with synchronous operations.
-
1160 (0x488)
The indicated source element has no media.
-
1161 (0x489)
The indicated destination element already contains media.
-
1162 (0x48A)
The indicated element does not exist.
-
1163 (0x48B)
The indicated element is part of a magazine that is not present.
-
1164 (0x48C)
The indicated device requires reinitialization due to hardware errors.
-
1165 (0x48D)
The device has indicated that cleaning is required before further operations are attempted.
-
1166 (0x48E)
The device has indicated that its door is open.
-
1167 (0x48F)
The device is not connected.
-
1168 (0x490)
Element not found.
-
1169 (0x491)
There was no match for the specified key in the index.
-
1170 (0x492)
The property set specified does not exist on the object.
-
1171 (0x493)
The point passed to GetMouseMovePoints is not in the buffer.
-
1172 (0x494)
The tracking (workstation) service is not running.
-
1173 (0x495)
The Volume ID could not be found.
-
1175 (0x497)
Unable to remove the file to be replaced.
-
1176 (0x498)
Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
-
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.
-
1178 (0x49A)
The volume change journal is being deleted.
-
1179 (0x49B)
The volume change journal is not active.
-
1180 (0x49C)
A file was found, but it may not be the correct file.
-
1181 (0x49D)
The journal entry has been deleted from the journal.
-
1190 (0x4A6)
A system shutdown has already been scheduled.
-
1191 (0x4A7)
The system shutdown cannot be initiated because there are other users logged on to the computer.
-
1200 (0x4B0)
The specified device name is invalid.
-
1201 (0x4B1)
The device is not currently connected but it is a remembered connection.
-
1202 (0x4B2)
The local device name has a remembered connection to another network resource.
-
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.
-
1204 (0x4B4)
The specified network provider name is invalid.
-
1205 (0x4B5)
Unable to open the network connection profile.
-
1206 (0x4B6)
The network connection profile is corrupted.
-
1207 (0x4B7)
Cannot enumerate a noncontainer.
-
1208 (0x4B8)
An extended error has occurred.
-
1209 (0x4B9)
The format of the specified group name is invalid.
-
1210 (0x4BA)
The format of the specified computer name is invalid.
-
1211 (0x4BB)
The format of the specified event name is invalid.
-
1212 (0x4BC)
The format of the specified domain name is invalid.
-
1213 (0x4BD)
The format of the specified service name is invalid.
-
1214 (0x4BE)
The format of the specified network name is invalid.
-
1215 (0x4BF)
The format of the specified share name is invalid.
-
1216 (0x4C0)
The format of the specified password is invalid.
-
1217 (0x4C1)
The format of the specified message name is invalid.
-
1218 (0x4C2)
The format of the specified message destination is invalid.
-
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.
-
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.
-
1221 (0x4C5)
The workgroup or domain name is already in use by another computer on the network.
-
1222 (0x4C6)
The network is not present or not started.
-
1223 (0x4C7)
The operation was canceled by the user.
-
1224 (0x4C8)
The requested operation cannot be performed on a file with a user-mapped section open.
-
1225 (0x4C9)
The remote computer refused the network connection.
-
1226 (0x4CA)
The network connection was gracefully closed.
-
1227 (0x4CB)
The network transport endpoint already has an address associated with it.
-
1228 (0x4CC)
An address has not yet been associated with the network endpoint.
-
1229 (0x4CD)
An operation was attempted on a nonexistent network connection.
-
1230 (0x4CE)
An invalid operation was attempted on an active network connection.
-
1231 (0x4CF)
The network location cannot be reached. For information about network troubleshooting, see Windows Help.
-
1232 (0x4D0)
The network location cannot be reached. For information about network troubleshooting, see Windows Help.
-
1233 (0x4D1)
The network location cannot be reached. For information about network troubleshooting, see Windows Help.
-
1234 (0x4D2)
No service is operating at the destination network endpoint on the remote system.
-
1235 (0x4D3)
The request was aborted.
-
1236 (0x4D4)
The network connection was aborted by the local system.
-
1237 (0x4D5)
The operation could not be completed. A retry should be performed.
-
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.
-
1239 (0x4D7)
Attempting to log in during an unauthorized time of day for this account.
-
1240 (0x4D8)
The account is not authorized to log in from this station.
-
1241 (0x4D9)
The network address could not be used for the operation requested.
-
1242 (0x4DA)
The service is already registered.
-
1243 (0x4DB)
The specified service does not exist.
-
1244 (0x4DC)
The operation being requested was not performed because the user has not been authenticated.
-
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.
-
1246 (0x4DE)
Continue with work in progress.
-
1247 (0x4DF)
An attempt was made to perform an initialization operation when initialization has already been completed.
-
1248 (0x4E0)
No more local devices.
-
1249 (0x4E1)
The specified site does not exist.
-
1250 (0x4E2)
A domain controller with the specified name already exists.
-
1251 (0x4E3)
This operation is supported only when you are connected to the server.
-
1252 (0x4E4)
The group policy framework should call the extension even if there are no changes.
-
1253 (0x4E5)
The specified user does not have a valid profile.
-
1254 (0x4E6)
This operation is not supported on a computer running Windows Server 2003 for Small Business Server.
-
1255 (0x4E7)
The server machine is shutting down.
-
1256 (0x4E8)
The remote system is not available. For information about network troubleshooting, see Windows Help.
-
1257 (0x4E9)
The security identifier provided is not from an account domain.
-
1258 (0x4EA)
The security identifier provided does not have a domain component.
-
1259 (0x4EB)
AppHelp dialog canceled thus preventing the application from starting.
-
1260 (0x4EC)
This program is blocked by group policy. For more information, contact your system administrator.
-
1261 (0x4ED)
A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
-
1262 (0x4EE)
The share is currently offline or does not exist.
-
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.
-
1264 (0x4F0)
The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
-
1265 (0x4F1)
The system cannot contact a domain controller to service the authentication request. Please try again later.
-
1271 (0x4F7)
The machine is locked and cannot be shut down without the force option.
-
1273 (0x4F9)
An application-defined callback gave invalid data when called.
-
1274 (0x4FA)
The group policy framework should call the extension in the synchronous foreground policy refresh.
-
1275 (0x4FB)
This driver has been blocked from loading.
-
1276 (0x4FC)
A dynamic link library (DLL) referenced a module that was neither a DLL nor the process’s executable image.
-
1277 (0x4FD)
Windows cannot open this program since it has been disabled.
-
1278 (0x4FE)
Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
-
1279 (0x4FF)
A transaction recover failed.
-
1280 (0x500)
The current thread has already been converted to a fiber.
-
1281 (0x501)
The current thread has already been converted from a fiber.
-
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.
-
1283 (0x503)
Data present in one of the parameters is more than the function can operate on.
-
1284 (0x504)
An attempt to do an operation on a debug object failed because the object is in the process of being deleted.
-
1285 (0x505)
An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
-
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.
-
1287 (0x507)
Insufficient information exists to identify the cause of failure.
-
1288 (0x508)
The parameter passed to a C runtime function is incorrect.
-
1289 (0x509)
The operation occurred beyond the valid data length of the file.
-
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.
-
1291 (0x50B)
The process hosting the driver for this device has been terminated.
-
1292 (0x50C)
An operation attempted to exceed an implementation-defined limit.
-
1293 (0x50D)
Either the target process, or the target thread’s containing process, is a protected process.
-
1294 (0x50E)
The service notification client is lagging too far behind the current state of services in the machine.
-
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.
-
1296 (0x510)
The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.
-
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.
-
1298 (0x512)
A thread involved in this operation appears to be unresponsive.
-
1299 (0x513)
Indicates a particular Security ID may not be assigned as the label of an object.
ERROR_INVALID_MESSAGE
ERROR_CAN_NOT_COMPLETE
ERROR_INVALID_FLAGS
ERROR_UNRECOGNIZED_VOLUME
ERROR_FILE_INVALID
ERROR_FULLSCREEN_MODE
ERROR_NO_TOKEN
ERROR_BADDB
ERROR_BADKEY
ERROR_CANTOPEN
ERROR_CANTREAD
ERROR_CANTWRITE
ERROR_REGISTRY_RECOVERED
ERROR_REGISTRY_CORRUPT
ERROR_REGISTRY_IO_FAILED
ERROR_NOT_REGISTRY_FILE
ERROR_KEY_DELETED
ERROR_NO_LOG_SPACE
ERROR_KEY_HAS_CHILDREN
ERROR_CHILD_MUST_BE_VOLATILE
ERROR_NOTIFY_ENUM_DIR
ERROR_DEPENDENT_SERVICES_RUNNING
ERROR_INVALID_SERVICE_CONTROL
ERROR_SERVICE_REQUEST_TIMEOUT
ERROR_SERVICE_NO_THREAD
ERROR_SERVICE_DATABASE_LOCKED
ERROR_SERVICE_ALREADY_RUNNING
ERROR_INVALID_SERVICE_ACCOUNT
ERROR_SERVICE_DISABLED
ERROR_CIRCULAR_DEPENDENCY
ERROR_SERVICE_DOES_NOT_EXIST
ERROR_SERVICE_CANNOT_ACCEPT_CTRL
ERROR_SERVICE_NOT_ACTIVE
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
ERROR_EXCEPTION_IN_SERVICE
ERROR_DATABASE_DOES_NOT_EXIST
ERROR_SERVICE_SPECIFIC_ERROR
ERROR_PROCESS_ABORTED
ERROR_SERVICE_DEPENDENCY_FAIL
ERROR_SERVICE_LOGON_FAILED
ERROR_SERVICE_START_HANG
ERROR_INVALID_SERVICE_LOCK
ERROR_SERVICE_MARKED_FOR_DELETE
ERROR_SERVICE_EXISTS
ERROR_ALREADY_RUNNING_LKG
ERROR_SERVICE_DEPENDENCY_DELETED
ERROR_BOOT_ALREADY_ACCEPTED
ERROR_SERVICE_NEVER_STARTED
ERROR_DUPLICATE_SERVICE_NAME
ERROR_DIFFERENT_SERVICE_ACCOUNT
ERROR_CANNOT_DETECT_DRIVER_FAILURE
ERROR_CANNOT_DETECT_PROCESS_ABORT
ERROR_NO_RECOVERY_PROGRAM
ERROR_SERVICE_NOT_IN_EXE
ERROR_NOT_SAFEBOOT_SERVICE
ERROR_END_OF_MEDIA
ERROR_FILEMARK_DETECTED
ERROR_BEGINNING_OF_MEDIA
ERROR_SETMARK_DETECTED
ERROR_NO_DATA_DETECTED
ERROR_PARTITION_FAILURE
ERROR_INVALID_BLOCK_LENGTH
ERROR_DEVICE_NOT_PARTITIONED
ERROR_UNABLE_TO_LOCK_MEDIA
ERROR_UNABLE_TO_UNLOAD_MEDIA
ERROR_MEDIA_CHANGED
ERROR_BUS_RESET
ERROR_NO_MEDIA_IN_DRIVE
ERROR_NO_UNICODE_TRANSLATION
ERROR_DLL_INIT_FAILED
ERROR_SHUTDOWN_IN_PROGRESS
ERROR_NO_SHUTDOWN_IN_PROGRESS
ERROR_IO_DEVICE
ERROR_SERIAL_NO_DEVICE
ERROR_IRQ_BUSY
ERROR_MORE_WRITES
ERROR_COUNTER_TIMEOUT
ERROR_FLOPPY_ID_MARK_NOT_FOUND
ERROR_FLOPPY_WRONG_CYLINDER
ERROR_FLOPPY_UNKNOWN_ERROR
ERROR_FLOPPY_BAD_REGISTERS
ERROR_DISK_RECALIBRATE_FAILED
ERROR_DISK_OPERATION_FAILED
ERROR_DISK_RESET_FAILED
ERROR_EOM_OVERFLOW
ERROR_NOT_ENOUGH_SERVER_MEMORY
ERROR_POSSIBLE_DEADLOCK
ERROR_MAPPED_ALIGNMENT
ERROR_SET_POWER_STATE_VETOED
ERROR_SET_POWER_STATE_FAILED
ERROR_TOO_MANY_LINKS
ERROR_OLD_WIN_VERSION
ERROR_APP_WRONG_OS
ERROR_SINGLE_INSTANCE_APP
ERROR_RMODE_APP
ERROR_INVALID_DLL
ERROR_NO_ASSOCIATION
ERROR_DDE_FAIL
ERROR_DLL_NOT_FOUND
ERROR_NO_MORE_USER_HANDLES
ERROR_MESSAGE_SYNC_ONLY
ERROR_SOURCE_ELEMENT_EMPTY
ERROR_DESTINATION_ELEMENT_FULL
ERROR_ILLEGAL_ELEMENT_ADDRESS
ERROR_MAGAZINE_NOT_PRESENT
ERROR_DEVICE_REINITIALIZATION_NEEDED
ERROR_DEVICE_REQUIRES_CLEANING
ERROR_DEVICE_DOOR_OPEN
ERROR_DEVICE_NOT_CONNECTED
ERROR_NOT_FOUND
ERROR_NO_MATCH
ERROR_SET_NOT_FOUND
ERROR_POINT_NOT_FOUND
ERROR_NO_TRACKING_SERVICE
ERROR_NO_VOLUME_ID
ERROR_UNABLE_TO_REMOVE_REPLACED
ERROR_UNABLE_TO_MOVE_REPLACEMENT
ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
ERROR_JOURNAL_DELETE_IN_PROGRESS
ERROR_JOURNAL_NOT_ACTIVE
ERROR_POTENTIAL_FILE_FOUND
ERROR_JOURNAL_ENTRY_DELETED
ERROR_SHUTDOWN_IS_SCHEDULED
ERROR_SHUTDOWN_USERS_LOGGED_ON
ERROR_BAD_DEVICE
ERROR_CONNECTION_UNAVAIL
ERROR_DEVICE_ALREADY_REMEMBERED
ERROR_NO_NET_OR_BAD_PATH
ERROR_BAD_PROVIDER
ERROR_CANNOT_OPEN_PROFILE
ERROR_BAD_PROFILE
ERROR_NOT_CONTAINER
ERROR_EXTENDED_ERROR
ERROR_INVALID_GROUPNAME
ERROR_INVALID_COMPUTERNAME
ERROR_INVALID_EVENTNAME
ERROR_INVALID_DOMAINNAME
ERROR_INVALID_SERVICENAME
ERROR_INVALID_NETNAME
ERROR_INVALID_SHARENAME
ERROR_INVALID_PASSWORDNAME
ERROR_INVALID_MESSAGENAME
ERROR_INVALID_MESSAGEDEST
ERROR_SESSION_CREDENTIAL_CONFLICT
ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
ERROR_DUP_DOMAINNAME
ERROR_NO_NETWORK
ERROR_CANCELLED
ERROR_USER_MAPPED_FILE
ERROR_CONNECTION_REFUSED
ERROR_GRACEFUL_DISCONNECT
ERROR_ADDRESS_ALREADY_ASSOCIATED
ERROR_ADDRESS_NOT_ASSOCIATED
ERROR_CONNECTION_INVALID
ERROR_CONNECTION_ACTIVE
ERROR_NETWORK_UNREACHABLE
ERROR_HOST_UNREACHABLE
ERROR_PROTOCOL_UNREACHABLE
ERROR_PORT_UNREACHABLE
ERROR_REQUEST_ABORTED
ERROR_CONNECTION_ABORTED
ERROR_RETRY
ERROR_CONNECTION_COUNT_LIMIT
ERROR_LOGIN_TIME_RESTRICTION
ERROR_LOGIN_WKSTA_RESTRICTION
ERROR_INCORRECT_ADDRESS
ERROR_ALREADY_REGISTERED
ERROR_SERVICE_NOT_FOUND
ERROR_NOT_AUTHENTICATED
ERROR_NOT_LOGGED_ON
ERROR_CONTINUE
ERROR_ALREADY_INITIALIZED
ERROR_NO_MORE_DEVICES
ERROR_NO_SUCH_SITE
ERROR_DOMAIN_CONTROLLER_EXISTS
ERROR_ONLY_IF_CONNECTED
ERROR_OVERRIDE_NOCHANGES
ERROR_BAD_USER_PROFILE
ERROR_NOT_SUPPORTED_ON_SBS
ERROR_SERVER_SHUTDOWN_IN_PROGRESS
ERROR_HOST_DOWN
ERROR_NON_ACCOUNT_SID
ERROR_NON_DOMAIN_SID
ERROR_APPHELP_BLOCK
ERROR_ACCESS_DISABLED_BY_POLICY
ERROR_REG_NAT_CONSUMPTION
ERROR_CSCSHARE_OFFLINE
ERROR_PKINIT_FAILURE
ERROR_SMARTCARD_SUBSYSTEM_FAILURE
ERROR_DOWNGRADE_DETECTED
ERROR_MACHINE_LOCKED
ERROR_CALLBACK_SUPPLIED_INVALID_DATA
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
ERROR_DRIVER_BLOCKED
ERROR_INVALID_IMPORT_OF_NON_DLL
ERROR_ACCESS_DISABLED_WEBBLADE
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
ERROR_RECOVERY_FAILURE
ERROR_ALREADY_FIBER
ERROR_ALREADY_THREAD
ERROR_STACK_BUFFER_OVERRUN
ERROR_PARAMETER_QUOTA_EXCEEDED
ERROR_DEBUGGER_INACTIVE
ERROR_DELAY_LOAD_FAILED
ERROR_VDM_DISALLOWED
ERROR_UNIDENTIFIED_ERROR
ERROR_INVALID_CRUNTIME_PARAMETER
ERROR_BEYOND_VDL
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE
ERROR_DRIVER_PROCESS_TERMINATED
ERROR_IMPLEMENTATION_LIMIT
ERROR_PROCESS_IS_PROTECTED
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING
ERROR_DISK_QUOTA_EXCEEDED
ERROR_CONTENT_BLOCKED
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE
ERROR_APP_HANG
ERROR_INVALID_LABEL
-
ERROR_NOT_ALL_ASSIGNED
-
1300 (0x514)
Not all privileges or groups referenced are assigned to the caller.
-
1301 (0x515)
Some mapping between account names and security IDs was not done.
-
1302 (0x516)
No system quota limits are specifically set for this account.
-
1303 (0x517)
No encryption key is available. A well-known encryption key was returned.
-
1304 (0x518)
The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.
-
1305 (0x519)
The revision level is unknown.
-
1306 (0x51A)
Indicates two revision levels are incompatible.
-
1307 (0x51B)
This security ID may not be assigned as the owner of this object.
-
1308 (0x51C)
This security ID may not be assigned as the primary group of an object.
-
1309 (0x51D)
An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
-
1310 (0x51E)
The group may not be disabled.
-
1311 (0x51F)
There are currently no logon servers available to service the logon request.
-
1312 (0x520)
A specified logon session does not exist. It may already have been terminated.
-
1313 (0x521)
A specified privilege does not exist.
-
1314 (0x522)
A required privilege is not held by the client.
-
1315 (0x523)
The name provided is not a properly formed account name.
-
1316 (0x524)
The specified account already exists.
-
1317 (0x525)
The specified account does not exist.
-
1318 (0x526)
The specified group already exists.
-
1319 (0x527)
The specified group does not exist.
-
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.
-
1321 (0x529)
The specified user account is not a member of the specified group account.
-
1322 (0x52A)
This operation is disallowed as it could result in an administration account being disabled, deleted or unable to log on.
-
1323 (0x52B)
Unable to update the password. The value provided as the current password is incorrect.
-
1324 (0x52C)
Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
-
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.
-
1326 (0x52E)
The user name or password is incorrect.
-
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.
-
1328 (0x530)
Your account has time restrictions that keep you from signing in right now.
-
1329 (0x531)
This user isn’t allowed to sign in to this computer.
-
1330 (0x532)
The password for this account has expired.
-
1331 (0x533)
This user can’t sign in because this account is currently disabled.
-
1332 (0x534)
No mapping between account names and security IDs was done.
-
1333 (0x535)
Too many local user identifiers (LUIDs) were requested at one time.
-
1334 (0x536)
No more local user identifiers (LUIDs) are available.
-
1335 (0x537)
The subauthority part of a security ID is invalid for this particular use.
-
1336 (0x538)
The access control list (ACL) structure is invalid.
-
1337 (0x539)
The security ID structure is invalid.
-
1338 (0x53A)
The security descriptor structure is invalid.
-
1340 (0x53C)
The inherited access control list (ACL) or access control entry (ACE) could not be built.
-
1341 (0x53D)
The server is currently disabled.
-
1342 (0x53E)
The server is currently enabled.
-
1343 (0x53F)
The value provided was an invalid value for an identifier authority.
-
1344 (0x540)
No more memory is available for security information updates.
-
1345 (0x541)
The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
-
1346 (0x542)
Either a required impersonation level was not provided, or the provided impersonation level is invalid.
-
1347 (0x543)
Cannot open an anonymous level security token.
-
1348 (0x544)
The validation information class requested was invalid.
-
1349 (0x545)
The type of the token is inappropriate for its attempted use.
-
1350 (0x546)
Unable to perform a security operation on an object that has no associated security.
-
1351 (0x547)
Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
-
1352 (0x548)
The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
-
1353 (0x549)
The domain was in the wrong state to perform the security operation.
-
1354 (0x54A)
This operation is only allowed for the Primary Domain Controller of the domain.
-
1355 (0x54B)
The specified domain either does not exist or could not be contacted.
-
1356 (0x54C)
The specified domain already exists.
-
1357 (0x54D)
An attempt was made to exceed the limit on the number of domains per server.
-
1358 (0x54E)
Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
-
1359 (0x54F)
An internal error occurred.
-
1360 (0x550)
Generic access types were contained in an access mask which should already be mapped to nongeneric types.
-
1361 (0x551)
A security descriptor is not in the right format (absolute or self-relative).
-
1362 (0x552)
The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
-
1363 (0x553)
Cannot start a new logon session with an ID that is already in use.
-
1364 (0x554)
A specified authentication package is unknown.
-
1365 (0x555)
The logon session is not in a state that is consistent with the requested operation.
-
1366 (0x556)
The logon session ID is already in use.
-
1367 (0x557)
A logon request contained an invalid logon type value.
-
1368 (0x558)
Unable to impersonate using a named pipe until data has been read from that pipe.
-
1369 (0x559)
The transaction state of a registry subtree is incompatible with the requested operation.
-
1370 (0x55A)
An internal security database corruption has been encountered.
-
1371 (0x55B)
Cannot perform this operation on built-in accounts.
-
1372 (0x55C)
Cannot perform this operation on this built-in special group.
-
1373 (0x55D)
Cannot perform this operation on this built-in special user.
-
1374 (0x55E)
The user cannot be removed from a group because the group is currently the user’s primary group.
-
1375 (0x55F)
The token is already in use as a primary token.
-
1376 (0x560)
The specified local group does not exist.
-
1377 (0x561)
The specified account name is not a member of the group.
-
1378 (0x562)
The specified account name is already a member of the group.
-
1379 (0x563)
The specified local group already exists.
-
1380 (0x564)
Logon failure: the user has not been granted the requested logon type at this computer.
-
1381 (0x565)
The maximum number of secrets that may be stored in a single system has been exceeded.
-
1382 (0x566)
The length of a secret exceeds the maximum length allowed.
-
1383 (0x567)
The local security authority database contains an internal inconsistency.
-
1384 (0x568)
During a logon attempt, the user’s security context accumulated too many security IDs.
-
1385 (0x569)
Logon failure: the user has not been granted the requested logon type at this computer.
-
1386 (0x56A)
A cross-encrypted password is necessary to change a user password.
-
1387 (0x56B)
A member could not be added to or removed from the local group because the member does not exist.
-
1388 (0x56C)
A new member could not be added to a local group because the member has the wrong account type.
-
1389 (0x56D)
Too many security IDs have been specified.
-
1390 (0x56E)
A cross-encrypted password is necessary to change this user password.
-
1391 (0x56F)
Indicates an ACL contains no inheritable components.
-
1392 (0x570)
The file or directory is corrupted and unreadable.
-
1393 (0x571)
The disk structure is corrupted and unreadable.
-
1394 (0x572)
There is no user session key for the specified logon session.
-
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.
-
1396 (0x574)
The target account name is incorrect.
-
1397 (0x575)
Mutual Authentication failed. The server’s password is out of date at the domain controller.
-
1398 (0x576)
There is a time and/or date difference between the client and server.
-
1399 (0x577)
This operation cannot be performed on the current domain.
-
1400 (0x578)
Invalid window handle.
-
1401 (0x579)
Invalid menu handle.
-
1402 (0x57A)
Invalid cursor handle.
-
1403 (0x57B)
Invalid accelerator table handle.
-
1404 (0x57C)
Invalid hook handle.
-
1405 (0x57D)
Invalid handle to a multiple-window position structure.
-
1406 (0x57E)
Cannot create a top-level child window.
-
1407 (0x57F)
Cannot find window class.
-
1408 (0x580)
Invalid window; it belongs to other thread.
-
1409 (0x581)
Hot key is already registered.
-
1410 (0x582)
Class already exists.
-
1411 (0x583)
Class does not exist.
-
1412 (0x584)
Class still has open windows.
-
1413 (0x585)
Invalid index.
-
1414 (0x586)
Invalid icon handle.
-
1415 (0x587)
Using private DIALOG window words.
-
1416 (0x588)
The list box identifier was not found.
-
1417 (0x589)
No wildcards were found.
-
1418 (0x58A)
Thread does not have a clipboard open.
-
1419 (0x58B)
Hot key is not registered.
-
1420 (0x58C)
The window is not a valid dialog window.
-
1421 (0x58D)
Control ID not found.
-
1422 (0x58E)
Invalid message for a combo box because it does not have an edit control.
-
1423 (0x58F)
The window is not a combo box.
-
1424 (0x590)
Height must be less than 256.
-
1425 (0x591)
Invalid device context (DC) handle.
-
1426 (0x592)
Invalid hook procedure type.
-
1427 (0x593)
Invalid hook procedure.
-
1428 (0x594)
Cannot set nonlocal hook without a module handle.
-
1429 (0x595)
This hook procedure can only be set globally.
-
1430 (0x596)
The journal hook procedure is already installed.
-
1431 (0x597)
The hook procedure is not installed.
-
1432 (0x598)
Invalid message for single-selection list box.
-
1433 (0x599)
LB_SETCOUNT sent to non-lazy list box.
-
1434 (0x59A)
This list box does not support tab stops.
-
1435 (0x59B)
Cannot destroy object created by another thread.
-
1436 (0x59C)
Child windows cannot have menus.
-
1437 (0x59D)
The window does not have a system menu.
-
1438 (0x59E)
Invalid message box style.
-
1439 (0x59F)
Invalid system-wide (SPI_*) parameter.
-
1440 (0x5A0)
Screen already locked.
-
1441 (0x5A1)
All handles to windows in a multiple-window position structure must have the same parent.
-
1442 (0x5A2)
The window is not a child window.
-
1443 (0x5A3)
Invalid GW_* command.
-
1444 (0x5A4)
Invalid thread identifier.
-
1445 (0x5A5)
Cannot process a message from a window that is not a multiple document interface (MDI) window.
-
1446 (0x5A6)
Popup menu already active.
-
1447 (0x5A7)
The window does not have scroll bars.
-
1448 (0x5A8)
Scroll bar range cannot be greater than MAXLONG.
-
1449 (0x5A9)
Cannot show or remove the window in the way specified.
-
1450 (0x5AA)
Insufficient system resources exist to complete the requested service.
-
1451 (0x5AB)
Insufficient system resources exist to complete the requested service.
-
1452 (0x5AC)
Insufficient system resources exist to complete the requested service.
-
1453 (0x5AD)
Insufficient quota to complete the requested service.
-
1454 (0x5AE)
Insufficient quota to complete the requested service.
-
1455 (0x5AF)
The paging file is too small for this operation to complete.
-
1456 (0x5B0)
A menu item was not found.
-
1457 (0x5B1)
Invalid keyboard layout handle.
-
1458 (0x5B2)
Hook type not allowed.
-
1459 (0x5B3)
This operation requires an interactive window station.
-
1460 (0x5B4)
This operation returned because the timeout period expired.
-
1461 (0x5B5)
Invalid monitor handle.
-
1462 (0x5B6)
Incorrect size argument.
-
1463 (0x5B7)
The symbolic link cannot be followed because its type is disabled.
-
1464 (0x5B8)
This application does not support the current operation on symbolic links.
-
1465 (0x5B9)
Windows was unable to parse the requested XML data.
-
1466 (0x5BA)
An error was encountered while processing an XML digital signature.
-
1467 (0x5BB)
This application must be restarted.
-
1468 (0x5BC)
The caller made the connection request in the wrong routing compartment.
-
1469 (0x5BD)
There was an AuthIP failure when attempting to connect to the remote host.
-
1470 (0x5BE)
Insufficient NVRAM resources exist to complete the requested service. A reboot might be required.
-
1471 (0x5BF)
Unable to finish the requested operation because the specified process is not a GUI process.
-
1500 (0x5DC)
The event log file is corrupted.
-
1501 (0x5DD)
No event log file could be opened, so the event logging service did not start.
-
1502 (0x5DE)
The event log file is full.
-
1503 (0x5DF)
The event log file has changed between read operations.
-
1550 (0x60E)
The specified task name is invalid.
-
1551 (0x60F)
The specified task index is invalid.
-
1552 (0x610)
The specified thread is already joining a task.
-
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.
-
1602 (0x642)
User cancelled installation.
-
1603 (0x643)
Fatal error during installation.
-
1604 (0x644)
Installation suspended, incomplete.
-
1605 (0x645)
This action is only valid for products that are currently installed.
-
1606 (0x646)
Feature ID not registered.
-
1607 (0x647)
Component ID not registered.
-
1608 (0x648)
Unknown property.
-
1609 (0x649)
Handle is in an invalid state.
-
1610 (0x64A)
The configuration data for this product is corrupt. Contact your support personnel.
-
1611 (0x64B)
Component qualifier not present.
-
1612 (0x64C)
The installation source for this product is not available. Verify that the source exists and that you can access it.
-
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.
-
1614 (0x64E)
Product is uninstalled.
-
1615 (0x64F)
SQL query syntax invalid or unsupported.
-
1616 (0x650)
Record field does not exist.
-
1617 (0x651)
The device has been removed.
-
1618 (0x652)
Another installation is already in progress. Complete that installation before proceeding with this install.
-
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.
-
1620 (0x654)
This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
-
1621 (0x655)
There was an error starting the Windows Installer service user interface. Contact your support personnel.
-
1622 (0x656)
Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
-
1623 (0x657)
The language of this installation package is not supported by your system.
-
1624 (0x658)
Error applying transforms. Verify that the specified transform paths are valid.
-
1625 (0x659)
This installation is forbidden by system policy. Contact your system administrator.
-
1626 (0x65A)
Function could not be executed.
-
1627 (0x65B)
Function failed during execution.
-
1628 (0x65C)
Invalid or unknown table specified.
-
1629 (0x65D)
Data supplied is of wrong type.
-
1630 (0x65E)
Data of this type is not supported.
-
1631 (0x65F)
The Windows Installer service failed to start. Contact your support personnel.
-
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.
-
1633 (0x661)
This installation package is not supported by this processor type. Contact your product vendor.
-
1634 (0x662)
Component not used on this computer.
-
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.
-
1636 (0x664)
This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.
-
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.
-
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.
-
1639 (0x667)
Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
-
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.
-
1641 (0x669)
The requested operation completed successfully. The system will be restarted so the changes can take effect.
-
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.
-
1643 (0x66B)
The update package is not permitted by software restriction policy.
-
1644 (0x66C)
One or more customizations are not permitted by software restriction policy.
-
1645 (0x66D)
The Windows Installer does not permit installation from a Remote Desktop Connection.
-
1646 (0x66E)
Uninstallation of the update package is not supported.
-
1647 (0x66F)
The update is not applied to this product.
-
1648 (0x670)
No valid sequence could be found for the set of updates.
-
1649 (0x671)
Update removal was disallowed by policy.
-
1650 (0x672)
The XML update data is invalid.
-
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.
-
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.
-
1653 (0x675)
A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.
-
1654 (0x676)
The app that you are trying to run is not supported on this version of Windows.
ERROR_SOME_NOT_MAPPED
ERROR_NO_QUOTAS_FOR_ACCOUNT
ERROR_LOCAL_USER_SESSION_KEY
ERROR_NULL_LM_PASSWORD
ERROR_UNKNOWN_REVISION
ERROR_REVISION_MISMATCH
ERROR_INVALID_OWNER
ERROR_INVALID_PRIMARY_GROUP
ERROR_NO_IMPERSONATION_TOKEN
ERROR_CANT_DISABLE_MANDATORY
ERROR_NO_LOGON_SERVERS
ERROR_NO_SUCH_LOGON_SESSION
ERROR_NO_SUCH_PRIVILEGE
ERROR_PRIVILEGE_NOT_HELD
ERROR_INVALID_ACCOUNT_NAME
ERROR_USER_EXISTS
ERROR_NO_SUCH_USER
ERROR_GROUP_EXISTS
ERROR_NO_SUCH_GROUP
ERROR_MEMBER_IN_GROUP
ERROR_MEMBER_NOT_IN_GROUP
ERROR_LAST_ADMIN
ERROR_WRONG_PASSWORD
ERROR_ILL_FORMED_PASSWORD
ERROR_PASSWORD_RESTRICTION
ERROR_LOGON_FAILURE
ERROR_ACCOUNT_RESTRICTION
ERROR_INVALID_LOGON_HOURS
ERROR_INVALID_WORKSTATION
ERROR_PASSWORD_EXPIRED
ERROR_ACCOUNT_DISABLED
ERROR_NONE_MAPPED
ERROR_TOO_MANY_LUIDS_REQUESTED
ERROR_LUIDS_EXHAUSTED
ERROR_INVALID_SUB_AUTHORITY
ERROR_INVALID_ACL
ERROR_INVALID_SID
ERROR_INVALID_SECURITY_DESCR
ERROR_BAD_INHERITANCE_ACL
ERROR_SERVER_DISABLED
ERROR_SERVER_NOT_DISABLED
ERROR_INVALID_ID_AUTHORITY
ERROR_ALLOTTED_SPACE_EXCEEDED
ERROR_INVALID_GROUP_ATTRIBUTES
ERROR_BAD_IMPERSONATION_LEVEL
ERROR_CANT_OPEN_ANONYMOUS
ERROR_BAD_VALIDATION_CLASS
ERROR_BAD_TOKEN_TYPE
ERROR_NO_SECURITY_ON_OBJECT
ERROR_CANT_ACCESS_DOMAIN_INFO
ERROR_INVALID_SERVER_STATE
ERROR_INVALID_DOMAIN_STATE
ERROR_INVALID_DOMAIN_ROLE
ERROR_NO_SUCH_DOMAIN
ERROR_DOMAIN_EXISTS
ERROR_DOMAIN_LIMIT_EXCEEDED
ERROR_INTERNAL_DB_CORRUPTION
ERROR_INTERNAL_ERROR
ERROR_GENERIC_NOT_MAPPED
ERROR_BAD_DESCRIPTOR_FORMAT
ERROR_NOT_LOGON_PROCESS
ERROR_LOGON_SESSION_EXISTS
ERROR_NO_SUCH_PACKAGE
ERROR_BAD_LOGON_SESSION_STATE
ERROR_LOGON_SESSION_COLLISION
ERROR_INVALID_LOGON_TYPE
ERROR_CANNOT_IMPERSONATE
ERROR_RXACT_INVALID_STATE
ERROR_RXACT_COMMIT_FAILURE
ERROR_SPECIAL_ACCOUNT
ERROR_SPECIAL_GROUP
ERROR_SPECIAL_USER
ERROR_MEMBERS_PRIMARY_GROUP
ERROR_TOKEN_ALREADY_IN_USE
ERROR_NO_SUCH_ALIAS
ERROR_MEMBER_NOT_IN_ALIAS
ERROR_MEMBER_IN_ALIAS
ERROR_ALIAS_EXISTS
ERROR_LOGON_NOT_GRANTED
ERROR_TOO_MANY_SECRETS
ERROR_SECRET_TOO_LONG
ERROR_INTERNAL_DB_ERROR
ERROR_TOO_MANY_CONTEXT_IDS
ERROR_LOGON_TYPE_NOT_GRANTED
ERROR_NT_CROSS_ENCRYPTION_REQUIRED
ERROR_NO_SUCH_MEMBER
ERROR_INVALID_MEMBER
ERROR_TOO_MANY_SIDS
ERROR_LM_CROSS_ENCRYPTION_REQUIRED
ERROR_NO_INHERITANCE
ERROR_FILE_CORRUPT
ERROR_DISK_CORRUPT
ERROR_NO_USER_SESSION_KEY
ERROR_LICENSE_QUOTA_EXCEEDED
ERROR_WRONG_TARGET_NAME
ERROR_MUTUAL_AUTH_FAILED
ERROR_TIME_SKEW
ERROR_CURRENT_DOMAIN_NOT_ALLOWED
ERROR_INVALID_WINDOW_HANDLE
ERROR_INVALID_MENU_HANDLE
ERROR_INVALID_CURSOR_HANDLE
ERROR_INVALID_ACCEL_HANDLE
ERROR_INVALID_HOOK_HANDLE
ERROR_INVALID_DWP_HANDLE
ERROR_TLW_WITH_WSCHILD
ERROR_CANNOT_FIND_WND_CLASS
ERROR_WINDOW_OF_OTHER_THREAD
ERROR_HOTKEY_ALREADY_REGISTERED
ERROR_CLASS_ALREADY_EXISTS
ERROR_CLASS_DOES_NOT_EXIST
ERROR_CLASS_HAS_WINDOWS
ERROR_INVALID_INDEX
ERROR_INVALID_ICON_HANDLE
ERROR_PRIVATE_DIALOG_INDEX
ERROR_LISTBOX_ID_NOT_FOUND
ERROR_NO_WILDCARD_CHARACTERS
ERROR_CLIPBOARD_NOT_OPEN
ERROR_HOTKEY_NOT_REGISTERED
ERROR_WINDOW_NOT_DIALOG
ERROR_CONTROL_ID_NOT_FOUND
ERROR_INVALID_COMBOBOX_MESSAGE
ERROR_WINDOW_NOT_COMBOBOX
ERROR_INVALID_EDIT_HEIGHT
ERROR_DC_NOT_FOUND
ERROR_INVALID_HOOK_FILTER
ERROR_INVALID_FILTER_PROC
ERROR_HOOK_NEEDS_HMOD
ERROR_GLOBAL_ONLY_HOOK
ERROR_JOURNAL_HOOK_SET
ERROR_HOOK_NOT_INSTALLED
ERROR_INVALID_LB_MESSAGE
ERROR_SETCOUNT_ON_BAD_LB
ERROR_LB_WITHOUT_TABSTOPS
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
ERROR_CHILD_WINDOW_MENU
ERROR_NO_SYSTEM_MENU
ERROR_INVALID_MSGBOX_STYLE
ERROR_INVALID_SPI_VALUE
ERROR_SCREEN_ALREADY_LOCKED
ERROR_HWNDS_HAVE_DIFF_PARENT
ERROR_NOT_CHILD_WINDOW
ERROR_INVALID_GW_COMMAND
ERROR_INVALID_THREAD_ID
ERROR_NON_MDICHILD_WINDOW
ERROR_POPUP_ALREADY_ACTIVE
ERROR_NO_SCROLLBARS
ERROR_INVALID_SCROLLBAR_RANGE
ERROR_INVALID_SHOWWIN_COMMAND
ERROR_NO_SYSTEM_RESOURCES
ERROR_NONPAGED_SYSTEM_RESOURCES
ERROR_PAGED_SYSTEM_RESOURCES
ERROR_WORKING_SET_QUOTA
ERROR_PAGEFILE_QUOTA
ERROR_COMMITMENT_LIMIT
ERROR_MENU_ITEM_NOT_FOUND
ERROR_INVALID_KEYBOARD_HANDLE
ERROR_HOOK_TYPE_NOT_ALLOWED
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
ERROR_TIMEOUT
ERROR_INVALID_MONITOR_HANDLE
ERROR_INCORRECT_SIZE
ERROR_SYMLINK_CLASS_DISABLED
ERROR_SYMLINK_NOT_SUPPORTED
ERROR_XML_PARSE_ERROR
ERROR_XMLDSIG_ERROR
ERROR_RESTART_APPLICATION
ERROR_WRONG_COMPARTMENT
ERROR_AUTHIP_FAILURE
ERROR_NO_NVRAM_RESOURCES
ERROR_NOT_GUI_PROCESS
ERROR_EVENTLOG_FILE_CORRUPT
ERROR_EVENTLOG_CANT_START
ERROR_LOG_FILE_FULL
ERROR_EVENTLOG_FILE_CHANGED
ERROR_INVALID_TASK_NAME
ERROR_INVALID_TASK_INDEX
ERROR_THREAD_ALREADY_IN_TASK
ERROR_INSTALL_SERVICE_FAILURE
ERROR_INSTALL_USEREXIT
ERROR_INSTALL_FAILURE
ERROR_INSTALL_SUSPEND
ERROR_UNKNOWN_PRODUCT
ERROR_UNKNOWN_FEATURE
ERROR_UNKNOWN_COMPONENT
ERROR_UNKNOWN_PROPERTY
ERROR_INVALID_HANDLE_STATE
ERROR_BAD_CONFIGURATION
ERROR_INDEX_ABSENT
ERROR_INSTALL_SOURCE_ABSENT
ERROR_INSTALL_PACKAGE_VERSION
ERROR_PRODUCT_UNINSTALLED
ERROR_BAD_QUERY_SYNTAX
ERROR_INVALID_FIELD
ERROR_DEVICE_REMOVED
ERROR_INSTALL_ALREADY_RUNNING
ERROR_INSTALL_PACKAGE_OPEN_FAILED
ERROR_INSTALL_PACKAGE_INVALID
ERROR_INSTALL_UI_FAILURE
ERROR_INSTALL_LOG_FAILURE
ERROR_INSTALL_LANGUAGE_UNSUPPORTED
ERROR_INSTALL_TRANSFORM_FAILURE
ERROR_INSTALL_PACKAGE_REJECTED
ERROR_FUNCTION_NOT_CALLED
ERROR_FUNCTION_FAILED
ERROR_INVALID_TABLE
ERROR_DATATYPE_MISMATCH
ERROR_UNSUPPORTED_TYPE
ERROR_CREATE_FAILED
ERROR_INSTALL_TEMP_UNWRITABLE
ERROR_INSTALL_PLATFORM_UNSUPPORTED
ERROR_INSTALL_NOTUSED
ERROR_PATCH_PACKAGE_OPEN_FAILED
ERROR_PATCH_PACKAGE_INVALID
ERROR_PATCH_PACKAGE_UNSUPPORTED
ERROR_PRODUCT_VERSION
ERROR_INVALID_COMMAND_LINE
ERROR_INSTALL_REMOTE_DISALLOWED
ERROR_SUCCESS_REBOOT_INITIATED
ERROR_PATCH_TARGET_NOT_FOUND
ERROR_PATCH_PACKAGE_REJECTED
ERROR_INSTALL_TRANSFORM_REJECTED
ERROR_INSTALL_REMOTE_PROHIBITED
ERROR_PATCH_REMOVAL_UNSUPPORTED
ERROR_UNKNOWN_PATCH
ERROR_PATCH_NO_SEQUENCE
ERROR_PATCH_REMOVAL_DISALLOWED
ERROR_INVALID_PATCH_XML
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT
ERROR_INSTALL_SERVICE_SAFEBOOT
ERROR_FAIL_FAST_EXCEPTION
ERROR_INSTALL_REJECTED
-
RPC_S_INVALID_STRING_BINDING
-
1700 (0x6A4)
The string binding is invalid.
-
1701 (0x6A5)
The binding handle is not the correct type.
-
1702 (0x6A6)
The binding handle is invalid.
-
1703 (0x6A7)
The RPC protocol sequence is not supported.
-
1704 (0x6A8)
The RPC protocol sequence is invalid.
-
1705 (0x6A9)
The string universal unique identifier (UUID) is invalid.
-
1706 (0x6AA)
The endpoint format is invalid.
-
1707 (0x6AB)
The network address is invalid.
-
1708 (0x6AC)
No endpoint was found.
-
1709 (0x6AD)
The timeout value is invalid.
-
1710 (0x6AE)
The object universal unique identifier (UUID) was not found.
-
1711 (0x6AF)
The object universal unique identifier (UUID) has already been registered.
-
1712 (0x6B0)
The type universal unique identifier (UUID) has already been registered.
-
1713 (0x6B1)
The RPC server is already listening.
-
1714 (0x6B2)
No protocol sequences have been registered.
-
1715 (0x6B3)
The RPC server is not listening.
-
1716 (0x6B4)
The manager type is unknown.
-
1717 (0x6B5)
The interface is unknown.
-
1718 (0x6B6)
There are no bindings.
-
1719 (0x6B7)
There are no protocol sequences.
-
1720 (0x6B8)
The endpoint cannot be created.
-
1721 (0x6B9)
Not enough resources are available to complete this operation.
-
1722 (0x6BA)
The RPC server is unavailable.
-
1723 (0x6BB)
The RPC server is too busy to complete this operation.
-
1724 (0x6BC)
The network options are invalid.
-
1725 (0x6BD)
There are no remote procedure calls active on this thread.
-
1726 (0x6BE)
The remote procedure call failed.
-
1727 (0x6BF)
The remote procedure call failed and did not execute.
-
1728 (0x6C0)
A remote procedure call (RPC) protocol error occurred.
-
1729 (0x6C1)
Access to the HTTP proxy is denied.
-
1730 (0x6C2)
The transfer syntax is not supported by the RPC server.
-
1732 (0x6C4)
The universal unique identifier (UUID) type is not supported.
-
1733 (0x6C5)
The tag is invalid.
-
1734 (0x6C6)
The array bounds are invalid.
-
1735 (0x6C7)
The binding does not contain an entry name.
-
1736 (0x6C8)
The name syntax is invalid.
-
1737 (0x6C9)
The name syntax is not supported.
-
1739 (0x6CB)
No network address is available to use to construct a universal unique identifier (UUID).
-
1740 (0x6CC)
The endpoint is a duplicate.
-
1741 (0x6CD)
The authentication type is unknown.
-
1742 (0x6CE)
The maximum number of calls is too small.
-
1743 (0x6CF)
The string is too long.
-
1744 (0x6D0)
The RPC protocol sequence was not found.
-
1745 (0x6D1)
The procedure number is out of range.
-
1746 (0x6D2)
The binding does not contain any authentication information.
-
1747 (0x6D3)
The authentication service is unknown.
-
1748 (0x6D4)
The authentication level is unknown.
-
1749 (0x6D5)
The security context is invalid.
-
1750 (0x6D6)
The authorization service is unknown.
-
1751 (0x6D7)
The entry is invalid.
-
1752 (0x6D8)
The server endpoint cannot perform the operation.
-
1753 (0x6D9)
There are no more endpoints available from the endpoint mapper.
-
1754 (0x6DA)
No interfaces have been exported.
-
1755 (0x6DB)
The entry name is incomplete.
-
1756 (0x6DC)
The version option is invalid.
-
1757 (0x6DD)
There are no more members.
-
1758 (0x6DE)
There is nothing to unexport.
-
1759 (0x6DF)
The interface was not found.
-
1760 (0x6E0)
The entry already exists.
-
1761 (0x6E1)
The entry is not found.
-
1762 (0x6E2)
The name service is unavailable.
-
1763 (0x6E3)
The network address family is invalid.
-
1764 (0x6E4)
The requested operation is not supported.
-
1765 (0x6E5)
No security context is available to allow impersonation.
-
1766 (0x6E6)
An internal error occurred in a remote procedure call (RPC).
-
1767 (0x6E7)
The RPC server attempted an integer division by zero.
-
1768 (0x6E8)
An addressing error occurred in the RPC server.
-
1769 (0x6E9)
A floating-point operation at the RPC server caused a division by zero.
-
1770 (0x6EA)
A floating-point underflow occurred at the RPC server.
-
1771 (0x6EB)
A floating-point overflow occurred at the RPC server.
-
1772 (0x6EC)
The list of RPC servers available for the binding of auto handles has been exhausted.
-
1773 (0x6ED)
Unable to open the character translation table file.
-
1774 (0x6EE)
The file containing the character translation table has fewer than 512 bytes.
-
1775 (0x6EF)
A null context handle was passed from the client to the host during a remote procedure call.
-
1777 (0x6F1)
The context handle changed during a remote procedure call.
-
1778 (0x6F2)
The binding handles passed to a remote procedure call do not match.
-
1779 (0x6F3)
The stub is unable to get the remote procedure call handle.
-
1780 (0x6F4)
A null reference pointer was passed to the stub.
-
1781 (0x6F5)
The enumeration value is out of range.
-
1782 (0x6F6)
The byte count is too small.
-
1783 (0x6F7)
The stub received bad data.
-
1784 (0x6F8)
The supplied user buffer is not valid for the requested operation.
-
1785 (0x6F9)
The disk media is not recognized. It may not be formatted.
-
1786 (0x6FA)
The workstation does not have a trust secret.
-
1787 (0x6FB)
The security database on the server does not have a computer account for this workstation trust relationship.
-
1788 (0x6FC)
The trust relationship between the primary domain and the trusted domain failed.
-
1789 (0x6FD)
The trust relationship between this workstation and the primary domain failed.
-
1790 (0x6FE)
The network logon failed.
-
1791 (0x6FF)
A remote procedure call is already in progress for this thread.
-
1792 (0x700)
An attempt was made to logon, but the network logon service was not started.
-
1793 (0x701)
The user’s account has expired.
-
1794 (0x702)
The redirector is in use and cannot be unloaded.
-
1795 (0x703)
The specified printer driver is already installed.
-
1796 (0x704)
The specified port is unknown.
-
1797 (0x705)
The printer driver is unknown.
-
1798 (0x706)
The print processor is unknown.
-
1799 (0x707)
The specified separator file is invalid.
-
1800 (0x708)
The specified priority is invalid.
-
1801 (0x709)
The printer name is invalid.
-
1802 (0x70A)
The printer already exists.
-
1803 (0x70B)
The printer command is invalid.
-
1804 (0x70C)
The specified datatype is invalid.
-
1805 (0x70D)
The environment specified is invalid.
-
1806 (0x70E)
There are no more bindings.
-
1807 (0x70F)
The account used is an interdomain trust account. Use your global user account or local user account to access this server.
-
1808 (0x710)
The account used is a computer account. Use your global user account or local user account to access this server.
-
1809 (0x711)
The account used is a server trust account. Use your global user account or local user account to access this server.
-
1810 (0x712)
The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
-
1811 (0x713)
The server is in use and cannot be unloaded.
-
1812 (0x714)
The specified image file did not contain a resource section.
-
1813 (0x715)
The specified resource type cannot be found in the image file.
-
1814 (0x716)
The specified resource name cannot be found in the image file.
-
1815 (0x717)
The specified resource language ID cannot be found in the image file.
-
1816 (0x718)
Not enough quota is available to process this command.
-
1817 (0x719)
No interfaces have been registered.
-
1818 (0x71A)
The remote procedure call was cancelled.
-
1819 (0x71B)
The binding handle does not contain all required information.
-
1820 (0x71C)
A communications failure occurred during a remote procedure call.
-
1821 (0x71D)
The requested authentication level is not supported.
-
1822 (0x71E)
No principal name registered.
-
1823 (0x71F)
The error specified is not a valid Windows RPC error code.
-
1824 (0x720)
A UUID that is valid only on this computer has been allocated.
-
1825 (0x721)
A security package specific error occurred.
-
1826 (0x722)
Thread is not canceled.
-
1827 (0x723)
Invalid operation on the encoding/decoding handle.
-
1828 (0x724)
Incompatible version of the serializing package.
-
1829 (0x725)
Incompatible version of the RPC stub.
-
1830 (0x726)
The RPC pipe object is invalid or corrupted.
-
1831 (0x727)
An invalid operation was attempted on an RPC pipe object.
-
1832 (0x728)
Unsupported RPC pipe version.
-
1833 (0x729)
HTTP proxy server rejected the connection because the cookie authentication failed.
-
1898 (0x76A)
The group member was not found.
-
1899 (0x76B)
The endpoint mapper database entry could not be created.
-
1900 (0x76C)
The object universal unique identifier (UUID) is the nil UUID.
-
1901 (0x76D)
The specified time is invalid.
-
1902 (0x76E)
The specified form name is invalid.
-
1903 (0x76F)
The specified form size is invalid.
-
1904 (0x770)
The specified printer handle is already being waited on.
-
1905 (0x771)
The specified printer has been deleted.
-
1906 (0x772)
The state of the printer is invalid.
-
1907 (0x773)
The user’s password must be changed before signing in.
-
1908 (0x774)
Could not find the domain controller for this domain.
-
1909 (0x775)
The referenced account is currently locked out and may not be logged on to.
-
1910 (0x776)
The object exporter specified was not found.
-
1911 (0x777)
The object specified was not found.
-
1912 (0x778)
The object resolver set specified was not found.
-
1913 (0x779)
Some data remains to be sent in the request buffer.
-
1914 (0x77A)
Invalid asynchronous remote procedure call handle.
-
1915 (0x77B)
Invalid asynchronous RPC call handle for this operation.
-
1916 (0x77C)
The RPC pipe object has already been closed.
-
1917 (0x77D)
The RPC call completed before all pipes were processed.
-
1918 (0x77E)
No more data is available from the RPC pipe.
-
1919 (0x77F)
No site name is available for this machine.
-
1920 (0x780)
The file cannot be accessed by the system.
-
1921 (0x781)
The name of the file cannot be resolved by the system.
-
1922 (0x782)
The entry is not of the expected type.
-
1923 (0x783)
Not all object UUIDs could be exported to the specified entry.
-
1924 (0x784)
Interface could not be exported to the specified entry.
-
1925 (0x785)
The specified profile entry could not be added.
-
1926 (0x786)
The specified profile element could not be added.
-
1927 (0x787)
The specified profile element could not be removed.
-
1928 (0x788)
The group element could not be added.
-
1929 (0x789)
The group element could not be removed.
-
1930 (0x78A)
The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
-
1931 (0x78B)
The context has expired and can no longer be used.
-
1932 (0x78C)
The current user’s delegated trust creation quota has been exceeded.
-
1933 (0x78D)
The total delegated trust creation quota has been exceeded.
-
1934 (0x78E)
The current user’s delegated trust deletion quota has been exceeded.
-
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.
-
1936 (0x790)
Remote connections to the Print Spooler are blocked by a policy set on your machine.
-
1937 (0x791)
Authentication failed because NTLM authentication has been disabled.
-
1938 (0x792)
Logon Failure: EAS policy requires that the user change their password before this operation can be performed.
-
2000 (0x7D0)
The pixel format is invalid.
-
2001 (0x7D1)
The specified driver is invalid.
-
2002 (0x7D2)
The window style or class attribute is invalid for this operation.
-
2003 (0x7D3)
The requested metafile operation is not supported.
-
2004 (0x7D4)
The requested transformation operation is not supported.
-
2005 (0x7D5)
The requested clipping operation is not supported.
-
2010 (0x7DA)
The specified color management module is invalid.
-
2011 (0x7DB)
The specified color profile is invalid.
-
2012 (0x7DC)
The specified tag was not found.
-
2013 (0x7DD)
A required tag is not present.
-
2014 (0x7DE)
The specified tag is already present.
-
2015 (0x7DF)
The specified color profile is not associated with the specified device.
-
2016 (0x7E0)
The specified color profile was not found.
-
2017 (0x7E1)
The specified color space is invalid.
-
2018 (0x7E2)
Image Color Management is not enabled.
-
2019 (0x7E3)
There was an error while deleting the color transform.
-
2020 (0x7E4)
The specified color transform is invalid.
-
2021 (0x7E5)
The specified transform does not match the bitmap’s color space.
-
2022 (0x7E6)
The specified named color index is not present in the profile.
-
2023 (0x7E7)
The specified profile is intended for a device of a different type than the specified device.
-
2108 (0x83C)
The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
-
2109 (0x83D)
The network connection was made successfully using default credentials.
-
2202 (0x89A)
The specified username is invalid.
-
2250 (0x8CA)
This network connection does not exist.
-
2401 (0x961)
This network connection has files open or requests pending.
-
2402 (0x962)
Active connections still exist.
-
2404 (0x964)
The device is in use by an active process and cannot be disconnected.
-
3000 (0xBB8)
The specified print monitor is unknown.
-
3001 (0xBB9)
The specified printer driver is currently in use.
-
3002 (0xBBA)
The spool file was not found.
-
3003 (0xBBB)
A StartDocPrinter call was not issued.
-
3004 (0xBBC)
An AddJob call was not issued.
-
3005 (0xBBD)
The specified print processor has already been installed.
-
3006 (0xBBE)
The specified print monitor has already been installed.
-
3007 (0xBBF)
The specified print monitor does not have the required functions.
-
3008 (0xBC0)
The specified print monitor is currently in use.
-
3009 (0xBC1)
The requested operation is not allowed when there are jobs queued to the printer.
-
3010 (0xBC2)
The requested operation is successful. Changes will not be effective until the system is rebooted.
-
3011 (0xBC3)
The requested operation is successful. Changes will not be effective until the service is restarted.
-
3012 (0xBC4)
No printers were found.
-
3013 (0xBC5)
The printer driver is known to be unreliable.
-
3014 (0xBC6)
The printer driver is known to harm the system.
-
3015 (0xBC7)
The specified printer driver package is currently in use.
-
3016 (0xBC8)
Unable to find a core driver package that is required by the printer driver package.
-
3017 (0xBC9)
The requested operation failed. A system reboot is required to roll back changes made.
-
3018 (0xBCA)
The requested operation failed. A system reboot has been initiated to roll back changes made.
-
3019 (0xBCB)
The specified printer driver was not found on the system and needs to be downloaded.
-
3020 (0xBCC)
The requested print job has failed to print. A print system update requires the job to be resubmitted.
-
3021 (0xBCD)
The printer driver does not contain a valid manifest, or contains too many manifests.
-
3022 (0xBCE)
The specified printer cannot be shared.
-
3050 (0xBEA)
The operation was paused.
-
3950 (0xF6E)
Reissue the given operation as a cached IO operation.
RPC_S_WRONG_KIND_OF_BINDING
RPC_S_INVALID_BINDING
RPC_S_PROTSEQ_NOT_SUPPORTED
RPC_S_INVALID_RPC_PROTSEQ
RPC_S_INVALID_STRING_UUID
RPC_S_INVALID_ENDPOINT_FORMAT
RPC_S_INVALID_NET_ADDR
RPC_S_NO_ENDPOINT_FOUND
RPC_S_INVALID_TIMEOUT
RPC_S_OBJECT_NOT_FOUND
RPC_S_ALREADY_REGISTERED
RPC_S_TYPE_ALREADY_REGISTERED
RPC_S_ALREADY_LISTENING
RPC_S_NO_PROTSEQS_REGISTERED
RPC_S_NOT_LISTENING
RPC_S_UNKNOWN_MGR_TYPE
RPC_S_UNKNOWN_IF
RPC_S_NO_BINDINGS
RPC_S_NO_PROTSEQS
RPC_S_CANT_CREATE_ENDPOINT
RPC_S_OUT_OF_RESOURCES
RPC_S_SERVER_UNAVAILABLE
RPC_S_SERVER_TOO_BUSY
RPC_S_INVALID_NETWORK_OPTIONS
RPC_S_NO_CALL_ACTIVE
RPC_S_CALL_FAILED
RPC_S_CALL_FAILED_DNE
RPC_S_PROTOCOL_ERROR
RPC_S_PROXY_ACCESS_DENIED
RPC_S_UNSUPPORTED_TRANS_SYN
RPC_S_UNSUPPORTED_TYPE
RPC_S_INVALID_TAG
RPC_S_INVALID_BOUND
RPC_S_NO_ENTRY_NAME
RPC_S_INVALID_NAME_SYNTAX
RPC_S_UNSUPPORTED_NAME_SYNTAX
RPC_S_UUID_NO_ADDRESS
RPC_S_DUPLICATE_ENDPOINT
RPC_S_UNKNOWN_AUTHN_TYPE
RPC_S_MAX_CALLS_TOO_SMALL
RPC_S_STRING_TOO_LONG
RPC_S_PROTSEQ_NOT_FOUND
RPC_S_PROCNUM_OUT_OF_RANGE
RPC_S_BINDING_HAS_NO_AUTH
RPC_S_UNKNOWN_AUTHN_SERVICE
RPC_S_UNKNOWN_AUTHN_LEVEL
RPC_S_INVALID_AUTH_IDENTITY
RPC_S_UNKNOWN_AUTHZ_SERVICE
EPT_S_INVALID_ENTRY
EPT_S_CANT_PERFORM_OP
EPT_S_NOT_REGISTERED
RPC_S_NOTHING_TO_EXPORT
RPC_S_INCOMPLETE_NAME
RPC_S_INVALID_VERS_OPTION
RPC_S_NO_MORE_MEMBERS
RPC_S_NOT_ALL_OBJS_UNEXPORTED
RPC_S_INTERFACE_NOT_FOUND
RPC_S_ENTRY_ALREADY_EXISTS
RPC_S_ENTRY_NOT_FOUND
RPC_S_NAME_SERVICE_UNAVAILABLE
RPC_S_INVALID_NAF_ID
RPC_S_CANNOT_SUPPORT
RPC_S_NO_CONTEXT_AVAILABLE
RPC_S_INTERNAL_ERROR
RPC_S_ZERO_DIVIDE
RPC_S_ADDRESS_ERROR
RPC_S_FP_DIV_ZERO
RPC_S_FP_UNDERFLOW
RPC_S_FP_OVERFLOW
RPC_X_NO_MORE_ENTRIES
RPC_X_SS_CHAR_TRANS_OPEN_FAIL
RPC_X_SS_CHAR_TRANS_SHORT_FILE
RPC_X_SS_IN_NULL_CONTEXT
RPC_X_SS_CONTEXT_DAMAGED
RPC_X_SS_HANDLES_MISMATCH
RPC_X_SS_CANNOT_GET_CALL_HANDLE
RPC_X_NULL_REF_POINTER
RPC_X_ENUM_VALUE_OUT_OF_RANGE
RPC_X_BYTE_COUNT_TOO_SMALL
RPC_X_BAD_STUB_DATA
ERROR_INVALID_USER_BUFFER
ERROR_UNRECOGNIZED_MEDIA
ERROR_NO_TRUST_LSA_SECRET
ERROR_NO_TRUST_SAM_ACCOUNT
ERROR_TRUSTED_DOMAIN_FAILURE
ERROR_TRUSTED_RELATIONSHIP_FAILURE
ERROR_TRUST_FAILURE
RPC_S_CALL_IN_PROGRESS
ERROR_NETLOGON_NOT_STARTED
ERROR_ACCOUNT_EXPIRED
ERROR_REDIRECTOR_HAS_OPEN_HANDLES
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
ERROR_UNKNOWN_PORT
ERROR_UNKNOWN_PRINTER_DRIVER
ERROR_UNKNOWN_PRINTPROCESSOR
ERROR_INVALID_SEPARATOR_FILE
ERROR_INVALID_PRIORITY
ERROR_INVALID_PRINTER_NAME
ERROR_PRINTER_ALREADY_EXISTS
ERROR_INVALID_PRINTER_COMMAND
ERROR_INVALID_DATATYPE
ERROR_INVALID_ENVIRONMENT
RPC_S_NO_MORE_BINDINGS
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
ERROR_DOMAIN_TRUST_INCONSISTENT
ERROR_SERVER_HAS_OPEN_HANDLES
ERROR_RESOURCE_DATA_NOT_FOUND
ERROR_RESOURCE_TYPE_NOT_FOUND
ERROR_RESOURCE_NAME_NOT_FOUND
ERROR_RESOURCE_LANG_NOT_FOUND
ERROR_NOT_ENOUGH_QUOTA
RPC_S_NO_INTERFACES
RPC_S_CALL_CANCELLED
RPC_S_BINDING_INCOMPLETE
RPC_S_COMM_FAILURE
RPC_S_UNSUPPORTED_AUTHN_LEVEL
RPC_S_NO_PRINC_NAME
RPC_S_NOT_RPC_ERROR
RPC_S_UUID_LOCAL_ONLY
RPC_S_SEC_PKG_ERROR
RPC_S_NOT_CANCELLED
RPC_X_INVALID_ES_ACTION
RPC_X_WRONG_ES_VERSION
RPC_X_WRONG_STUB_VERSION
RPC_X_INVALID_PIPE_OBJECT
RPC_X_WRONG_PIPE_ORDER
RPC_X_WRONG_PIPE_VERSION
RPC_S_COOKIE_AUTH_FAILED
RPC_S_GROUP_MEMBER_NOT_FOUND
EPT_S_CANT_CREATE
RPC_S_INVALID_OBJECT
ERROR_INVALID_TIME
ERROR_INVALID_FORM_NAME
ERROR_INVALID_FORM_SIZE
ERROR_ALREADY_WAITING
ERROR_PRINTER_DELETED
ERROR_INVALID_PRINTER_STATE
ERROR_PASSWORD_MUST_CHANGE
ERROR_DOMAIN_CONTROLLER_NOT_FOUND
ERROR_ACCOUNT_LOCKED_OUT
OR_INVALID_OXID
OR_INVALID_OID
OR_INVALID_SET
RPC_S_SEND_INCOMPLETE
RPC_S_INVALID_ASYNC_HANDLE
RPC_S_INVALID_ASYNC_CALL
RPC_X_PIPE_CLOSED
RPC_X_PIPE_DISCIPLINE_ERROR
RPC_X_PIPE_EMPTY
ERROR_NO_SITENAME
ERROR_CANT_ACCESS_FILE
ERROR_CANT_RESOLVE_FILENAME
RPC_S_ENTRY_TYPE_MISMATCH
RPC_S_NOT_ALL_OBJS_EXPORTED
RPC_S_INTERFACE_NOT_EXPORTED
RPC_S_PROFILE_NOT_ADDED
RPC_S_PRF_ELT_NOT_ADDED
RPC_S_PRF_ELT_NOT_REMOVED
RPC_S_GRP_ELT_NOT_ADDED
RPC_S_GRP_ELT_NOT_REMOVED
ERROR_KM_DRIVER_BLOCKED
ERROR_CONTEXT_EXPIRED
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
ERROR_AUTHENTICATION_FIREWALL_FAILED
ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED
ERROR_NTLM_BLOCKED
ERROR_PASSWORD_CHANGE_REQUIRED
ERROR_INVALID_PIXEL_FORMAT
ERROR_BAD_DRIVER
ERROR_INVALID_WINDOW_STYLE
ERROR_METAFILE_NOT_SUPPORTED
ERROR_TRANSFORM_NOT_SUPPORTED
ERROR_CLIPPING_NOT_SUPPORTED
ERROR_INVALID_CMM
ERROR_INVALID_PROFILE
ERROR_TAG_NOT_FOUND
ERROR_TAG_NOT_PRESENT
ERROR_DUPLICATE_TAG
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
ERROR_PROFILE_NOT_FOUND
ERROR_INVALID_COLORSPACE
ERROR_ICM_NOT_ENABLED
ERROR_DELETING_ICM_XFORM
ERROR_INVALID_TRANSFORM
ERROR_COLORSPACE_MISMATCH
ERROR_INVALID_COLORINDEX
ERROR_PROFILE_DOES_NOT_MATCH_DEVICE
ERROR_CONNECTED_OTHER_PASSWORD
ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
ERROR_BAD_USERNAME
ERROR_NOT_CONNECTED
ERROR_OPEN_FILES
ERROR_ACTIVE_CONNECTIONS
ERROR_DEVICE_IN_USE
ERROR_UNKNOWN_PRINT_MONITOR
ERROR_PRINTER_DRIVER_IN_USE
ERROR_SPOOL_FILE_NOT_FOUND
ERROR_SPL_NO_STARTDOC
ERROR_SPL_NO_ADDJOB
ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
ERROR_PRINT_MONITOR_ALREADY_INSTALLED
ERROR_INVALID_PRINT_MONITOR
ERROR_PRINT_MONITOR_IN_USE
ERROR_PRINTER_HAS_JOBS_QUEUED
ERROR_SUCCESS_REBOOT_REQUIRED
ERROR_SUCCESS_RESTART_REQUIRED
ERROR_PRINTER_NOT_FOUND
ERROR_PRINTER_DRIVER_WARNED
ERROR_PRINTER_DRIVER_BLOCKED
ERROR_PRINTER_DRIVER_PACKAGE_IN_USE
ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND
ERROR_FAIL_REBOOT_REQUIRED
ERROR_FAIL_REBOOT_INITIATED
ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED
ERROR_PRINT_JOB_RESTART_REQUIRED
ERROR_INVALID_PRINTER_DRIVER_MANIFEST
ERROR_PRINTER_NOT_SHAREABLE
ERROR_REQUEST_PAUSED
ERROR_IO_REISSUE_AS_CACHED
-
ERROR_WINS_INTERNAL
-
4000 (0xFA0)
WINS encountered an error while processing the command.
-
4001 (0xFA1)
The local WINS cannot be deleted.
-
4002 (0xFA2)
The importation from the file failed.
-
4003 (0xFA3)
The backup failed. Was a full backup done before?
-
4004 (0xFA4)
The backup failed. Check the directory to which you are backing the database.
-
4005 (0xFA5)
The name does not exist in the WINS database.
-
4006 (0xFA6)
Replication with a nonconfigured partner is not allowed.
-
4050 (0xFD2)
The version of the supplied content information is not supported.
-
4051 (0xFD3)
The supplied content information is malformed.
-
4052 (0xFD4)
The requested data cannot be found in local or peer caches.
-
4053 (0xFD5)
No more data is available or required.
-
4054 (0xFD6)
The supplied object has not been initialized.
-
4055 (0xFD7)
The supplied object has already been initialized.
-
4056 (0xFD8)
A shutdown operation is already in progress.
-
4057 (0xFD9)
The supplied object has already been invalidated.
-
4058 (0xFDA)
An element already exists and was not replaced.
-
4059 (0xFDB)
Can not cancel the requested operation as it has already been completed.
-
4060 (0xFDC)
Can not perform the reqested operation because it has already been carried out.
-
4061 (0xFDD)
An operation accessed data beyond the bounds of valid data.
-
4062 (0xFDE)
The requested version is not supported.
-
4063 (0xFDF)
A configuration value is invalid.
-
4064 (0xFE0)
The SKU is not licensed.
-
4065 (0xFE1)
PeerDist Service is still initializing and will be available shortly.
-
4066 (0xFE2)
Communication with one or more computers will be temporarily blocked due to recent errors.
-
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.
-
4200 (0x1068)
The GUID passed was not recognized as valid by a WMI data provider.
-
4201 (0x1069)
The instance name passed was not recognized as valid by a WMI data provider.
-
4202 (0x106A)
The data item ID passed was not recognized as valid by a WMI data provider.
-
4203 (0x106B)
The WMI request could not be completed and should be retried.
-
4204 (0x106C)
The WMI data provider could not be located.
-
4205 (0x106D)
The WMI data provider references an instance set that has not been registered.
-
4206 (0x106E)
The WMI data block or event notification has already been enabled.
-
4207 (0x106F)
The WMI data block is no longer available.
-
4208 (0x1070)
The WMI data service is not available.
-
4209 (0x1071)
The WMI data provider failed to carry out the request.
-
4210 (0x1072)
The WMI MOF information is not valid.
-
4211 (0x1073)
The WMI registration information is not valid.
-
4212 (0x1074)
The WMI data block or event notification has already been disabled.
-
4213 (0x1075)
The WMI data item or data block is read only.
-
4214 (0x1076)
The WMI data item or data block could not be changed.
-
4250 (0x109A)
This operation is only valid in the context of an app container.
-
4251 (0x109B)
This application can only run in the context of an app container.
-
4252 (0x109C)
This functionality is not supported in the context of an app container.
-
4253 (0x109D)
The length of the SID supplied is not a valid length for app container SIDs.
-
4300 (0x10CC)
The media identifier does not represent a valid medium.
-
4301 (0x10CD)
The library identifier does not represent a valid library.
-
4302 (0x10CE)
The media pool identifier does not represent a valid media pool.
-
4303 (0x10CF)
The drive and medium are not compatible or exist in different libraries.
-
4304 (0x10D0)
The medium currently exists in an offline library and must be online to perform this operation.
-
4305 (0x10D1)
The operation cannot be performed on an offline library.
-
4306 (0x10D2)
The library, drive, or media pool is empty.
-
4307 (0x10D3)
The library, drive, or media pool must be empty to perform this operation.
-
4308 (0x10D4)
No media is currently available in this media pool or library.
-
4309 (0x10D5)
A resource required for this operation is disabled.
-
4310 (0x10D6)
The media identifier does not represent a valid cleaner.
-
4311 (0x10D7)
The drive cannot be cleaned or does not support cleaning.
-
4312 (0x10D8)
The object identifier does not represent a valid object.
-
4313 (0x10D9)
Unable to read from or write to the database.
-
4314 (0x10DA)
The database is full.
-
4315 (0x10DB)
The medium is not compatible with the device or media pool.
-
4316 (0x10DC)
The resource required for this operation does not exist.
-
4317 (0x10DD)
The operation identifier is not valid.
-
4318 (0x10DE)
The media is not mounted or ready for use.
-
4319 (0x10DF)
The device is not ready for use.
-
4320 (0x10E0)
The operator or administrator has refused the request.
-
4321 (0x10E1)
The drive identifier does not represent a valid drive.
-
4322 (0x10E2)
Library is full. No slot is available for use.
-
4323 (0x10E3)
The transport cannot access the medium.
-
4324 (0x10E4)
Unable to load the medium into the drive.
-
4325 (0x10E5)
Unable to retrieve the drive status.
-
4326 (0x10E6)
Unable to retrieve the slot status.
-
4327 (0x10E7)
Unable to retrieve status about the transport.
-
4328 (0x10E8)
Cannot use the transport because it is already in use.
-
4329 (0x10E9)
Unable to open or close the inject/eject port.
-
4330 (0x10EA)
Unable to eject the medium because it is in a drive.
-
4331 (0x10EB)
A cleaner slot is already reserved.
-
4332 (0x10EC)
A cleaner slot is not reserved.
-
4333 (0x10ED)
The cleaner cartridge has performed the maximum number of drive cleanings.
-
4334 (0x10EE)
Unexpected on-medium identifier.
-
4335 (0x10EF)
The last remaining item in this group or resource cannot be deleted.
-
4336 (0x10F0)
The message provided exceeds the maximum size allowed for this parameter.
-
4337 (0x10F1)
The volume contains system or paging files.
-
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.
-
4339 (0x10F3)
This offline media cannot be mounted on this system since no enabled drives are present which can be used.
-
4340 (0x10F4)
A cleaner cartridge is present in the tape library.
-
4341 (0x10F5)
Cannot use the inject/eject port because it is not empty.
-
4350 (0x10FE)
This file is currently not available for use on this computer.
-
4351 (0x10FF)
The remote storage service is not operational at this time.
-
4352 (0x1100)
The remote storage service encountered a media error.
-
4390 (0x1126)
The file or directory is not a reparse point.
-
4391 (0x1127)
The reparse point attribute cannot be set because it conflicts with an existing attribute.
-
4392 (0x1128)
The data present in the reparse point buffer is invalid.
-
4393 (0x1129)
The tag present in the reparse point buffer is invalid.
-
4394 (0x112A)
There is a mismatch between the tag specified in the request and the tag present in the reparse point.
-
4400 (0x1130)
Fast Cache data not found.
-
4401 (0x1131)
Fast Cache data expired.
-
4402 (0x1132)
Fast Cache data corrupt.
-
4403 (0x1133)
Fast Cache data has exceeded its max size and cannot be updated.
-
4404 (0x1134)
Fast Cache has been ReArmed and requires a reboot until it can be updated.
-
4420 (0x1144)
Secure Boot detected that rollback of protected data has been attempted.
-
4421 (0x1145)
The value is protected by Secure Boot policy and cannot be modified or deleted.
-
4422 (0x1146)
The Secure Boot policy is invalid.
-
4423 (0x1147)
A new Secure Boot policy did not contain the current publisher on its update list.
-
4424 (0x1148)
The Secure Boot policy is either not signed or is signed by a non-trusted signer.
-
4425 (0x1149)
Secure Boot is not enabled on this machine.
-
4426 (0x114A)
Secure Boot requires that certain files and drivers are not replaced by other files or drivers.
-
4440 (0x1158)
The copy offload read operation is not supported by a filter.
-
4441 (0x1159)
The copy offload write operation is not supported by a filter.
-
4442 (0x115A)
The copy offload read operation is not supported for the file.
-
4443 (0x115B)
The copy offload write operation is not supported for the file.
-
4500 (0x1194)
Single Instance Storage is not available on this volume.
-
5001 (0x1389)
The operation cannot be completed because other resources are dependent on this resource.
-
5002 (0x138A)
The cluster resource dependency cannot be found.
-
5003 (0x138B)
The cluster resource cannot be made dependent on the specified resource because it is already dependent.
-
5004 (0x138C)
The cluster resource is not online.
-
5005 (0x138D)
A cluster node is not available for this operation.
-
5006 (0x138E)
The cluster resource is not available.
-
5007 (0x138F)
The cluster resource could not be found.
-
5008 (0x1390)
The cluster is being shut down.
-
5009 (0x1391)
A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
-
5010 (0x1392)
The object already exists.
-
5011 (0x1393)
The object is already in the list.
-
5012 (0x1394)
The cluster group is not available for any new requests.
-
5013 (0x1395)
The cluster group could not be found.
-
5014 (0x1396)
The operation could not be completed because the cluster group is not online.
-
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.
-
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.
-
5017 (0x1399)
The cluster resource could not be created in the specified resource monitor.
-
5018 (0x139A)
The cluster resource could not be brought online by the resource monitor.
-
5019 (0x139B)
The operation could not be completed because the cluster resource is online.
-
5020 (0x139C)
The cluster resource could not be deleted or brought offline because it is the quorum resource.
-
5021 (0x139D)
The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
-
5022 (0x139E)
The cluster software is shutting down.
-
5023 (0x139F)
The group or resource is not in the correct state to perform the requested operation.
-
5024 (0x13A0)
The properties were stored but not all changes will take effect until the next time the resource is brought online.
-
5025 (0x13A1)
The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
-
5026 (0x13A2)
The cluster resource could not be deleted since it is a core resource.
-
5027 (0x13A3)
The quorum resource failed to come online.
-
5028 (0x13A4)
The quorum log could not be created or mounted successfully.
-
5029 (0x13A5)
The cluster log is corrupt.
-
5030 (0x13A6)
The record could not be written to the cluster log since it exceeds the maximum size.
-
5031 (0x13A7)
The cluster log exceeds its maximum size.
-
5032 (0x13A8)
No checkpoint record was found in the cluster log.
-
5033 (0x13A9)
The minimum required disk space needed for logging is not available.
-
5034 (0x13AA)
The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
-
5035 (0x13AB)
A cluster network is not available for this operation.
-
5036 (0x13AC)
A cluster node is not available for this operation.
-
5037 (0x13AD)
All cluster nodes must be running to perform this operation.
-
5038 (0x13AE)
A cluster resource failed.
-
5039 (0x13AF)
The cluster node is not valid.
-
5040 (0x13B0)
The cluster node already exists.
-
5041 (0x13B1)
A node is in the process of joining the cluster.
-
5042 (0x13B2)
The cluster node was not found.
-
5043 (0x13B3)
The cluster local node information was not found.
-
5044 (0x13B4)
The cluster network already exists.
-
5045 (0x13B5)
The cluster network was not found.
-
5046 (0x13B6)
The cluster network interface already exists.
-
5047 (0x13B7)
The cluster network interface was not found.
-
5048 (0x13B8)
The cluster request is not valid for this object.
-
5049 (0x13B9)
The cluster network provider is not valid.
-
5050 (0x13BA)
The cluster node is down.
-
5051 (0x13BB)
The cluster node is not reachable.
-
5052 (0x13BC)
The cluster node is not a member of the cluster.
-
5053 (0x13BD)
A cluster join operation is not in progress.
-
5054 (0x13BE)
The cluster network is not valid.
-
5056 (0x13C0)
The cluster node is up.
-
5057 (0x13C1)
The cluster IP address is already in use.
-
5058 (0x13C2)
The cluster node is not paused.
-
5059 (0x13C3)
No cluster security context is available.
-
5060 (0x13C4)
The cluster network is not configured for internal cluster communication.
-
5061 (0x13C5)
The cluster node is already up.
-
5062 (0x13C6)
The cluster node is already down.
-
5063 (0x13C7)
The cluster network is already online.
-
5064 (0x13C8)
The cluster network is already offline.
-
5065 (0x13C9)
The cluster node is already a member of the cluster.
-
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.
-
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.
-
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.
-
5069 (0x13CD)
The cluster quorum resource is not allowed to have any dependencies.
-
5070 (0x13CE)
The cluster node is paused.
-
5071 (0x13CF)
The cluster resource cannot be brought online. The owner node cannot run this resource.
-
5072 (0x13D0)
The cluster node is not ready to perform the requested operation.
-
5073 (0x13D1)
The cluster node is shutting down.
-
5074 (0x13D2)
The cluster join operation was aborted.
-
5075 (0x13D3)
The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
-
5076 (0x13D4)
This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
-
5077 (0x13D5)
The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
-
5078 (0x13D6)
The specified resource type was not found.
-
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.
-
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.
-
5081 (0x13D9)
No authentication package could be registered with the RPC server.
-
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.
-
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.
-
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.
-
5085 (0x13DD)
A non locker code got a request to reserve the lock for making global updates.
-
5086 (0x13DE)
The quorum disk could not be located by the cluster service.
-
5087 (0x13DF)
The backed up cluster database is possibly corrupt.
-
5088 (0x13E0)
A DFS root already exists in this cluster node.
-
5089 (0x13E1)
An attempt to modify a resource property failed because it conflicts with another existing property.
-
5890 (0x1702)
An operation was attempted that is incompatible with the current membership state of the node.
-
5891 (0x1703)
The quorum resource does not contain the quorum log.
-
5892 (0x1704)
The membership engine requested shutdown of the cluster service on this node.
-
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.
-
5894 (0x1706)
A matching cluster network for the specified IP address could not be found.
-
5895 (0x1707)
The actual data type of the property did not match the expected data type of the property.
-
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.
-
5897 (0x1709)
Two or more parameter values specified for a resource’s properties are in conflict.
-
5898 (0x170A)
This computer cannot be made a member of a cluster.
-
5899 (0x170B)
This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
-
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.
-
5901 (0x170D)
The cluster configuration action has already been committed.
-
5902 (0x170E)
The cluster configuration action could not be rolled back.
-
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.
-
5904 (0x1710)
One or more nodes in the cluster are running a version of Windows that does not support this operation.
-
5905 (0x1711)
The name of the corresponding computer account doesn’t match the Network Name for this resource.
-
5906 (0x1712)
No network adapters are available.
-
5907 (0x1713)
The cluster node has been poisoned.
-
5908 (0x1714)
The group is unable to accept the request since it is moving to another node.
-
5909 (0x1715)
The resource type cannot accept the request since is too busy performing another operation.
-
5910 (0x1716)
The call to the cluster resource DLL timed out.
-
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.
-
5912 (0x1718)
An internal cluster error occurred. A call to an invalid function was attempted.
-
5913 (0x1719)
A parameter value is out of acceptable range.
-
5914 (0x171A)
A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.
-
5915 (0x171B)
An invalid cluster registry operation was attempted.
-
5916 (0x171C)
An input string of characters is not properly terminated.
-
5917 (0x171D)
An input string of characters is not in a valid format for the data it represents.
-
5918 (0x171E)
An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already 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.
-
5920 (0x1720)
An internal cluster error occurred. Data was not properly initialized.
-
5921 (0x1721)
An error occurred while reading from a stream of data. An unexpected number of bytes was returned.
-
5922 (0x1722)
An error occurred while writing to a stream of data. The required number of bytes could not be written.
-
5923 (0x1723)
An error occurred while deserializing a stream of cluster data.
-
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).
-
5925 (0x1725)
A quorum of cluster nodes was not present to form a cluster.
-
5926 (0x1726)
The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address.
-
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.
-
5928 (0x1728)
Quorum resource cannot reside in the Available Storage group.
-
5929 (0x1729)
The dependencies for this resource are nested too deeply.
-
5930 (0x172A)
The call into the resource DLL raised an unhandled exception.
-
5931 (0x172B)
The RHS process failed to initialize.
-
5932 (0x172C)
The Failover Clustering feature is not installed on this node.
-
5933 (0x172D)
The resources must be online on the same node for this operation.
-
5934 (0x172E)
A new node can not be added since this cluster is already at its maximum number of nodes.
-
5935 (0x172F)
This cluster can not be created since the specified number of nodes exceeds the maximum allowed limit.
-
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.
-
5937 (0x1731)
This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed.
-
5938 (0x1732)
File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes.
-
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.
-
5940 (0x1734)
Only one instance of this resource type is allowed in the cluster.
-
5941 (0x1735)
Only one instance of this resource type is allowed per resource group.
-
5942 (0x1736)
The resource failed to come online due to the failure of one or more provider resources.
-
5943 (0x1737)
The resource has indicated that it cannot come online on any node.
-
5944 (0x1738)
The current operation cannot be performed on this group at this time.
-
5945 (0x1739)
The directory or file is not located on a cluster shared volume.
-
5946 (0x173A)
The Security Descriptor does not meet the requirements for a cluster.
-
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.
-
5948 (0x173C)
This group or resource cannot be directly manipulated. Use shared volume APIs to perform desired operation.
-
5949 (0x173D)
Back up is in progress. Please wait for backup completion before trying this operation again.
-
5950 (0x173E)
The path does not belong to a cluster shared volume.
-
5951 (0x173F)
The cluster shared volume is not locally mounted on this node.
-
5952 (0x1740)
The cluster watchdog is terminating.
-
5953 (0x1741)
A resource vetoed a move between two nodes because they are incompatible.
-
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.
-
5955 (0x1743)
The resource vetoed the call.
-
5956 (0x1744)
Resource could not start or run because it could not reserve sufficient system resources.
-
5957 (0x1745)
A resource vetoed a move between two nodes because the destination currently does not have enough resources to complete the operation.
-
5958 (0x1746)
A resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation.
-
5959 (0x1747)
The requested operation can not be completed because the group is queued for an operation.
-
5960 (0x1748)
The requested operation can not be completed because a resource has locked status.
-
5961 (0x1749)
The resource cannot move to another node because a cluster shared volume vetoed the operation.
-
5962 (0x174A)
A node drain is already in progress.
This value was also named ERROR_CLUSTER_NODE_EVACUATION_IN_PROGRESS
-
5963 (0x174B)
Clustered storage is not connected to the node.
-
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.
-
5965 (0x174D)
The resource must be part of the Available Storage group to complete this action.
-
5966 (0x174E)
CSVFS failed operation as volume is in redirected mode.
-
5967 (0x174F)
CSVFS failed operation as volume is not in redirected mode.
-
5968 (0x1750)
Cluster properties cannot be returned at this time.
-
5969 (0x1751)
The clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes.
-
5970 (0x1752)
The operation cannot be completed because the resource is in maintenance mode.
-
5971 (0x1753)
The operation cannot be completed because of cluster affinity conflicts.
-
5972 (0x1754)
The operation cannot be completed because the resource is a replica virtual machine.
ERROR_CAN_NOT_DEL_LOCAL_WINS
ERROR_STATIC_INIT
ERROR_INC_BACKUP
ERROR_FULL_BACKUP
ERROR_REC_NON_EXISTENT
ERROR_RPL_NOT_ALLOWED
PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED
PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO
PEERDIST_ERROR_MISSING_DATA
PEERDIST_ERROR_NO_MORE
PEERDIST_ERROR_NOT_INITIALIZED
PEERDIST_ERROR_ALREADY_INITIALIZED
PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS
PEERDIST_ERROR_INVALIDATED
PEERDIST_ERROR_ALREADY_EXISTS
PEERDIST_ERROR_OPERATION_NOTFOUND
PEERDIST_ERROR_ALREADY_COMPLETED
PEERDIST_ERROR_OUT_OF_BOUNDS
PEERDIST_ERROR_VERSION_UNSUPPORTED
PEERDIST_ERROR_INVALID_CONFIGURATION
PEERDIST_ERROR_NOT_LICENSED
PEERDIST_ERROR_SERVICE_UNAVAILABLE
PEERDIST_ERROR_TRUST_FAILURE
ERROR_DHCP_ADDRESS_CONFLICT
ERROR_WMI_GUID_NOT_FOUND
ERROR_WMI_INSTANCE_NOT_FOUND
ERROR_WMI_ITEMID_NOT_FOUND
ERROR_WMI_TRY_AGAIN
ERROR_WMI_DP_NOT_FOUND
ERROR_WMI_UNRESOLVED_INSTANCE_REF
ERROR_WMI_ALREADY_ENABLED
ERROR_WMI_GUID_DISCONNECTED
ERROR_WMI_SERVER_UNAVAILABLE
ERROR_WMI_DP_FAILED
ERROR_WMI_INVALID_MOF
ERROR_WMI_INVALID_REGINFO
ERROR_WMI_ALREADY_DISABLED
ERROR_WMI_READ_ONLY
ERROR_WMI_SET_FAILURE
ERROR_NOT_APPCONTAINER
ERROR_APPCONTAINER_REQUIRED
ERROR_NOT_SUPPORTED_IN_APPCONTAINER
ERROR_INVALID_PACKAGE_SID_LENGTH
ERROR_INVALID_MEDIA
ERROR_INVALID_LIBRARY
ERROR_INVALID_MEDIA_POOL
ERROR_DRIVE_MEDIA_MISMATCH
ERROR_MEDIA_OFFLINE
ERROR_LIBRARY_OFFLINE
ERROR_EMPTY
ERROR_NOT_EMPTY
ERROR_MEDIA_UNAVAILABLE
ERROR_RESOURCE_DISABLED
ERROR_INVALID_CLEANER
ERROR_UNABLE_TO_CLEAN
ERROR_OBJECT_NOT_FOUND
ERROR_DATABASE_FAILURE
ERROR_DATABASE_FULL
ERROR_MEDIA_INCOMPATIBLE
ERROR_RESOURCE_NOT_PRESENT
ERROR_INVALID_OPERATION
ERROR_MEDIA_NOT_AVAILABLE
ERROR_DEVICE_NOT_AVAILABLE
ERROR_REQUEST_REFUSED
ERROR_INVALID_DRIVE_OBJECT
ERROR_LIBRARY_FULL
ERROR_MEDIUM_NOT_ACCESSIBLE
ERROR_UNABLE_TO_LOAD_MEDIUM
ERROR_UNABLE_TO_INVENTORY_DRIVE
ERROR_UNABLE_TO_INVENTORY_SLOT
ERROR_UNABLE_TO_INVENTORY_TRANSPORT
ERROR_TRANSPORT_FULL
ERROR_CONTROLLING_IEPORT
ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
ERROR_CLEANER_SLOT_SET
ERROR_CLEANER_SLOT_NOT_SET
ERROR_CLEANER_CARTRIDGE_SPENT
ERROR_UNEXPECTED_OMID
ERROR_CANT_DELETE_LAST_ITEM
ERROR_MESSAGE_EXCEEDS_MAX_SIZE
ERROR_VOLUME_CONTAINS_SYS_FILES
ERROR_INDIGENOUS_TYPE
ERROR_NO_SUPPORTING_DRIVES
ERROR_CLEANER_CARTRIDGE_INSTALLED
ERROR_IEPORT_FULL
ERROR_FILE_OFFLINE
ERROR_REMOTE_STORAGE_NOT_ACTIVE
ERROR_REMOTE_STORAGE_MEDIA_ERROR
ERROR_NOT_A_REPARSE_POINT
ERROR_REPARSE_ATTRIBUTE_CONFLICT
ERROR_INVALID_REPARSE_DATA
ERROR_REPARSE_TAG_INVALID
ERROR_REPARSE_TAG_MISMATCH
ERROR_APP_DATA_NOT_FOUND
ERROR_APP_DATA_EXPIRED
ERROR_APP_DATA_CORRUPT
ERROR_APP_DATA_LIMIT_EXCEEDED
ERROR_APP_DATA_REBOOT_REQUIRED
ERROR_SECUREBOOT_ROLLBACK_DETECTED
ERROR_SECUREBOOT_POLICY_VIOLATION
ERROR_SECUREBOOT_INVALID_POLICY
ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND
ERROR_SECUREBOOT_POLICY_NOT_SIGNED
ERROR_SECUREBOOT_NOT_ENABLED
ERROR_SECUREBOOT_FILE_REPLACED
ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED
ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED
ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED
ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED
ERROR_VOLUME_NOT_SIS_ENABLED
ERROR_DEPENDENT_RESOURCE_EXISTS
ERROR_DEPENDENCY_NOT_FOUND
ERROR_DEPENDENCY_ALREADY_EXISTS
ERROR_RESOURCE_NOT_ONLINE
ERROR_HOST_NODE_NOT_AVAILABLE
ERROR_RESOURCE_NOT_AVAILABLE
ERROR_RESOURCE_NOT_FOUND
ERROR_SHUTDOWN_CLUSTER
ERROR_CANT_EVICT_ACTIVE_NODE
ERROR_OBJECT_ALREADY_EXISTS
ERROR_OBJECT_IN_LIST
ERROR_GROUP_NOT_AVAILABLE
ERROR_GROUP_NOT_FOUND
ERROR_GROUP_NOT_ONLINE
ERROR_HOST_NODE_NOT_RESOURCE_OWNER
ERROR_HOST_NODE_NOT_GROUP_OWNER
ERROR_RESMON_CREATE_FAILED
ERROR_RESMON_ONLINE_FAILED
ERROR_RESOURCE_ONLINE
ERROR_QUORUM_RESOURCE
ERROR_NOT_QUORUM_CAPABLE
ERROR_CLUSTER_SHUTTING_DOWN
ERROR_INVALID_STATE
ERROR_RESOURCE_PROPERTIES_STORED
ERROR_NOT_QUORUM_CLASS
ERROR_CORE_RESOURCE
ERROR_QUORUM_RESOURCE_ONLINE_FAILED
ERROR_QUORUMLOG_OPEN_FAILED
ERROR_CLUSTERLOG_CORRUPT
ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
ERROR_QUORUM_OWNER_ALIVE
ERROR_NETWORK_NOT_AVAILABLE
ERROR_NODE_NOT_AVAILABLE
ERROR_ALL_NODES_NOT_AVAILABLE
ERROR_RESOURCE_FAILED
ERROR_CLUSTER_INVALID_NODE
ERROR_CLUSTER_NODE_EXISTS
ERROR_CLUSTER_JOIN_IN_PROGRESS
ERROR_CLUSTER_NODE_NOT_FOUND
ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
ERROR_CLUSTER_NETWORK_EXISTS
ERROR_CLUSTER_NETWORK_NOT_FOUND
ERROR_CLUSTER_NETINTERFACE_EXISTS
ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
ERROR_CLUSTER_INVALID_REQUEST
ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
ERROR_CLUSTER_NODE_DOWN
ERROR_CLUSTER_NODE_UNREACHABLE
ERROR_CLUSTER_NODE_NOT_MEMBER
ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
ERROR_CLUSTER_INVALID_NETWORK
ERROR_CLUSTER_NODE_UP
ERROR_CLUSTER_IPADDR_IN_USE
ERROR_CLUSTER_NODE_NOT_PAUSED
ERROR_CLUSTER_NO_SECURITY_CONTEXT
ERROR_CLUSTER_NETWORK_NOT_INTERNAL
ERROR_CLUSTER_NODE_ALREADY_UP
ERROR_CLUSTER_NODE_ALREADY_DOWN
ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
ERROR_CLUSTER_NODE_ALREADY_MEMBER
ERROR_CLUSTER_LAST_INTERNAL_NETWORK
ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
ERROR_INVALID_OPERATION_ON_QUORUM
ERROR_DEPENDENCY_NOT_ALLOWED
ERROR_CLUSTER_NODE_PAUSED
ERROR_NODE_CANT_HOST_RESOURCE
ERROR_CLUSTER_NODE_NOT_READY
ERROR_CLUSTER_NODE_SHUTTING_DOWN
ERROR_CLUSTER_JOIN_ABORTED
ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
ERROR_CLUSTER_RESNAME_NOT_FOUND
ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
ERROR_CLUSTER_DATABASE_SEQMISMATCH
ERROR_RESMON_INVALID_STATE
ERROR_CLUSTER_GUM_NOT_LOCKER
ERROR_QUORUM_DISK_NOT_FOUND
ERROR_DATABASE_BACKUP_CORRUPT
ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
ERROR_RESOURCE_PROPERTY_UNCHANGEABLE
ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
ERROR_CLUSTER_QUORUMLOG_NOT_FOUND
ERROR_CLUSTER_MEMBERSHIP_HALT
ERROR_CLUSTER_INSTANCE_ID_MISMATCH
ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
ERROR_CLUSTER_PARAMETER_MISMATCH
ERROR_NODE_CANNOT_BE_CLUSTERED
ERROR_CLUSTER_WRONG_OS_VERSION
ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
ERROR_CLUSCFG_ALREADY_COMMITTED
ERROR_CLUSCFG_ROLLBACK_FAILED
ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT
ERROR_CLUSTER_OLD_VERSION
ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME
ERROR_CLUSTER_NO_NET_ADAPTERS
ERROR_CLUSTER_POISONED
ERROR_CLUSTER_GROUP_MOVING
ERROR_CLUSTER_RESOURCE_TYPE_BUSY
ERROR_RESOURCE_CALL_TIMED_OUT
ERROR_INVALID_CLUSTER_IPV6_ADDRESS
ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION
ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS
ERROR_CLUSTER_PARTIAL_SEND
ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION
ERROR_CLUSTER_INVALID_STRING_TERMINATION
ERROR_CLUSTER_INVALID_STRING_FORMAT
ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS
ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS
ERROR_CLUSTER_NULL_DATA
ERROR_CLUSTER_PARTIAL_READ
ERROR_CLUSTER_PARTIAL_WRITE
ERROR_CLUSTER_CANT_DESERIALIZE_DATA
ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT
ERROR_CLUSTER_NO_QUORUM
ERROR_CLUSTER_INVALID_IPV6_NETWORK
ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK
ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP
ERROR_DEPENDENCY_TREE_TOO_COMPLEX
ERROR_EXCEPTION_IN_RESOURCE_CALL
ERROR_CLUSTER_RHS_FAILED_INITIALIZATION
ERROR_CLUSTER_NOT_INSTALLED
ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE
ERROR_CLUSTER_MAX_NODES_IN_CLUSTER
ERROR_CLUSTER_TOO_MANY_NODES
ERROR_CLUSTER_OBJECT_ALREADY_USED
ERROR_NONCORE_GROUPS_FOUND
ERROR_FILE_SHARE_RESOURCE_CONFLICT
ERROR_CLUSTER_EVICT_INVALID_REQUEST
ERROR_CLUSTER_SINGLETON_RESOURCE
ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE
ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED
ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR
ERROR_CLUSTER_GROUP_BUSY
ERROR_CLUSTER_NOT_SHARED_VOLUME
ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR
ERROR_CLUSTER_SHARED_VOLUMES_IN_USE
ERROR_CLUSTER_USE_SHARED_VOLUMES_API
ERROR_CLUSTER_BACKUP_IN_PROGRESS
ERROR_NON_CSV_PATH
ERROR_CSV_VOLUME_NOT_LOCAL
ERROR_CLUSTER_WATCHDOG_TERMINATING
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES
ERROR_CLUSTER_INVALID_NODE_WEIGHT
ERROR_CLUSTER_RESOURCE_VETOED_CALL
ERROR_RESMON_SYSTEM_RESOURCES_LACKING
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE
ERROR_CLUSTER_GROUP_QUEUED
ERROR_CLUSTER_RESOURCE_LOCKED_STATUS
ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED
ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS
ERROR_CLUSTER_DISK_NOT_CONNECTED
ERROR_DISK_NOT_CSV_CAPABLE
ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE
ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED
ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED
ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES
ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES
ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE
ERROR_CLUSTER_AFFINITY_CONFLICT
ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE
-
ERROR_ENCRYPTION_FAILED
-
6000 (0x1770)
The specified file could not be encrypted.
-
6001 (0x1771)
The specified file could not be decrypted.
-
6002 (0x1772)
The specified file is encrypted and the user does not have the ability to decrypt it.
-
6003 (0x1773)
There is no valid encryption recovery policy configured for this system.
-
6004 (0x1774)
The required encryption driver is not loaded for this system.
-
6005 (0x1775)
The file was encrypted with a different encryption driver than is currently loaded.
-
6006 (0x1776)
There are no EFS keys defined for the user.
-
6007 (0x1777)
The specified file is not encrypted.
-
6008 (0x1778)
The specified file is not in the defined EFS export format.
-
6009 (0x1779)
The specified file is read only.
-
6010 (0x177A)
The directory has been disabled for encryption.
-
6011 (0x177B)
The server is not trusted for remote encryption operation.
-
6012 (0x177C)
Recovery policy configured for this system contains invalid recovery certificate.
-
6013 (0x177D)
The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
-
6014 (0x177E)
The disk partition does not support file encryption.
-
6015 (0x177F)
This machine is disabled for file encryption.
-
6016 (0x1780)
A newer system is required to decrypt this encrypted file.
-
6017 (0x1781)
The remote server sent an invalid response for a file being opened with Client Side Encryption.
-
6018 (0x1782)
Client Side Encryption is not supported by the remote server even though it claims to support it.
-
6019 (0x1783)
File is encrypted and should be opened in Client Side Encryption mode.
-
6020 (0x1784)
A new encrypted file is being created and a $EFS needs to be provided.
-
6021 (0x1785)
The SMB client requested a CSE FSCTL on a non-CSE file.
-
6022 (0x1786)
The requested operation was blocked by policy. For more information, contact your system administrator.
-
6118 (0x17E6)
The list of servers for this workgroup is not currently available.
-
6200 (0x1838)
The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts.
-
6600 (0x19C8)
Log service encountered an invalid log sector.
-
6601 (0x19C9)
Log service encountered a log sector with invalid block parity.
-
6602 (0x19CA)
Log service encountered a remapped log sector.
-
6603 (0x19CB)
Log service encountered a partial or incomplete log block.
-
6604 (0x19CC)
Log service encountered an attempt access data outside the active log range.
-
6605 (0x19CD)
Log service user marshalling buffers are exhausted.
-
6606 (0x19CE)
Log service encountered an attempt read from a marshalling area with an invalid read context.
-
6607 (0x19CF)
Log service encountered an invalid log restart area.
-
6608 (0x19D0)
Log service encountered an invalid log block version.
-
6609 (0x19D1)
Log service encountered an invalid log block.
-
6610 (0x19D2)
Log service encountered an attempt to read the log with an invalid read mode.
-
6611 (0x19D3)
Log service encountered a log stream with no restart area.
-
6612 (0x19D4)
Log service encountered a corrupted metadata file.
-
6613 (0x19D5)
Log service encountered a metadata file that could not be created by the log file system.
-
6614 (0x19D6)
Log service encountered a metadata file with inconsistent data.
-
6615 (0x19D7)
Log service encountered an attempt to erroneous allocate or dispose reservation space.
-
6616 (0x19D8)
Log service cannot delete log file or file system container.
-
6617 (0x19D9)
Log service has reached the maximum allowable containers allocated to a log file.
-
6618 (0x19DA)
Log service has attempted to read or write backward past the start of the log.
-
6619 (0x19DB)
Log policy could not be installed because a policy of the same type is already present.
-
6620 (0x19DC)
Log policy in question was not installed at the time of the request.
-
6621 (0x19DD)
The installed set of policies on the log is invalid.
-
6622 (0x19DE)
A policy on the log in question prevented the operation from completing.
-
6623 (0x19DF)
Log space cannot be reclaimed because the log is pinned by the archive tail.
-
6624 (0x19E0)
Log record is not a record in the log file.
-
6625 (0x19E1)
Number of reserved log records or the adjustment of the number of reserved log records is invalid.
-
6626 (0x19E2)
Reserved log space or the adjustment of the log space is invalid.
-
6627 (0x19E3)
An new or existing archive tail or base of the active log is invalid.
-
6628 (0x19E4)
Log space is exhausted.
-
6629 (0x19E5)
The log could not be set to the requested size.
-
6630 (0x19E6)
Log is multiplexed, no direct writes to the physical log is allowed.
-
6631 (0x19E7)
The operation failed because the log is a dedicated log.
-
6632 (0x19E8)
The operation requires an archive context.
-
6633 (0x19E9)
Log archival is in progress.
-
6634 (0x19EA)
The operation requires a non-ephemeral log, but the log is ephemeral.
-
6635 (0x19EB)
The log must have at least two containers before it can be read from or written to.
-
6636 (0x19EC)
A log client has already registered on the stream.
-
6637 (0x19ED)
A log client has not been registered on the stream.
-
6638 (0x19EE)
A request has already been made to handle the log full condition.
-
6639 (0x19EF)
Log service encountered an error when attempting to read from a log container.
-
6640 (0x19F0)
Log service encountered an error when attempting to write to a log container.
-
6641 (0x19F1)
Log service encountered an error when attempting open a log container.
-
6642 (0x19F2)
Log service encountered an invalid container state when attempting a requested action.
-
6643 (0x19F3)
Log service is not in the correct state to perform a requested action.
-
6644 (0x19F4)
Log space cannot be reclaimed because the log is pinned.
-
6645 (0x19F5)
Log metadata flush failed.
-
6646 (0x19F6)
Security on the log and its containers is inconsistent.
-
6647 (0x19F7)
Records were appended to the log or reservation changes were made, but the log could not be flushed.
-
6648 (0x19F8)
The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
-
6700 (0x1A2C)
The transaction handle associated with this operation is not valid.
-
6701 (0x1A2D)
The requested operation was made in the context of a transaction that is no longer active.
-
6702 (0x1A2E)
The requested operation is not valid on the Transaction object in its current state.
-
6703 (0x1A2F)
The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller.
-
6704 (0x1A30)
It is too late to perform the requested operation, since the Transaction has already been aborted.
-
6705 (0x1A31)
It is too late to perform the requested operation, since the Transaction has already been committed.
-
6706 (0x1A32)
The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported.
-
6707 (0x1A33)
The specified ResourceManager made no changes or updates to the resource under this transaction.
-
6708 (0x1A34)
The resource manager has attempted to prepare a transaction that it has not successfully joined.
-
6709 (0x1A35)
The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allow.
-
6710 (0x1A36)
The RM tried to register a protocol that already exists.
-
6711 (0x1A37)
The attempt to propagate the Transaction failed.
-
6712 (0x1A38)
The requested propagation protocol was not registered as a CRM.
-
6713 (0x1A39)
The buffer passed in to PushTransaction or PullTransaction is not in a valid format.
-
6714 (0x1A3A)
The current transaction context associated with the thread is not a valid handle to a transaction object.
-
6715 (0x1A3B)
The specified Transaction object could not be opened, because it was not found.
-
6716 (0x1A3C)
The specified ResourceManager object could not be opened, because it was not found.
-
6717 (0x1A3D)
The specified Enlistment object could not be opened, because it was not found.
-
6718 (0x1A3E)
The specified TransactionManager object could not be opened, because it was not found.
-
6719 (0x1A3F)
The object specified could not be created or opened, because its associated TransactionManager is not online. The TransactionManager must be brought fully Online by calling RecoverTransactionManager to recover to the end of its LogFile before objects in its Transaction or ResourceManager namespaces can be opened. In addition, errors in writing records to its LogFile can cause a TransactionManager to go offline.
-
6720 (0x1A40)
The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover.
-
6721 (0x1A41)
The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transaction can be enlisted on as a superior.
-
6722 (0x1A42)
Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.
-
6723 (0x1A43)
The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask.
-
6724 (0x1A44)
The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long.
-
6725 (0x1A45)
Implicit transaction are not supported.
-
6726 (0x1A46)
The kernel transaction manager had to abort or forget the transaction because it blocked forward progress.
-
6727 (0x1A47)
The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager’s log file.
-
6728 (0x1A48)
This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again.
-
6729 (0x1A49)
The transaction cannot be enlisted on with the specified EnlistmentMask, because the transaction has already completed the PrePrepare phase. In order to ensure correctness, the ResourceManager must switch to a write- through mode and cease caching data within this transaction. Enlisting for only subsequent transaction phases may still succeed.
-
6730 (0x1A4A)
The transaction does not have a superior enlistment.
-
6731 (0x1A4B)
The attempt to commit the Transaction completed, but it is possible that some portion of the transaction tree did not commit successfully due to heuristics. Therefore it is possible that some data modified in the transaction may not have committed, resulting in transactional inconsistency. If possible, check the consistency of the associated data.
-
6800 (0x1A90)
The function attempted to use a name that is reserved for use by another transaction.
-
6801 (0x1A91)
Transaction support within the specified resource manager is not started or was shut down due to an error.
-
6802 (0x1A92)
The metadata of the RM has been corrupted. The RM will not function.
-
6803 (0x1A93)
The specified directory does not contain a resource manager.
-
6805 (0x1A95)
The remote server or share does not support transacted file operations.
-
6806 (0x1A96)
The requested log size is invalid.
-
6807 (0x1A97)
The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback.
-
6808 (0x1A98)
The specified file miniversion was not found for this transacted file open.
-
6809 (0x1A99)
The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback.
-
6810 (0x1A9A)
A miniversion may only be opened in the context of the transaction that created it.
-
6811 (0x1A9B)
It is not possible to open a miniversion with modify access.
-
6812 (0x1A9C)
It is not possible to create any more miniversions for this stream.
-
6814 (0x1A9E)
The remote server sent mismatching version number or Fid for a file opened with transactions.
-
6815 (0x1A9F)
The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint.
-
6816 (0x1AA0)
There is no transaction metadata on the file.
-
6817 (0x1AA1)
The log data is corrupt.
-
6818 (0x1AA2)
The file can’t be recovered because there is a handle still open on it.
-
6819 (0x1AA3)
The transaction outcome is unavailable because the resource manager responsible for it has disconnected.
-
6820 (0x1AA4)
The request was rejected because the enlistment in question is not a superior enlistment.
-
6821 (0x1AA5)
The transactional resource manager is already consistent. Recovery is not needed.
-
6822 (0x1AA6)
The transactional resource manager has already been started.
-
6823 (0x1AA7)
The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction.
-
6824 (0x1AA8)
The operation cannot be performed because another transaction is depending on the fact that this property will not change.
-
6825 (0x1AA9)
The operation would involve a single file with two transactional resource managers and is therefore not allowed.
-
6826 (0x1AAA)
The $Txf directory must be empty for this operation to succeed.
-
6827 (0x1AAB)
The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.
-
6828 (0x1AAC)
The operation could not be completed because the transaction manager does not have a log.
-
6829 (0x1AAD)
A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.
-
6830 (0x1AAE)
The transactional metadata attribute on the file or directory is corrupt and unreadable.
-
6831 (0x1AAF)
The encryption operation could not be completed because a transaction is active.
-
6832 (0x1AB0)
This object is not allowed to be opened in a transaction.
-
6833 (0x1AB1)
An attempt to create space in the transactional resource manager’s log failed. The failure status has been recorded in the event log.
-
6834 (0x1AB2)
Memory mapping (creating a mapped section) a remote file under a transaction is not supported.
-
6835 (0x1AB3)
Transaction metadata is already present on this file and cannot be superseded.
-
6836 (0x1AB4)
A transaction scope could not be entered because the scope handler has not been initialized.
-
6837 (0x1AB5)
Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it.
-
6838 (0x1AB6)
This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.
-
6839 (0x1AB7)
The request to thaw frozen transactions was ignored because transactions had not previously been frozen.
-
6840 (0x1AB8)
Transactions cannot be frozen because a freeze is already in progress.
-
6841 (0x1AB9)
The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
-
6842 (0x1ABA)
The savepoint operation failed because files are open on the transaction. This is not permitted.
-
6843 (0x1ABB)
Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred.
-
6844 (0x1ABC)
The sparse operation could not be completed because a transaction is active on the file.
-
6845 (0x1ABD)
The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.
-
6846 (0x1ABE)
I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.
-
6847 (0x1ABF)
The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources.
-
6848 (0x1AC0)
The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down.
-
6849 (0x1AC1)
The operation could not be completed due to bad clusters on disk.
-
6850 (0x1AC2)
The compression operation could not be completed because a transaction is active on the file.
-
6851 (0x1AC3)
The operation could not be completed because the volume is dirty. Please run chkdsk and try again.
-
6852 (0x1AC4)
The link tracking operation could not be completed because a transaction is active.
-
6853 (0x1AC5)
This operation cannot be performed in a transaction.
-
6854 (0x1AC6)
The handle is no longer properly associated with its transaction. It may have been opened in a transactional resource manager that was subsequently forced to restart. Please close the handle and open a new one.
-
6855 (0x1AC7)
The specified operation could not be performed because the resource manager is not enlisted in the transaction.
-
7001 (0x1B59)
The specified session name is invalid.
-
7002 (0x1B5A)
The specified protocol driver is invalid.
-
7003 (0x1B5B)
The specified protocol driver was not found in the system path.
-
7004 (0x1B5C)
The specified terminal connection driver was not found in the system path.
-
7005 (0x1B5D)
A registry key for event logging could not be created for this session.
-
7006 (0x1B5E)
A service with the same name already exists on the system.
-
7007 (0x1B5F)
A close operation is pending on the session.
-
7008 (0x1B60)
There are no free output buffers available.
-
7009 (0x1B61)
The MODEM.INF file was not found.
-
7010 (0x1B62)
The modem name was not found in MODEM.INF.
-
7011 (0x1B63)
The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
-
7012 (0x1B64)
The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.
-
7013 (0x1B65)
Carrier detect has failed or carrier has been dropped due to disconnect.
-
7014 (0x1B66)
Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
-
7015 (0x1B67)
Busy signal detected at remote site on callback.
-
7016 (0x1B68)
Voice detected at remote site on callback.
-
7017 (0x1B69)
Transport driver error.
-
7022 (0x1B6E)
The specified session cannot be found.
-
7023 (0x1B6F)
The specified session name is already in use.
-
7024 (0x1B70)
The task you are trying to do can’t be completed because Remote Desktop Services is currently busy. Please try again in a few minutes. Other users should still be able to log on.
-
7025 (0x1B71)
An attempt has been made to connect to a session whose video mode is not supported by the current client.
-
7035 (0x1B7B)
The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
-
7037 (0x1B7D)
Your interactive logon privilege has been disabled. Please contact your administrator.
-
7038 (0x1B7E)
The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.
-
7040 (0x1B80)
The client failed to respond to the server connect message.
-
7041 (0x1B81)
Disconnecting the console session is not supported.
-
7042 (0x1B82)
Reconnecting a disconnected session to the console is not supported.
-
7044 (0x1B84)
The request to control another session remotely was denied.
-
7045 (0x1B85)
The requested session access is denied.
-
7049 (0x1B89)
The specified terminal connection driver is invalid.
-
7050 (0x1B8A)
The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on.
-
7051 (0x1B8B)
The requested session is not configured to allow remote control.
-
7052 (0x1B8C)
Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. Please call your system administrator to obtain a unique license number.
-
7053 (0x1B8D)
Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. Please contact your system administrator.
-
7054 (0x1B8E)
The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.
-
7055 (0x1B8F)
The client you are using is not licensed to use this system. Your logon request is denied.
-
7056 (0x1B90)
The system license has expired. Your logon request is denied.
-
7057 (0x1B91)
Remote control could not be terminated because the specified session is not currently being remotely controlled.
-
7058 (0x1B92)
The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.
-
7059 (0x1B93)
Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
-
7060 (0x1B94)
Remote logins are currently disabled.
-
7061 (0x1B95)
You do not have the proper encryption level to access this Session.
-
7062 (0x1B96)
The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
-
7063 (0x1B97)
The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.
-
7064 (0x1B98)
Unable to log you on because of an account restriction.
-
7065 (0x1B99)
The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
-
7066 (0x1B9A)
The Client Drive Mapping Service Has Connected on Terminal Connection.
-
7067 (0x1B9B)
The Client Drive Mapping Service Has Disconnected on Terminal Connection.
-
7068 (0x1B9C)
The Terminal Server security layer detected an error in the protocol stream and has disconnected the client.
-
7069 (0x1B9D)
The target session is incompatible with the current session.
-
7070 (0x1B9E)
Windows can’t connect to your session because a problem occurred in the Windows video subsystem. Try connecting again later, or contact the server administrator for assistance.
-
8001 (0x1F41)
The file replication service API was called incorrectly.
-
8002 (0x1F42)
The file replication service cannot be started.
-
8003 (0x1F43)
The file replication service cannot be stopped.
-
8004 (0x1F44)
The file replication service API terminated the request. The event log may have more information.
-
8005 (0x1F45)
The file replication service terminated the request. The event log may have more information.
-
8006 (0x1F46)
The file replication service cannot be contacted. The event log may have more information.
-
8007 (0x1F47)
The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.
-
8008 (0x1F48)
The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.
-
8009 (0x1F49)
The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information.
-
8010 (0x1F4A)
The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information.
-
8011 (0x1F4B)
The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.
-
8012 (0x1F4C)
The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information.
-
8013 (0x1F4D)
The file replication service cannot populate the system volume because of an internal error. The event log may have more information.
-
8014 (0x1F4E)
The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.
-
8015 (0x1F4F)
The file replication service cannot process the request. The system volume is busy with a previous request.
-
8016 (0x1F50)
The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.
-
8017 (0x1F51)
The file replication service detected an invalid parameter.
ERROR_DECRYPTION_FAILED
ERROR_FILE_ENCRYPTED
ERROR_NO_RECOVERY_POLICY
ERROR_NO_EFS
ERROR_WRONG_EFS
ERROR_NO_USER_KEYS
ERROR_FILE_NOT_ENCRYPTED
ERROR_NOT_EXPORT_FORMAT
ERROR_FILE_READ_ONLY
ERROR_DIR_EFS_DISALLOWED
ERROR_EFS_SERVER_NOT_TRUSTED
ERROR_BAD_RECOVERY_POLICY
ERROR_EFS_ALG_BLOB_TOO_BIG
ERROR_VOLUME_NOT_SUPPORT_EFS
ERROR_EFS_DISABLED
ERROR_EFS_VERSION_NOT_SUPPORT
ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE
ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER
ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE
ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE
ERROR_CS_ENCRYPTION_FILE_NOT_CSE
ERROR_ENCRYPTION_POLICY_DENIES_OPERATION
ERROR_NO_BROWSER_SERVERS_FOUND
SCHED_E_SERVICE_NOT_LOCALSYSTEM
ERROR_LOG_SECTOR_INVALID
ERROR_LOG_SECTOR_PARITY_INVALID
ERROR_LOG_SECTOR_REMAPPED
ERROR_LOG_BLOCK_INCOMPLETE
ERROR_LOG_INVALID_RANGE
ERROR_LOG_BLOCKS_EXHAUSTED
ERROR_LOG_READ_CONTEXT_INVALID
ERROR_LOG_RESTART_INVALID
ERROR_LOG_BLOCK_VERSION
ERROR_LOG_BLOCK_INVALID
ERROR_LOG_READ_MODE_INVALID
ERROR_LOG_NO_RESTART
ERROR_LOG_METADATA_CORRUPT
ERROR_LOG_METADATA_INVALID
ERROR_LOG_METADATA_INCONSISTENT
ERROR_LOG_RESERVATION_INVALID
ERROR_LOG_CANT_DELETE
ERROR_LOG_CONTAINER_LIMIT_EXCEEDED
ERROR_LOG_START_OF_LOG
ERROR_LOG_POLICY_ALREADY_INSTALLED
ERROR_LOG_POLICY_NOT_INSTALLED
ERROR_LOG_POLICY_INVALID
ERROR_LOG_POLICY_CONFLICT
ERROR_LOG_PINNED_ARCHIVE_TAIL
ERROR_LOG_RECORD_NONEXISTENT
ERROR_LOG_RECORDS_RESERVED_INVALID
ERROR_LOG_SPACE_RESERVED_INVALID
ERROR_LOG_TAIL_INVALID
ERROR_LOG_FULL
ERROR_COULD_NOT_RESIZE_LOG
ERROR_LOG_MULTIPLEXED
ERROR_LOG_DEDICATED
ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS
ERROR_LOG_ARCHIVE_IN_PROGRESS
ERROR_LOG_EPHEMERAL
ERROR_LOG_NOT_ENOUGH_CONTAINERS
ERROR_LOG_CLIENT_ALREADY_REGISTERED
ERROR_LOG_CLIENT_NOT_REGISTERED
ERROR_LOG_FULL_HANDLER_IN_PROGRESS
ERROR_LOG_CONTAINER_READ_FAILED
ERROR_LOG_CONTAINER_WRITE_FAILED
ERROR_LOG_CONTAINER_OPEN_FAILED
ERROR_LOG_CONTAINER_STATE_INVALID
ERROR_LOG_STATE_INVALID
ERROR_LOG_PINNED
ERROR_LOG_METADATA_FLUSH_FAILED
ERROR_LOG_INCONSISTENT_SECURITY
ERROR_LOG_APPENDED_FLUSH_FAILED
ERROR_LOG_PINNED_RESERVATION
ERROR_INVALID_TRANSACTION
ERROR_TRANSACTION_NOT_ACTIVE
ERROR_TRANSACTION_REQUEST_NOT_VALID
ERROR_TRANSACTION_NOT_REQUESTED
ERROR_TRANSACTION_ALREADY_ABORTED
ERROR_TRANSACTION_ALREADY_COMMITTED
ERROR_TM_INITIALIZATION_FAILED
ERROR_RESOURCEMANAGER_READ_ONLY
ERROR_TRANSACTION_NOT_JOINED
ERROR_TRANSACTION_SUPERIOR_EXISTS
ERROR_CRM_PROTOCOL_ALREADY_EXISTS
ERROR_TRANSACTION_PROPAGATION_FAILED
ERROR_CRM_PROTOCOL_NOT_FOUND
ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER
ERROR_CURRENT_TRANSACTION_NOT_VALID
ERROR_TRANSACTION_NOT_FOUND
ERROR_RESOURCEMANAGER_NOT_FOUND
ERROR_ENLISTMENT_NOT_FOUND
ERROR_TRANSACTIONMANAGER_NOT_FOUND
ERROR_TRANSACTIONMANAGER_NOT_ONLINE
ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION
ERROR_TRANSACTION_NOT_ROOT
ERROR_TRANSACTION_OBJECT_EXPIRED
ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED
ERROR_TRANSACTION_RECORD_TOO_LONG
ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED
ERROR_TRANSACTION_INTEGRITY_VIOLATED
ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH
ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT
ERROR_TRANSACTION_MUST_WRITETHROUGH
ERROR_TRANSACTION_NO_SUPERIOR
ERROR_HEURISTIC_DAMAGE_POSSIBLE
ERROR_TRANSACTIONAL_CONFLICT
ERROR_RM_NOT_ACTIVE
ERROR_RM_METADATA_CORRUPT
ERROR_DIRECTORY_NOT_RM
ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE
ERROR_LOG_RESIZE_INVALID_SIZE
ERROR_OBJECT_NO_LONGER_EXISTS
ERROR_STREAM_MINIVERSION_NOT_FOUND
ERROR_STREAM_MINIVERSION_NOT_VALID
ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION
ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT
ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS
ERROR_REMOTE_FILE_VERSION_MISMATCH
ERROR_HANDLE_NO_LONGER_VALID
ERROR_NO_TXF_METADATA
ERROR_LOG_CORRUPTION_DETECTED
ERROR_CANT_RECOVER_WITH_HANDLE_OPEN
ERROR_RM_DISCONNECTED
ERROR_ENLISTMENT_NOT_SUPERIOR
ERROR_RECOVERY_NOT_NEEDED
ERROR_RM_ALREADY_STARTED
ERROR_FILE_IDENTITY_NOT_PERSISTENT
ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY
ERROR_CANT_CROSS_RM_BOUNDARY
ERROR_TXF_DIR_NOT_EMPTY
ERROR_INDOUBT_TRANSACTIONS_EXIST
ERROR_TM_VOLATILE
ERROR_ROLLBACK_TIMER_EXPIRED
ERROR_TXF_ATTRIBUTE_CORRUPT
ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION
ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED
ERROR_LOG_GROWTH_FAILED
ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE
ERROR_TXF_METADATA_ALREADY_PRESENT
ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET
ERROR_TRANSACTION_REQUIRED_PROMOTION
ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION
ERROR_TRANSACTIONS_NOT_FROZEN
ERROR_TRANSACTION_FREEZE_IN_PROGRESS
ERROR_NOT_SNAPSHOT_VOLUME
ERROR_NO_SAVEPOINT_WITH_OPEN_FILES
ERROR_DATA_LOST_REPAIR
ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION
ERROR_TM_IDENTITY_MISMATCH
ERROR_FLOATED_SECTION
ERROR_CANNOT_ACCEPT_TRANSACTED_WORK
ERROR_CANNOT_ABORT_TRANSACTIONS
ERROR_BAD_CLUSTERS
ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION
ERROR_VOLUME_DIRTY
ERROR_NO_LINK_TRACKING_IN_TRANSACTION
ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION
ERROR_EXPIRED_HANDLE
ERROR_TRANSACTION_NOT_ENLISTED
ERROR_CTX_WINSTATION_NAME_INVALID
ERROR_CTX_INVALID_PD
ERROR_CTX_PD_NOT_FOUND
ERROR_CTX_WD_NOT_FOUND
ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
ERROR_CTX_SERVICE_NAME_COLLISION
ERROR_CTX_CLOSE_PENDING
ERROR_CTX_NO_OUTBUF
ERROR_CTX_MODEM_INF_NOT_FOUND
ERROR_CTX_INVALID_MODEMNAME
ERROR_CTX_MODEM_RESPONSE_ERROR
ERROR_CTX_MODEM_RESPONSE_TIMEOUT
ERROR_CTX_MODEM_RESPONSE_NO_CARRIER
ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
ERROR_CTX_MODEM_RESPONSE_BUSY
ERROR_CTX_MODEM_RESPONSE_VOICE
ERROR_CTX_TD_ERROR
ERROR_CTX_WINSTATION_NOT_FOUND
ERROR_CTX_WINSTATION_ALREADY_EXISTS
ERROR_CTX_WINSTATION_BUSY
ERROR_CTX_BAD_VIDEO_MODE
ERROR_CTX_GRAPHICS_INVALID
ERROR_CTX_LOGON_DISABLED
ERROR_CTX_NOT_CONSOLE
ERROR_CTX_CLIENT_QUERY_TIMEOUT
ERROR_CTX_CONSOLE_DISCONNECT
ERROR_CTX_CONSOLE_CONNECT
ERROR_CTX_SHADOW_DENIED
ERROR_CTX_WINSTATION_ACCESS_DENIED
ERROR_CTX_INVALID_WD
ERROR_CTX_SHADOW_INVALID
ERROR_CTX_SHADOW_DISABLED
ERROR_CTX_CLIENT_LICENSE_IN_USE
ERROR_CTX_CLIENT_LICENSE_NOT_SET
ERROR_CTX_LICENSE_NOT_AVAILABLE
ERROR_CTX_LICENSE_CLIENT_INVALID
ERROR_CTX_LICENSE_EXPIRED
ERROR_CTX_SHADOW_NOT_RUNNING
ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
ERROR_ACTIVATION_COUNT_EXCEEDED
ERROR_CTX_WINSTATIONS_DISABLED
ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED
ERROR_CTX_SESSION_IN_USE
ERROR_CTX_NO_FORCE_LOGOFF
ERROR_CTX_ACCOUNT_RESTRICTION
ERROR_RDP_PROTOCOL_ERROR
ERROR_CTX_CDM_CONNECT
ERROR_CTX_CDM_DISCONNECT
ERROR_CTX_SECURITY_LAYER_ERROR
ERROR_TS_INCOMPATIBLE_SESSIONS
ERROR_TS_VIDEO_SUBSYSTEM_ERROR
FRS_ERR_INVALID_API_SEQUENCE
FRS_ERR_STARTING_SERVICE
FRS_ERR_STOPPING_SERVICE
FRS_ERR_INTERNAL_API
FRS_ERR_INTERNAL
FRS_ERR_SERVICE_COMM
FRS_ERR_INSUFFICIENT_PRIV
FRS_ERR_AUTHENTICATION
FRS_ERR_PARENT_INSUFFICIENT_PRIV
FRS_ERR_PARENT_AUTHENTICATION
FRS_ERR_CHILD_TO_PARENT_COMM
FRS_ERR_PARENT_TO_CHILD_COMM
FRS_ERR_SYSVOL_POPULATE
FRS_ERR_SYSVOL_POPULATE_TIMEOUT
FRS_ERR_SYSVOL_IS_BUSY
FRS_ERR_SYSVOL_DEMOTE
FRS_ERR_INVALID_SERVICE_PARAMETER
-
ERROR_DS_NOT_INSTALLED
-
8200 (0x2008)
An error occurred while installing the directory service. For more information, see the event log.
-
8201 (0x2009)
The directory service evaluated group memberships locally.
-
8202 (0x200A)
The specified directory service attribute or value does not exist.
-
8203 (0x200B)
The attribute syntax specified to the directory service is invalid.
-
8204 (0x200C)
The attribute type specified to the directory service is not defined.
-
8205 (0x200D)
The specified directory service attribute or value already exists.
-
8206 (0x200E)
The directory service is busy.
-
8207 (0x200F)
The directory service is unavailable.
-
8208 (0x2010)
The directory service was unable to allocate a relative identifier.
-
8209 (0x2011)
The directory service has exhausted the pool of relative identifiers.
-
8210 (0x2012)
The requested operation could not be performed because the directory service is not the master for that type of operation.
-
8211 (0x2013)
The directory service was unable to initialize the subsystem that allocates relative identifiers.
-
8212 (0x2014)
The requested operation did not satisfy one or more constraints associated with the class of the object.
-
8213 (0x2015)
The directory service can perform the requested operation only on a leaf object.
-
8214 (0x2016)
The directory service cannot perform the requested operation on the RDN attribute of an object.
-
8215 (0x2017)
The directory service detected an attempt to modify the object class of an object.
-
8216 (0x2018)
The requested cross-domain move operation could not be performed.
-
8217 (0x2019)
Unable to contact the global catalog server.
-
8218 (0x201A)
The policy object is shared and can only be modified at the root.
-
8219 (0x201B)
The policy object does not exist.
-
8220 (0x201C)
The requested policy information is only in the directory service.
-
8221 (0x201D)
A domain controller promotion is currently active.
-
8222 (0x201E)
A domain controller promotion is not currently active.
-
8224 (0x2020)
An operations error occurred.
-
8225 (0x2021)
A protocol error occurred.
-
8226 (0x2022)
The time limit for this request was exceeded.
-
8227 (0x2023)
The size limit for this request was exceeded.
-
8228 (0x2024)
The administrative limit for this request was exceeded.
-
8229 (0x2025)
The compare response was false.
-
8230 (0x2026)
The compare response was true.
-
8231 (0x2027)
The requested authentication method is not supported by the server.
-
8232 (0x2028)
A more secure authentication method is required for this server.
-
8233 (0x2029)
Inappropriate authentication.
-
8234 (0x202A)
The authentication mechanism is unknown.
-
8235 (0x202B)
A referral was returned from the server.
-
8236 (0x202C)
The server does not support the requested critical extension.
-
8237 (0x202D)
This request requires a secure connection.
-
8238 (0x202E)
Inappropriate matching.
-
8239 (0x202F)
A constraint violation occurred.
-
8240 (0x2030)
There is no such object on the server.
-
8241 (0x2031)
There is an alias problem.
-
8242 (0x2032)
An invalid dn syntax has been specified.
-
8243 (0x2033)
The object is a leaf object.
-
8244 (0x2034)
There is an alias dereferencing problem.
-
8245 (0x2035)
The server is unwilling to process the request.
-
8246 (0x2036)
A loop has been detected.
-
8247 (0x2037)
There is a naming violation.
-
8248 (0x2038)
The result set is too large.
-
8249 (0x2039)
The operation affects multiple DSAs.
-
8250 (0x203A)
The server is not operational.
-
8251 (0x203B)
A local error has occurred.
-
8252 (0x203C)
An encoding error has occurred.
-
8253 (0x203D)
A decoding error has occurred.
-
8254 (0x203E)
The search filter cannot be recognized.
-
8255 (0x203F)
One or more parameters are illegal.
-
8256 (0x2040)
The specified method is not supported.
-
8257 (0x2041)
No results were returned.
-
8258 (0x2042)
The specified control is not supported by the server.
-
8259 (0x2043)
A referral loop was detected by the client.
-
8260 (0x2044)
The preset referral limit was exceeded.
-
8261 (0x2045)
The search requires a SORT control.
-
8262 (0x2046)
The search results exceed the offset range specified.
-
8263 (0x2047)
The directory service detected the subsystem that allocates relative identifiers is disabled. This can occur as a protective mechanism when the system determines a significant portion of relative identifiers (RIDs) have been exhausted. Please see http://go.microsoft.com/fwlink/?LinkId=228610 for recommended diagnostic steps and the procedure to re-enable account creation.
-
8301 (0x206D)
The root object must be the head of a naming context. The root object cannot have an instantiated parent.
-
8302 (0x206E)
The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
-
8303 (0x206F)
A reference to an attribute that is not defined in the schema occurred.
-
8304 (0x2070)
The maximum size of an object has been exceeded.
-
8305 (0x2071)
An attempt was made to add an object to the directory with a name that is already in use.
-
8306 (0x2072)
An attempt was made to add an object of a class that does not have an RDN defined in the schema.
-
8307 (0x2073)
An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
-
8308 (0x2074)
None of the requested attributes were found on the objects.
-
8309 (0x2075)
The user buffer is too small.
-
8310 (0x2076)
The attribute specified in the operation is not present on the object.
-
8311 (0x2077)
Illegal modify operation. Some aspect of the modification is not permitted.
-
8312 (0x2078)
The specified object is too large.
-
8313 (0x2079)
The specified instance type is not valid.
-
8314 (0x207A)
The operation must be performed at a master DSA.
-
8315 (0x207B)
The object class attribute must be specified.
-
8316 (0x207C)
A required attribute is missing.
-
8317 (0x207D)
An attempt was made to modify an object to include an attribute that is not legal for its class.
-
8318 (0x207E)
The specified attribute is already present on the object.
-
8320 (0x2080)
The specified attribute is not present, or has no values.
-
8321 (0x2081)
Multiple values were specified for an attribute that can have only one value.
-
8322 (0x2082)
A value for the attribute was not in the acceptable range of values.
-
8323 (0x2083)
The specified value already exists.
-
8324 (0x2084)
The attribute cannot be removed because it is not present on the object.
-
8325 (0x2085)
The attribute value cannot be removed because it is not present on the object.
-
8326 (0x2086)
The specified root object cannot be a subref.
-
8327 (0x2087)
Chaining is not permitted.
-
8328 (0x2088)
Chained evaluation is not permitted.
-
8329 (0x2089)
The operation could not be performed because the object’s parent is either uninstantiated or deleted.
-
8330 (0x208A)
Having a parent that is an alias is not permitted. Aliases are leaf objects.
-
8331 (0x208B)
The object and parent must be of the same type, either both masters or both replicas.
-
8332 (0x208C)
The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
-
8333 (0x208D)
Directory object not found.
-
8334 (0x208E)
The aliased object is missing.
-
8335 (0x208F)
The object name has bad syntax.
-
8336 (0x2090)
It is not permitted for an alias to refer to another alias.
-
8337 (0x2091)
The alias cannot be dereferenced.
-
8338 (0x2092)
The operation is out of scope.
-
8339 (0x2093)
The operation cannot continue because the object is in the process of being removed.
-
8340 (0x2094)
The DSA object cannot be deleted.
-
8341 (0x2095)
A directory service error has occurred.
-
8342 (0x2096)
The operation can only be performed on an internal master DSA object.
-
8343 (0x2097)
The object must be of class DSA.
-
8344 (0x2098)
Insufficient access rights to perform the operation.
-
8345 (0x2099)
The object cannot be added because the parent is not on the list of possible superiors.
-
8346 (0x209A)
Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
-
8347 (0x209B)
The name has too many parts.
-
8348 (0x209C)
The name is too long.
-
8349 (0x209D)
The name value is too long.
-
8350 (0x209E)
The directory service encountered an error parsing a name.
-
8351 (0x209F)
The directory service cannot get the attribute type for a name.
-
8352 (0x20A0)
The name does not identify an object; the name identifies a phantom.
-
8353 (0x20A1)
The security descriptor is too short.
-
8354 (0x20A2)
The security descriptor is invalid.
-
8355 (0x20A3)
Failed to create name for deleted object.
-
8356 (0x20A4)
The parent of a new subref must exist.
-
8357 (0x20A5)
The object must be a naming context.
-
8358 (0x20A6)
It is not permitted to add an attribute which is owned by the system.
-
8359 (0x20A7)
The class of the object must be structural; you cannot instantiate an abstract class.
-
8360 (0x20A8)
The schema object could not be found.
-
8361 (0x20A9)
A local object with this GUID (dead or alive) already exists.
-
8362 (0x20AA)
The operation cannot be performed on a back link.
-
8363 (0x20AB)
The cross reference for the specified naming context could not be found.
-
8364 (0x20AC)
The operation could not be performed because the directory service is shutting down.
-
8365 (0x20AD)
The directory service request is invalid.
-
8366 (0x20AE)
The role owner attribute could not be read.
-
8367 (0x20AF)
The requested FSMO operation failed. The current FSMO holder could not be contacted.
-
8368 (0x20B0)
Modification of a DN across a naming context is not permitted.
-
8369 (0x20B1)
The attribute cannot be modified because it is owned by the system.
-
8370 (0x20B2)
Only the replicator can perform this function.
-
8371 (0x20B3)
The specified class is not defined.
-
8372 (0x20B4)
The specified class is not a subclass.
-
8373 (0x20B5)
The name reference is invalid.
-
8374 (0x20B6)
A cross reference already exists.
-
8375 (0x20B7)
It is not permitted to delete a master cross reference.
-
8376 (0x20B8)
Subtree notifications are only supported on NC heads.
-
8377 (0x20B9)
Notification filter is too complex.
-
8378 (0x20BA)
Schema update failed: duplicate RDN.
-
8379 (0x20BB)
Schema update failed: duplicate OID.
-
8380 (0x20BC)
Schema update failed: duplicate MAPI identifier.
-
8381 (0x20BD)
Schema update failed: duplicate schema-id GUID.
-
8382 (0x20BE)
Schema update failed: duplicate LDAP display name.
-
8383 (0x20BF)
Schema update failed: range-lower less than range upper.
-
8384 (0x20C0)
Schema update failed: syntax mismatch.
-
8385 (0x20C1)
Schema deletion failed: attribute is used in must-contain.
-
8386 (0x20C2)
Schema deletion failed: attribute is used in may-contain.
-
8387 (0x20C3)
Schema update failed: attribute in may-contain does not exist.
-
8388 (0x20C4)
Schema update failed: attribute in must-contain does not exist.
-
8389 (0x20C5)
Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
-
8390 (0x20C6)
Schema update failed: class in poss-superiors does not exist.
-
8391 (0x20C7)
Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules.
-
8392 (0x20C8)
Schema update failed: Rdn-Att-Id has wrong syntax.
-
8393 (0x20C9)
Schema deletion failed: class is used as auxiliary class.
-
8394 (0x20CA)
Schema deletion failed: class is used as sub class.
-
8395 (0x20CB)
Schema deletion failed: class is used as poss superior.
-
8396 (0x20CC)
Schema update failed in recalculating validation cache.
-
8397 (0x20CD)
The tree deletion is not finished. The request must be made again to continue deleting the tree.
-
8398 (0x20CE)
The requested delete operation could not be performed.
-
8399 (0x20CF)
Cannot read the governs class identifier for the schema record.
-
8400 (0x20D0)
The attribute schema has bad syntax.
-
8401 (0x20D1)
The attribute could not be cached.
-
8402 (0x20D2)
The class could not be cached.
-
8403 (0x20D3)
The attribute could not be removed from the cache.
-
8404 (0x20D4)
The class could not be removed from the cache.
-
8405 (0x20D5)
The distinguished name attribute could not be read.
-
8406 (0x20D6)
No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.
-
8407 (0x20D7)
The instance type attribute could not be retrieved.
-
8408 (0x20D8)
An internal error has occurred.
-
8409 (0x20D9)
A database error has occurred.
-
8410 (0x20DA)
The attribute GOVERNSID is missing.
-
8411 (0x20DB)
An expected attribute is missing.
-
8412 (0x20DC)
The specified naming context is missing a cross reference.
-
8413 (0x20DD)
A security checking error has occurred.
-
8414 (0x20DE)
The schema is not loaded.
-
8415 (0x20DF)
Schema allocation failed. Please check if the machine is running low on memory.
-
8416 (0x20E0)
Failed to obtain the required syntax for the attribute schema.
-
8417 (0x20E1)
The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available.
-
8418 (0x20E2)
The replication operation failed because of a schema mismatch between the servers involved.
-
8419 (0x20E3)
The DSA object could not be found.
-
8420 (0x20E4)
The naming context could not be found.
-
8421 (0x20E5)
The naming context could not be found in the cache.
-
8422 (0x20E6)
The child object could not be retrieved.
-
8423 (0x20E7)
The modification was not permitted for security reasons.
-
8424 (0x20E8)
The operation cannot replace the hidden record.
-
8425 (0x20E9)
The hierarchy file is invalid.
-
8426 (0x20EA)
The attempt to build the hierarchy table failed.
-
8427 (0x20EB)
The directory configuration parameter is missing from the registry.
-
8428 (0x20EC)
The attempt to count the address book indices failed.
-
8429 (0x20ED)
The allocation of the hierarchy table failed.
-
8430 (0x20EE)
The directory service encountered an internal failure.
-
8431 (0x20EF)
The directory service encountered an unknown failure.
-
8432 (0x20F0)
A root object requires a class of ‘top’.
-
8433 (0x20F1)
This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
-
8434 (0x20F2)
The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
-
8435 (0x20F3)
The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
-
8436 (0x20F4)
The replication operation failed.
-
8437 (0x20F5)
An invalid parameter was specified for this replication operation.
-
8438 (0x20F6)
The directory service is too busy to complete the replication operation at this time.
-
8439 (0x20F7)
The distinguished name specified for this replication operation is invalid.
-
8440 (0x20F8)
The naming context specified for this replication operation is invalid.
-
8441 (0x20F9)
The distinguished name specified for this replication operation already exists.
-
8442 (0x20FA)
The replication system encountered an internal error.
-
8443 (0x20FB)
The replication operation encountered a database inconsistency.
-
8444 (0x20FC)
The server specified for this replication operation could not be contacted.
-
8445 (0x20FD)
The replication operation encountered an object with an invalid instance type.
-
8446 (0x20FE)
The replication operation failed to allocate memory.
-
8447 (0x20FF)
The replication operation encountered an error with the mail system.
-
8448 (0x2100)
The replication reference information for the target server already exists.
-
8449 (0x2101)
The replication reference information for the target server does not exist.
-
8450 (0x2102)
The naming context cannot be removed because it is replicated to another server.
-
8451 (0x2103)
The replication operation encountered a database error.
-
8452 (0x2104)
The naming context is in the process of being removed or is not replicated from the specified server.
-
8453 (0x2105)
Replication access was denied.
-
8454 (0x2106)
The requested operation is not supported by this version of the directory service.
-
8455 (0x2107)
The replication remote procedure call was cancelled.
-
8456 (0x2108)
The source server is currently rejecting replication requests.
-
8457 (0x2109)
The destination server is currently rejecting replication requests.
-
8458 (0x210A)
The replication operation failed due to a collision of object names.
-
8459 (0x210B)
The replication source has been reinstalled.
-
8460 (0x210C)
The replication operation failed because a required parent object is missing.
-
8461 (0x210D)
The replication operation was preempted.
-
8462 (0x210E)
The replication synchronization attempt was abandoned because of a lack of updates.
-
8463 (0x210F)
The replication operation was terminated because the system is shutting down.
-
8464 (0x2110)
Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set.
-
8465 (0x2111)
The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
-
8466 (0x2112)
The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
-
8467 (0x2113)
The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer.
-
8468 (0x2114)
Schema update failed: An attribute with the same link identifier already exists.
-
8469 (0x2115)
Name translation: Generic processing error.
-
8470 (0x2116)
Name translation: Could not find the name or insufficient right to see name.
-
8471 (0x2117)
Name translation: Input name mapped to more than one output name.
-
8472 (0x2118)
Name translation: Input name found, but not the associated output format.
-
8473 (0x2119)
Name translation: Unable to resolve completely, only the domain was found.
-
8474 (0x211A)
Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
-
8475 (0x211B)
Modification of a constructed attribute is not allowed.
-
8476 (0x211C)
The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
-
8477 (0x211D)
The replication request has been posted; waiting for reply.
-
8478 (0x211E)
The requested operation requires a directory service, and none was available.
-
8479 (0x211F)
The LDAP display name of the class or attribute contains non-ASCII characters.
-
8480 (0x2120)
The requested search operation is only supported for base searches.
-
8481 (0x2121)
The search failed to retrieve attributes from the database.
-
8482 (0x2122)
The schema update operation tried to add a backward link attribute that has no corresponding forward link.
-
8483 (0x2123)
Source and destination of a cross-domain move do not agree on the object’s epoch number. Either source or destination does not have the latest version of the object.
-
8484 (0x2124)
Source and destination of a cross-domain move do not agree on the object’s current name. Either source or destination does not have the latest version of the object.
-
8485 (0x2125)
Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation.
-
8486 (0x2126)
Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container.
-
8487 (0x2127)
Destination of a cross-domain move is not authoritative for the destination naming context.
-
8488 (0x2128)
Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object.
-
8489 (0x2129)
Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.
-
8490 (0x212A)
Another operation which requires exclusive access to the PDC FSMO is already in progress.
-
8491 (0x212B)
A cross-domain move operation failed such that two versions of the moved object exist – one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.
-
8492 (0x212C)
This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move.
-
8493 (0x212D)
Can’t move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry.
-
8494 (0x212E)
A naming context head must be the immediate child of another naming context head, not of an interior node.
-
8495 (0x212F)
The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters.)
-
8496 (0x2130)
Destination domain must be in native mode.
-
8497 (0x2131)
The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
-
8498 (0x2132)
Cross-domain move of non-empty account groups is not allowed.
-
8499 (0x2133)
Cross-domain move of non-empty resource groups is not allowed.
-
8500 (0x2134)
The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
-
8501 (0x2135)
Tree deletions starting at an object which has an NC head as a descendant are not allowed.
-
8502 (0x2136)
The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
-
8503 (0x2137)
The directory service failed to identify the list of objects to delete while attempting a tree deletion.
-
8504 (0x2138)
Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
-
8505 (0x2139)
Only an administrator can modify the membership list of an administrative group.
-
8506 (0x213A)
Cannot change the primary group ID of a domain controller account.
-
8507 (0x213B)
An attempt is made to modify the base schema.
-
8508 (0x213C)
Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
-
8509 (0x213D)
Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
-
8510 (0x213E)
An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container.
-
8511 (0x213F)
The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.
-
8512 (0x2140)
The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.
-
8513 (0x2141)
The specified group type is invalid.
-
8514 (0x2142)
You cannot nest global groups in a mixed domain if the group is security-enabled.
-
8515 (0x2143)
You cannot nest local groups in a mixed domain if the group is security-enabled.
-
8516 (0x2144)
A global group cannot have a local group as a member.
-
8517 (0x2145)
A global group cannot have a universal group as a member.
-
8518 (0x2146)
A universal group cannot have a local group as a member.
-
8519 (0x2147)
A global group cannot have a cross-domain member.
-
8520 (0x2148)
A local group cannot have another cross domain local group as a member.
-
8521 (0x2149)
A group with primary members cannot change to a security-disabled group.
-
8522 (0x214A)
The schema cache load failed to convert the string default SD on a class-schema object.
-
8523 (0x214B)
Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers.)
-
8524 (0x214C)
The DSA operation is unable to proceed because of a DNS lookup failure.
-
8525 (0x214D)
While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.
-
8526 (0x214E)
The Security Descriptor attribute could not be read.
-
8527 (0x214F)
The object requested was not found, but an object with that key was found.
-
8528 (0x2150)
The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1.
-
8529 (0x2151)
Security Account Manager needs to get the boot password.
-
8530 (0x2152)
Security Account Manager needs to get the boot key from floppy disk.
-
8531 (0x2153)
Directory Service cannot start.
-
8532 (0x2154)
Directory Services could not start.
-
8533 (0x2155)
The connection between client and server requires packet privacy or better.
-
8534 (0x2156)
The source domain may not be in the same forest as destination.
-
8535 (0x2157)
The destination domain must be in the forest.
-
8536 (0x2158)
The operation requires that destination domain auditing be enabled.
-
8537 (0x2159)
The operation couldn’t locate a DC for the source domain.
-
8538 (0x215A)
The source object must be a group or user.
-
8539 (0x215B)
The source object’s SID already exists in destination forest.
-
8540 (0x215C)
The source and destination object must be of the same type.
-
8541 (0x215D)
Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
-
8542 (0x215E)
Schema information could not be included in the replication request.
-
8543 (0x215F)
The replication operation could not be completed due to a schema incompatibility.
-
8544 (0x2160)
The replication operation could not be completed due to a previous schema incompatibility.
-
8545 (0x2161)
The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.
-
8546 (0x2162)
The requested domain could not be deleted because there exist domain controllers that still host this domain.
-
8547 (0x2163)
The requested operation can be performed only on a global catalog server.
-
8548 (0x2164)
A local group can only be a member of other local groups in the same domain.
-
8549 (0x2165)
Foreign security principals cannot be members of universal groups.
-
8550 (0x2166)
The attribute is not allowed to be replicated to the GC because of security reasons.
-
8551 (0x2167)
The checkpoint with the PDC could not be taken because there too many modifications being processed currently.
-
8552 (0x2168)
The operation requires that source domain auditing be enabled.
-
8553 (0x2169)
Security principal objects can only be created inside domain naming contexts.
-
8554 (0x216A)
A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
-
8555 (0x216B)
A Filter was passed that uses constructed attributes.
-
8556 (0x216C)
The unicodePwd attribute value must be enclosed in double quotes.
-
8557 (0x216D)
Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
-
8558 (0x216E)
For security reasons, the operation must be run on the destination DC.
-
8559 (0x216F)
For security reasons, the source DC must be NT4SP4 or greater.
-
8560 (0x2170)
Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
-
8561 (0x2171)
Directory Services could not start because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
-
8562 (0x2172)
Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
-
8563 (0x2173)
The version of the operating system is incompatible with the current AD DS forest functional level or AD LDS Configuration Set functional level. You must upgrade to a new version of the operating system before this server can become an AD DS Domain Controller or add an AD LDS Instance in this AD DS Forest or AD LDS Configuration Set.
-
8564 (0x2174)
The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
-
8565 (0x2175)
The version of the operating system installed on this server no longer supports the current AD DS Forest functional level or AD LDS Configuration Set functional level. You must raise the AD DS Forest functional level or AD LDS Configuration Set functional level before this server can become an AD DS Domain Controller or an AD LDS Instance in this Forest or Configuration Set.
-
8566 (0x2176)
The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
-
8567 (0x2177)
The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
-
8568 (0x2178)
The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.
-
8569 (0x2179)
The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level.
-
8570 (0x217A)
The sort order requested is not supported.
-
8571 (0x217B)
The requested name already exists as a unique identifier.
-
8572 (0x217C)
The machine account was created pre-NT4. The account needs to be recreated.
-
8573 (0x217D)
The database is out of version store.
-
8574 (0x217E)
Unable to continue operation because multiple conflicting controls were used.
-
8575 (0x217F)
Unable to find a valid security descriptor reference domain for this partition.
-
8576 (0x2180)
Schema update failed: The link identifier is reserved.
-
8577 (0x2181)
Schema update failed: There are no link identifiers available.
-
8578 (0x2182)
An account group cannot have a universal group as a member.
-
8579 (0x2183)
Rename or move operations on naming context heads or read-only objects are not allowed.
-
8580 (0x2184)
Move operations on objects in the schema naming context are not allowed.
-
8581 (0x2185)
A system flag has been set on the object and does not allow the object to be moved or renamed.
-
8582 (0x2186)
This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
-
8583 (0x2187)
Unable to resolve completely, a referral to another forest is generated.
-
8584 (0x2188)
The requested action is not supported on standard server.
-
8585 (0x2189)
Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question.
-
8586 (0x218A)
The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
-
8587 (0x218B)
The thread limit for this request was exceeded.
-
8588 (0x218C)
The Global catalog server is not in the closest site.
-
8589 (0x218D)
The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.
-
8590 (0x218E)
The Directory Service failed to enter single user mode.
-
8591 (0x218F)
The Directory Service cannot parse the script because of a syntax error.
-
8592 (0x2190)
The Directory Service cannot process the script because of an error.
-
8593 (0x2191)
The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).
-
8594 (0x2192)
The directory service binding must be renegotiated due to a change in the server extensions information.
-
8595 (0x2193)
Operation not allowed on a disabled cross ref.
-
8596 (0x2194)
Schema update failed: No values for msDS-IntId are available.
-
8597 (0x2195)
Schema update failed: Duplicate msDS-INtId. Retry the operation.
-
8598 (0x2196)
Schema deletion failed: attribute is used in rDNAttID.
-
8599 (0x2197)
The directory service failed to authorize the request.
-
8600 (0x2198)
The Directory Service cannot process the script because it is invalid.
-
8601 (0x2199)
The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation’s error is in the extended data.
-
8602 (0x219A)
A cross reference is in use locally with the same name.
-
8603 (0x219B)
The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server’s domain has been deleted from the forest.
-
8604 (0x219C)
Writeable NCs prevent this DC from demoting.
-
8605 (0x219D)
The requested object has a non-unique identifier and cannot be retrieved.
-
8606 (0x219E)
Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.
-
8607 (0x219F)
The group cannot be converted due to attribute restrictions on the requested group type.
-
8608 (0x21A0)
Cross-domain move of non-empty basic application groups is not allowed.
-
8609 (0x21A1)
Cross-domain move of non-empty query based application groups is not allowed.
-
8610 (0x21A2)
The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner.
-
8611 (0x21A3)
The target container for a redirection of a well known object container cannot already be a special container.
-
8612 (0x21A4)
The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
-
8613 (0x21A5)
The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.
-
8614 (0x21A6)
The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
-
8615 (0x21A7)
The requested operation is not allowed on an object under the system container.
-
8616 (0x21A8)
The LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
-
8617 (0x21A9)
The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
-
8618 (0x21AA)
At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies.
-
8619 (0x21AB)
The site settings object for the specified site does not exist.
-
8620 (0x21AC)
The local account store does not contain secret material for the specified account.
-
8621 (0x21AD)
Could not find a writable domain controller in the domain.
-
8622 (0x21AE)
The server object for the domain controller does not exist.
-
8623 (0x21AF)
The NTDS Settings object for the domain controller does not exist.
-
8624 (0x21B0)
The requested search operation is not supported for ASQ searches.
-
8625 (0x21B1)
A required audit event could not be generated for the operation.
-
8626 (0x21B2)
The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes.
-
8627 (0x21B3)
The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
-
8628 (0x21B4)
The address books are nested too deeply. Failed to build the hierarchy table.
-
8629 (0x21B5)
The specified up-to-date-ness vector is corrupt.
-
8630 (0x21B6)
The request to replicate secrets is denied.
-
8631 (0x21B7)
Schema update failed: The MAPI identifier is reserved.
-
8632 (0x21B8)
Schema update failed: There are no MAPI identifiers available.
-
8633 (0x21B9)
The replication operation failed because the required attributes of the local krbtgt object are missing.
-
8634 (0x21BA)
The domain name of the trusted domain already exists in the forest.
-
8635 (0x21BB)
The flat name of the trusted domain already exists in the forest.
-
8636 (0x21BC)
The User Principal Name (UPN) is invalid.
-
8637 (0x21BD)
OID mapped groups cannot have members.
-
8638 (0x21BE)
The specified OID cannot be found.
-
8639 (0x21BF)
The replication operation failed because the target object referred by a link value is recycled.
-
8640 (0x21C0)
The redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller.
-
8641 (0x21C1)
The functional level of the AD LDS configuration set cannot be lowered to the requested value.
-
8642 (0x21C2)
The functional level of the domain (or forest) cannot be lowered to the requested value.
-
8643 (0x21C3)
The functional level of the AD LDS configuration set cannot be raised to the requested value, because there exist one or more ADLDS instances that are at a lower incompatible functional level.
-
8644 (0x21C4)
The domain join cannot be completed because the SID of the domain you attempted to join was identical to the SID of this machine. This is a symptom of an improperly cloned operating system install. You should run sysprep on this machine in order to generate a new machine SID. Please see http://go.microsoft.com/fwlink/?LinkId=168895 for more information.
-
8645 (0x21C5)
The undelete operation failed because the Sam Account Name or Additional Sam Account Name of the object being undeleted conflicts with an existing live object.
-
8646 (0x21C6)
The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider’s online site.
ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY
ERROR_DS_NO_ATTRIBUTE_OR_VALUE
ERROR_DS_INVALID_ATTRIBUTE_SYNTAX
ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED
ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS
ERROR_DS_BUSY
ERROR_DS_UNAVAILABLE
ERROR_DS_NO_RIDS_ALLOCATED
ERROR_DS_NO_MORE_RIDS
ERROR_DS_INCORRECT_ROLE_OWNER
ERROR_DS_RIDMGR_INIT_ERROR
ERROR_DS_OBJ_CLASS_VIOLATION
ERROR_DS_CANT_ON_NON_LEAF
ERROR_DS_CANT_ON_RDN
ERROR_DS_CANT_MOD_OBJ_CLASS
ERROR_DS_CROSS_DOM_MOVE_ERROR
ERROR_DS_GC_NOT_AVAILABLE
ERROR_SHARED_POLICY
ERROR_POLICY_OBJECT_NOT_FOUND
ERROR_POLICY_ONLY_IN_DS
ERROR_PROMOTION_ACTIVE
ERROR_NO_PROMOTION_ACTIVE
ERROR_DS_OPERATIONS_ERROR
ERROR_DS_PROTOCOL_ERROR
ERROR_DS_TIMELIMIT_EXCEEDED
ERROR_DS_SIZELIMIT_EXCEEDED
ERROR_DS_ADMIN_LIMIT_EXCEEDED
ERROR_DS_COMPARE_FALSE
ERROR_DS_COMPARE_TRUE
ERROR_DS_AUTH_METHOD_NOT_SUPPORTED
ERROR_DS_STRONG_AUTH_REQUIRED
ERROR_DS_INAPPROPRIATE_AUTH
ERROR_DS_AUTH_UNKNOWN
ERROR_DS_REFERRAL
ERROR_DS_UNAVAILABLE_CRIT_EXTENSION
ERROR_DS_CONFIDENTIALITY_REQUIRED
ERROR_DS_INAPPROPRIATE_MATCHING
ERROR_DS_CONSTRAINT_VIOLATION
ERROR_DS_NO_SUCH_OBJECT
ERROR_DS_ALIAS_PROBLEM
ERROR_DS_INVALID_DN_SYNTAX
ERROR_DS_IS_LEAF
ERROR_DS_ALIAS_DEREF_PROBLEM
ERROR_DS_UNWILLING_TO_PERFORM
ERROR_DS_LOOP_DETECT
ERROR_DS_NAMING_VIOLATION
ERROR_DS_OBJECT_RESULTS_TOO_LARGE
ERROR_DS_AFFECTS_MULTIPLE_DSAS
ERROR_DS_SERVER_DOWN
ERROR_DS_LOCAL_ERROR
ERROR_DS_ENCODING_ERROR
ERROR_DS_DECODING_ERROR
ERROR_DS_FILTER_UNKNOWN
ERROR_DS_PARAM_ERROR
ERROR_DS_NOT_SUPPORTED
ERROR_DS_NO_RESULTS_RETURNED
ERROR_DS_CONTROL_NOT_FOUND
ERROR_DS_CLIENT_LOOP
ERROR_DS_REFERRAL_LIMIT_EXCEEDED
ERROR_DS_SORT_CONTROL_MISSING
ERROR_DS_OFFSET_RANGE_ERROR
ERROR_DS_RIDMGR_DISABLED
ERROR_DS_ROOT_MUST_BE_NC
ERROR_DS_ADD_REPLICA_INHIBITED
ERROR_DS_ATT_NOT_DEF_IN_SCHEMA
ERROR_DS_MAX_OBJ_SIZE_EXCEEDED
ERROR_DS_OBJ_STRING_NAME_EXISTS
ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA
ERROR_DS_RDN_DOESNT_MATCH_SCHEMA
ERROR_DS_NO_REQUESTED_ATTS_FOUND
ERROR_DS_USER_BUFFER_TO_SMALL
ERROR_DS_ATT_IS_NOT_ON_OBJ
ERROR_DS_ILLEGAL_MOD_OPERATION
ERROR_DS_OBJ_TOO_LARGE
ERROR_DS_BAD_INSTANCE_TYPE
ERROR_DS_MASTERDSA_REQUIRED
ERROR_DS_OBJECT_CLASS_REQUIRED
ERROR_DS_MISSING_REQUIRED_ATT
ERROR_DS_ATT_NOT_DEF_FOR_CLASS
ERROR_DS_ATT_ALREADY_EXISTS
ERROR_DS_CANT_ADD_ATT_VALUES
ERROR_DS_SINGLE_VALUE_CONSTRAINT
ERROR_DS_RANGE_CONSTRAINT
ERROR_DS_ATT_VAL_ALREADY_EXISTS
ERROR_DS_CANT_REM_MISSING_ATT
ERROR_DS_CANT_REM_MISSING_ATT_VAL
ERROR_DS_ROOT_CANT_BE_SUBREF
ERROR_DS_NO_CHAINING
ERROR_DS_NO_CHAINED_EVAL
ERROR_DS_NO_PARENT_OBJECT
ERROR_DS_PARENT_IS_AN_ALIAS
ERROR_DS_CANT_MIX_MASTER_AND_REPS
ERROR_DS_CHILDREN_EXIST
ERROR_DS_OBJ_NOT_FOUND
ERROR_DS_ALIASED_OBJ_MISSING
ERROR_DS_BAD_NAME_SYNTAX
ERROR_DS_ALIAS_POINTS_TO_ALIAS
ERROR_DS_CANT_DEREF_ALIAS
ERROR_DS_OUT_OF_SCOPE
ERROR_DS_OBJECT_BEING_REMOVED
ERROR_DS_CANT_DELETE_DSA_OBJ
ERROR_DS_GENERIC_ERROR
ERROR_DS_DSA_MUST_BE_INT_MASTER
ERROR_DS_CLASS_NOT_DSA
ERROR_DS_INSUFF_ACCESS_RIGHTS
ERROR_DS_ILLEGAL_SUPERIOR
ERROR_DS_ATTRIBUTE_OWNED_BY_SAM
ERROR_DS_NAME_TOO_MANY_PARTS
ERROR_DS_NAME_TOO_LONG
ERROR_DS_NAME_VALUE_TOO_LONG
ERROR_DS_NAME_UNPARSEABLE
ERROR_DS_NAME_TYPE_UNKNOWN
ERROR_DS_NOT_AN_OBJECT
ERROR_DS_SEC_DESC_TOO_SHORT
ERROR_DS_SEC_DESC_INVALID
ERROR_DS_NO_DELETED_NAME
ERROR_DS_SUBREF_MUST_HAVE_PARENT
ERROR_DS_NCNAME_MUST_BE_NC
ERROR_DS_CANT_ADD_SYSTEM_ONLY
ERROR_DS_CLASS_MUST_BE_CONCRETE
ERROR_DS_INVALID_DMD
ERROR_DS_OBJ_GUID_EXISTS
ERROR_DS_NOT_ON_BACKLINK
ERROR_DS_NO_CROSSREF_FOR_NC
ERROR_DS_SHUTTING_DOWN
ERROR_DS_UNKNOWN_OPERATION
ERROR_DS_INVALID_ROLE_OWNER
ERROR_DS_COULDNT_CONTACT_FSMO
ERROR_DS_CROSS_NC_DN_RENAME
ERROR_DS_CANT_MOD_SYSTEM_ONLY
ERROR_DS_REPLICATOR_ONLY
ERROR_DS_OBJ_CLASS_NOT_DEFINED
ERROR_DS_OBJ_CLASS_NOT_SUBCLASS
ERROR_DS_NAME_REFERENCE_INVALID
ERROR_DS_CROSS_REF_EXISTS
ERROR_DS_CANT_DEL_MASTER_CROSSREF
ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD
ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX
ERROR_DS_DUP_RDN
ERROR_DS_DUP_OID
ERROR_DS_DUP_MAPI_ID
ERROR_DS_DUP_SCHEMA_ID_GUID
ERROR_DS_DUP_LDAP_DISPLAY_NAME
ERROR_DS_SEMANTIC_ATT_TEST
ERROR_DS_SYNTAX_MISMATCH
ERROR_DS_EXISTS_IN_MUST_HAVE
ERROR_DS_EXISTS_IN_MAY_HAVE
ERROR_DS_NONEXISTENT_MAY_HAVE
ERROR_DS_NONEXISTENT_MUST_HAVE
ERROR_DS_AUX_CLS_TEST_FAIL
ERROR_DS_NONEXISTENT_POSS_SUP
ERROR_DS_SUB_CLS_TEST_FAIL
ERROR_DS_BAD_RDN_ATT_ID_SYNTAX
ERROR_DS_EXISTS_IN_AUX_CLS
ERROR_DS_EXISTS_IN_SUB_CLS
ERROR_DS_EXISTS_IN_POSS_SUP
ERROR_DS_RECALCSCHEMA_FAILED
ERROR_DS_TREE_DELETE_NOT_FINISHED
ERROR_DS_CANT_DELETE
ERROR_DS_ATT_SCHEMA_REQ_ID
ERROR_DS_BAD_ATT_SCHEMA_SYNTAX
ERROR_DS_CANT_CACHE_ATT
ERROR_DS_CANT_CACHE_CLASS
ERROR_DS_CANT_REMOVE_ATT_CACHE
ERROR_DS_CANT_REMOVE_CLASS_CACHE
ERROR_DS_CANT_RETRIEVE_DN
ERROR_DS_MISSING_SUPREF
ERROR_DS_CANT_RETRIEVE_INSTANCE
ERROR_DS_CODE_INCONSISTENCY
ERROR_DS_DATABASE_ERROR
ERROR_DS_GOVERNSID_MISSING
ERROR_DS_MISSING_EXPECTED_ATT
ERROR_DS_NCNAME_MISSING_CR_REF
ERROR_DS_SECURITY_CHECKING_ERROR
ERROR_DS_SCHEMA_NOT_LOADED
ERROR_DS_SCHEMA_ALLOC_FAILED
ERROR_DS_ATT_SCHEMA_REQ_SYNTAX
ERROR_DS_GCVERIFY_ERROR
ERROR_DS_DRA_SCHEMA_MISMATCH
ERROR_DS_CANT_FIND_DSA_OBJ
ERROR_DS_CANT_FIND_EXPECTED_NC
ERROR_DS_CANT_FIND_NC_IN_CACHE
ERROR_DS_CANT_RETRIEVE_CHILD
ERROR_DS_SECURITY_ILLEGAL_MODIFY
ERROR_DS_CANT_REPLACE_HIDDEN_REC
ERROR_DS_BAD_HIERARCHY_FILE
ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED
ERROR_DS_CONFIG_PARAM_MISSING
ERROR_DS_COUNTING_AB_INDICES_FAILED
ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED
ERROR_DS_INTERNAL_FAILURE
ERROR_DS_UNKNOWN_ERROR
ERROR_DS_ROOT_REQUIRES_CLASS_TOP
ERROR_DS_REFUSING_FSMO_ROLES
ERROR_DS_MISSING_FSMO_SETTINGS
ERROR_DS_UNABLE_TO_SURRENDER_ROLES
ERROR_DS_DRA_GENERIC
ERROR_DS_DRA_INVALID_PARAMETER
ERROR_DS_DRA_BUSY
ERROR_DS_DRA_BAD_DN
ERROR_DS_DRA_BAD_NC
ERROR_DS_DRA_DN_EXISTS
ERROR_DS_DRA_INTERNAL_ERROR
ERROR_DS_DRA_INCONSISTENT_DIT
ERROR_DS_DRA_CONNECTION_FAILED
ERROR_DS_DRA_BAD_INSTANCE_TYPE
ERROR_DS_DRA_OUT_OF_MEM
ERROR_DS_DRA_MAIL_PROBLEM
ERROR_DS_DRA_REF_ALREADY_EXISTS
ERROR_DS_DRA_REF_NOT_FOUND
ERROR_DS_DRA_OBJ_IS_REP_SOURCE
ERROR_DS_DRA_DB_ERROR
ERROR_DS_DRA_NO_REPLICA
ERROR_DS_DRA_ACCESS_DENIED
ERROR_DS_DRA_NOT_SUPPORTED
ERROR_DS_DRA_RPC_CANCELLED
ERROR_DS_DRA_SOURCE_DISABLED
ERROR_DS_DRA_SINK_DISABLED
ERROR_DS_DRA_NAME_COLLISION
ERROR_DS_DRA_SOURCE_REINSTALLED
ERROR_DS_DRA_MISSING_PARENT
ERROR_DS_DRA_PREEMPTED
ERROR_DS_DRA_ABANDON_SYNC
ERROR_DS_DRA_SHUTDOWN
ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET
ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA
ERROR_DS_DRA_EXTN_CONNECTION_FAILED
ERROR_DS_INSTALL_SCHEMA_MISMATCH
ERROR_DS_DUP_LINK_ID
ERROR_DS_NAME_ERROR_RESOLVING
ERROR_DS_NAME_ERROR_NOT_FOUND
ERROR_DS_NAME_ERROR_NOT_UNIQUE
ERROR_DS_NAME_ERROR_NO_MAPPING
ERROR_DS_NAME_ERROR_DOMAIN_ONLY
ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
ERROR_DS_CONSTRUCTED_ATT_MOD
ERROR_DS_WRONG_OM_OBJ_CLASS
ERROR_DS_DRA_REPL_PENDING
ERROR_DS_DS_REQUIRED
ERROR_DS_INVALID_LDAP_DISPLAY_NAME
ERROR_DS_NON_BASE_SEARCH
ERROR_DS_CANT_RETRIEVE_ATTS
ERROR_DS_BACKLINK_WITHOUT_LINK
ERROR_DS_EPOCH_MISMATCH
ERROR_DS_SRC_NAME_MISMATCH
ERROR_DS_SRC_AND_DST_NC_IDENTICAL
ERROR_DS_DST_NC_MISMATCH
ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC
ERROR_DS_SRC_GUID_MISMATCH
ERROR_DS_CANT_MOVE_DELETED_OBJECT
ERROR_DS_PDC_OPERATION_IN_PROGRESS
ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD
ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION
ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
ERROR_DS_NC_MUST_HAVE_NC_PARENT
ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE
ERROR_DS_DST_DOMAIN_NOT_NATIVE
ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER
ERROR_DS_CANT_MOVE_ACCOUNT_GROUP
ERROR_DS_CANT_MOVE_RESOURCE_GROUP
ERROR_DS_INVALID_SEARCH_FLAG
ERROR_DS_NO_TREE_DELETE_ABOVE_NC
ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE
ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE
ERROR_DS_SAM_INIT_FAILURE
ERROR_DS_SENSITIVE_GROUP_VIOLATION
ERROR_DS_CANT_MOD_PRIMARYGROUPID
ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD
ERROR_DS_NONSAFE_SCHEMA_CHANGE
ERROR_DS_SCHEMA_UPDATE_DISALLOWED
ERROR_DS_CANT_CREATE_UNDER_SCHEMA
ERROR_DS_INSTALL_NO_SRC_SCH_VERSION
ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE
ERROR_DS_INVALID_GROUP_TYPE
ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
ERROR_DS_HAVE_PRIMARY_MEMBERS
ERROR_DS_STRING_SD_CONVERSION_FAILED
ERROR_DS_NAMING_MASTER_GC
ERROR_DS_DNS_LOOKUP_FAILURE
ERROR_DS_COULDNT_UPDATE_SPNS
ERROR_DS_CANT_RETRIEVE_SD
ERROR_DS_KEY_NOT_UNIQUE
ERROR_DS_WRONG_LINKED_ATT_SYNTAX
ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD
ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY
ERROR_DS_CANT_START
ERROR_DS_INIT_FAILURE
ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
ERROR_DS_SOURCE_DOMAIN_IN_FOREST
ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
ERROR_DS_SRC_SID_EXISTS_IN_FOREST
ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
ERROR_SAM_INIT_FAILURE
ERROR_DS_DRA_SCHEMA_INFO_SHIP
ERROR_DS_DRA_SCHEMA_CONFLICT
ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT
ERROR_DS_DRA_OBJ_NC_MISMATCH
ERROR_DS_NC_STILL_HAS_DSAS
ERROR_DS_GC_REQUIRED
ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS
ERROR_DS_CANT_ADD_TO_GC
ERROR_DS_NO_CHECKPOINT_WITH_PDC
ERROR_DS_SOURCE_AUDITING_NOT_ENABLED
ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC
ERROR_DS_INVALID_NAME_FOR_SPN
ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS
ERROR_DS_UNICODEPWD_NOT_IN_QUOTES
ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
ERROR_DS_MUST_BE_RUN_ON_DST_DC
ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER
ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ
ERROR_DS_INIT_FAILURE_CONSOLE
ERROR_DS_SAM_INIT_FAILURE_CONSOLE
ERROR_DS_FOREST_VERSION_TOO_HIGH
ERROR_DS_DOMAIN_VERSION_TOO_HIGH
ERROR_DS_FOREST_VERSION_TOO_LOW
ERROR_DS_DOMAIN_VERSION_TOO_LOW
ERROR_DS_INCOMPATIBLE_VERSION
ERROR_DS_LOW_DSA_VERSION
ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN
ERROR_DS_NOT_SUPPORTED_SORT_ORDER
ERROR_DS_NAME_NOT_UNIQUE
ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4
ERROR_DS_OUT_OF_VERSION_STORE
ERROR_DS_INCOMPATIBLE_CONTROLS_USED
ERROR_DS_NO_REF_DOMAIN
ERROR_DS_RESERVED_LINK_ID
ERROR_DS_LINK_ID_NOT_AVAILABLE
ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE
ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC
ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG
ERROR_DS_MODIFYDN_WRONG_GRANDPARENT
ERROR_DS_NAME_ERROR_TRUST_REFERRAL
ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER
ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD
ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2
ERROR_DS_THREAD_LIMIT_EXCEEDED
ERROR_DS_NOT_CLOSEST
ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF
ERROR_DS_SINGLE_USER_MODE_FAILED
ERROR_DS_NTDSCRIPT_SYNTAX_ERROR
ERROR_DS_NTDSCRIPT_PROCESS_ERROR
ERROR_DS_DIFFERENT_REPL_EPOCHS
ERROR_DS_DRS_EXTENSIONS_CHANGED
ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR
ERROR_DS_NO_MSDS_INTID
ERROR_DS_DUP_MSDS_INTID
ERROR_DS_EXISTS_IN_RDNATTID
ERROR_DS_AUTHORIZATION_FAILED
ERROR_DS_INVALID_SCRIPT
ERROR_DS_REMOTE_CROSSREF_OP_FAILED
ERROR_DS_CROSS_REF_BUSY
ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN
ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC
ERROR_DS_DUPLICATE_ID_FOUND
ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT
ERROR_DS_GROUP_CONVERSION_ERROR
ERROR_DS_CANT_MOVE_APP_BASIC_GROUP
ERROR_DS_CANT_MOVE_APP_QUERY_GROUP
ERROR_DS_ROLE_NOT_VERIFIED
ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL
ERROR_DS_DOMAIN_RENAME_IN_PROGRESS
ERROR_DS_EXISTING_AD_CHILD_NC
ERROR_DS_REPL_LIFETIME_EXCEEDED
ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER
ERROR_DS_LDAP_SEND_QUEUE_FULL
ERROR_DS_DRA_OUT_SCHEDULE_WINDOW
ERROR_DS_POLICY_NOT_KNOWN
ERROR_NO_SITE_SETTINGS_OBJECT
ERROR_NO_SECRETS
ERROR_NO_WRITABLE_DC_FOUND
ERROR_DS_NO_SERVER_OBJECT
ERROR_DS_NO_NTDSA_OBJECT
ERROR_DS_NON_ASQ_SEARCH
ERROR_DS_AUDIT_FAILURE
ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE
ERROR_DS_INVALID_SEARCH_FLAG_TUPLE
ERROR_DS_HIERARCHY_TABLE_TOO_DEEP
ERROR_DS_DRA_CORRUPT_UTD_VECTOR
ERROR_DS_DRA_SECRETS_DENIED
ERROR_DS_RESERVED_MAPI_ID
ERROR_DS_MAPI_ID_NOT_AVAILABLE
ERROR_DS_DRA_MISSING_KRBTGT_SECRET
ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST
ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST
ERROR_INVALID_USER_PRINCIPAL_NAME
ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS
ERROR_DS_OID_NOT_FOUND
ERROR_DS_DRA_RECYCLED_TARGET
ERROR_DS_DISALLOWED_NC_REDIRECT
ERROR_DS_HIGH_ADLDS_FFL
ERROR_DS_HIGH_DSA_VERSION
ERROR_DS_LOW_ADLDS_FFL
ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION
ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED
ERROR_INCORRECT_ACCOUNT_TYPE
-
DNS_ERROR_RCODE_FORMAT_ERROR
-
9001 (0x2329)
DNS server unable to interpret format.
-
9002 (0x232A)
DNS server failure.
-
9003 (0x232B)
DNS name does not exist.
-
9004 (0x232C)
DNS request not supported by name server.
-
9005 (0x232D)
DNS operation refused.
-
9006 (0x232E)
DNS name that ought not exist, does exist.
-
9007 (0x232F)
DNS RR set that ought not exist, does exist.
-
9008 (0x2330)
DNS RR set that ought to exist, does not exist.
-
9009 (0x2331)
DNS server not authoritative for zone.
-
9010 (0x2332)
DNS name in update or prereq is not in zone.
-
9016 (0x2338)
DNS signature failed to verify.
-
9017 (0x2339)
DNS bad key.
-
9018 (0x233A)
DNS signature validity expired.
-
9101 (0x238D)
Only the DNS server acting as the key master for the zone may perform this operation.
-
9102 (0x238E)
This operation is not allowed on a zone that is signed or has signing keys.
-
9103 (0x238F)
NSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC.
This value was also named DNS_ERROR_INVALID_NSEC3_PARAMETERS
-
9104 (0x2390)
The zone does not have enough signing keys. There must be at least one key signing key (KSK) and at least one zone signing key (ZSK).
-
9105 (0x2391)
The specified algorithm is not supported.
-
9106 (0x2392)
The specified key size is not supported.
-
9107 (0x2393)
One or more of the signing keys for a zone are not accessible to the DNS server. Zone signing will not be operational until this error is resolved.
-
9108 (0x2394)
The specified key storage provider does not support DPAPI++ data protection. Zone signing will not be operational until this error is resolved.
-
9109 (0x2395)
An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved.
-
9110 (0x2396)
An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved.
-
9111 (0x2397)
The DNS server encountered a signing key with an unknown version. Zone signing will not be operational until this error is resolved.
-
9112 (0x2398)
The specified key service provider cannot be opened by the DNS server.
-
9113 (0x2399)
The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone.
-
9114 (0x239A)
The specified rollover period is invalid.
-
9115 (0x239B)
The specified initial rollover offset is invalid.
-
9116 (0x239C)
The specified signing key is already in process of rolling over keys.
-
9117 (0x239D)
The specified signing key does not have a standby key to revoke.
-
9118 (0x239E)
This operation is not allowed on a zone signing key (ZSK).
-
9119 (0x239F)
This operation is not allowed on an active signing key.
-
9120 (0x23A0)
The specified signing key is already queued for rollover.
-
9121 (0x23A1)
This operation is not allowed on an unsigned zone.
-
9122 (0x23A2)
This operation could not be completed because the DNS server listed as the current key master for this zone is down or misconfigured. Resolve the problem on the current key master for this zone or use another DNS server to seize the key master role.
-
9123 (0x23A3)
The specified signature validity period is invalid.
-
9124 (0x23A4)
The specified NSEC3 iteration count is higher than allowed by the minimum key length used in the zone.
-
9125 (0x23A5)
This operation could not be completed because the DNS server has been configured with DNSSEC features disabled. Enable DNSSEC on the DNS server.
-
9126 (0x23A6)
This operation could not be completed because the XML stream received is empty or syntactically invalid.
-
9127 (0x23A7)
This operation completed, but no trust anchors were added because all of the trust anchors received were either invalid, unsupported, expired, or would not become valid in less than 30 days.
-
9128 (0x23A8)
The specified signing key is not waiting for parental DS update.
-
9129 (0x23A9)
Hash collision detected during NSEC3 signing. Specify a different user-provided salt, or use a randomly generated salt, and attempt to sign the zone again.
-
9130 (0x23AA)
NSEC is not compatible with the NSEC3-RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC3.
-
9501 (0x251D)
No records found for given DNS query.
-
9502 (0x251E)
Bad DNS packet.
-
9503 (0x251F)
No DNS packet.
-
9504 (0x2520)
DNS error, check rcode.
-
9505 (0x2521)
Unsecured DNS packet.
-
9506 (0x2522)
DNS query request is pending.
-
9551 (0x254F)
Invalid DNS type.
-
9552 (0x2550)
Invalid IP address.
-
9553 (0x2551)
Invalid property.
-
9554 (0x2552)
Try DNS operation again later.
-
9555 (0x2553)
Record for given name and type is not unique.
-
9556 (0x2554)
DNS name does not comply with RFC specifications.
-
9557 (0x2555)
DNS name is a fully-qualified DNS name.
-
9558 (0x2556)
DNS name is dotted (multi-label).
-
9559 (0x2557)
DNS name is a single-part name.
-
9560 (0x2558)
DNS name contains an invalid character.
-
9561 (0x2559)
DNS name is entirely numeric.
-
9562 (0x255A)
The operation requested is not permitted on a DNS root server.
-
9563 (0x255B)
The record could not be created because this part of the DNS namespace has been delegated to another server.
-
9564 (0x255C)
The DNS server could not find a set of root hints.
-
9565 (0x255D)
The DNS server found root hints but they were not consistent across all adapters.
-
9566 (0x255E)
The specified value is too small for this parameter.
-
9567 (0x255F)
The specified value is too large for this parameter.
-
9568 (0x2560)
This operation is not allowed while the DNS server is loading zones in the background. Please try again later.
-
9569 (0x2561)
The operation requested is not permitted on against a DNS server running on a read-only DC.
-
9570 (0x2562)
No data is allowed to exist underneath a DNAME record.
-
9571 (0x2563)
This operation requires credentials delegation.
-
9572 (0x2564)
Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator.
-
9601 (0x2581)
DNS zone does not exist.
-
9602 (0x2582)
DNS zone information not available.
-
9603 (0x2583)
Invalid operation for DNS zone.
-
9604 (0x2584)
Invalid DNS zone configuration.
-
9605 (0x2585)
DNS zone has no start of authority (SOA) record.
-
9606 (0x2586)
DNS zone has no Name Server (NS) record.
-
9607 (0x2587)
DNS zone is locked.
-
9608 (0x2588)
DNS zone creation failed.
-
9609 (0x2589)
DNS zone already exists.
-
9610 (0x258A)
DNS automatic zone already exists.
-
9611 (0x258B)
Invalid DNS zone type.
-
9612 (0x258C)
Secondary DNS zone requires master IP address.
-
9613 (0x258D)
DNS zone not secondary.
-
9614 (0x258E)
Need secondary IP address.
-
9615 (0x258F)
WINS initialization failed.
-
9616 (0x2590)
Need WINS servers.
-
9617 (0x2591)
NBTSTAT initialization call failed.
-
9618 (0x2592)
Invalid delete of start of authority (SOA).
-
9619 (0x2593)
A conditional forwarding zone already exists for that name.
-
9620 (0x2594)
This zone must be configured with one or more master DNS server IP addresses.
-
9621 (0x2595)
The operation cannot be performed because this zone is shut down.
-
9622 (0x2596)
This operation cannot be performed because the zone is currently being signed. Please try again later.
-
9651 (0x25B3)
Primary DNS zone requires datafile.
-
9652 (0x25B4)
Invalid datafile name for DNS zone.
-
9653 (0x25B5)
Failed to open datafile for DNS zone.
-
9654 (0x25B6)
Failed to write datafile for DNS zone.
-
9655 (0x25B7)
Failure while reading datafile for DNS zone.
-
9701 (0x25E5)
DNS record does not exist.
-
9702 (0x25E6)
DNS record format error.
-
9703 (0x25E7)
Node creation failure in DNS.
-
9704 (0x25E8)
Unknown DNS record type.
-
9705 (0x25E9)
DNS record timed out.
-
9706 (0x25EA)
Name not in DNS zone.
-
9707 (0x25EB)
CNAME loop detected.
-
9708 (0x25EC)
Node is a CNAME DNS record.
-
9709 (0x25ED)
A CNAME record already exists for given name.
-
9710 (0x25EE)
Record only at DNS zone root.
-
9711 (0x25EF)
DNS record already exists.
-
9712 (0x25F0)
Secondary DNS zone data error.
-
9713 (0x25F1)
Could not create DNS cache data.
-
9714 (0x25F2)
DNS name does not exist.
-
9715 (0x25F3)
Could not create pointer (PTR) record.
-
9716 (0x25F4)
DNS domain was undeleted.
-
9717 (0x25F5)
The directory service is unavailable.
-
9718 (0x25F6)
DNS zone already exists in the directory service.
-
9719 (0x25F7)
DNS server not creating or reading the boot file for the directory service integrated DNS zone.
-
9720 (0x25F8)
Node is a DNAME DNS record.
-
9721 (0x25F9)
A DNAME record already exists for given name.
-
9722 (0x25FA)
An alias loop has been detected with either CNAME or DNAME records.
-
9751 (0x2617)
DNS AXFR (zone transfer) complete.
-
9752 (0x2618)
DNS zone transfer failed.
-
9753 (0x2619)
Added local WINS server.
-
9801 (0x2649)
Secure update call needs to continue update request.
-
9851 (0x267B)
TCP/IP network protocol not installed.
-
9852 (0x267C)
No DNS servers configured for local system.
-
9901 (0x26AD)
The specified directory partition does not exist.
-
9902 (0x26AE)
The specified directory partition already exists.
-
9903 (0x26AF)
This DNS server is not enlisted in the specified directory partition.
-
9904 (0x26B0)
This DNS server is already enlisted in the specified directory partition.
-
9905 (0x26B1)
The directory partition is not available at this time. Please wait a few minutes and try again.
-
9906 (0x26B2)
The operation failed because the domain naming master FSMO role could not be reached. The domain controller holding the domain naming master FSMO role is down or unable to service the request or is not running Windows Server 2003 or later.
-
10004 (0x2714)
A blocking operation was interrupted by a call to WSACancelBlockingCall.
-
10009 (0x2719)
The file handle supplied is not valid.
-
10013 (0x271D)
An attempt was made to access a socket in a way forbidden by its access permissions.
-
10014 (0x271E)
The system detected an invalid pointer address in attempting to use a pointer argument in a call.
-
10022 (0x2726)
An invalid argument was supplied.
-
10024 (0x2728)
Too many open sockets.
-
10035 (0x2733)
A non-blocking socket operation could not be completed immediately.
-
10036 (0x2734)
A blocking operation is currently executing.
-
10037 (0x2735)
An operation was attempted on a non-blocking socket that already had an operation in progress.
-
10038 (0x2736)
An operation was attempted on something that is not a socket.
-
10039 (0x2737)
A required address was omitted from an operation on a socket.
-
10040 (0x2738)
A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.
-
10041 (0x2739)
A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
-
10042 (0x273A)
An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
-
10043 (0x273B)
The requested protocol has not been configured into the system, or no implementation for it exists.
-
10044 (0x273C)
The support for the specified socket type does not exist in this address family.
-
10045 (0x273D)
The attempted operation is not supported for the type of object referenced.
-
10046 (0x273E)
The protocol family has not been configured into the system or no implementation for it exists.
-
10047 (0x273F)
An address incompatible with the requested protocol was used.
-
10048 (0x2740)
Only one usage of each socket address (protocol/network address/port) is normally permitted.
-
10049 (0x2741)
The requested address is not valid in its context.
-
10050 (0x2742)
A socket operation encountered a dead network.
-
10051 (0x2743)
A socket operation was attempted to an unreachable network.
-
10052 (0x2744)
The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
-
10053 (0x2745)
An established connection was aborted by the software in your host machine.
-
10054 (0x2746)
An existing connection was forcibly closed by the remote host.
-
10055 (0x2747)
An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
-
10056 (0x2748)
A connect request was made on an already connected socket.
-
10057 (0x2749)
A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
-
10058 (0x274A)
A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
-
10059 (0x274B)
Too many references to some kernel object.
-
10060 (0x274C)
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
-
10061 (0x274D)
No connection could be made because the target machine actively refused it.
-
10062 (0x274E)
Cannot translate name.
-
10063 (0x274F)
Name component or name was too long.
-
10064 (0x2750)
A socket operation failed because the destination host was down.
-
10065 (0x2751)
A socket operation was attempted to an unreachable host.
-
10066 (0x2752)
Cannot remove a directory that is not empty.
-
10067 (0x2753)
A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
-
10068 (0x2754)
Ran out of quota.
-
10069 (0x2755)
Ran out of disk quota.
-
10070 (0x2756)
File handle reference is no longer available.
-
10071 (0x2757)
Item is not available locally.
-
10091 (0x276B)
WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
-
10092 (0x276C)
The Windows Sockets version requested is not supported.
-
10093 (0x276D)
Either the application has not called WSAStartup, or WSAStartup failed.
-
10101 (0x2775)
Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
-
10102 (0x2776)
No more results can be returned by WSALookupServiceNext.
-
10103 (0x2777)
A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
-
10104 (0x2778)
The procedure call table is invalid.
-
10105 (0x2779)
The requested service provider is invalid.
-
10106 (0x277A)
The requested service provider could not be loaded or initialized.
-
10107 (0x277B)
A system call has failed.
-
10108 (0x277C)
No such service is known. The service cannot be found in the specified name space.
-
10109 (0x277D)
The specified class was not found.
-
10110 (0x277E)
No more results can be returned by WSALookupServiceNext.
-
10111 (0x277F)
A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
-
10112 (0x2780)
A database query failed because it was actively refused.
-
11001 (0x2AF9)
No such host is known.
-
11002 (0x2AFA)
This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.
-
11003 (0x2AFB)
A non-recoverable error occurred during a database lookup.
-
11004 (0x2AFC)
The requested name is valid, but no data of the requested type was found.
-
11005 (0x2AFD)
At least one reserve has arrived.
-
11006 (0x2AFE)
At least one path has arrived.
-
11007 (0x2AFF)
There are no senders.
-
11008 (0x2B00)
There are no receivers.
-
11009 (0x2B01)
Reserve has been confirmed.
-
11010 (0x2B02)
Error due to lack of resources.
-
11011 (0x2B03)
Rejected for administrative reasons – bad credentials.
-
11012 (0x2B04)
Unknown or conflicting style.
-
11013 (0x2B05)
Problem with some part of the filterspec or providerspecific buffer in general.
-
11014 (0x2B06)
Problem with some part of the flowspec.
-
11015 (0x2B07)
General QOS error.
-
11016 (0x2B08)
An invalid or unrecognized service type was found in the flowspec.
-
11017 (0x2B09)
An invalid or inconsistent flowspec was found in the QOS structure.
-
11018 (0x2B0A)
Invalid QOS provider-specific buffer.
-
11019 (0x2B0B)
An invalid QOS filter style was used.
-
11020 (0x2B0C)
An invalid QOS filter type was used.
-
11021 (0x2B0D)
An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
-
11022 (0x2B0E)
An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
-
11023 (0x2B0F)
An incorrect number of flow descriptors was specified in the QOS structure.
-
11024 (0x2B10)
An unrecognized object was found in the QOS provider-specific buffer.
-
11025 (0x2B11)
An invalid policy object was found in the QOS provider-specific buffer.
-
11026 (0x2B12)
An invalid QOS flow descriptor was found in the flow descriptor list.
-
11027 (0x2B13)
An invalid or inconsistent flowspec was found in the QOS provider specific buffer.
-
11028 (0x2B14)
An invalid FILTERSPEC was found in the QOS provider-specific buffer.
-
11029 (0x2B15)
An invalid shape discard mode object was found in the QOS provider specific buffer.
-
11030 (0x2B16)
An invalid shaping rate object was found in the QOS provider-specific buffer.
-
11031 (0x2B17)
A reserved policy element was found in the QOS provider-specific buffer.
-
11032 (0x2B18)
No such host is known securely.
-
11033 (0x2B19)
Name based IPSEC policy could not be added.
DNS_ERROR_RCODE_SERVER_FAILURE
DNS_ERROR_RCODE_NAME_ERROR
DNS_ERROR_RCODE_NOT_IMPLEMENTED
DNS_ERROR_RCODE_REFUSED
DNS_ERROR_RCODE_YXDOMAIN
DNS_ERROR_RCODE_YXRRSET
DNS_ERROR_RCODE_NXRRSET
DNS_ERROR_RCODE_NOTAUTH
DNS_ERROR_RCODE_NOTZONE
DNS_ERROR_RCODE_BADSIG
DNS_ERROR_RCODE_BADKEY
DNS_ERROR_RCODE_BADTIME
DNS_ERROR_KEYMASTER_REQUIRED
DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE
DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1
DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS
DNS_ERROR_UNSUPPORTED_ALGORITHM
DNS_ERROR_INVALID_KEY_SIZE
DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE
DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION
DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR
DNS_ERROR_UNEXPECTED_CNG_ERROR
DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION
DNS_ERROR_KSP_NOT_ACCESSIBLE
DNS_ERROR_TOO_MANY_SKDS
DNS_ERROR_INVALID_ROLLOVER_PERIOD
DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET
DNS_ERROR_ROLLOVER_IN_PROGRESS
DNS_ERROR_STANDBY_KEY_NOT_PRESENT
DNS_ERROR_NOT_ALLOWED_ON_ZSK
DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD
DNS_ERROR_ROLLOVER_ALREADY_QUEUED
DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE
DNS_ERROR_BAD_KEYMASTER
DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD
DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT
DNS_ERROR_DNSSEC_IS_DISABLED
DNS_ERROR_INVALID_XML
DNS_ERROR_NO_VALID_TRUST_ANCHORS
DNS_ERROR_ROLLOVER_NOT_POKEABLE
DNS_ERROR_NSEC3_NAME_COLLISION
DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1
DNS_INFO_NO_RECORDS
DNS_ERROR_BAD_PACKET
DNS_ERROR_NO_PACKET
DNS_ERROR_RCODE
DNS_ERROR_UNSECURE_PACKET
DNS_REQUEST_PENDING
DNS_ERROR_INVALID_TYPE
DNS_ERROR_INVALID_IP_ADDRESS
DNS_ERROR_INVALID_PROPERTY
DNS_ERROR_TRY_AGAIN_LATER
DNS_ERROR_NOT_UNIQUE
DNS_ERROR_NON_RFC_NAME
DNS_STATUS_FQDN
DNS_STATUS_DOTTED_NAME
DNS_STATUS_SINGLE_PART_NAME
DNS_ERROR_INVALID_NAME_CHAR
DNS_ERROR_NUMERIC_NAME
DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION
DNS_ERROR_CANNOT_FIND_ROOT_HINTS
DNS_ERROR_INCONSISTENT_ROOT_HINTS
DNS_ERROR_DWORD_VALUE_TOO_SMALL
DNS_ERROR_DWORD_VALUE_TOO_LARGE
DNS_ERROR_BACKGROUND_LOADING
DNS_ERROR_NOT_ALLOWED_ON_RODC
DNS_ERROR_NOT_ALLOWED_UNDER_DNAME
DNS_ERROR_DELEGATION_REQUIRED
DNS_ERROR_INVALID_POLICY_TABLE
DNS_ERROR_ZONE_DOES_NOT_EXIST
DNS_ERROR_NO_ZONE_INFO
DNS_ERROR_INVALID_ZONE_OPERATION
DNS_ERROR_ZONE_CONFIGURATION_ERROR
DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
DNS_ERROR_ZONE_LOCKED
DNS_ERROR_ZONE_CREATION_FAILED
DNS_ERROR_ZONE_ALREADY_EXISTS
DNS_ERROR_AUTOZONE_ALREADY_EXISTS
DNS_ERROR_INVALID_ZONE_TYPE
DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
DNS_ERROR_ZONE_NOT_SECONDARY
DNS_ERROR_NEED_SECONDARY_ADDRESSES
DNS_ERROR_WINS_INIT_FAILED
DNS_ERROR_NEED_WINS_SERVERS
DNS_ERROR_NBSTAT_INIT_FAILED
DNS_ERROR_SOA_DELETE_INVALID
DNS_ERROR_FORWARDER_ALREADY_EXISTS
DNS_ERROR_ZONE_REQUIRES_MASTER_IP
DNS_ERROR_ZONE_IS_SHUTDOWN
DNS_ERROR_ZONE_LOCKED_FOR_SIGNING
DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
DNS_ERROR_INVALID_DATAFILE_NAME
DNS_ERROR_DATAFILE_OPEN_FAILURE
DNS_ERROR_FILE_WRITEBACK_FAILED
DNS_ERROR_DATAFILE_PARSING
DNS_ERROR_RECORD_DOES_NOT_EXIST
DNS_ERROR_RECORD_FORMAT
DNS_ERROR_NODE_CREATION_FAILED
DNS_ERROR_UNKNOWN_RECORD_TYPE
DNS_ERROR_RECORD_TIMED_OUT
DNS_ERROR_NAME_NOT_IN_ZONE
DNS_ERROR_CNAME_LOOP
DNS_ERROR_NODE_IS_CNAME
DNS_ERROR_CNAME_COLLISION
DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
DNS_ERROR_RECORD_ALREADY_EXISTS
DNS_ERROR_SECONDARY_DATA
DNS_ERROR_NO_CREATE_CACHE_DATA
DNS_ERROR_NAME_DOES_NOT_EXIST
DNS_WARNING_PTR_CREATE_FAILED
DNS_WARNING_DOMAIN_UNDELETED
DNS_ERROR_DS_UNAVAILABLE
DNS_ERROR_DS_ZONE_ALREADY_EXISTS
DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
DNS_ERROR_NODE_IS_DNAME
DNS_ERROR_DNAME_COLLISION
DNS_ERROR_ALIAS_LOOP
DNS_INFO_AXFR_COMPLETE
DNS_ERROR_AXFR
DNS_INFO_ADDED_LOCAL_WINS
DNS_STATUS_CONTINUE_NEEDED
DNS_ERROR_NO_TCPIP
DNS_ERROR_NO_DNS_SERVERS
DNS_ERROR_DP_DOES_NOT_EXIST
DNS_ERROR_DP_ALREADY_EXISTS
DNS_ERROR_DP_NOT_ENLISTED
DNS_ERROR_DP_ALREADY_ENLISTED
DNS_ERROR_DP_NOT_AVAILABLE
DNS_ERROR_DP_FSMO_ERROR
WSAEINTR
WSAEBADF
WSAEACCES
WSAEFAULT
WSAEINVAL
WSAEMFILE
WSAEWOULDBLOCK
WSAEINPROGRESS
WSAEALREADY
WSAENOTSOCK
WSAEDESTADDRREQ
WSAEMSGSIZE
WSAEPROTOTYPE
WSAENOPROTOOPT
WSAEPROTONOSUPPORT
WSAESOCKTNOSUPPORT
WSAEOPNOTSUPP
WSAEPFNOSUPPORT
WSAEAFNOSUPPORT
WSAEADDRINUSE
WSAEADDRNOTAVAIL
WSAENETDOWN
WSAENETUNREACH
WSAENETRESET
WSAECONNABORTED
WSAECONNRESET
WSAENOBUFS
WSAEISCONN
WSAENOTCONN
WSAESHUTDOWN
WSAETOOMANYREFS
WSAETIMEDOUT
WSAECONNREFUSED
WSAELOOP
WSAENAMETOOLONG
WSAEHOSTDOWN
WSAEHOSTUNREACH
WSAENOTEMPTY
WSAEPROCLIM
WSAEUSERS
WSAEDQUOT
WSAESTALE
WSAEREMOTE
WSASYSNOTREADY
WSAVERNOTSUPPORTED
WSANOTINITIALISED
WSAEDISCON
WSAENOMORE
WSAECANCELLED
WSAEINVALIDPROCTABLE
WSAEINVALIDPROVIDER
WSAEPROVIDERFAILEDINIT
WSASYSCALLFAILURE
WSASERVICE_NOT_FOUND
WSATYPE_NOT_FOUND
WSA_E_NO_MORE
WSA_E_CANCELLED
WSAEREFUSED
WSAHOST_NOT_FOUND
WSATRY_AGAIN
WSANO_RECOVERY
WSANO_DATA
WSA_QOS_RECEIVERS
WSA_QOS_SENDERS
WSA_QOS_NO_SENDERS
WSA_QOS_NO_RECEIVERS
WSA_QOS_REQUEST_CONFIRMED
WSA_QOS_ADMISSION_FAILURE
WSA_QOS_POLICY_FAILURE
WSA_QOS_BAD_STYLE
WSA_QOS_BAD_OBJECT
WSA_QOS_TRAFFIC_CTRL_ERROR
WSA_QOS_GENERIC_ERROR
WSA_QOS_ESERVICETYPE
WSA_QOS_EFLOWSPEC
WSA_QOS_EPROVSPECBUF
WSA_QOS_EFILTERSTYLE
WSA_QOS_EFILTERTYPE
WSA_QOS_EFILTERCOUNT
WSA_QOS_EOBJLENGTH
WSA_QOS_EFLOWCOUNT
WSA_QOS_EUNKOWNPSOBJ
WSA_QOS_EPOLICYOBJ
WSA_QOS_EFLOWDESC
WSA_QOS_EPSFLOWSPEC
WSA_QOS_EPSFILTERSPEC
WSA_QOS_ESDMODEOBJ
WSA_QOS_ESHAPERATEOBJ
WSA_QOS_RESERVED_PETYPE
WSA_SECURE_HOST_NOT_FOUND
WSA_IPSEC_NAME_POLICY_ERROR
-
ERROR_INTERNET_*
-
12000 – 12175 (0x2EE0)
See Internet Error Codes and WinInet.h.
-
13000 (0x32C8)
The specified quick mode policy already exists.
-
13001 (0x32C9)
The specified quick mode policy was not found.
-
13002 (0x32CA)
The specified quick mode policy is being used.
-
13003 (0x32CB)
The specified main mode policy already exists.
-
13004 (0x32CC)
The specified main mode policy was not found.
-
13005 (0x32CD)
The specified main mode policy is being used.
-
13006 (0x32CE)
The specified main mode filter already exists.
-
13007 (0x32CF)
The specified main mode filter was not found.
-
13008 (0x32D0)
The specified transport mode filter already exists.
-
13009 (0x32D1)
The specified transport mode filter does not exist.
-
13010 (0x32D2)
The specified main mode authentication list exists.
-
13011 (0x32D3)
The specified main mode authentication list was not found.
-
13012 (0x32D4)
The specified main mode authentication list is being used.
-
13013 (0x32D5)
The specified default main mode policy was not found.
-
13014 (0x32D6)
The specified default main mode authentication list was not found.
-
13015 (0x32D7)
The specified default quick mode policy was not found.
-
13016 (0x32D8)
The specified tunnel mode filter exists.
-
13017 (0x32D9)
The specified tunnel mode filter was not found.
-
13018 (0x32DA)
The Main Mode filter is pending deletion.
-
13019 (0x32DB)
The transport filter is pending deletion.
-
13020 (0x32DC)
The tunnel filter is pending deletion.
-
13021 (0x32DD)
The Main Mode policy is pending deletion.
-
13022 (0x32DE)
The Main Mode authentication bundle is pending deletion.
-
13023 (0x32DF)
The Quick Mode policy is pending deletion.
-
13024 (0x32E0)
The Main Mode policy was successfully added, but some of the requested offers are not supported.
-
13025 (0x32E1)
The Quick Mode policy was successfully added, but some of the requested offers are not supported.
-
13800 (0x35E8)
ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
-
13801 (0x35E9)
IKE authentication credentials are unacceptable.
-
13802 (0x35EA)
IKE security attributes are unacceptable.
-
13803 (0x35EB)
IKE Negotiation in progress.
-
13804 (0x35EC)
General processing error.
-
13805 (0x35ED)
Negotiation timed out.
-
13806 (0x35EE)
IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store.
-
13807 (0x35EF)
IKE SA deleted by peer before establishment completed.
-
13808 (0x35F0)
IKE SA deleted before establishment completed.
-
13809 (0x35F1)
Negotiation request sat in Queue too long.
-
13810 (0x35F2)
Negotiation request sat in Queue too long.
-
13811 (0x35F3)
Negotiation request sat in Queue too long.
-
13812 (0x35F4)
Negotiation request sat in Queue too long.
-
13813 (0x35F5)
No response from peer.
-
13814 (0x35F6)
Negotiation took too long.
-
13815 (0x35F7)
Negotiation took too long.
-
13816 (0x35F8)
Unknown error occurred.
-
13817 (0x35F9)
Certificate Revocation Check failed.
-
13818 (0x35FA)
Invalid certificate key usage.
-
13819 (0x35FB)
Invalid certificate type.
-
13820 (0x35FC)
IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your Network Security administrator about replacing with a certificate that has a private key.
-
13821 (0x35FD)
Simultaneous rekeys were detected.
-
13822 (0x35FE)
Failure in Diffie-Hellman computation.
-
13823 (0x35FF)
Don’t know how to process critical payload.
-
13824 (0x3600)
Invalid header.
-
13825 (0x3601)
No policy configured.
-
13826 (0x3602)
Failed to verify signature.
-
13827 (0x3603)
Failed to authenticate using Kerberos.
-
13828 (0x3604)
Peer’s certificate did not have a public key.
-
13829 (0x3605)
Error processing error payload.
-
13830 (0x3606)
Error processing SA payload.
-
13831 (0x3607)
Error processing Proposal payload.
-
13832 (0x3608)
Error processing Transform payload.
-
13833 (0x3609)
Error processing KE payload.
-
13834 (0x360A)
Error processing ID payload.
-
13835 (0x360B)
Error processing Cert payload.
-
13836 (0x360C)
Error processing Certificate Request payload.
-
13837 (0x360D)
Error processing Hash payload.
-
13838 (0x360E)
Error processing Signature payload.
-
13839 (0x360F)
Error processing Nonce payload.
-
13840 (0x3610)
Error processing Notify payload.
-
13841 (0x3611)
Error processing Delete Payload.
-
13842 (0x3612)
Error processing VendorId payload.
-
13843 (0x3613)
Invalid payload received.
-
13844 (0x3614)
Soft SA loaded.
-
13845 (0x3615)
Soft SA torn down.
-
13846 (0x3616)
Invalid cookie received.
-
13847 (0x3617)
Peer failed to send valid machine certificate.
-
13848 (0x3618)
Certification Revocation check of peer’s certificate failed.
-
13849 (0x3619)
New policy invalidated SAs formed with old policy.
-
13850 (0x361A)
There is no available Main Mode IKE policy.
-
13851 (0x361B)
Failed to enabled TCB privilege.
-
13852 (0x361C)
Failed to load SECURITY.DLL.
-
13853 (0x361D)
Failed to obtain security function table dispatch address from SSPI.
-
13854 (0x361E)
Failed to query Kerberos package to obtain max token size.
-
13855 (0x361F)
Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
-
13856 (0x3620)
Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
-
13857 (0x3621)
Failed to obtain new SPI for the inbound SA from IPsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.
-
13858 (0x3622)
Given filter is invalid.
-
13859 (0x3623)
Memory allocation failed.
-
13860 (0x3624)
Failed to add Security Association to IPsec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.
-
13861 (0x3625)
Invalid policy.
-
13862 (0x3626)
Invalid DOI.
-
13863 (0x3627)
Invalid situation.
-
13864 (0x3628)
Diffie-Hellman failure.
-
13865 (0x3629)
Invalid Diffie-Hellman group.
-
13866 (0x362A)
Error encrypting payload.
-
13867 (0x362B)
Error decrypting payload.
-
13868 (0x362C)
Policy match error.
-
13869 (0x362D)
Unsupported ID.
-
13870 (0x362E)
Hash verification failed.
-
13871 (0x362F)
Invalid hash algorithm.
-
13872 (0x3630)
Invalid hash size.
-
13873 (0x3631)
Invalid encryption algorithm.
-
13874 (0x3632)
Invalid authentication algorithm.
-
13875 (0x3633)
Invalid certificate signature.
-
13876 (0x3634)
Load failed.
-
13877 (0x3635)
Deleted via RPC call.
-
13878 (0x3636)
Temporary state created to perform reinitialization. This is not a real failure.
-
13879 (0x3637)
The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine.
-
13880 (0x3638)
The recipient cannot handle version of IKE specified in the header.
-
13881 (0x3639)
Key length in certificate is too small for configured security requirements.
-
13882 (0x363A)
Max number of established MM SAs to peer exceeded.
-
13883 (0x363B)
IKE received a policy that disables negotiation.
-
13884 (0x363C)
Reached maximum quick mode limit for the main mode. New main mode will be started.
-
13885 (0x363D)
Main mode SA lifetime expired or peer sent a main mode delete.
-
13886 (0x363E)
Main mode SA assumed to be invalid because peer stopped responding.
-
13887 (0x363F)
Certificate doesn’t chain to a trusted root in IPsec policy.
-
13888 (0x3640)
Received unexpected message ID.
-
13889 (0x3641)
Received invalid authentication offers.
-
13890 (0x3642)
Sent DoS cookie notify to initiator.
-
13891 (0x3643)
IKE service is shutting down.
-
13892 (0x3644)
Could not verify binding between CGA address and certificate.
-
13893 (0x3645)
Error processing NatOA payload.
-
13894 (0x3646)
Parameters of the main mode are invalid for this quick mode.
-
13895 (0x3647)
Quick mode SA was expired by IPsec driver.
-
13896 (0x3648)
Too many dynamically added IKEEXT filters were detected.
-
13897 (0x3649)
ERROR_IPSEC_IKE_NEG_STATUS_END
-
13898 (0x364A)
NAP reauth succeeded and must delete the dummy NAP IKEv2 tunnel.
-
13899 (0x364B)
Error in assigning inner IP address to initiator in tunnel mode.
-
13900 (0x364C)
Require configuration payload missing.
-
13901 (0x364D)
A negotiation running as the security principle who issued the connection is in progress.
-
13902 (0x364E)
SA was deleted due to IKEv1/AuthIP co-existence suppress check.
-
13903 (0x364F)
Incoming SA request was dropped due to peer IP address rate limiting.
-
13904 (0x3650)
Peer does not support MOBIKE.
-
13905 (0x3651)
SA establishment is not authorized.
-
13906 (0x3652)
SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential.
-
13907 (0x3653)
SA establishment is not authorized. You may need to enter updated or different credentials such as a smartcard.
-
13908 (0x3654)
SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential. This might be related to certificate-to-account mapping failure for the SA.
-
13909 (0x3655)
ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
-
13910 (0x3656)
The SPI in the packet does not match a valid IPsec SA.
-
13911 (0x3657)
Packet was received on an IPsec SA whose lifetime has expired.
-
13912 (0x3658)
Packet was received on an IPsec SA that does not match the packet characteristics.
-
13913 (0x3659)
Packet sequence number replay check failed.
-
13914 (0x365A)
IPsec header and/or trailer in the packet is invalid.
-
13915 (0x365B)
IPsec integrity check failed.
-
13916 (0x365C)
IPsec dropped a clear text packet.
-
13917 (0x365D)
IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.
-
13918 (0x365E)
IPsec dropped a packet due to DoS throttling.
-
13925 (0x3665)
IPsec DoS Protection matched an explicit block rule.
-
13926 (0x3666)
IPsec DoS Protection received an IPsec specific multicast packet which is not allowed.
-
13927 (0x3667)
IPsec DoS Protection received an incorrectly formatted packet.
-
13928 (0x3668)
IPsec DoS Protection failed to look up state.
-
13929 (0x3669)
IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached.
-
13930 (0x366A)
IPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.
-
13931 (0x366B)
IPsec DoS Protection has not been enabled.
-
13932 (0x366C)
IPsec DoS Protection failed to create a per internal IP rate limit queue because the maximum number of queues allowed by policy has been reached.
-
14000 (0x36B0)
The requested section was not present in the activation context.
-
14001 (0x36B1)
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
-
14002 (0x36B2)
The application binding data format is invalid.
-
14003 (0x36B3)
The referenced assembly is not installed on your system.
-
14004 (0x36B4)
The manifest file does not begin with the required tag and format information.
-
14005 (0x36B5)
The manifest file contains one or more syntax errors.
-
14006 (0x36B6)
The application attempted to activate a disabled activation context.
-
14007 (0x36B7)
The requested lookup key was not found in any active activation context.
-
14008 (0x36B8)
A component version required by the application conflicts with another component version already active.
-
14009 (0x36B9)
The type requested activation context section does not match the query API used.
-
14010 (0x36BA)
Lack of system resources has required isolated activation to be disabled for the current thread of execution.
-
14011 (0x36BB)
An attempt to set the process default activation context failed because the process default activation context was already set.
-
14012 (0x36BC)
The encoding group identifier specified is not recognized.
-
14013 (0x36BD)
The encoding requested is not recognized.
-
14014 (0x36BE)
The manifest contains a reference to an invalid URI.
-
14015 (0x36BF)
The application manifest contains a reference to a dependent assembly which is not installed.
-
14016 (0x36C0)
The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed.
-
14017 (0x36C1)
The manifest contains an attribute for the assembly identity which is not valid.
-
14018 (0x36C2)
The manifest is missing the required default namespace specification on the assembly element.
-
14019 (0x36C3)
The manifest has a default namespace specified on the assembly element but its value is not “urn:schemas-microsoft-com:asm.v1”.
-
14020 (0x36C4)
The private manifest probed has crossed a path with an unsupported reparse point.
-
14021 (0x36C5)
Two or more components referenced directly or indirectly by the application manifest have files by the same name.
-
14022 (0x36C6)
Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
-
14023 (0x36C7)
Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
-
14024 (0x36C8)
Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
-
14025 (0x36C9)
Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
-
14026 (0x36CA)
Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
-
14027 (0x36CB)
Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.
-
14028 (0x36CC)
A component’s file does not match the verification information present in the component manifest.
-
14029 (0x36CD)
The policy manifest contains one or more syntax errors.
-
14030 (0x36CE)
Manifest Parse Error : A string literal was expected, but no opening quote character was found.
-
14031 (0x36CF)
Manifest Parse Error : Incorrect syntax was used in a comment.
-
14032 (0x36D0)
Manifest Parse Error : A name was started with an invalid character.
-
14033 (0x36D1)
Manifest Parse Error : A name contained an invalid character.
-
14034 (0x36D2)
Manifest Parse Error : A string literal contained an invalid character.
-
14035 (0x36D3)
Manifest Parse Error : Invalid syntax for an xml declaration.
-
14036 (0x36D4)
Manifest Parse Error : An Invalid character was found in text content.
-
14037 (0x36D5)
Manifest Parse Error : Required white space was missing.
-
14038 (0x36D6)
Manifest Parse Error : The character ‘>’ was expected.
-
14039 (0x36D7)
Manifest Parse Error : A semi colon character was expected.
-
14040 (0x36D8)
Manifest Parse Error : Unbalanced parentheses.
-
14041 (0x36D9)
Manifest Parse Error : Internal error.
-
14042 (0x36DA)
Manifest Parse Error : Whitespace is not allowed at this location.
-
14043 (0x36DB)
Manifest Parse Error : End of file reached in invalid state for current encoding.
-
14044 (0x36DC)
Manifest Parse Error : Missing parenthesis.
-
14045 (0x36DD)
Manifest Parse Error : A single or double closing quote character (\’ or \”) is missing.
-
14046 (0x36DE)
Manifest Parse Error : Multiple colons are not allowed in a name.
-
14047 (0x36DF)
Manifest Parse Error : Invalid character for decimal digit.
-
14048 (0x36E0)
Manifest Parse Error : Invalid character for hexadecimal digit.
-
14049 (0x36E1)
Manifest Parse Error : Invalid unicode character value for this platform.
-
14050 (0x36E2)
Manifest Parse Error : Expecting whitespace or ‘?’.
-
14051 (0x36E3)
Manifest Parse Error : End tag was not expected at this location.
-
14052 (0x36E4)
Manifest Parse Error : The following tags were not closed: %1.
-
14053 (0x36E5)
Manifest Parse Error : Duplicate attribute.
-
14054 (0x36E6)
Manifest Parse Error : Only one top level element is allowed in an XML document.
-
14055 (0x36E7)
Manifest Parse Error : Invalid at the top level of the document.
-
14056 (0x36E8)
Manifest Parse Error : Invalid xml declaration.
-
14057 (0x36E9)
Manifest Parse Error : XML document must have a top level element.
-
14058 (0x36EA)
Manifest Parse Error : Unexpected end of file.
-
14059 (0x36EB)
Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
-
14060 (0x36EC)
Manifest Parse Error : Element was not closed.
-
14061 (0x36ED)
Manifest Parse Error : End element was missing the character ‘>’.
-
14062 (0x36EE)
Manifest Parse Error : A string literal was not closed.
-
14063 (0x36EF)
Manifest Parse Error : A comment was not closed.
-
14064 (0x36F0)
Manifest Parse Error : A declaration was not closed.
-
14065 (0x36F1)
Manifest Parse Error : A CDATA section was not closed.
-
14066 (0x36F2)
Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string “xml”.
-
14067 (0x36F3)
Manifest Parse Error : System does not support the specified encoding.
-
14068 (0x36F4)
Manifest Parse Error : Switch from current encoding to specified encoding not supported.
-
14069 (0x36F5)
Manifest Parse Error : The name ‘xml’ is reserved and must be lower case.
-
14070 (0x36F6)
Manifest Parse Error : The standalone attribute must have the value ‘yes’ or ‘no’.
-
14071 (0x36F7)
Manifest Parse Error : The standalone attribute cannot be used in external entities.
-
14072 (0x36F8)
Manifest Parse Error : Invalid version number.
-
14073 (0x36F9)
Manifest Parse Error : Missing equals sign between attribute and attribute value.
-
14074 (0x36FA)
Assembly Protection Error : Unable to recover the specified assembly.
-
14075 (0x36FB)
Assembly Protection Error : The public key for an assembly was too short to be allowed.
-
14076 (0x36FC)
Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly’s manifest.
-
14077 (0x36FD)
An HRESULT could not be translated to a corresponding Win32 error code.
-
14078 (0x36FE)
Assembly Protection Error : The catalog for an assembly is missing.
-
14079 (0x36FF)
The supplied assembly identity is missing one or more attributes which must be present in this context.
-
14080 (0x3700)
The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
-
14081 (0x3701)
The referenced assembly could not be found.
-
14082 (0x3702)
The activation context activation stack for the running thread of execution is corrupt.
-
14083 (0x3703)
The application isolation metadata for this process or thread has become corrupt.
-
14084 (0x3704)
The activation context being deactivated is not the most recently activated one.
-
14085 (0x3705)
The activation context being deactivated is not active for the current thread of execution.
-
14086 (0x3706)
The activation context being deactivated has already been deactivated.
-
14087 (0x3707)
A component used by the isolation facility has requested to terminate the process.
-
14088 (0x3708)
A kernel mode component is releasing a reference on an activation context.
-
14089 (0x3709)
The activation context of system default assembly could not be generated.
-
14090 (0x370A)
The value of an attribute in an identity is not within the legal range.
-
14091 (0x370B)
The name of an attribute in an identity is not within the legal range.
-
14092 (0x370C)
An identity contains two definitions for the same attribute.
-
14093 (0x370D)
The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value.
-
14094 (0x370E)
A string containing localized substitutable content was malformed. Either a dollar sign ($) was followed by something other than a left parenthesis or another dollar sign or an substitution’s right parenthesis was not found.
-
14095 (0x370F)
The public key token does not correspond to the public key specified.
-
14096 (0x3710)
A substitution string had no mapping.
-
14097 (0x3711)
The component must be locked before making the request.
-
14098 (0x3712)
The component store has been corrupted.
-
14099 (0x3713)
An advanced installer failed during setup or servicing.
-
14100 (0x3714)
The character encoding in the XML declaration did not match the encoding used in the document.
-
14101 (0x3715)
The identities of the manifests are identical but their contents are different.
-
14102 (0x3716)
The component identities are different.
-
14103 (0x3717)
The assembly is not a deployment.
-
14104 (0x3718)
The file is not a part of the assembly.
-
14105 (0x3719)
The size of the manifest exceeds the maximum allowed.
-
14106 (0x371A)
The setting is not registered.
-
14107 (0x371B)
One or more required members of the transaction are not present.
-
14108 (0x371C)
The SMI primitive installer failed during setup or servicing.
-
14109 (0x371D)
A generic command executable returned a result that indicates failure.
-
14110 (0x371E)
A component is missing file verification information in its manifest.
-
15000 (0x3A98)
The specified channel path is invalid.
-
15001 (0x3A99)
The specified query is invalid.
-
15002 (0x3A9A)
The publisher metadata cannot be found in the resource.
-
15003 (0x3A9B)
The template for an event definition cannot be found in the resource (error = %1).
-
15004 (0x3A9C)
The specified publisher name is invalid.
-
15005 (0x3A9D)
The event data raised by the publisher is not compatible with the event template definition in the publisher’s manifest.
-
15007 (0x3A9F)
The specified channel could not be found. Check channel configuration.
-
15008 (0x3AA0)
The specified xml text was not well-formed. See Extended Error for more details.
-
15009 (0x3AA1)
The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a logfile and cannot be subscribed to.
-
15010 (0x3AA2)
Configuration error.
-
15011 (0x3AA3)
The query result is stale / invalid. This may be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query.
-
15012 (0x3AA4)
Query result is currently at an invalid position.
-
15013 (0x3AA5)
Registered MSXML doesn’t support validation.
-
15014 (0x3AA6)
An expression can only be followed by a change of scope operation if it itself evaluates to a node set and is not already part of some other change of scope operation.
-
15015 (0x3AA7)
Can’t perform a step operation from a term that does not represent an element set.
-
15016 (0x3AA8)
Left hand side arguments to binary operators must be either attributes, nodes or variables and right hand side arguments must be constants.
-
15017 (0x3AA9)
A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceeding node set can be evaluated.
-
15018 (0x3AAA)
This data type is currently unsupported.
-
15019 (0x3AAB)
A syntax error occurred at position %1!d!.
-
15020 (0x3AAC)
This operator is unsupported by this implementation of the filter.
-
15021 (0x3AAD)
The token encountered was unexpected.
-
15022 (0x3AAE)
The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation.
-
15023 (0x3AAF)
Channel property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can’t be updated or is not supported by this type of channel.
-
15024 (0x3AB0)
Publisher property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can’t be updated or is not supported by this type of publisher.
-
15025 (0x3AB1)
The channel fails to activate.
-
15026 (0x3AB2)
The xpath expression exceeded supported complexity. Please symplify it or split it into two or more simple expressions.
-
15027 (0x3AB3)
the message resource is present but the message is not found in the string/message table.
-
15028 (0x3AB4)
The message id for the desired message could not be found.
-
15029 (0x3AB5)
The substitution string for insert index (%1) could not be found.
-
15030 (0x3AB6)
The description string for parameter reference (%1) could not be found.
-
15031 (0x3AB7)
The maximum number of replacements has been reached.
-
15032 (0x3AB8)
The event definition could not be found for event id (%1).
-
15033 (0x3AB9)
The locale specific resource for the desired message is not present.
-
15034 (0x3ABA)
The resource is too old to be compatible.
-
15035 (0x3ABB)
The resource is too new to be compatible.
-
15036 (0x3ABC)
The channel at index %1!d! of the query can’t be opened.
-
15037 (0x3ABD)
The publisher has been disabled and its resource is not avaiable. This usually occurs when the publisher is in the process of being uninstalled or upgraded.
-
15038 (0x3ABE)
Attempted to create a numeric type that is outside of its valid range.
-
15080 (0x3AE8)
The subscription fails to activate.
-
15081 (0x3AE9)
The log of the subscription is in disabled state, and can not be used to forward events to. The log must first be enabled before the subscription can be activated.
-
15082 (0x3AEA)
When forwarding events from local machine to itself, the query of the subscription can’t contain target log of the subscription.
-
15083 (0x3AEB)
The credential store that is used to save credentials is full.
-
15084 (0x3AEC)
The credential used by this subscription can’t be found in credential store.
-
15085 (0x3AED)
No active channel is found for the query.
-
15100 (0x3AFC)
The resource loader failed to find MUI file.
-
15101 (0x3AFD)
The resource loader failed to load MUI file because the file fail to pass validation.
-
15102 (0x3AFE)
The RC Manifest is corrupted with garbage data or unsupported version or missing required item.
-
15103 (0x3AFF)
The RC Manifest has invalid culture name.
-
15104 (0x3B00)
The RC Manifest has invalid ultimatefallback name.
-
15105 (0x3B01)
The resource loader cache doesn’t have loaded MUI entry.
-
15106 (0x3B02)
User stopped resource enumeration.
-
15107 (0x3B03)
UI language installation failed.
-
15108 (0x3B04)
Locale installation failed.
-
15110 (0x3B06)
A resource does not have default or neutral value.
-
15111 (0x3B07)
Invalid PRI config file.
-
15112 (0x3B08)
Invalid file type.
-
15113 (0x3B09)
Unknown qualifier.
-
15114 (0x3B0A)
Invalid qualifier value.
-
15115 (0x3B0B)
No Candidate found.
-
15116 (0x3B0C)
The ResourceMap or NamedResource has an item that does not have default or neutral resource..
-
15117 (0x3B0D)
Invalid ResourceCandidate type.
-
15118 (0x3B0E)
Duplicate Resource Map.
-
15119 (0x3B0F)
Duplicate Entry.
-
15120 (0x3B10)
Invalid Resource Identifier.
-
15121 (0x3B11)
Filepath too long.
-
15122 (0x3B12)
Unsupported directory type.
-
15126 (0x3B16)
Invalid PRI File.
-
15127 (0x3B17)
NamedResource Not Found.
-
15135 (0x3B1F)
ResourceMap Not Found.
-
15136 (0x3B20)
Unsupported MRT profile type.
-
15137 (0x3B21)
Invalid qualifier operator.
-
15138 (0x3B22)
Unable to determine qualifier value or qualifier value has not been set.
-
15139 (0x3B23)
Automerge is enabled in the PRI file.
-
15140 (0x3B24)
Too many resources defined for package.
-
15200 (0x3B60)
The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1 or MCCS 2 Revision 1 specification.
-
15201 (0x3B61)
The monitor’s VCP Version (0xDF) VCP code returned an invalid version value.
-
15202 (0x3B62)
The monitor does not comply with the MCCS specification it claims to support.
-
15203 (0x3B63)
The MCCS version in a monitor’s mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used.
-
15204 (0x3B64)
The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification.
-
15205 (0x3B65)
An internal Monitor Configuration API error occurred.
-
15206 (0x3B66)
The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
-
15207 (0x3B67)
The caller of SetMonitorColorTemperature specified a color temperature that the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
-
15250 (0x3B92)
The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
-
15299 (0x3BC3)
The requested system device cannot be found.
-
15300 (0x3BC4)
Hash generation for the specified hash version and hash type is not enabled on the server.
-
15301 (0x3BC5)
The hash requested from the server is not available or no longer valid.
-
15321 (0x3BD9)
The secondary interrupt controller instance that manages the specified interrupt is not registered.
-
15322 (0x3BDA)
The information supplied by the GPIO client driver is invalid.
-
15323 (0x3BDB)
The version specified by the GPIO client driver is not supported.
-
15324 (0x3BDC)
The registration packet supplied by the GPIO client driver is not valid.
-
15325 (0x3BDD)
The requested operation is not suppported for the specified handle.
-
15326 (0x3BDE)
The requested connect mode conflicts with an existing mode on one or more of the specified pins.
-
15327 (0x3BDF)
The interrupt requested to be unmasked is not masked.
-
15400 (0x3C28)
The requested run level switch cannot be completed successfully.
-
15401 (0x3C29)
The service has an invalid run level setting. The run level for a service must not be higher than the run level of its dependent services.
-
15402 (0x3C2A)
The requested run level switch cannot be completed successfully since one or more services will not stop or restart within the specified timeout.
-
15403 (0x3C2B)
A run level switch agent did not respond within the specified timeout.
-
15404 (0x3C2C)
A run level switch is currently in progress.
-
15405 (0x3C2D)
One or more services failed to start during the service startup phase of a run level switch.
-
15501 (0x3C8D)
The task stop request cannot be completed immediately since task needs more time to shutdown.
-
15600 (0x3CF0)
Package could not be opened.
-
15601 (0x3CF1)
Package was not found.
-
15602 (0x3CF2)
Package data is invalid.
-
15603 (0x3CF3)
Package failed updates, dependency or conflict validation.
-
15604 (0x3CF4)
There is not enough disk space on your computer. Please free up some space and try again.
-
15605 (0x3CF5)
There was a problem downloading your product.
-
15606 (0x3CF6)
Package could not be registered.
-
15607 (0x3CF7)
Package could not be unregistered.
-
15608 (0x3CF8)
User cancelled the install request.
-
15609 (0x3CF9)
Install failed. Please contact your software vendor.
-
15610 (0x3CFA)
Removal failed. Please contact your software vendor.
-
15611 (0x3CFB)
The provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.
-
15612 (0x3CFC)
The application cannot be started. Try reinstalling the application to fix the problem.
-
15613 (0x3CFD)
A Prerequisite for an install could not be satisfied.
-
15614 (0x3CFE)
The package repository is corrupted.
-
15615 (0x3CFF)
To install this application you need either a Windows developer license or a sideloading-enabled system.
-
15616 (0x3D00)
The application cannot be started because it is currently updating.
-
15617 (0x3D01)
The package deployment operation is blocked by policy. Please contact your system administrator.
-
15618 (0x3D02)
The package could not be installed because resources it modifies are currently in use.
-
15619 (0x3D03)
The package could not be recovered because necessary data for recovery have been corrupted.
-
15620 (0x3D04)
The signature is invalid. To register in developer mode, AppxSignature.p7x and AppxBlockMap.xml must be valid or should not be present.
-
15621 (0x3D05)
An error occurred while deleting the package’s previously existing application data.
-
15622 (0x3D06)
The package could not be installed because a higher version of this package is already installed.
-
15623 (0x3D07)
An error in a system binary was detected. Try refreshing the PC to fix the problem.
-
15624 (0x3D08)
A corrupted CLR NGEN binary was detected on the system.
-
15625 (0x3D09)
The operation could not be resumed because necessary data for recovery have been corrupted.
-
15626 (0x3D0A)
The package could not be installed because the Windows Firewall service is not running. Enable the Windows Firewall service and try again.
-
15700 (0x3D54)
The process has no package identity.
-
15701 (0x3D55)
The package runtime information is corrupted.
-
15702 (0x3D56)
The package identity is corrupted.
-
15703 (0x3D57)
The process has no application identity.
-
15800 (0x3DB8)
Loading the state store failed.
-
15801 (0x3DB9)
Retrieving the state version for the application failed.
-
15802 (0x3DBA)
Setting the state version for the application failed.
-
15803 (0x3DBB)
Resetting the structured state of the application failed.
-
15804 (0x3DBC)
State Manager failed to open the container.
-
15805 (0x3DBD)
State Manager failed to create the container.
-
15806 (0x3DBE)
State Manager failed to delete the container.
-
15807 (0x3DBF)
State Manager failed to read the setting.
-
15808 (0x3DC0)
State Manager failed to write the setting.
-
15809 (0x3DC1)
State Manager failed to delete the setting.
-
15810 (0x3DC2)
State Manager failed to query the setting.
-
15811 (0x3DC3)
State Manager failed to read the composite setting.
-
15812 (0x3DC4)
State Manager failed to write the composite setting.
-
15813 (0x3DC5)
State Manager failed to enumerate the containers.
-
15814 (0x3DC6)
State Manager failed to enumerate the settings.
-
15815 (0x3DC7)
The size of the state manager composite setting value has exceeded the limit.
-
15816 (0x3DC8)
The size of the state manager setting value has exceeded the limit.
-
15817 (0x3DC9)
The length of the state manager setting name has exceeded the limit.
-
15818 (0x3DCA)
The length of the state manager container name has exceeded the limit.
-
15841 (0x3DE1)
This API cannot be used in the context of the caller’s application type.
ERROR_IPSEC_QM_POLICY_EXISTS
ERROR_IPSEC_QM_POLICY_NOT_FOUND
ERROR_IPSEC_QM_POLICY_IN_USE
ERROR_IPSEC_MM_POLICY_EXISTS
ERROR_IPSEC_MM_POLICY_NOT_FOUND
ERROR_IPSEC_MM_POLICY_IN_USE
ERROR_IPSEC_MM_FILTER_EXISTS
ERROR_IPSEC_MM_FILTER_NOT_FOUND
ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
ERROR_IPSEC_MM_AUTH_EXISTS
ERROR_IPSEC_MM_AUTH_NOT_FOUND
ERROR_IPSEC_MM_AUTH_IN_USE
ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
ERROR_IPSEC_TUNNEL_FILTER_EXISTS
ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
ERROR_IPSEC_MM_FILTER_PENDING_DELETION
ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
ERROR_IPSEC_MM_POLICY_PENDING_DELETION
ERROR_IPSEC_MM_AUTH_PENDING_DELETION
ERROR_IPSEC_QM_POLICY_PENDING_DELETION
WARNING_IPSEC_MM_POLICY_PRUNED
WARNING_IPSEC_QM_POLICY_PRUNED
ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
ERROR_IPSEC_IKE_AUTH_FAIL
ERROR_IPSEC_IKE_ATTRIB_FAIL
ERROR_IPSEC_IKE_NEGOTIATION_PENDING
ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
ERROR_IPSEC_IKE_TIMED_OUT
ERROR_IPSEC_IKE_NO_CERT
ERROR_IPSEC_IKE_SA_DELETED
ERROR_IPSEC_IKE_SA_REAPED
ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
ERROR_IPSEC_IKE_QUEUE_DROP_MM
ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
ERROR_IPSEC_IKE_DROP_NO_RESPONSE
ERROR_IPSEC_IKE_MM_DELAY_DROP
ERROR_IPSEC_IKE_QM_DELAY_DROP
ERROR_IPSEC_IKE_ERROR
ERROR_IPSEC_IKE_CRL_FAILED
ERROR_IPSEC_IKE_INVALID_KEY_USAGE
ERROR_IPSEC_IKE_INVALID_CERT_TYPE
ERROR_IPSEC_IKE_NO_PRIVATE_KEY
ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY
ERROR_IPSEC_IKE_DH_FAIL
ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED
ERROR_IPSEC_IKE_INVALID_HEADER
ERROR_IPSEC_IKE_NO_POLICY
ERROR_IPSEC_IKE_INVALID_SIGNATURE
ERROR_IPSEC_IKE_KERBEROS_ERROR
ERROR_IPSEC_IKE_NO_PUBLIC_KEY
ERROR_IPSEC_IKE_PROCESS_ERR
ERROR_IPSEC_IKE_PROCESS_ERR_SA
ERROR_IPSEC_IKE_PROCESS_ERR_PROP
ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
ERROR_IPSEC_IKE_PROCESS_ERR_KE
ERROR_IPSEC_IKE_PROCESS_ERR_ID
ERROR_IPSEC_IKE_PROCESS_ERR_CERT
ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
ERROR_IPSEC_IKE_PROCESS_ERR_HASH
ERROR_IPSEC_IKE_PROCESS_ERR_SIG
ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
ERROR_IPSEC_IKE_INVALID_PAYLOAD
ERROR_IPSEC_IKE_LOAD_SOFT_SA
ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
ERROR_IPSEC_IKE_INVALID_COOKIE
ERROR_IPSEC_IKE_NO_PEER_CERT
ERROR_IPSEC_IKE_PEER_CRL_FAILED
ERROR_IPSEC_IKE_POLICY_CHANGE
ERROR_IPSEC_IKE_NO_MM_POLICY
ERROR_IPSEC_IKE_NOTCBPRIV
ERROR_IPSEC_IKE_SECLOADFAIL
ERROR_IPSEC_IKE_FAILSSPINIT
ERROR_IPSEC_IKE_FAILQUERYSSP
ERROR_IPSEC_IKE_SRVACQFAIL
ERROR_IPSEC_IKE_SRVQUERYCRED
ERROR_IPSEC_IKE_GETSPIFAIL
ERROR_IPSEC_IKE_INVALID_FILTER
ERROR_IPSEC_IKE_OUT_OF_MEMORY
ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
ERROR_IPSEC_IKE_INVALID_POLICY
ERROR_IPSEC_IKE_UNKNOWN_DOI
ERROR_IPSEC_IKE_INVALID_SITUATION
ERROR_IPSEC_IKE_DH_FAILURE
ERROR_IPSEC_IKE_INVALID_GROUP
ERROR_IPSEC_IKE_ENCRYPT
ERROR_IPSEC_IKE_DECRYPT
ERROR_IPSEC_IKE_POLICY_MATCH
ERROR_IPSEC_IKE_UNSUPPORTED_ID
ERROR_IPSEC_IKE_INVALID_HASH
ERROR_IPSEC_IKE_INVALID_HASH_ALG
ERROR_IPSEC_IKE_INVALID_HASH_SIZE
ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
ERROR_IPSEC_IKE_INVALID_AUTH_ALG
ERROR_IPSEC_IKE_INVALID_SIG
ERROR_IPSEC_IKE_LOAD_FAILED
ERROR_IPSEC_IKE_RPC_DELETE
ERROR_IPSEC_IKE_BENIGN_REINIT
ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION
ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
ERROR_IPSEC_IKE_MM_LIMIT
ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
ERROR_IPSEC_IKE_QM_LIMIT
ERROR_IPSEC_IKE_MM_EXPIRED
ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID
ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH
ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID
ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD
ERROR_IPSEC_IKE_DOS_COOKIE_SENT
ERROR_IPSEC_IKE_SHUTTING_DOWN
ERROR_IPSEC_IKE_CGA_AUTH_FAILED
ERROR_IPSEC_IKE_PROCESS_ERR_NATOA
ERROR_IPSEC_IKE_INVALID_MM_FOR_QM
ERROR_IPSEC_IKE_QM_EXPIRED
ERROR_IPSEC_IKE_TOO_MANY_FILTERS
ERROR_IPSEC_IKE_NEG_STATUS_END
ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL
ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE
ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING
ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING
ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS
ERROR_IPSEC_IKE_RATELIMIT_DROP
ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE
ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
ERROR_IPSEC_BAD_SPI
ERROR_IPSEC_SA_LIFETIME_EXPIRED
ERROR_IPSEC_WRONG_SA
ERROR_IPSEC_REPLAY_CHECK_FAILED
ERROR_IPSEC_INVALID_PACKET
ERROR_IPSEC_INTEGRITY_CHECK_FAILED
ERROR_IPSEC_CLEAR_TEXT_DROP
ERROR_IPSEC_AUTH_FIREWALL_DROP
ERROR_IPSEC_THROTTLE_DROP
ERROR_IPSEC_DOSP_BLOCK
ERROR_IPSEC_DOSP_RECEIVED_MULTICAST
ERROR_IPSEC_DOSP_INVALID_PACKET
ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED
ERROR_IPSEC_DOSP_MAX_ENTRIES
ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED
ERROR_IPSEC_DOSP_NOT_INSTALLED
ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES
ERROR_SXS_SECTION_NOT_FOUND
ERROR_SXS_CANT_GEN_ACTCTX
ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
ERROR_SXS_ASSEMBLY_NOT_FOUND
ERROR_SXS_MANIFEST_FORMAT_ERROR
ERROR_SXS_MANIFEST_PARSE_ERROR
ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
ERROR_SXS_KEY_NOT_FOUND
ERROR_SXS_VERSION_CONFLICT
ERROR_SXS_WRONG_SECTION_TYPE
ERROR_SXS_THREAD_QUERIES_DISABLED
ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
ERROR_SXS_UNKNOWN_ENCODING_GROUP
ERROR_SXS_UNKNOWN_ENCODING
ERROR_SXS_INVALID_XML_NAMESPACE_URI
ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
ERROR_SXS_DUPLICATE_DLL_NAME
ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
ERROR_SXS_DUPLICATE_CLSID
ERROR_SXS_DUPLICATE_IID
ERROR_SXS_DUPLICATE_TLBID
ERROR_SXS_DUPLICATE_PROGID
ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
ERROR_SXS_FILE_HASH_MISMATCH
ERROR_SXS_POLICY_PARSE_ERROR
ERROR_SXS_XML_E_MISSINGQUOTE
ERROR_SXS_XML_E_COMMENTSYNTAX
ERROR_SXS_XML_E_BADSTARTNAMECHAR
ERROR_SXS_XML_E_BADNAMECHAR
ERROR_SXS_XML_E_BADCHARINSTRING
ERROR_SXS_XML_E_XMLDECLSYNTAX
ERROR_SXS_XML_E_BADCHARDATA
ERROR_SXS_XML_E_MISSINGWHITESPACE
ERROR_SXS_XML_E_EXPECTINGTAGEND
ERROR_SXS_XML_E_MISSINGSEMICOLON
ERROR_SXS_XML_E_UNBALANCEDPAREN
ERROR_SXS_XML_E_INTERNALERROR
ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
ERROR_SXS_XML_E_INCOMPLETE_ENCODING
ERROR_SXS_XML_E_MISSING_PAREN
ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
ERROR_SXS_XML_E_MULTIPLE_COLONS
ERROR_SXS_XML_E_INVALID_DECIMAL
ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
ERROR_SXS_XML_E_INVALID_UNICODE
ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
ERROR_SXS_XML_E_UNEXPECTEDENDTAG
ERROR_SXS_XML_E_UNCLOSEDTAG
ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
ERROR_SXS_XML_E_MULTIPLEROOTS
ERROR_SXS_XML_E_INVALIDATROOTLEVEL
ERROR_SXS_XML_E_BADXMLDECL
ERROR_SXS_XML_E_MISSINGROOT
ERROR_SXS_XML_E_UNEXPECTEDEOF
ERROR_SXS_XML_E_BADPEREFINSUBSET
ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
ERROR_SXS_XML_E_UNCLOSEDENDTAG
ERROR_SXS_XML_E_UNCLOSEDSTRING
ERROR_SXS_XML_E_UNCLOSEDCOMMENT
ERROR_SXS_XML_E_UNCLOSEDDECL
ERROR_SXS_XML_E_UNCLOSEDCDATA
ERROR_SXS_XML_E_RESERVEDNAMESPACE
ERROR_SXS_XML_E_INVALIDENCODING
ERROR_SXS_XML_E_INVALIDSWITCH
ERROR_SXS_XML_E_BADXMLCASE
ERROR_SXS_XML_E_INVALID_STANDALONE
ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
ERROR_SXS_XML_E_INVALID_VERSION
ERROR_SXS_XML_E_MISSINGEQUALS
ERROR_SXS_PROTECTION_RECOVERY_FAILED
ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
ERROR_SXS_UNTRANSLATABLE_HRESULT
ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
ERROR_SXS_ASSEMBLY_MISSING
ERROR_SXS_CORRUPT_ACTIVATION_STACK
ERROR_SXS_CORRUPTION
ERROR_SXS_EARLY_DEACTIVATION
ERROR_SXS_INVALID_DEACTIVATION
ERROR_SXS_MULTIPLE_DEACTIVATION
ERROR_SXS_PROCESS_TERMINATION_REQUESTED
ERROR_SXS_RELEASE_ACTIVATION_CONTEXT
ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
ERROR_SXS_IDENTITY_PARSE_ERROR
ERROR_MALFORMED_SUBSTITUTION_STRING
ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN
ERROR_UNMAPPED_SUBSTITUTION_STRING
ERROR_SXS_ASSEMBLY_NOT_LOCKED
ERROR_SXS_COMPONENT_STORE_CORRUPT
ERROR_ADVANCED_INSTALLER_FAILED
ERROR_XML_ENCODING_MISMATCH
ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
ERROR_SXS_IDENTITIES_DIFFERENT
ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT
ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY
ERROR_SXS_MANIFEST_TOO_BIG
ERROR_SXS_SETTING_NOT_REGISTERED
ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE
ERROR_SMI_PRIMITIVE_INSTALLER_FAILED
ERROR_GENERIC_COMMAND_FAILED
ERROR_SXS_FILE_HASH_MISSING
ERROR_EVT_INVALID_CHANNEL_PATH
ERROR_EVT_INVALID_QUERY
ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND
ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND
ERROR_EVT_INVALID_PUBLISHER_NAME
ERROR_EVT_INVALID_EVENT_DATA
ERROR_EVT_CHANNEL_NOT_FOUND
ERROR_EVT_MALFORMED_XML_TEXT
ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL
ERROR_EVT_CONFIGURATION_ERROR
ERROR_EVT_QUERY_RESULT_STALE
ERROR_EVT_QUERY_RESULT_INVALID_POSITION
ERROR_EVT_NON_VALIDATING_MSXML
ERROR_EVT_FILTER_ALREADYSCOPED
ERROR_EVT_FILTER_NOTELTSET
ERROR_EVT_FILTER_INVARG
ERROR_EVT_FILTER_INVTEST
ERROR_EVT_FILTER_INVTYPE
ERROR_EVT_FILTER_PARSEERR
ERROR_EVT_FILTER_UNSUPPORTEDOP
ERROR_EVT_FILTER_UNEXPECTEDTOKEN
ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL
ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE
ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE
ERROR_EVT_CHANNEL_CANNOT_ACTIVATE
ERROR_EVT_FILTER_TOO_COMPLEX
ERROR_EVT_MESSAGE_NOT_FOUND
ERROR_EVT_MESSAGE_ID_NOT_FOUND
ERROR_EVT_UNRESOLVED_VALUE_INSERT
ERROR_EVT_UNRESOLVED_PARAMETER_INSERT
ERROR_EVT_MAX_INSERTS_REACHED
ERROR_EVT_EVENT_DEFINITION_NOT_FOUND
ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND
ERROR_EVT_VERSION_TOO_OLD
ERROR_EVT_VERSION_TOO_NEW
ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY
ERROR_EVT_PUBLISHER_DISABLED
ERROR_EVT_FILTER_OUT_OF_RANGE
ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE
ERROR_EC_LOG_DISABLED
ERROR_EC_CIRCULAR_FORWARDING
ERROR_EC_CREDSTORE_FULL
ERROR_EC_CRED_NOT_FOUND
ERROR_EC_NO_ACTIVE_CHANNEL
ERROR_MUI_FILE_NOT_FOUND
ERROR_MUI_INVALID_FILE
ERROR_MUI_INVALID_RC_CONFIG
ERROR_MUI_INVALID_LOCALE_NAME
ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME
ERROR_MUI_FILE_NOT_LOADED
ERROR_RESOURCE_ENUM_USER_STOP
ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED
ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME
ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE
ERROR_MRM_INVALID_PRICONFIG
ERROR_MRM_INVALID_FILE_TYPE
ERROR_MRM_UNKNOWN_QUALIFIER
ERROR_MRM_INVALID_QUALIFIER_VALUE
ERROR_MRM_NO_CANDIDATE
ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE
ERROR_MRM_RESOURCE_TYPE_MISMATCH
ERROR_MRM_DUPLICATE_MAP_NAME
ERROR_MRM_DUPLICATE_ENTRY
ERROR_MRM_INVALID_RESOURCE_IDENTIFIER
ERROR_MRM_FILEPATH_TOO_LONG
ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE
ERROR_MRM_INVALID_PRI_FILE
ERROR_MRM_NAMED_RESOURCE_NOT_FOUND
ERROR_MRM_MAP_NOT_FOUND
ERROR_MRM_UNSUPPORTED_PROFILE_TYPE
ERROR_MRM_INVALID_QUALIFIER_OPERATOR
ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE
ERROR_MRM_AUTOMERGE_ENABLED
ERROR_MRM_TOO_MANY_RESOURCES
ERROR_MCA_INVALID_CAPABILITIES_STRING
ERROR_MCA_INVALID_VCP_VERSION
ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION
ERROR_MCA_MCCS_VERSION_MISMATCH
ERROR_MCA_UNSUPPORTED_MCCS_VERSION
ERROR_MCA_INTERNAL_ERROR
ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED
ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE
ERROR_AMBIGUOUS_SYSTEM_DEVICE
ERROR_SYSTEM_DEVICE_NOT_FOUND
ERROR_HASH_NOT_SUPPORTED
ERROR_HASH_NOT_PRESENT
ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED
ERROR_GPIO_CLIENT_INFORMATION_INVALID
ERROR_GPIO_VERSION_NOT_SUPPORTED
ERROR_GPIO_INVALID_REGISTRATION_PACKET
ERROR_GPIO_OPERATION_DENIED
ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE
ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED
ERROR_CANNOT_SWITCH_RUNLEVEL
ERROR_INVALID_RUNLEVEL_SETTING
ERROR_RUNLEVEL_SWITCH_TIMEOUT
ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT
ERROR_RUNLEVEL_SWITCH_IN_PROGRESS
ERROR_SERVICES_FAILED_AUTOSTART
ERROR_COM_TASK_STOP_PENDING
ERROR_INSTALL_OPEN_PACKAGE_FAILED
ERROR_INSTALL_PACKAGE_NOT_FOUND
ERROR_INSTALL_INVALID_PACKAGE
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED
ERROR_INSTALL_OUT_OF_DISK_SPACE
ERROR_INSTALL_NETWORK_FAILURE
ERROR_INSTALL_REGISTRATION_FAILURE
ERROR_INSTALL_DEREGISTRATION_FAILURE
ERROR_INSTALL_CANCEL
ERROR_INSTALL_FAILED
ERROR_REMOVE_FAILED
ERROR_PACKAGE_ALREADY_EXISTS
ERROR_NEEDS_REMEDIATION
ERROR_INSTALL_PREREQUISITE_FAILED
ERROR_PACKAGE_REPOSITORY_CORRUPTED
ERROR_INSTALL_POLICY_FAILURE
ERROR_PACKAGE_UPDATING
ERROR_DEPLOYMENT_BLOCKED_BY_POLICY
ERROR_PACKAGES_IN_USE
ERROR_RECOVERY_FILE_CORRUPT
ERROR_INVALID_STAGED_SIGNATURE
ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED
ERROR_INSTALL_PACKAGE_DOWNGRADE
ERROR_SYSTEM_NEEDS_REMEDIATION
ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN
ERROR_RESILIENCY_FILE_CORRUPT
ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING
APPMODEL_ERROR_NO_PACKAGE
APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT
APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT
APPMODEL_ERROR_NO_APPLICATION
ERROR_STATE_LOAD_STORE_FAILED
ERROR_STATE_GET_VERSION_FAILED
ERROR_STATE_SET_VERSION_FAILED
ERROR_STATE_STRUCTURED_RESET_FAILED
ERROR_STATE_OPEN_CONTAINER_FAILED
ERROR_STATE_CREATE_CONTAINER_FAILED
ERROR_STATE_DELETE_CONTAINER_FAILED
ERROR_STATE_READ_SETTING_FAILED
ERROR_STATE_WRITE_SETTING_FAILED
ERROR_STATE_DELETE_SETTING_FAILED
ERROR_STATE_QUERY_SETTING_FAILED
ERROR_STATE_READ_COMPOSITE_SETTING_FAILED
ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED
ERROR_STATE_ENUMERATE_CONTAINER_FAILED
ERROR_STATE_ENUMERATE_SETTINGS_FAILED
ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED
ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED
ERROR_API_UNAVAILABLE