Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Files

Latest commit

 

History

History
6636 lines (6616 loc) · 830 KB

Example.md

File metadata and controls

6636 lines (6616 loc) · 830 KB

List of Windows HResult Error Codes

Generated by winerror parser, version 1.0.0.0.

Time: 2020-04-20T19:18:55.6656859+00:00

Table of Contents

List of Facility Codes

Code Value
FACILITY_NULL 0
FACILITY_RPC 1
FACILITY_DISPATCH 2
FACILITY_STORAGE 3
FACILITY_ITF 4
FACILITY_WIN32 7
FACILITY_WINDOWS 8
FACILITY_SSPI 9
FACILITY_SECURITY 9
FACILITY_CONTROL 10
FACILITY_CERT 11
FACILITY_INTERNET 12
FACILITY_MEDIASERVER 13
FACILITY_MSMQ 14
FACILITY_SETUPAPI 15
FACILITY_SCARD 16
FACILITY_COMPLUS 17
FACILITY_AAF 18
FACILITY_URT 19
FACILITY_ACS 20
FACILITY_DPLAY 21
FACILITY_UMI 22
FACILITY_SXS 23
FACILITY_CE 24
FACILITY_HTTP 25
FACILITY_COMMONLOG 26
FACILITY_WER 27
FACILITY_MANAGER 31
FACILITY_BACKGROUNDCOPY 32
FACILITY_CONFIGURATION 33
FACILITY_WIA 33
FACILITY_MANAGEMENT 34
FACILITY_METADIRECTORY 35
FACILITY_WINDOWSUPDATE 36
FACILITY_DIRECTORYSERVICE 37
FACILITY_GRAPHICS 38
FACILITY_SHELL 39
FACILITY_NAP 39
FACILITY_SERVICES 40
FACILITY_SOFTWARE 41
FACILITY_UI 42
FACILITY_XAML 43
FACILITY_QUEUE 44
FACILITY_PLA 48
FACILITY_SETUP 48
FACILITY_FVE 49
FACILITY_FWP 50
FACILITY_WINRM 51
FACILITY_NDIS 52
FACILITY_HYPERVISOR 53
FACILITY_CMI 54
FACILITY_VIRTUALIZATION 55
FACILITY_VOLMGR 56
FACILITY_BCD 57
FACILITY_VHD 58
FACILITY_HNS 59
FACILITY_SDIAG 60
FACILITY_WEBSERVICES 61
FACILITY_WINPE 61
FACILITY_WPN 62
FACILITY_STORE 63
FACILITY_INPUT 64
FACILITY_EAP 66
FACILITY_DEFENDER 80
FACILITY_OPC 81
FACILITY_XPS 82
FACILITY_MBN 84
FACILITY_POWERSHELL 84
FACILITY_RAS 83
FACILITY_INT 98
FACILITY_P2P 99
FACILITY_DAF 100
FACILITY_ATT 101
FACILITY_AUDIO 102
FACILITY_STATEREPOSITORY 103
FACILITY_VISUALCPP 109
FACILITY_SCRIPT 112
FACILITY_PARSE 113
FACILITY_BLB 120
FACILITY_CLI 121
FACILITY_WSBAPP 122
FACILITY_BLBUI 128
FACILITY_USN 129
FACILITY_VOLSNAP 130
FACILITY_TIERING 131
FACILITY_ONLINE 133
FACILITY_ID 134
FACILITY_AGENT 135
FACILITY_DRVSERVICING 136
FACILITY_DLS 153
FACILITY_OPTIMIZATION 208
FACILITY_SPACES 231
FACILITY_CORE 232
FACILITY_LICENSING 234
FACILITY_SOS 160
FACILITY_DEBUGGERS 176
FACILITY_SPP 256
FACILITY_RESTORE 256
FACILITY_DMSERVER 256
FACILITY_SERVER 257
FACILITY_IMAGING 258
FACILITY_MANAGEMENT 259
FACILITY_UTIL 260
FACILITY_BINLSVC 261
FACILITY_PXE 263
FACILITY_TFTP 264
FACILITY_MANAGEMENT 272
FACILITY_PROVISIONING 278
FACILITY_SERVER 289
FACILITY_CLIENT 290
FACILITY_PROVIDER 293
FACILITY_SERVICES 305
FACILITY_AUDIOSTREAMING 1094
FACILITY_ACCELERATOR 1536
FACILITY_WMAAECMA 1996
FACILITY_DIRECTMUSIC 2168
FACILITY_DIRECT3D10 2169
FACILITY_DXGI 2170
FACILITY_DDI 2171
FACILITY_DIRECT3D11 2172
FACILITY_DEBUG 2173
FACILITY_DIRECT3D12 2174
FACILITY_DEBUG 2175
FACILITY_LEAP 2184
FACILITY_AUDCLNT 2185
FACILITY_DWM 2200
FACILITY_WINML 2192
FACILITY_DIRECT2D 2201
FACILITY_DEFRAG 2304
FACILITY_SDBUS 2305
FACILITY_JSCRIPT 2306
FACILITY_PIDGENX 2561
FACILITY_EAS 85
FACILITY_WEB 885
FACILITY_SOCKET 886
FACILITY_MOBILE 1793
FACILITY_SQLITE 1967
FACILITY_UTC 1989
FACILITY_WEP 2049
FACILITY_SYNCENGINE 2050
FACILITY_XBOX 2339
FACILITY_GAME 2340
FACILITY_PIX 2748

Old HResult Layout

HResult is a 32-bit number (long in C, int in C# and some other languages) laid out as follows:

 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
+---+-+-+-----------------------+-------------------------------+
|Sev|C|R|     Facility          |               Code            |
+---+-+-+-----------------------+-------------------------------+
Name Description
Sev Severity code
C Customer code flag
R Reserved
Facility Facility code
Code Facility's status code
Sev Severity
00 Success
01 Informational
10 Warning
11 Error

List of HResult Codes in Old Format

Code HResult (Dec) HResult (Hex) Message
ERROR_SUCCESS 0 0x0 The operation completed successfully.
ERROR_INVALID_FUNCTION 1 0x1 Incorrect function.
ERROR_FILE_NOT_FOUND 2 0x2 The system cannot find the file specified.
ERROR_PATH_NOT_FOUND 3 0x3 The system cannot find the path specified.
ERROR_TOO_MANY_OPEN_FILES 4 0x4 The system cannot open the file.
ERROR_ACCESS_DENIED 5 0x5 Access is denied.
ERROR_INVALID_HANDLE 6 0x6 The handle is invalid.
ERROR_ARENA_TRASHED 7 0x7 The storage control blocks were destroyed.
ERROR_NOT_ENOUGH_MEMORY 8 0x8 Not enough memory resources are available to process this command.
ERROR_INVALID_BLOCK 9 0x9 The storage control block address is invalid.
ERROR_BAD_ENVIRONMENT 10 0xa The environment is incorrect.
ERROR_BAD_FORMAT 11 0xb An attempt was made to load a program with an incorrect format.
ERROR_INVALID_ACCESS 12 0xc The access code is invalid.
ERROR_INVALID_DATA 13 0xd The data is invalid.
ERROR_OUTOFMEMORY 14 0xe Not enough memory resources are available to complete this operation.
ERROR_INVALID_DRIVE 15 0xf The system cannot find the drive specified.
ERROR_CURRENT_DIRECTORY 16 0x10 The directory cannot be removed.
ERROR_NOT_SAME_DEVICE 17 0x11 The system cannot move the file to a different disk drive.
ERROR_NO_MORE_FILES 18 0x12 There are no more files.
ERROR_WRITE_PROTECT 19 0x13 The media is write protected.
ERROR_BAD_UNIT 20 0x14 The system cannot find the device specified.
ERROR_NOT_READY 21 0x15 The device is not ready.
ERROR_BAD_COMMAND 22 0x16 The device does not recognize the command.
ERROR_CRC 23 0x17 Data error (cyclic redundancy check).
ERROR_BAD_LENGTH 24 0x18 The program issued a command but the command length is incorrect.
ERROR_SEEK 25 0x19 The drive cannot locate a specific area or track on the disk.
ERROR_NOT_DOS_DISK 26 0x1a The specified disk or diskette cannot be accessed.
ERROR_SECTOR_NOT_FOUND 27 0x1b The drive cannot find the sector requested.
ERROR_OUT_OF_PAPER 28 0x1c The printer is out of paper.
ERROR_WRITE_FAULT 29 0x1d The system cannot write to the specified device.
ERROR_READ_FAULT 30 0x1e The system cannot read from the specified device.
ERROR_GEN_FAILURE 31 0x1f A device attached to the system is not functioning.
ERROR_SHARING_VIOLATION 32 0x20 The process cannot access the file because it is being used by another process.
ERROR_LOCK_VIOLATION 33 0x21 The process cannot access the file because another process has locked a portion of the file.
ERROR_WRONG_DISK 34 0x22 The wrong diskette is in the drive.\r\nInsert %2 (Volume Serial Number: %3) into drive %1.
ERROR_SHARING_BUFFER_EXCEEDED 36 0x24 Too many files opened for sharing.
ERROR_HANDLE_EOF 38 0x26 Reached the end of the file.
ERROR_HANDLE_DISK_FULL 39 0x27 The disk is full.
ERROR_NOT_SUPPORTED 50 0x32 The request is not supported.
ERROR_REM_NOT_LIST 51 0x33 Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.
ERROR_DUP_NAME 52 0x34 You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name.
ERROR_BAD_NETPATH 53 0x35 The network path was not found.
ERROR_NETWORK_BUSY 54 0x36 The network is busy.
ERROR_DEV_NOT_EXIST 55 0x37 The specified network resource or device is no longer available.
ERROR_TOO_MANY_CMDS 56 0x38 The network BIOS command limit has been reached.
ERROR_ADAP_HDW_ERR 57 0x39 A network adapter hardware error occurred.
ERROR_BAD_NET_RESP 58 0x3a The specified server cannot perform the requested operation.
ERROR_UNEXP_NET_ERR 59 0x3b An unexpected network error occurred.
ERROR_BAD_REM_ADAP 60 0x3c The remote adapter is not compatible.
ERROR_PRINTQ_FULL 61 0x3d The printer queue is full.
ERROR_NO_SPOOL_SPACE 62 0x3e Space to store the file waiting to be printed is not available on the server.
ERROR_PRINT_CANCELLED 63 0x3f Your file waiting to be printed was deleted.
ERROR_NETNAME_DELETED 64 0x40 The specified network name is no longer available.
ERROR_NETWORK_ACCESS_DENIED 65 0x41 Network access is denied.
ERROR_BAD_DEV_TYPE 66 0x42 The network resource type is not correct.
ERROR_BAD_NET_NAME 67 0x43 The network name cannot be found.
ERROR_TOO_MANY_NAMES 68 0x44 The name limit for the local computer network adapter card was exceeded.
ERROR_TOO_MANY_SESS 69 0x45 The network BIOS session limit was exceeded.
ERROR_SHARING_PAUSED 70 0x46 The remote server has been paused or is in the process of being started.
ERROR_REQ_NOT_ACCEP 71 0x47 No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
ERROR_REDIR_PAUSED 72 0x48 The specified printer or disk device has been paused.
ERROR_FILE_EXISTS 80 0x50 The file exists.
ERROR_CANNOT_MAKE 82 0x52 The directory or file cannot be created.
ERROR_OUT_OF_STRUCTURES 84 0x54 Storage to process this request is not available.
ERROR_ALREADY_ASSIGNED 85 0x55 The local device name is already in use.
ERROR_INVALID_PASSWORD 86 0x56 The specified network password is not correct.
ERROR_INVALID_PARAMETER 87 0x57 The parameter is incorrect.
ERROR_NET_WRITE_FAULT 88 0x58 A write fault occurred on the network.
ERROR_NO_PROC_SLOTS 89 0x59 The system cannot start another process at this time.
ERROR_TOO_MANY_SEMAPHORES 100 0x64 Cannot create another system semaphore.
ERROR_EXCL_SEM_ALREADY_OWNED 101 0x65 The exclusive semaphore is owned by another process.
ERROR_SEM_IS_SET 102 0x66 The semaphore is set and cannot be closed.
ERROR_TOO_MANY_SEM_REQUESTS 103 0x67 The semaphore cannot be set again.
ERROR_INVALID_AT_INTERRUPT_TIME 104 0x68 Cannot request exclusive semaphores at interrupt time.
ERROR_SEM_OWNER_DIED 105 0x69 The previous ownership of this semaphore has ended.
ERROR_SEM_USER_LIMIT 106 0x6a Insert the diskette for drive %1.
ERROR_DISK_CHANGE 107 0x6b The program stopped because an alternate diskette was not inserted.
ERROR_DRIVE_LOCKED 108 0x6c The disk is in use or locked by another process.
ERROR_BROKEN_PIPE 109 0x6d The pipe has been ended.
ERROR_OPEN_FAILED 110 0x6e The system cannot open the device or file specified.
ERROR_BUFFER_OVERFLOW 111 0x6f The file name is too long.
ERROR_DISK_FULL 112 0x70 There is not enough space on the disk.
ERROR_NO_MORE_SEARCH_HANDLES 113 0x71 No more internal file identifiers available.
ERROR_INVALID_TARGET_HANDLE 114 0x72 The target internal file identifier is incorrect.
ERROR_INVALID_CATEGORY 117 0x75 The IOCTL call made by the application program is not correct.
ERROR_INVALID_VERIFY_SWITCH 118 0x76 The verify-on-write switch parameter value is not correct.
ERROR_BAD_DRIVER_LEVEL 119 0x77 The system does not support the command requested.
ERROR_CALL_NOT_IMPLEMENTED 120 0x78 This function is not supported on this system.
ERROR_SEM_TIMEOUT 121 0x79 The semaphore timeout period has expired.
ERROR_INSUFFICIENT_BUFFER 122 0x7a The data area passed to a system call is too small.
ERROR_INVALID_NAME 123 0x7b The filename, directory name, or volume label syntax is incorrect.
ERROR_INVALID_LEVEL 124 0x7c The system call level is not correct.
ERROR_NO_VOLUME_LABEL 125 0x7d The disk has no volume label.
ERROR_MOD_NOT_FOUND 126 0x7e The specified module could not be found.
ERROR_PROC_NOT_FOUND 127 0x7f The specified procedure could not be found.
ERROR_WAIT_NO_CHILDREN 128 0x80 There are no child processes to wait for.
ERROR_CHILD_NOT_COMPLETE 129 0x81 The %1 application cannot be run in Win32 mode.
ERROR_DIRECT_ACCESS_HANDLE 130 0x82 Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
ERROR_NEGATIVE_SEEK 131 0x83 An attempt was made to move the file pointer before the beginning of the file.
ERROR_SEEK_ON_DEVICE 132 0x84 The file pointer cannot be set on the specified device or file.
ERROR_IS_JOIN_TARGET 133 0x85 A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
ERROR_IS_JOINED 134 0x86 An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
ERROR_IS_SUBSTED 135 0x87 An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
ERROR_NOT_JOINED 136 0x88 The system tried to delete the JOIN of a drive that is not joined.
ERROR_NOT_SUBSTED 137 0x89 The system tried to delete the substitution of a drive that is not substituted.
ERROR_JOIN_TO_JOIN 138 0x8a The system tried to join a drive to a directory on a joined drive.
ERROR_SUBST_TO_SUBST 139 0x8b The system tried to substitute a drive to a directory on a substituted drive.
ERROR_JOIN_TO_SUBST 140 0x8c The system tried to join a drive to a directory on a substituted drive.
ERROR_SUBST_TO_JOIN 141 0x8d The system tried to SUBST a drive to a directory on a joined drive.
ERROR_BUSY_DRIVE 142 0x8e The system cannot perform a JOIN or SUBST at this time.
ERROR_SAME_DRIVE 143 0x8f The system cannot join or substitute a drive to or for a directory on the same drive.
ERROR_DIR_NOT_ROOT 144 0x90 The directory is not a subdirectory of the root directory.
ERROR_DIR_NOT_EMPTY 145 0x91 The directory is not empty.
ERROR_IS_SUBST_PATH 146 0x92 The path specified is being used in a substitute.
ERROR_IS_JOIN_PATH 147 0x93 Not enough resources are available to process this command.
ERROR_PATH_BUSY 148 0x94 The path specified cannot be used at this time.
ERROR_IS_SUBST_TARGET 149 0x95 An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.
ERROR_SYSTEM_TRACE 150 0x96 System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
ERROR_INVALID_EVENT_COUNT 151 0x97 The number of specified semaphore events for DosMuxSemWait is not correct.
ERROR_TOO_MANY_MUXWAITERS 152 0x98 DosMuxSemWait did not execute; too many semaphores are already set.
ERROR_INVALID_LIST_FORMAT 153 0x99 The DosMuxSemWait list is not correct.
ERROR_LABEL_TOO_LONG 154 0x9a The volume label you entered exceeds the label character limit of the target file system.
ERROR_TOO_MANY_TCBS 155 0x9b Cannot create another thread.
ERROR_SIGNAL_REFUSED 156 0x9c The recipient process has refused the signal.
ERROR_DISCARDED 157 0x9d The segment is already discarded and cannot be locked.
ERROR_NOT_LOCKED 158 0x9e The segment is already unlocked.
ERROR_BAD_THREADID_ADDR 159 0x9f The address for the thread ID is not correct.
ERROR_BAD_ARGUMENTS 160 0xa0 One or more arguments are not correct.
ERROR_BAD_PATHNAME 161 0xa1 The specified path is invalid.
ERROR_SIGNAL_PENDING 162 0xa2 A signal is already pending.
ERROR_MAX_THRDS_REACHED 164 0xa4 No more threads can be created in the system.
ERROR_LOCK_FAILED 167 0xa7 Unable to lock a region of a file.
ERROR_BUSY 170 0xaa The requested resource is in use.
ERROR_DEVICE_SUPPORT_IN_PROGRESS 171 0xab Device's command support detection is in progress.
ERROR_CANCEL_VIOLATION 173 0xad A lock request was not outstanding for the supplied cancel region.
ERROR_ATOMIC_LOCKS_NOT_SUPPORTED 174 0xae The file system does not support atomic changes to the lock type.
ERROR_INVALID_SEGMENT_NUMBER 180 0xb4 The system detected a segment number that was not correct.
ERROR_INVALID_ORDINAL 182 0xb6 The operating system cannot run %1.
ERROR_ALREADY_EXISTS 183 0xb7 Cannot create a file when that file already exists.
ERROR_INVALID_FLAG_NUMBER 186 0xba The flag passed is not correct.
ERROR_SEM_NOT_FOUND 187 0xbb The specified system semaphore name was not found.
ERROR_INVALID_STARTING_CODESEG 188 0xbc The operating system cannot run %1.
ERROR_INVALID_STACKSEG 189 0xbd The operating system cannot run %1.
ERROR_INVALID_MODULETYPE 190 0xbe The operating system cannot run %1.
ERROR_INVALID_EXE_SIGNATURE 191 0xbf Cannot run %1 in Win32 mode.
ERROR_EXE_MARKED_INVALID 192 0xc0 The operating system cannot run %1.
ERROR_BAD_EXE_FORMAT 193 0xc1 %1 is not a valid Win32 application.
ERROR_INVALID_MINALLOCSIZE 195 0xc3 The operating system cannot run %1.
ERROR_DYNLINK_FROM_INVALID_RING 196 0xc4 The operating system cannot run this application program.
ERROR_IOPL_NOT_ENABLED 197 0xc5 The operating system is not presently configured to run this application.
ERROR_INVALID_SEGDPL 198 0xc6 The operating system cannot run %1.
ERROR_RELOC_CHAIN_XEEDS_SEGLIM 201 0xc9 The operating system cannot run %1.
ERROR_INFLOOP_IN_RELOC_CHAIN 202 0xca The operating system cannot run %1.
ERROR_ENVVAR_NOT_FOUND 203 0xcb The system could not find the environment option that was entered.
ERROR_NO_SIGNAL_SENT 205 0xcd No process in the command subtree has a signal handler.
ERROR_FILENAME_EXCED_RANGE 206 0xce The filename or extension is too long.
ERROR_META_EXPANSION_TOO_LONG 208 0xd0 The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.
ERROR_INVALID_SIGNAL_NUMBER 209 0xd1 The signal being posted is not correct.
ERROR_LOCKED 212 0xd4 The segment is locked and cannot be reallocated.
ERROR_TOO_MANY_MODULES 214 0xd6 Too many dynamic-link modules are attached to this program or dynamic-link module.
ERROR_NESTING_NOT_ALLOWED 215 0xd7 Cannot nest calls to LoadModule.
ERROR_EXE_MACHINE_TYPE_MISMATCH 216 0xd8 This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY 217 0xd9 The image file %1 is signed, unable to modify.
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY 218 0xda The image file %1 is strong signed, unable to modify.
ERROR_FILE_CHECKED_OUT 220 0xdc This file is checked out or locked for editing by another user.
ERROR_CHECKOUT_REQUIRED 221 0xdd The file must be checked out before saving changes.
ERROR_BAD_FILE_TYPE 222 0xde The file type being saved or retrieved has been blocked.
ERROR_FILE_TOO_LARGE 223 0xdf The file size exceeds the limit allowed and cannot be saved.
ERROR_FORMS_AUTH_REQUIRED 224 0xe0 Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site, and select the option to login automatically.
ERROR_VIRUS_INFECTED 225 0xe1 Operation did not complete successfully because the file contains a virus or potentially unwanted software.
ERROR_VIRUS_DELETED 226 0xe2 This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software, the file has been removed from this location.
ERROR_PIPE_LOCAL 229 0xe5 The pipe is local.
ERROR_BAD_PIPE 230 0xe6 The pipe state is invalid.
ERROR_PIPE_BUSY 231 0xe7 All pipe instances are busy.
ERROR_NO_DATA 232 0xe8 The pipe is being closed.
ERROR_PIPE_NOT_CONNECTED 233 0xe9 No process is on the other end of the pipe.
ERROR_MORE_DATA 234 0xea More data is available.
ERROR_NO_WORK_DONE 235 0xeb The action requested resulted in no work being done. Error-style clean-up has been performed.
ERROR_VC_DISCONNECTED 240 0xf0 The session was canceled.
ERROR_INVALID_EA_NAME 254 0xfe The specified extended attribute name was invalid.
ERROR_EA_LIST_INCONSISTENT 255 0xff The extended attributes are inconsistent.
WAIT_TIMEOUT 258 0x102 The wait operation timed out.
ERROR_NO_MORE_ITEMS 259 0x103 No more data is available.
ERROR_CANNOT_COPY 266 0x10a The copy functions cannot be used.
ERROR_DIRECTORY 267 0x10b The directory name is invalid.
ERROR_EAS_DIDNT_FIT 275 0x113 The extended attributes did not fit in the buffer.
ERROR_EA_FILE_CORRUPT 276 0x114 The extended attribute file on the mounted file system is corrupt.
ERROR_EA_TABLE_FULL 277 0x115 The extended attribute table file is full.
ERROR_INVALID_EA_HANDLE 278 0x116 The specified extended attribute handle is invalid.
ERROR_EAS_NOT_SUPPORTED 282 0x11a The mounted file system does not support extended attributes.
ERROR_NOT_OWNER 288 0x120 Attempt to release mutex not owned by caller.
ERROR_TOO_MANY_POSTS 298 0x12a Too many posts were made to a semaphore.
ERROR_PARTIAL_COPY 299 0x12b Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
ERROR_OPLOCK_NOT_GRANTED 300 0x12c The oplock request is denied.
ERROR_INVALID_OPLOCK_PROTOCOL 301 0x12d An invalid oplock acknowledgment was received by the system.
ERROR_DISK_TOO_FRAGMENTED 302 0x12e The volume is too fragmented to complete this operation.
ERROR_DELETE_PENDING 303 0x12f The file cannot be opened because it is in the process of being deleted.
ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING 304 0x130 Short name settings may not be changed on this volume due to the global registry setting.
ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME 305 0x131 Short names are not enabled on this volume.
ERROR_SECURITY_STREAM_IS_INCONSISTENT 306 0x132 The security stream for the given volume is in an inconsistent state.\r\nPlease run CHKDSK on the volume.
ERROR_INVALID_LOCK_RANGE 307 0x133 A requested file lock operation cannot be processed due to an invalid byte range.
ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT 308 0x134 The subsystem needed to support the image type is not present.
ERROR_NOTIFICATION_GUID_ALREADY_DEFINED 309 0x135 The specified file already has a notification GUID associated with it.
ERROR_INVALID_EXCEPTION_HANDLER 310 0x136 An invalid exception handler routine has been detected.
ERROR_DUPLICATE_PRIVILEGES 311 0x137 Duplicate privileges were specified for the token.
ERROR_NO_RANGES_PROCESSED 312 0x138 No ranges for the specified operation were able to be processed.
ERROR_NOT_ALLOWED_ON_SYSTEM_FILE 313 0x139 Operation is not allowed on a file system internal file.
ERROR_DISK_RESOURCES_EXHAUSTED 314 0x13a The physical resources of this disk have been exhausted.
ERROR_INVALID_TOKEN 315 0x13b The token representing the data is invalid.
ERROR_DEVICE_FEATURE_NOT_SUPPORTED 316 0x13c The device does not support the command feature.
ERROR_MR_MID_NOT_FOUND 317 0x13d The system cannot find message text for message number 0x%1 in the message file for %2.
ERROR_SCOPE_NOT_FOUND 318 0x13e The scope specified was not found.
ERROR_UNDEFINED_SCOPE 319 0x13f The Central Access Policy specified is not defined on the target machine.
ERROR_INVALID_CAP 320 0x140 The Central Access Policy obtained from Active Directory is invalid.
ERROR_DEVICE_UNREACHABLE 321 0x141 The device is unreachable.
ERROR_DEVICE_NO_RESOURCES 322 0x142 The target device has insufficient resources to complete the operation.
ERROR_DATA_CHECKSUM_ERROR 323 0x143 A data integrity checksum error occurred. Data in the file stream is corrupt.
ERROR_INTERMIXED_KERNEL_EA_OPERATION 324 0x144 An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation.
ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED 326 0x146 Device does not support file-level TRIM.
ERROR_OFFSET_ALIGNMENT_VIOLATION 327 0x147 The command specified a data offset that does not align to the device's granularity/alignment.
ERROR_INVALID_FIELD_IN_PARAMETER_LIST 328 0x148 The command specified an invalid field in its parameter list.
ERROR_OPERATION_IN_PROGRESS 329 0x149 An operation is currently in progress with the device.
ERROR_BAD_DEVICE_PATH 330 0x14a An attempt was made to send down the command via an invalid path to the target device.
ERROR_TOO_MANY_DESCRIPTORS 331 0x14b The command specified a number of descriptors that exceeded the maximum supported by the device.
ERROR_SCRUB_DATA_DISABLED 332 0x14c Scrub is disabled on the specified file.
ERROR_NOT_REDUNDANT_STORAGE 333 0x14d The storage device does not provide redundancy.
ERROR_RESIDENT_FILE_NOT_SUPPORTED 334 0x14e An operation is not supported on a resident file.
ERROR_COMPRESSED_FILE_NOT_SUPPORTED 335 0x14f An operation is not supported on a compressed file.
ERROR_DIRECTORY_NOT_SUPPORTED 336 0x150 An operation is not supported on a directory.
ERROR_NOT_READ_FROM_COPY 337 0x151 The specified copy of the requested data could not be read.
ERROR_FT_WRITE_FAILURE 338 0x152 The specified data could not be written to any of the copies.
ERROR_FT_DI_SCAN_REQUIRED 339 0x153 One or more copies of data on this device may be out of sync. No writes may be performed until a data integrity scan is completed.
ERROR_INVALID_KERNEL_INFO_VERSION 340 0x154 The supplied kernel information version is invalid.
ERROR_INVALID_PEP_INFO_VERSION 341 0x155 The supplied PEP information version is invalid.
ERROR_OBJECT_NOT_EXTERNALLY_BACKED 342 0x156 This object is not externally backed by any provider.
ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN 343 0x157 The external backing provider is not recognized.
ERROR_COMPRESSION_NOT_BENEFICIAL 344 0x158 Compressing this object would not save space.
ERROR_STORAGE_TOPOLOGY_ID_MISMATCH 345 0x159 The request failed due to a storage topology ID mismatch.
ERROR_BLOCKED_BY_PARENTAL_CONTROLS 346 0x15a The operation was blocked by parental controls.
ERROR_BLOCK_TOO_MANY_REFERENCES 347 0x15b A file system block being referenced has already reached the maximum reference count and can't be referenced any further.
ERROR_MARKED_TO_DISALLOW_WRITES 348 0x15c The requested operation failed because the file stream is marked to disallow writes.
ERROR_ENCLAVE_FAILURE 349 0x15d The requested operation failed with an architecture-specific failure code.
ERROR_FAIL_NOACTION_REBOOT 350 0x15e No action was taken as a system reboot is required.
ERROR_FAIL_SHUTDOWN 351 0x15f The shutdown operation failed.
ERROR_FAIL_RESTART 352 0x160 The restart operation failed.
ERROR_MAX_SESSIONS_REACHED 353 0x161 The maximum number of sessions has been reached.
ERROR_NETWORK_ACCESS_DENIED_EDP 354 0x162 Windows Information Protection policy does not allow access to this network resource.
ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL 355 0x163 The device hint name buffer is too small to receive the remaining name.
ERROR_EDP_POLICY_DENIES_OPERATION 356 0x164 The requested operation was blocked by Windows Information Protection policy. For more information, contact your system administrator.
ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED 357 0x165 The requested operation cannot be performed because hardware or software configuration of the device does not comply with Windows Information Protection under Lock policy. Please, verify that user PIN has been created. For more information, contact your system administrator.
ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT 358 0x166 The cloud sync root metadata is corrupted.
ERROR_DEVICE_IN_MAINTENANCE 359 0x167 The device is in maintenance mode.
ERROR_NOT_SUPPORTED_ON_DAX 360 0x168 This operation is not supported on a DAX volume.
ERROR_DAX_MAPPING_EXISTS 361 0x169 The volume has active DAX mappings.
ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING 362 0x16a The cloud file provider is not running.
ERROR_CLOUD_FILE_METADATA_CORRUPT 363 0x16b The cloud file metadata is corrupt and unreadable.
ERROR_CLOUD_FILE_METADATA_TOO_LARGE 364 0x16c The cloud file metadata is too large.
ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE 365 0x16d The cloud file property is too large.
ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH 366 0x16e The cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum.
ERROR_CHILD_PROCESS_BLOCKED 367 0x16f The process creation has been blocked.
ERROR_STORAGE_LOST_DATA_PERSISTENCE 368 0x170 The storage device has lost data or persistence.
ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE 369 0x171 The provider that supports file system virtualization is temporarily unavailable.
ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT 370 0x172 The metadata for file system virtualization is corrupt and unreadable.
ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY 371 0x173 The provider that supports file system virtualization is too busy to complete this operation.
ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN 372 0x174 The provider that supports file system virtualization is unknown.
ERROR_GDI_HANDLE_LEAK 373 0x175 GDI handles were potentially leaked by the application.
ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS 374 0x176 The maximum number of cloud file properties has been reached.
ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED 375 0x177 The version of the cloud file property store is not supported.
ERROR_NOT_A_CLOUD_FILE 376 0x178 The file is not a cloud file.
ERROR_CLOUD_FILE_NOT_IN_SYNC 377 0x179 The file is not in sync with the cloud.
ERROR_CLOUD_FILE_ALREADY_CONNECTED 378 0x17a The cloud sync root is already connected with another cloud sync provider.
ERROR_CLOUD_FILE_NOT_SUPPORTED 379 0x17b The operation is not supported by the cloud sync provider.
ERROR_CLOUD_FILE_INVALID_REQUEST 380 0x17c The cloud operation is invalid.
ERROR_CLOUD_FILE_READ_ONLY_VOLUME 381 0x17d The cloud operation is not supported on a read-only volume.
ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY 382 0x17e The operation is reserved for a connected cloud sync provider.
ERROR_CLOUD_FILE_VALIDATION_FAILED 383 0x17f The cloud sync provider failed to validate the downloaded data.
ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION 385 0x181 The virtualization operation is not allowed on the file in its current state.
ERROR_CLOUD_FILE_AUTHENTICATION_FAILED 386 0x182 The cloud sync provider failed user authentication.
ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES 387 0x183 The cloud sync provider failed to perform the operation due to low system resources.
ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE 388 0x184 The cloud sync provider failed to perform the operation due to network being unavailable.
ERROR_CLOUD_FILE_UNSUCCESSFUL 389 0x185 The cloud operation was unsuccessful.
ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT 390 0x186 The operation is only supported on files under a cloud sync root.
ERROR_CLOUD_FILE_IN_USE 391 0x187 The operation cannot be performed on cloud files in use.
ERROR_CLOUD_FILE_PINNED 392 0x188 The operation cannot be performed on pinned cloud files.
ERROR_CLOUD_FILE_REQUEST_ABORTED 393 0x189 The cloud operation was aborted.
ERROR_CLOUD_FILE_PROPERTY_CORRUPT 394 0x18a The cloud file's property store is corrupt.
ERROR_CLOUD_FILE_ACCESS_DENIED 395 0x18b Access to the cloud file is denied.
ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS 396 0x18c The cloud operation cannot be performed on a file with incompatible hardlinks.
ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT 397 0x18d The operation failed due to a conflicting cloud file property lock.
ERROR_CLOUD_FILE_REQUEST_CANCELED 398 0x18e The cloud operation was canceled by user.
ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED 399 0x18f An externally encrypted syskey has been configured, but the system no longer supports this feature. Please see https://go.microsoft.com/fwlink/?linkid=851152 for more information.
ERROR_THREAD_MODE_ALREADY_BACKGROUND 400 0x190 The thread is already in background processing mode.
ERROR_THREAD_MODE_NOT_BACKGROUND 401 0x191 The thread is not in background processing mode.
ERROR_PROCESS_MODE_ALREADY_BACKGROUND 402 0x192 The process is already in background processing mode.
ERROR_PROCESS_MODE_NOT_BACKGROUND 403 0x193 The process is not in background processing mode.
ERROR_CLOUD_FILE_PROVIDER_TERMINATED 404 0x194 The cloud file provider exited unexpectedly.
ERROR_NOT_A_CLOUD_SYNC_ROOT 405 0x195 The file is not a cloud sync root.
ERROR_FILE_PROTECTED_UNDER_DPL 406 0x196 The read or write operation to an encrypted file could not be completed because the file can only be accessed when the device is unlocked.
ERROR_VOLUME_NOT_CLUSTER_ALIGNED 407 0x197 The volume is not cluster aligned on the disk.
ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND 408 0x198 No physically aligned free space was found on the volume.
ERROR_APPX_FILE_NOT_ENCRYPTED 409 0x199 The APPX file can not be accessed because it is not encrypted as expected.
ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED 410 0x19a A read or write of raw encrypted data cannot be performed because the file is not encrypted.
ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET 411 0x19b An invalid file offset in the encrypted data info block was passed for read or write operation of file's raw encrypted data.
ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE 412 0x19c An invalid offset and length combination in the encrypted data info block was passed for read or write operation of file's raw encrypted data.
ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER 413 0x19d An invalid parameter in the encrypted data info block was passed for read or write operation of file's raw encrypted data.
ERROR_LINUX_SUBSYSTEM_NOT_PRESENT 414 0x19e The Windows Subsystem for Linux has not been enabled.
ERROR_FT_READ_FAILURE 415 0x19f The specified data could not be read from any of the copies.
ERROR_STORAGE_RESERVE_ID_INVALID 416 0x1a0 The specified storage reserve ID is invalid.
ERROR_STORAGE_RESERVE_DOES_NOT_EXIST 417 0x1a1 The specified storage reserve does not exist.
ERROR_STORAGE_RESERVE_ALREADY_EXISTS 418 0x1a2 The specified storage reserve already exists.
ERROR_STORAGE_RESERVE_NOT_EMPTY 419 0x1a3 The specified storage reserve is not empty.
ERROR_NOT_A_DAX_VOLUME 420 0x1a4 This operation requires a DAX volume.
ERROR_NOT_DAX_MAPPABLE 421 0x1a5 This stream is not DAX mappable.
ERROR_TIME_SENSITIVE_THREAD 422 0x1a6 Operation cannot be performed on a time critical thread.
ERROR_DPL_NOT_SUPPORTED_FOR_USER 423 0x1a7 User data protection is not supported for the current or provided user.
ERROR_CASE_DIFFERING_NAMES_IN_DIR 424 0x1a8 This directory contains entries whose names differ only in case.
ERROR_FILE_NOT_SUPPORTED 425 0x1a9 The file cannot be safely opened because it is not supported by this version of Windows.
ERROR_CLOUD_FILE_REQUEST_TIMEOUT 426 0x1aa The cloud operation was not completed before the time-out period expired.
ERROR_NO_TASK_QUEUE 427 0x1ab A task queue is required for this operation but none is available.
ERROR_SRC_SRV_DLL_LOAD_FAILED 428 0x1ac Failed loading a valid version of srcsrv.dll.
ERROR_NOT_SUPPORTED_WITH_BTT 429 0x1ad This operation is not supported with BTT enabled.
ERROR_ENCRYPTION_DISABLED 430 0x1ae This operation cannot be performed because encryption is currently disabled.
ERROR_ENCRYPTING_METADATA_DISALLOWED 431 0x1af This encryption operation cannot be performed on filesystem metadata.
ERROR_CANT_CLEAR_ENCRYPTION_FLAG 432 0x1b0 Encryption cannot be cleared on this file/directory because it still has an encrypted attribute.
ERROR_NO_SUCH_DEVICE 433 0x1b1 A device which does not exist was specified.
ERROR_CAPAUTHZ_NOT_DEVUNLOCKED 450 0x1c2 Neither developer unlocked mode nor side loading mode is enabled on the device.
ERROR_CAPAUTHZ_CHANGE_TYPE 451 0x1c3 Can not change application type during upgrade or re-provision.
ERROR_CAPAUTHZ_NOT_PROVISIONED 452 0x1c4 The application has not been provisioned.
ERROR_CAPAUTHZ_NOT_AUTHORIZED 453 0x1c5 The requested capability can not be authorized for this application.
ERROR_CAPAUTHZ_NO_POLICY 454 0x1c6 There is no capability authorization policy on the device.
ERROR_CAPAUTHZ_DB_CORRUPTED 455 0x1c7 The capability authorization database has been corrupted.
ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG 456 0x1c8 The custom capability's SCCD has an invalid catalog.
ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY 457 0x1c9 None of the authorized entity elements in the SCCD matched the app being installed; either the PFNs don't match, or the element's signature hash doesn't validate.
ERROR_CAPAUTHZ_SCCD_PARSE_ERROR 458 0x1ca The custom capability's SCCD failed to parse.
ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED 459 0x1cb The custom capability's SCCD requires developer mode.
ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH 460 0x1cc There not all declared custom capabilities are found in the SCCD.
ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT 480 0x1e0 The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in its device stack. The system may need to be rebooted to complete the request.
ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT 481 0x1e1 The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in the device stack of a related device. The system may need to be rebooted to complete the operation.
ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT 482 0x1e2 The operation timed out waiting for this device to complete a PnP query-remove request due to a potential hang in the device stack of an unrelated device. The system may need to be rebooted to complete the operation.
ERROR_DEVICE_HARDWARE_ERROR 483 0x1e3 The request failed due to a fatal device hardware error.
ERROR_INVALID_ADDRESS 487 0x1e7 Attempt to access invalid address.
ERROR_VRF_CFG_ENABLED 1183 0x49f Driver Verifier Volatile settings cannot be set when CFG is enabled.
ERROR_PARTITION_TERMINATING 1184 0x4a0 An attempt was made to access a partition that has begun termination.
ERROR_USER_PROFILE_LOAD 500 0x1f4 User profile cannot be loaded.
ERROR_ARITHMETIC_OVERFLOW 534 0x216 Arithmetic result exceeded 32 bits.
ERROR_PIPE_CONNECTED 535 0x217 There is a process on other end of the pipe.
ERROR_PIPE_LISTENING 536 0x218 Waiting for a process to open the other end of the pipe.
ERROR_VERIFIER_STOP 537 0x219 Application verifier has found an error in the current process.
ERROR_ABIOS_ERROR 538 0x21a An error occurred in the ABIOS subsystem.
ERROR_TIMER_NOT_CANCELED 541 0x21d An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
ERROR_UNWIND 542 0x21e Unwind exception code.
ERROR_BAD_STACK 543 0x21f An invalid or unaligned stack was encountered during an unwind operation.
ERROR_INVALID_UNWIND_TARGET 544 0x220 An invalid unwind target was encountered during an unwind operation.
ERROR_INVALID_PORT_ATTRIBUTES 545 0x221 Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
ERROR_PORT_MESSAGE_TOO_LONG 546 0x222 Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
ERROR_INVALID_QUOTA_LOWER 547 0x223 An attempt was made to lower a quota limit below the current usage.
ERROR_DEVICE_ALREADY_ATTACHED 548 0x224 An attempt was made to attach to a device that was already attached to another device.
ERROR_INSTRUCTION_MISALIGNMENT 549 0x225 An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
ERROR_PROFILING_NOT_STARTED 550 0x226 Profiling not started.
ERROR_PROFILING_NOT_STOPPED 551 0x227 Profiling not stopped.
ERROR_COULD_NOT_INTERPRET 552 0x228 The passed ACL did not contain the minimum required information.
ERROR_PROFILING_AT_LIMIT 553 0x229 The number of active profiling objects is at the maximum and no more may be started.
ERROR_CANT_WAIT 554 0x22a Used to indicate that an operation cannot continue without blocking for I/O.
ERROR_CANT_TERMINATE_SELF 555 0x22b Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
ERROR_UNEXPECTED_MM_CREATE_ERR 556 0x22c If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.\r\nIn this case information is lost, however, the filter correctly handles the exception.
ERROR_UNEXPECTED_MM_MAP_ERROR 557 0x22d If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.\r\nIn this case information is lost, however, the filter correctly handles the exception.
ERROR_UNEXPECTED_MM_EXTEND_ERR 558 0x22e If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.\r\nIn this case information is lost, however, the filter correctly handles the exception.
ERROR_BAD_FUNCTION_TABLE 559 0x22f A malformed function table was encountered during an unwind operation.
ERROR_NO_GUID_TRANSLATION 560 0x230 Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system.\r\nThis causes the protection attempt to fail, which may cause a file creation attempt to fail.
ERROR_INVALID_LDT_SIZE 561 0x231 Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
ERROR_INVALID_LDT_OFFSET 563 0x233 Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
ERROR_INVALID_LDT_DESCRIPTOR 564 0x234 Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
ERROR_TOO_MANY_THREADS 565 0x235 Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
ERROR_THREAD_NOT_IN_PROCESS 566 0x236 An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
ERROR_PAGEFILE_QUOTA_EXCEEDED 567 0x237 Page file quota was exceeded.
ERROR_LOGON_SERVER_CONFLICT 568 0x238 The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
ERROR_SYNCHRONIZATION_REQUIRED 569 0x239 The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
ERROR_NET_OPEN_FAILED 570 0x23a The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
ERROR_IO_PRIVILEGE_FAILED 571 0x23b {Privilege Failed}\r\nThe I/O permissions for the process could not be changed.
ERROR_CONTROL_C_EXIT 572 0x23c {Application Exit by CTRL+C}\r\nThe application terminated as a result of a CTRL+C.
ERROR_MISSING_SYSTEMFILE 573 0x23d {Missing System File}\r\nThe required system file %hs is bad or missing.
ERROR_UNHANDLED_EXCEPTION 574 0x23e {Application Error}\r\nThe exception %s (0x%08lx) occurred in the application at location 0x%08lx.
ERROR_APP_INIT_FAILURE 575 0x23f {Application Error}\r\nThe application was unable to start correctly (0x%lx). Click OK to close the application.
ERROR_PAGEFILE_CREATE_FAILED 576 0x240 {Unable to Create Paging File}\r\nThe creation of the paging file %hs failed (%lx). The requested size was %ld.
ERROR_INVALID_IMAGE_HASH 577 0x241 Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.
ERROR_NO_PAGEFILE 578 0x242 {No Paging File Specified}\r\nNo paging file was specified in the system configuration.
ERROR_ILLEGAL_FLOAT_CONTEXT 579 0x243 {EXCEPTION}\r\nA real-mode application issued a floating-point instruction and floating-point hardware is not present.
ERROR_NO_EVENT_PAIR 580 0x244 An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
ERROR_DOMAIN_CTRLR_CONFIG_ERROR 581 0x245 A Windows Server has an incorrect configuration.
ERROR_ILLEGAL_CHARACTER 582 0x246 An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
ERROR_UNDEFINED_CHARACTER 583 0x247 The Unicode character is not defined in the Unicode character set installed on the system.
ERROR_FLOPPY_VOLUME 584 0x248 The paging file cannot be created on a floppy diskette.
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT 585 0x249 The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.
ERROR_BACKUP_CONTROLLER 586 0x24a This operation is only allowed for the Primary Domain Controller of the domain.
ERROR_MUTANT_LIMIT_EXCEEDED 587 0x24b An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
ERROR_FS_DRIVER_REQUIRED 588 0x24c A volume has been accessed for which a file system driver is required that has not yet been loaded.
ERROR_CANNOT_LOAD_REGISTRY_FILE 589 0x24d {Registry File Failure}\r\nThe registry cannot load the hive (file):\r\n%hs\r\nor its log or alternate.\r\nIt is corrupt, absent, or not writable.
ERROR_DEBUG_ATTACH_FAILED 590 0x24e {Unexpected Failure in DebugActiveProcess}\r\nAn unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
ERROR_SYSTEM_PROCESS_TERMINATED 591 0x24f {Fatal System Error}\r\nThe %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x).\r\nThe system has been shut down.
ERROR_DATA_NOT_ACCEPTED 592 0x250 {Data Not Accepted}\r\nThe TDI client could not handle the data received during an indication.
ERROR_VDM_HARD_ERROR 593 0x251 NTVDM encountered a hard error.
ERROR_DRIVER_CANCEL_TIMEOUT 594 0x252 {Cancel Timeout}\r\nThe driver %hs failed to complete a cancelled I/O request in the allotted time.
ERROR_REPLY_MESSAGE_MISMATCH 595 0x253 {Reply Message Mismatch}\r\nAn attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
ERROR_LOST_WRITEBEHIND_DATA 596 0x254 {Delayed Write Failed}\r\nWindows was unable to save all the data for the file %hs. The data has been lost.\r\nThis error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
ERROR_CLIENT_SERVER_PARAMETERS_INVALID 597 0x255 The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
ERROR_NOT_TINY_STREAM 598 0x256 The stream is not a tiny stream.
ERROR_STACK_OVERFLOW_READ 599 0x257 The request must be handled by the stack overflow code.
ERROR_CONVERT_TO_LARGE 600 0x258 Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
ERROR_FOUND_OUT_OF_SCOPE 601 0x259 The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
ERROR_ALLOCATE_BUCKET 602 0x25a The bucket array must be grown. Retry transaction after doing so.
ERROR_MARSHALL_OVERFLOW 603 0x25b The user/kernel marshalling buffer has overflowed.
ERROR_INVALID_VARIANT 604 0x25c The supplied variant structure contains invalid data.
ERROR_BAD_COMPRESSION_BUFFER 605 0x25d The specified buffer contains ill-formed data.
ERROR_AUDIT_FAILED 606 0x25e {Audit Failed}\r\nAn attempt to generate a security audit failed.
ERROR_TIMER_RESOLUTION_NOT_SET 607 0x25f The timer resolution was not previously set by the current process.
ERROR_INSUFFICIENT_LOGON_INFO 608 0x260 There is insufficient account information to log you on.
ERROR_BAD_DLL_ENTRYPOINT 609 0x261 {Invalid DLL Entrypoint}\r\nThe dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state.\r\nThe entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
ERROR_BAD_SERVICE_ENTRYPOINT 610 0x262 {Invalid Service Callback Entrypoint}\r\nThe %hs service is not written correctly. The stack pointer has been left in an inconsistent state.\r\nThe callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
ERROR_REGISTRY_QUOTA_LIMIT 613 0x265 {Low On Registry Space}\r\nThe system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
ERROR_NO_CALLBACK_ACTIVE 614 0x266 A callback return system service cannot be executed when no callback is active.
ERROR_PWD_TOO_SHORT 615 0x267 The password provided is too short to meet the policy of your user account.\r\nPlease choose a longer password.
ERROR_PWD_TOO_RECENT 616 0x268 The policy of your user account does not allow you to change passwords too frequently.\r\nThis is done to prevent users from changing back to a familiar, but potentially discovered, password.\r\nIf you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
ERROR_PWD_HISTORY_CONFLICT 617 0x269 You have attempted to change your password to one that you have used in the past.\r\nThe policy of your user account does not allow this. Please select a password that you have not previously used.
ERROR_UNSUPPORTED_COMPRESSION 618 0x26a The specified compression format is unsupported.
ERROR_INVALID_HW_PROFILE 619 0x26b The specified hardware profile configuration is invalid.
ERROR_INVALID_PLUGPLAY_DEVICE_PATH 620 0x26c The specified Plug and Play registry device path is invalid.
ERROR_QUOTA_LIST_INCONSISTENT 621 0x26d The specified quota list is internally inconsistent with its descriptor.
ERROR_EVALUATION_EXPIRATION 622 0x26e {Windows Evaluation Notification}\r\nThe evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
ERROR_ILLEGAL_DLL_RELOCATION 623 0x26f {Illegal System DLL Relocation}\r\nThe system DLL %hs was relocated in memory. The application will not run properly.\r\nThe relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
ERROR_DLL_INIT_FAILED_LOGOFF 624 0x270 {DLL Initialization Failed}\r\nThe application failed to initialize because the window station is shutting down.
ERROR_VALIDATE_CONTINUE 625 0x271 The validation process needs to continue on to the next step.
ERROR_NO_MORE_MATCHES 626 0x272 There are no more matches for the current index enumeration.
ERROR_RANGE_LIST_CONFLICT 627 0x273 The range could not be added to the range list because of a conflict.
ERROR_SERVER_SID_MISMATCH 628 0x274 The server process is running under a SID different than that required by client.
ERROR_CANT_ENABLE_DENY_ONLY 629 0x275 A group marked use for deny only cannot be enabled.
ERROR_FLOAT_MULTIPLE_FAULTS 630 0x276 {EXCEPTION}\r\nMultiple floating point faults.
ERROR_FLOAT_MULTIPLE_TRAPS 631 0x277 {EXCEPTION}\r\nMultiple floating point traps.
ERROR_NOINTERFACE 632 0x278 The requested interface is not supported.
ERROR_DRIVER_FAILED_SLEEP 633 0x279 {System Standby Failed}\r\nThe driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
ERROR_CORRUPT_SYSTEM_FILE 634 0x27a The system file %1 has become corrupt and has been replaced.
ERROR_COMMITMENT_MINIMUM 635 0x27b {Virtual Memory Minimum Too Low}\r\nYour system is low on virtual memory. Windows is increasing the size of your virtual memory paging file.\r\nDuring this process, memory requests for some applications may be denied. For more information, see Help.
ERROR_PNP_RESTART_ENUMERATION 636 0x27c A device was removed so enumeration must be restarted.
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE 637 0x27d {Fatal System Error}\r\nThe system image %s is not properly signed.\r\nThe file has been replaced with the signed file.\r\nThe system has been shut down.
ERROR_PNP_REBOOT_REQUIRED 638 0x27e Device will not start without a reboot.
ERROR_INSUFFICIENT_POWER 639 0x27f There is not enough power to complete the requested operation.
ERROR_MULTIPLE_FAULT_VIOLATION 640 0x280 ERROR_MULTIPLE_FAULT_VIOLATION
ERROR_SYSTEM_SHUTDOWN 641 0x281 The system is in the process of shutting down.
ERROR_PORT_NOT_SET 642 0x282 An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
ERROR_DS_VERSION_CHECK_FAILURE 643 0x283 This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
ERROR_RANGE_NOT_FOUND 644 0x284 The specified range could not be found in the range list.
ERROR_NOT_SAFE_MODE_DRIVER 646 0x286 The driver was not loaded because the system is booting into safe mode.
ERROR_FAILED_DRIVER_ENTRY 647 0x287 The driver was not loaded because it failed its initialization call.
ERROR_DEVICE_ENUMERATION_ERROR 648 0x288 The "%hs" encountered an error while applying power or reading the device configuration.\r\nThis may be caused by a failure of your hardware or by a poor connection.
ERROR_MOUNT_POINT_NOT_RESOLVED 649 0x289 The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
ERROR_INVALID_DEVICE_OBJECT_PARAMETER 650 0x28a The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
ERROR_MCA_OCCURED 651 0x28b A Machine Check Error has occurred. Please check the system eventlog for additional information.
ERROR_DRIVER_DATABASE_ERROR 652 0x28c There was error [%2] processing the driver database.
ERROR_SYSTEM_HIVE_TOO_LARGE 653 0x28d System hive size has exceeded its limit.
ERROR_DRIVER_FAILED_PRIOR_UNLOAD 654 0x28e The driver could not be loaded because a previous version of the driver is still in memory.
ERROR_VOLSNAP_PREPARE_HIBERNATE 655 0x28f {Volume Shadow Copy Service}\r\nPlease wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
ERROR_HIBERNATION_FAILURE 656 0x290 The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
ERROR_PWD_TOO_LONG 657 0x291 The password provided is too long to meet the policy of your user account.\r\nPlease choose a shorter password.
ERROR_FILE_SYSTEM_LIMITATION 665 0x299 The requested operation could not be completed due to a file system limitation
ERROR_ASSERTION_FAILURE 668 0x29c An assertion failure has occurred.
ERROR_ACPI_ERROR 669 0x29d An error occurred in the ACPI subsystem.
ERROR_WOW_ASSERTION 670 0x29e WOW Assertion Error.
ERROR_PNP_BAD_MPS_TABLE 671 0x29f A device is missing in the system BIOS MPS table. This device will not be used.\r\nPlease contact your system vendor for system BIOS update.
ERROR_PNP_TRANSLATION_FAILED 672 0x2a0 A translator failed to translate resources.
ERROR_PNP_IRQ_TRANSLATION_FAILED 673 0x2a1 A IRQ translator failed to translate resources.
ERROR_PNP_INVALID_ID 674 0x2a2 Driver %2 returned invalid ID for a child device (%3).
ERROR_WAKE_SYSTEM_DEBUGGER 675 0x2a3 {Kernel Debugger Awakened}\r\nthe system debugger was awakened by an interrupt.
ERROR_HANDLES_CLOSED 676 0x2a4 {Handles Closed}\r\nHandles to objects have been automatically closed as a result of the requested operation.
ERROR_EXTRANEOUS_INFORMATION 677 0x2a5 {Too Much Information}\r\nThe specified access control list (ACL) contained more information than was expected.
ERROR_RXACT_COMMIT_NECESSARY 678 0x2a6 This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.\r\nThe commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
ERROR_MEDIA_CHECK 679 0x2a7 {Media Changed}\r\nThe media may have changed.
ERROR_GUID_SUBSTITUTION_MADE 680 0x2a8 {GUID Substitution}\r\nDuring the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found.\r\nA substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
ERROR_STOPPED_ON_SYMLINK 681 0x2a9 The create operation stopped after reaching a symbolic link
ERROR_LONGJUMP 682 0x2aa A long jump has been executed.
ERROR_PLUGPLAY_QUERY_VETOED 683 0x2ab The Plug and Play query operation was not successful.
ERROR_UNWIND_CONSOLIDATE 684 0x2ac A frame consolidation has been executed.
ERROR_REGISTRY_HIVE_RECOVERED 685 0x2ad {Registry Hive Recovered}\r\nRegistry hive (file):\r\n%hs\r\nwas corrupted and it has been recovered. Some data might have been lost.
ERROR_DLL_MIGHT_BE_INSECURE 686 0x2ae The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
ERROR_DLL_MIGHT_BE_INCOMPATIBLE 687 0x2af The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
ERROR_DBG_EXCEPTION_NOT_HANDLED 688 0x2b0 Debugger did not handle the exception.
ERROR_DBG_REPLY_LATER 689 0x2b1 Debugger will reply later.
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE 690 0x2b2 Debugger cannot provide handle.
ERROR_DBG_TERMINATE_THREAD 691 0x2b3 Debugger terminated thread.
ERROR_DBG_TERMINATE_PROCESS 692 0x2b4 Debugger terminated process.
ERROR_DBG_CONTROL_C 693 0x2b5 Debugger got control C.
ERROR_DBG_PRINTEXCEPTION_C 694 0x2b6 Debugger printed exception on control C.
ERROR_DBG_RIPEXCEPTION 695 0x2b7 Debugger received RIP exception.
ERROR_DBG_CONTROL_BREAK 696 0x2b8 Debugger received control break.
ERROR_DBG_COMMAND_EXCEPTION 697 0x2b9 Debugger command communication exception.
ERROR_OBJECT_NAME_EXISTS 698 0x2ba {Object Exists}\r\nAn attempt was made to create an object and the object name already existed.
ERROR_THREAD_WAS_SUSPENDED 699 0x2bb {Thread Suspended}\r\nA thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
ERROR_IMAGE_NOT_AT_BASE 700 0x2bc {Image Relocated}\r\nAn image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
ERROR_RXACT_STATE_CREATED 701 0x2bd This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
ERROR_SEGMENT_NOTIFICATION 702 0x2be {Segment Load}\r\nA virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image.\r\nAn exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
ERROR_BAD_CURRENT_DIRECTORY 703 0x2bf {Invalid Current Directory}\r\nThe process cannot switch to the startup current directory %hs.\r\nSelect OK to set current directory to %hs, or select CANCEL to exit.
ERROR_FT_READ_RECOVERY_FROM_BACKUP 704 0x2c0 {Redundant Read}\r\nTo satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy.\r\nThis was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
ERROR_FT_WRITE_RECOVERY 705 0x2c1 {Redundant Write}\r\nTo satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information.\r\nThis was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
ERROR_IMAGE_MACHINE_TYPE_MISMATCH 706 0x2c2 {Machine Type Mismatch}\r\nThe image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
ERROR_RECEIVE_PARTIAL 707 0x2c3 {Partial Data Received}\r\nThe network transport returned partial data to its client. The remaining data will be sent later.
ERROR_RECEIVE_EXPEDITED 708 0x2c4 {Expedited Data Received}\r\nThe network transport returned data to its client that was marked as expedited by the remote system.
ERROR_RECEIVE_PARTIAL_EXPEDITED 709 0x2c5 {Partial Expedited Data Received}\r\nThe network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
ERROR_EVENT_DONE 710 0x2c6 {TDI Event Done}\r\nThe TDI indication has completed successfully.
ERROR_EVENT_PENDING 711 0x2c7 {TDI Event Pending}\r\nThe TDI indication has entered the pending state.
ERROR_CHECKING_FILE_SYSTEM 712 0x2c8 Checking file system on %wZ
ERROR_FATAL_APP_EXIT 713 0x2c9 {Fatal Application Exit}\r\n%hs
ERROR_PREDEFINED_HANDLE 714 0x2ca The specified registry key is referenced by a predefined handle.
ERROR_WAS_UNLOCKED 715 0x2cb {Page Unlocked}\r\nThe page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
ERROR_SERVICE_NOTIFICATION 716 0x2cc %hs
ERROR_WAS_LOCKED 717 0x2cd {Page Locked}\r\nOne of the pages to lock was already locked.
ERROR_LOG_HARD_ERROR 718 0x2ce Application popup: %1 : %2
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE 720 0x2d0 {Machine Type Mismatch}\r\nThe image file %hs is valid, but is for a machine type other than the current machine.
ERROR_NO_YIELD_PERFORMED 721 0x2d1 A yield execution was performed and no thread was available to run.
ERROR_TIMER_RESUME_IGNORED 722 0x2d2 The resumable flag to a timer API was ignored.
ERROR_ARBITRATION_UNHANDLED 723 0x2d3 The arbiter has deferred arbitration of these resources to its parent
ERROR_CARDBUS_NOT_SUPPORTED 724 0x2d4 The inserted CardBus device cannot be started because of a configuration error on "%hs".
ERROR_MP_PROCESSOR_MISMATCH 725 0x2d5 The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
ERROR_HIBERNATED 726 0x2d6 The system was put into hibernation.
ERROR_RESUME_HIBERNATION 727 0x2d7 The system was resumed from hibernation.
ERROR_FIRMWARE_UPDATED 728 0x2d8 Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
ERROR_DRIVERS_LEAKING_LOCKED_PAGES 729 0x2d9 A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
ERROR_WAKE_SYSTEM 730 0x2da The system has awoken
ERROR_USER_APC 737 0x2e1 ERROR_USER_APC
ERROR_KERNEL_APC 738 0x2e2 ERROR_KERNEL_APC
ERROR_ALERTED 739 0x2e3 ERROR_ALERTED
ERROR_ELEVATION_REQUIRED 740 0x2e4 The requested operation requires elevation.
ERROR_REPARSE 741 0x2e5 A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
ERROR_OPLOCK_BREAK_IN_PROGRESS 742 0x2e6 An open/create operation completed while an oplock break is underway.
ERROR_VOLUME_MOUNTED 743 0x2e7 A new volume has been mounted by a file system.
ERROR_RXACT_COMMITTED 744 0x2e8 This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.\r\nThe commit has now been completed.
ERROR_NOTIFY_CLEANUP 745 0x2e9 This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED 746 0x2ea {Connect Failure on Primary Transport}\r\nAn attempt was made to connect to the remote server %hs on the primary transport, but the connection failed.\r\nThe computer WAS able to connect on a secondary transport.
ERROR_PAGE_FAULT_TRANSITION 747 0x2eb Page fault was a transition fault.
ERROR_PAGE_FAULT_DEMAND_ZERO 748 0x2ec Page fault was a demand zero fault.
ERROR_PAGE_FAULT_COPY_ON_WRITE 749 0x2ed Page fault was a demand zero fault.
ERROR_PAGE_FAULT_GUARD_PAGE 750 0x2ee Page fault was a demand zero fault.
ERROR_PAGE_FAULT_PAGING_FILE 751 0x2ef Page fault was satisfied by reading from a secondary storage device.
ERROR_CACHE_PAGE_LOCKED 752 0x2f0 Cached page was locked during operation.
ERROR_CRASH_DUMP 753 0x2f1 Crash dump exists in paging file.
ERROR_BUFFER_ALL_ZEROS 754 0x2f2 Specified buffer contains all zeros.
ERROR_REPARSE_OBJECT 755 0x2f3 A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
ERROR_RESOURCE_REQUIREMENTS_CHANGED 756 0x2f4 The device has succeeded a query-stop and its resource requirements have changed.
ERROR_TRANSLATION_COMPLETE 757 0x2f5 The translator has translated these resources into the global space and no further translations should be performed.
ERROR_NOTHING_TO_TERMINATE 758 0x2f6 A process being terminated has no threads to terminate.
ERROR_PROCESS_NOT_IN_JOB 759 0x2f7 The specified process is not part of a job.
ERROR_PROCESS_IN_JOB 760 0x2f8 The specified process is part of a job.
ERROR_VOLSNAP_HIBERNATE_READY 761 0x2f9 {Volume Shadow Copy Service}\r\nThe system is now ready for hibernation.
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY 762 0x2fa A file system or file system filter driver has successfully completed an FsFilter operation.
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED 763 0x2fb The specified interrupt vector was already connected.
ERROR_INTERRUPT_STILL_CONNECTED 764 0x2fc The specified interrupt vector is still connected.
ERROR_WAIT_FOR_OPLOCK 765 0x2fd An operation is blocked waiting for an oplock.
ERROR_DBG_EXCEPTION_HANDLED 766 0x2fe Debugger handled exception
ERROR_DBG_CONTINUE 767 0x2ff Debugger continued
ERROR_CALLBACK_POP_STACK 768 0x300 An exception occurred in a user mode callback and the kernel callback frame should be removed.
ERROR_COMPRESSION_DISABLED 769 0x301 Compression is disabled for this volume.
ERROR_CANTFETCHBACKWARDS 770 0x302 The data provider cannot fetch backwards through a result set.
ERROR_CANTSCROLLBACKWARDS 771 0x303 The data provider cannot scroll backwards through a result set.
ERROR_ROWSNOTRELEASED 772 0x304 The data provider requires that previously fetched data is released before asking for more data.
ERROR_BAD_ACCESSOR_FLAGS 773 0x305 The data provider was not able to interpret the flags set for a column binding in an accessor.
ERROR_ERRORS_ENCOUNTERED 774 0x306 One or more errors occurred while processing the request.
ERROR_NOT_CAPABLE 775 0x307 The implementation is not capable of performing the request.
ERROR_REQUEST_OUT_OF_SEQUENCE 776 0x308 The client of a component requested an operation which is not valid given the state of the component instance.
ERROR_VERSION_PARSE_ERROR 777 0x309 A version number could not be parsed.
ERROR_BADSTARTPOSITION 778 0x30a The iterator's start position is invalid.
ERROR_MEMORY_HARDWARE 779 0x30b The hardware has reported an uncorrectable memory error.
ERROR_DISK_REPAIR_DISABLED 780 0x30c The attempted operation required self healing to be enabled.
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE 781 0x30d The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
ERROR_SYSTEM_POWERSTATE_TRANSITION 782 0x30e The system power state is transitioning from %2 to %3.
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION 783 0x30f The system power state is transitioning from %2 to %3 but could enter %4.
ERROR_MCA_EXCEPTION 784 0x310 A thread is getting dispatched with MCA EXCEPTION because of MCA.
ERROR_ACCESS_AUDIT_BY_POLICY 785 0x311 Access to %1 is monitored by policy rule %2.
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY 786 0x312 Access to %1 has been restricted by your Administrator by policy rule %2.
ERROR_ABANDON_HIBERFILE 787 0x313 A valid hibernation file has been invalidated and should be abandoned.
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED 788 0x314 {Delayed Write Failed}\r\nWindows was unable to save all the data for the file %hs; the data has been lost.\r\nThis error may be caused by network connectivity issues. Please try to save this file elsewhere.
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR 789 0x315 {Delayed Write Failed}\r\nWindows was unable to save all the data for the file %hs; the data has been lost.\r\nThis error was returned by the server on which the file exists. Please try to save this file elsewhere.
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR 790 0x316 {Delayed Write Failed}\r\nWindows was unable to save all the data for the file %hs; the data has been lost.\r\nThis error may be caused if the device has been removed or the media is write-protected.
ERROR_BAD_MCFG_TABLE 791 0x317 The resources required for this device conflict with the MCFG table.
ERROR_DISK_REPAIR_REDIRECTED 792 0x318 The volume repair could not be performed while it is online.\r\nPlease schedule to take the volume offline so that it can be repaired.
ERROR_DISK_REPAIR_UNSUCCESSFUL 793 0x319 The volume repair was not successful.
ERROR_CORRUPT_LOG_OVERFULL 794 0x31a One of the volume corruption logs is full. Further corruptions that may be detected won't be logged.
ERROR_CORRUPT_LOG_CORRUPTED 795 0x31b One of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned.
ERROR_CORRUPT_LOG_UNAVAILABLE 796 0x31c One of the volume corruption logs is unavailable for being operated on.
ERROR_CORRUPT_LOG_DELETED_FULL 797 0x31d One of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned.
ERROR_CORRUPT_LOG_CLEARED 798 0x31e One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.
ERROR_ORPHAN_NAME_EXHAUSTED 799 0x31f Orphaned files exist on the volume but could not be recovered because no more new names could be created in the recovery directory. Files must be moved from the recovery directory.
ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE 800 0x320 The oplock that was associated with this handle is now associated with a different handle.
ERROR_CANNOT_GRANT_REQUESTED_OPLOCK 801 0x321 An oplock of the requested level cannot be granted. An oplock of a lower level may be available.
ERROR_CANNOT_BREAK_OPLOCK 802 0x322 The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.
ERROR_OPLOCK_HANDLE_CLOSED 803 0x323 The handle with which this oplock was associated has been closed. The oplock is now broken.
ERROR_NO_ACE_CONDITION 804 0x324 The specified access control entry (ACE) does not contain a condition.
ERROR_INVALID_ACE_CONDITION 805 0x325 The specified access control entry (ACE) contains an invalid condition.
ERROR_FILE_HANDLE_REVOKED 806 0x326 Access to the specified file handle has been revoked.
ERROR_IMAGE_AT_DIFFERENT_BASE 807 0x327 {Image Relocated}\r\nAn image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image.
ERROR_ENCRYPTED_IO_NOT_POSSIBLE 808 0x328 The read or write operation to an encrypted file could not be completed because the file has not been opened for data access.
ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS 809 0x329 File metadata optimization is already in progress.
ERROR_QUOTA_ACTIVITY 810 0x32a The requested operation failed due to quota operation is still in progress.
ERROR_HANDLE_REVOKED 811 0x32b Access to the specified handle has been revoked.
ERROR_CALLBACK_INVOKE_INLINE 812 0x32c The callback function must be invoked inline.
ERROR_CPU_SET_INVALID 813 0x32d The specified CPU Set IDs are invalid.
ERROR_ENCLAVE_NOT_TERMINATED 814 0x32e The specified enclave has not yet been terminated.
ERROR_ENCLAVE_VIOLATION 815 0x32f An attempt was made to access protected memory in violation of its secure access policy.
ERROR_EA_ACCESS_DENIED 994 0x3e2 Access to the extended attribute was denied.
ERROR_OPERATION_ABORTED 995 0x3e3 The I/O operation has been aborted because of either a thread exit or an application request.
ERROR_IO_INCOMPLETE 996 0x3e4 Overlapped I/O event is not in a signaled state.
ERROR_IO_PENDING 997 0x3e5 Overlapped I/O operation is in progress.
ERROR_NOACCESS 998 0x3e6 Invalid access to memory location.
ERROR_SWAPERROR 999 0x3e7 Error performing inpage operation.
ERROR_STACK_OVERFLOW 1001 0x3e9 Recursion too deep; the stack overflowed.
ERROR_INVALID_MESSAGE 1002 0x3ea The window cannot act on the sent message.
ERROR_CAN_NOT_COMPLETE 1003 0x3eb Cannot complete this function.
ERROR_INVALID_FLAGS 1004 0x3ec Invalid flags.
ERROR_UNRECOGNIZED_VOLUME 1005 0x3ed The volume does not contain a recognized file system.\r\nPlease make sure that all required file system drivers are loaded and that the volume is not corrupted.
ERROR_FILE_INVALID 1006 0x3ee The volume for a file has been externally altered so that the opened file is no longer valid.
ERROR_FULLSCREEN_MODE 1007 0x3ef The requested operation cannot be performed in full-screen mode.
ERROR_NO_TOKEN 1008 0x3f0 An attempt was made to reference a token that does not exist.
ERROR_BADDB 1009 0x3f1 The configuration registry database is corrupt.
ERROR_BADKEY 1010 0x3f2 The configuration registry key is invalid.
ERROR_CANTOPEN 1011 0x3f3 The configuration registry key could not be opened.
ERROR_CANTREAD 1012 0x3f4 The configuration registry key could not be read.
ERROR_CANTWRITE 1013 0x3f5 The configuration registry key could not be written.
ERROR_REGISTRY_RECOVERED 1014 0x3f6 One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
ERROR_REGISTRY_CORRUPT 1015 0x3f7 The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
ERROR_REGISTRY_IO_FAILED 1016 0x3f8 An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry.
ERROR_NOT_REGISTRY_FILE 1017 0x3f9 The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
ERROR_KEY_DELETED 1018 0x3fa Illegal operation attempted on a registry key that has been marked for deletion.
ERROR_NO_LOG_SPACE 1019 0x3fb System could not allocate the required space in a registry log.
ERROR_KEY_HAS_CHILDREN 1020 0x3fc Cannot create a symbolic link in a registry key that already has subkeys or values.
ERROR_CHILD_MUST_BE_VOLATILE 1021 0x3fd Cannot create a stable subkey under a volatile parent key.
ERROR_NOTIFY_ENUM_DIR 1022 0x3fe A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
ERROR_DEPENDENT_SERVICES_RUNNING 1051 0x41b A stop control has been sent to a service that other running services are dependent on.
ERROR_INVALID_SERVICE_CONTROL 1052 0x41c The requested control is not valid for this service.
ERROR_SERVICE_REQUEST_TIMEOUT 1053 0x41d The service did not respond to the start or control request in a timely fashion.
ERROR_SERVICE_NO_THREAD 1054 0x41e A thread could not be created for the service.
ERROR_SERVICE_DATABASE_LOCKED 1055 0x41f The service database is locked.
ERROR_SERVICE_ALREADY_RUNNING 1056 0x420 An instance of the service is already running.
ERROR_INVALID_SERVICE_ACCOUNT 1057 0x421 The account name is invalid or does not exist, or the password is invalid for the account name specified.
ERROR_SERVICE_DISABLED 1058 0x422 The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
ERROR_CIRCULAR_DEPENDENCY 1059 0x423 Circular service dependency was specified.
ERROR_SERVICE_DOES_NOT_EXIST 1060 0x424 The specified service does not exist as an installed service.
ERROR_SERVICE_CANNOT_ACCEPT_CTRL 1061 0x425 The service cannot accept control messages at this time.
ERROR_SERVICE_NOT_ACTIVE 1062 0x426 The service has not been started.
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT 1063 0x427 The service process could not connect to the service controller.
ERROR_EXCEPTION_IN_SERVICE 1064 0x428 An exception occurred in the service when handling the control request.
ERROR_DATABASE_DOES_NOT_EXIST 1065 0x429 The database specified does not exist.
ERROR_SERVICE_SPECIFIC_ERROR 1066 0x42a The service has returned a service-specific error code.
ERROR_PROCESS_ABORTED 1067 0x42b The process terminated unexpectedly.
ERROR_SERVICE_DEPENDENCY_FAIL 1068 0x42c The dependency service or group failed to start.
ERROR_SERVICE_LOGON_FAILED 1069 0x42d The service did not start due to a logon failure.
ERROR_SERVICE_START_HANG 1070 0x42e After starting, the service hung in a start-pending state.
ERROR_INVALID_SERVICE_LOCK 1071 0x42f The specified service database lock is invalid.
ERROR_SERVICE_MARKED_FOR_DELETE 1072 0x430 The specified service has been marked for deletion.
ERROR_SERVICE_EXISTS 1073 0x431 The specified service already exists.
ERROR_ALREADY_RUNNING_LKG 1074 0x432 The system is currently running with the last-known-good configuration.
ERROR_SERVICE_DEPENDENCY_DELETED 1075 0x433 The dependency service does not exist or has been marked for deletion.
ERROR_BOOT_ALREADY_ACCEPTED 1076 0x434 The current boot has already been accepted for use as the last-known-good control set.
ERROR_SERVICE_NEVER_STARTED 1077 0x435 No attempts to start the service have been made since the last boot.
ERROR_DUPLICATE_SERVICE_NAME 1078 0x436 The name is already in use as either a service name or a service display name.
ERROR_DIFFERENT_SERVICE_ACCOUNT 1079 0x437 The account specified for this service is different from the account specified for other services running in the same process.
ERROR_CANNOT_DETECT_DRIVER_FAILURE 1080 0x438 Failure actions can only be set for Win32 services, not for drivers.
ERROR_CANNOT_DETECT_PROCESS_ABORT 1081 0x439 This service runs in the same process as the service control manager.\r\nTherefore, the service control manager cannot take action if this service's process terminates unexpectedly.
ERROR_NO_RECOVERY_PROGRAM 1082 0x43a No recovery program has been configured for this service.
ERROR_SERVICE_NOT_IN_EXE 1083 0x43b The executable program that this service is configured to run in does not implement the service.
ERROR_NOT_SAFEBOOT_SERVICE 1084 0x43c This service cannot be started in Safe Mode
ERROR_END_OF_MEDIA 1100 0x44c The physical end of the tape has been reached.
ERROR_FILEMARK_DETECTED 1101 0x44d A tape access reached a filemark.
ERROR_BEGINNING_OF_MEDIA 1102 0x44e The beginning of the tape or a partition was encountered.
ERROR_SETMARK_DETECTED 1103 0x44f A tape access reached the end of a set of files.
ERROR_NO_DATA_DETECTED 1104 0x450 No more data is on the tape.
ERROR_PARTITION_FAILURE 1105 0x451 Tape could not be partitioned.
ERROR_INVALID_BLOCK_LENGTH 1106 0x452 When accessing a new tape of a multivolume partition, the current block size is incorrect.
ERROR_DEVICE_NOT_PARTITIONED 1107 0x453 Tape partition information could not be found when loading a tape.
ERROR_UNABLE_TO_LOCK_MEDIA 1108 0x454 Unable to lock the media eject mechanism.
ERROR_UNABLE_TO_UNLOAD_MEDIA 1109 0x455 Unable to unload the media.
ERROR_MEDIA_CHANGED 1110 0x456 The media in the drive may have changed.
ERROR_BUS_RESET 1111 0x457 The I/O bus was reset.
ERROR_NO_MEDIA_IN_DRIVE 1112 0x458 No media in drive.
ERROR_NO_UNICODE_TRANSLATION 1113 0x459 No mapping for the Unicode character exists in the target multi-byte code page.
ERROR_DLL_INIT_FAILED 1114 0x45a A dynamic link library (DLL) initialization routine failed.
ERROR_SHUTDOWN_IN_PROGRESS 1115 0x45b A system shutdown is in progress.
ERROR_NO_SHUTDOWN_IN_PROGRESS 1116 0x45c Unable to abort the system shutdown because no shutdown was in progress.
ERROR_IO_DEVICE 1117 0x45d The request could not be performed because of an I/O device error.
ERROR_SERIAL_NO_DEVICE 1118 0x45e No serial device was successfully initialized. The serial driver will unload.
ERROR_IRQ_BUSY 1119 0x45f Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened.
ERROR_MORE_WRITES 1120 0x460 A serial I/O operation was completed by another write to the serial port.\r\n(The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
ERROR_COUNTER_TIMEOUT 1121 0x461 A serial I/O operation completed because the timeout period expired.\r\n(The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
ERROR_FLOPPY_ID_MARK_NOT_FOUND 1122 0x462 No ID address mark was found on the floppy disk.
ERROR_FLOPPY_WRONG_CYLINDER 1123 0x463 Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
ERROR_FLOPPY_UNKNOWN_ERROR 1124 0x464 The floppy disk controller reported an error that is not recognized by the floppy disk driver.
ERROR_FLOPPY_BAD_REGISTERS 1125 0x465 The floppy disk controller returned inconsistent results in its registers.
ERROR_DISK_RECALIBRATE_FAILED 1126 0x466 While accessing the hard disk, a recalibrate operation failed, even after retries.
ERROR_DISK_OPERATION_FAILED 1127 0x467 While accessing the hard disk, a disk operation failed even after retries.
ERROR_DISK_RESET_FAILED 1128 0x468 While accessing the hard disk, a disk controller reset was needed, but even that failed.
ERROR_EOM_OVERFLOW 1129 0x469 Physical end of tape encountered.
ERROR_NOT_ENOUGH_SERVER_MEMORY 1130 0x46a Not enough server memory resources are available to process this command.
ERROR_POSSIBLE_DEADLOCK 1131 0x46b A potential deadlock condition has been detected.
ERROR_MAPPED_ALIGNMENT 1132 0x46c The base address or the file offset specified does not have the proper alignment.
ERROR_SET_POWER_STATE_VETOED 1140 0x474 An attempt to change the system power state was vetoed by another application or driver.
ERROR_SET_POWER_STATE_FAILED 1141 0x475 The system BIOS failed an attempt to change the system power state.
ERROR_TOO_MANY_LINKS 1142 0x476 An attempt was made to create more links on a file than the file system supports.
ERROR_OLD_WIN_VERSION 1150 0x47e The specified program requires a newer version of Windows.
ERROR_APP_WRONG_OS 1151 0x47f The specified program is not a Windows or MS-DOS program.
ERROR_SINGLE_INSTANCE_APP 1152 0x480 Cannot start more than one instance of the specified program.
ERROR_RMODE_APP 1153 0x481 The specified program was written for an earlier version of Windows.
ERROR_INVALID_DLL 1154 0x482 One of the library files needed to run this application is damaged.
ERROR_NO_ASSOCIATION 1155 0x483 No application is associated with the specified file for this operation.
ERROR_DDE_FAIL 1156 0x484 An error occurred in sending the command to the application.
ERROR_DLL_NOT_FOUND 1157 0x485 One of the library files needed to run this application cannot be found.
ERROR_NO_MORE_USER_HANDLES 1158 0x486 The current process has used all of its system allowance of handles for Window Manager objects.
ERROR_MESSAGE_SYNC_ONLY 1159 0x487 The message can be used only with synchronous operations.
ERROR_SOURCE_ELEMENT_EMPTY 1160 0x488 The indicated source element has no media.
ERROR_DESTINATION_ELEMENT_FULL 1161 0x489 The indicated destination element already contains media.
ERROR_ILLEGAL_ELEMENT_ADDRESS 1162 0x48a The indicated element does not exist.
ERROR_MAGAZINE_NOT_PRESENT 1163 0x48b The indicated element is part of a magazine that is not present.
ERROR_DEVICE_REINITIALIZATION_NEEDED 1164 0x48c The indicated device requires reinitialization due to hardware errors.
ERROR_DEVICE_REQUIRES_CLEANING 1165 0x48d The device has indicated that cleaning is required before further operations are attempted.
ERROR_DEVICE_DOOR_OPEN 1166 0x48e The device has indicated that its door is open.
ERROR_DEVICE_NOT_CONNECTED 1167 0x48f The device is not connected.
ERROR_NOT_FOUND 1168 0x490 Element not found.
ERROR_NO_MATCH 1169 0x491 There was no match for the specified key in the index.
ERROR_SET_NOT_FOUND 1170 0x492 The property set specified does not exist on the object.
ERROR_POINT_NOT_FOUND 1171 0x493 The point passed to GetMouseMovePoints is not in the buffer.
ERROR_NO_TRACKING_SERVICE 1172 0x494 The tracking (workstation) service is not running.
ERROR_NO_VOLUME_ID 1173 0x495 The Volume ID could not be found.
ERROR_UNABLE_TO_REMOVE_REPLACED 1175 0x497 Unable to remove the file to be replaced.
ERROR_UNABLE_TO_MOVE_REPLACEMENT 1176 0x498 Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
ERROR_JOURNAL_DELETE_IN_PROGRESS 1178 0x49a The volume change journal is being deleted.
ERROR_JOURNAL_NOT_ACTIVE 1179 0x49b The volume change journal is not active.
ERROR_POTENTIAL_FILE_FOUND 1180 0x49c A file was found, but it may not be the correct file.
ERROR_JOURNAL_ENTRY_DELETED 1181 0x49d The journal entry has been deleted from the journal.
ERROR_SHUTDOWN_IS_SCHEDULED 1190 0x4a6 A system shutdown has already been scheduled.
ERROR_SHUTDOWN_USERS_LOGGED_ON 1191 0x4a7 The system shutdown cannot be initiated because there are other users logged on to the computer.
ERROR_BAD_DEVICE 1200 0x4b0 The specified device name is invalid.
ERROR_CONNECTION_UNAVAIL 1201 0x4b1 The device is not currently connected but it is a remembered connection.
ERROR_DEVICE_ALREADY_REMEMBERED 1202 0x4b2 The local device name has a remembered connection to another network resource.
ERROR_NO_NET_OR_BAD_PATH 1203 0x4b3 The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator.
ERROR_BAD_PROVIDER 1204 0x4b4 The specified network provider name is invalid.
ERROR_CANNOT_OPEN_PROFILE 1205 0x4b5 Unable to open the network connection profile.
ERROR_BAD_PROFILE 1206 0x4b6 The network connection profile is corrupted.
ERROR_NOT_CONTAINER 1207 0x4b7 Cannot enumerate a noncontainer.
ERROR_EXTENDED_ERROR 1208 0x4b8 An extended error has occurred.
ERROR_INVALID_GROUPNAME 1209 0x4b9 The format of the specified group name is invalid.
ERROR_INVALID_COMPUTERNAME 1210 0x4ba The format of the specified computer name is invalid.
ERROR_INVALID_EVENTNAME 1211 0x4bb The format of the specified event name is invalid.
ERROR_INVALID_DOMAINNAME 1212 0x4bc The format of the specified domain name is invalid.
ERROR_INVALID_SERVICENAME 1213 0x4bd The format of the specified service name is invalid.
ERROR_INVALID_NETNAME 1214 0x4be The format of the specified network name is invalid.
ERROR_INVALID_SHARENAME 1215 0x4bf The format of the specified share name is invalid.
ERROR_INVALID_PASSWORDNAME 1216 0x4c0 The format of the specified password is invalid.
ERROR_INVALID_MESSAGENAME 1217 0x4c1 The format of the specified message name is invalid.
ERROR_INVALID_MESSAGEDEST 1218 0x4c2 The format of the specified message destination is invalid.
ERROR_SESSION_CREDENTIAL_CONFLICT 1219 0x4c3 Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
ERROR_REMOTE_SESSION_LIMIT_EXCEEDED 1220 0x4c4 An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
ERROR_DUP_DOMAINNAME 1221 0x4c5 The workgroup or domain name is already in use by another computer on the network.
ERROR_NO_NETWORK 1222 0x4c6 The network is not present or not started.
ERROR_CANCELLED 1223 0x4c7 The operation was canceled by the user.
ERROR_USER_MAPPED_FILE 1224 0x4c8 The requested operation cannot be performed on a file with a user-mapped section open.
ERROR_CONNECTION_REFUSED 1225 0x4c9 The remote computer refused the network connection.
ERROR_GRACEFUL_DISCONNECT 1226 0x4ca The network connection was gracefully closed.
ERROR_ADDRESS_ALREADY_ASSOCIATED 1227 0x4cb The network transport endpoint already has an address associated with it.
ERROR_ADDRESS_NOT_ASSOCIATED 1228 0x4cc An address has not yet been associated with the network endpoint.
ERROR_CONNECTION_INVALID 1229 0x4cd An operation was attempted on a nonexistent network connection.
ERROR_CONNECTION_ACTIVE 1230 0x4ce An invalid operation was attempted on an active network connection.
ERROR_NETWORK_UNREACHABLE 1231 0x4cf The network location cannot be reached. For information about network troubleshooting, see Windows Help.
ERROR_HOST_UNREACHABLE 1232 0x4d0 The network location cannot be reached. For information about network troubleshooting, see Windows Help.
ERROR_PROTOCOL_UNREACHABLE 1233 0x4d1 The network location cannot be reached. For information about network troubleshooting, see Windows Help.
ERROR_PORT_UNREACHABLE 1234 0x4d2 No service is operating at the destination network endpoint on the remote system.
ERROR_REQUEST_ABORTED 1235 0x4d3 The request was aborted.
ERROR_CONNECTION_ABORTED 1236 0x4d4 The network connection was aborted by the local system.
ERROR_RETRY 1237 0x4d5 The operation could not be completed. A retry should be performed.
ERROR_CONNECTION_COUNT_LIMIT 1238 0x4d6 A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
ERROR_LOGIN_TIME_RESTRICTION 1239 0x4d7 Attempting to log in during an unauthorized time of day for this account.
ERROR_LOGIN_WKSTA_RESTRICTION 1240 0x4d8 The account is not authorized to log in from this station.
ERROR_INCORRECT_ADDRESS 1241 0x4d9 The network address could not be used for the operation requested.
ERROR_ALREADY_REGISTERED 1242 0x4da The service is already registered.
ERROR_SERVICE_NOT_FOUND 1243 0x4db The specified service does not exist.
ERROR_NOT_AUTHENTICATED 1244 0x4dc The operation being requested was not performed because the user has not been authenticated.
ERROR_NOT_LOGGED_ON 1245 0x4dd The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.
ERROR_CONTINUE 1246 0x4de Continue with work in progress.
ERROR_ALREADY_INITIALIZED 1247 0x4df An attempt was made to perform an initialization operation when initialization has already been completed.
ERROR_NO_MORE_DEVICES 1248 0x4e0 No more local devices.
ERROR_NO_SUCH_SITE 1249 0x4e1 The specified site does not exist.
ERROR_DOMAIN_CONTROLLER_EXISTS 1250 0x4e2 A domain controller with the specified name already exists.
ERROR_ONLY_IF_CONNECTED 1251 0x4e3 This operation is supported only when you are connected to the server.
ERROR_OVERRIDE_NOCHANGES 1252 0x4e4 The group policy framework should call the extension even if there are no changes.
ERROR_BAD_USER_PROFILE 1253 0x4e5 The specified user does not have a valid profile.
ERROR_NOT_SUPPORTED_ON_SBS 1254 0x4e6 This operation is not supported on a computer running Windows Server 2003 for Small Business Server
ERROR_SERVER_SHUTDOWN_IN_PROGRESS 1255 0x4e7 The server machine is shutting down.
ERROR_HOST_DOWN 1256 0x4e8 The remote system is not available. For information about network troubleshooting, see Windows Help.
ERROR_NON_ACCOUNT_SID 1257 0x4e9 The security identifier provided is not from an account domain.
ERROR_NON_DOMAIN_SID 1258 0x4ea The security identifier provided does not have a domain component.
ERROR_APPHELP_BLOCK 1259 0x4eb AppHelp dialog canceled thus preventing the application from starting.
ERROR_ACCESS_DISABLED_BY_POLICY 1260 0x4ec This program is blocked by group policy. For more information, contact your system administrator.
ERROR_REG_NAT_CONSUMPTION 1261 0x4ed A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
ERROR_CSCSHARE_OFFLINE 1262 0x4ee The share is currently offline or does not exist.
ERROR_PKINIT_FAILURE 1263 0x4ef The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.
ERROR_SMARTCARD_SUBSYSTEM_FAILURE 1264 0x4f0 The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
ERROR_DOWNGRADE_DETECTED 1265 0x4f1 The system cannot contact a domain controller to service the authentication request. Please try again later.
ERROR_MACHINE_LOCKED 1271 0x4f7 The machine is locked and cannot be shut down without the force option.
ERROR_SMB_GUEST_LOGON_BLOCKED 1272 0x4f8 You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
ERROR_CALLBACK_SUPPLIED_INVALID_DATA 1273 0x4f9 An application-defined callback gave invalid data when called.
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED 1274 0x4fa The group policy framework should call the extension in the synchronous foreground policy refresh.
ERROR_DRIVER_BLOCKED 1275 0x4fb This driver has been blocked from loading
ERROR_INVALID_IMPORT_OF_NON_DLL 1276 0x4fc A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
ERROR_ACCESS_DISABLED_WEBBLADE 1277 0x4fd Windows cannot open this program since it has been disabled.
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER 1278 0x4fe Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
ERROR_RECOVERY_FAILURE 1279 0x4ff A transaction recover failed.
ERROR_ALREADY_FIBER 1280 0x500 The current thread has already been converted to a fiber.
ERROR_ALREADY_THREAD 1281 0x501 The current thread has already been converted from a fiber.
ERROR_STACK_BUFFER_OVERRUN 1282 0x502 The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
ERROR_PARAMETER_QUOTA_EXCEEDED 1283 0x503 Data present in one of the parameters is more than the function can operate on.
ERROR_DEBUGGER_INACTIVE 1284 0x504 An attempt to do an operation on a debug object failed because the object is in the process of being deleted.
ERROR_DELAY_LOAD_FAILED 1285 0x505 An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
ERROR_VDM_DISALLOWED 1286 0x506 %1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
ERROR_UNIDENTIFIED_ERROR 1287 0x507 Insufficient information exists to identify the cause of failure.
ERROR_INVALID_CRUNTIME_PARAMETER 1288 0x508 The parameter passed to a C runtime function is incorrect.
ERROR_BEYOND_VDL 1289 0x509 The operation occurred beyond the valid data length of the file.
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE 1290 0x50a The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service.
ERROR_DRIVER_PROCESS_TERMINATED 1291 0x50b The process hosting the driver for this device has been terminated.
ERROR_IMPLEMENTATION_LIMIT 1292 0x50c An operation attempted to exceed an implementation-defined limit.
ERROR_PROCESS_IS_PROTECTED 1293 0x50d Either the target process, or the target thread's containing process, is a protected process.
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING 1294 0x50e The service notification client is lagging too far behind the current state of services in the machine.
ERROR_DISK_QUOTA_EXCEEDED 1295 0x50f The requested file operation failed because the storage quota was exceeded.\r\nTo free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator.
ERROR_CONTENT_BLOCKED 1296 0x510 The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE 1297 0x511 A privilege that the service requires to function properly does not exist in the service account configuration.\r\nYou may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration.
ERROR_APP_HANG 1298 0x512 A thread involved in this operation appears to be unresponsive.
ERROR_INVALID_LABEL 1299 0x513 Indicates a particular Security ID may not be assigned as the label of an object.
ERROR_NOT_ALL_ASSIGNED 1300 0x514 Not all privileges or groups referenced are assigned to the caller.
ERROR_SOME_NOT_MAPPED 1301 0x515 Some mapping between account names and security IDs was not done.
ERROR_NO_QUOTAS_FOR_ACCOUNT 1302 0x516 No system quota limits are specifically set for this account.
ERROR_LOCAL_USER_SESSION_KEY 1303 0x517 No encryption key is available. A well-known encryption key was returned.
ERROR_NULL_LM_PASSWORD 1304 0x518 The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.
ERROR_UNKNOWN_REVISION 1305 0x519 The revision level is unknown.
ERROR_REVISION_MISMATCH 1306 0x51a Indicates two revision levels are incompatible.
ERROR_INVALID_OWNER 1307 0x51b This security ID may not be assigned as the owner of this object.
ERROR_INVALID_PRIMARY_GROUP 1308 0x51c This security ID may not be assigned as the primary group of an object.
ERROR_NO_IMPERSONATION_TOKEN 1309 0x51d An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
ERROR_CANT_DISABLE_MANDATORY 1310 0x51e The group may not be disabled.
ERROR_NO_LOGON_SERVERS 1311 0x51f We can't sign you in with this credential because your domain isn't available. Make sure your device is connected to your organization's network and try again. If you previously signed in on this device with another credential, you can sign in with that credential.
ERROR_NO_SUCH_LOGON_SESSION 1312 0x520 A specified logon session does not exist. It may already have been terminated.
ERROR_NO_SUCH_PRIVILEGE 1313 0x521 A specified privilege does not exist.
ERROR_PRIVILEGE_NOT_HELD 1314 0x522 A required privilege is not held by the client.
ERROR_INVALID_ACCOUNT_NAME 1315 0x523 The name provided is not a properly formed account name.
ERROR_USER_EXISTS 1316 0x524 The specified account already exists.
ERROR_NO_SUCH_USER 1317 0x525 The specified account does not exist.
ERROR_GROUP_EXISTS 1318 0x526 The specified group already exists.
ERROR_NO_SUCH_GROUP 1319 0x527 The specified group does not exist.
ERROR_MEMBER_IN_GROUP 1320 0x528 Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.
ERROR_MEMBER_NOT_IN_GROUP 1321 0x529 The specified user account is not a member of the specified group account.
ERROR_LAST_ADMIN 1322 0x52a This operation is disallowed as it could result in an administration account being disabled, deleted or unable to logon.
ERROR_WRONG_PASSWORD 1323 0x52b Unable to update the password. The value provided as the current password is incorrect.
ERROR_ILL_FORMED_PASSWORD 1324 0x52c Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
ERROR_PASSWORD_RESTRICTION 1325 0x52d Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.
ERROR_LOGON_FAILURE 1326 0x52e The user name or password is incorrect.
ERROR_ACCOUNT_RESTRICTION 1327 0x52f Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced.
ERROR_INVALID_LOGON_HOURS 1328 0x530 Your account has time restrictions that keep you from signing in right now.
ERROR_INVALID_WORKSTATION 1329 0x531 This user isn't allowed to sign in to this computer.
ERROR_PASSWORD_EXPIRED 1330 0x532 The password for this account has expired.
ERROR_ACCOUNT_DISABLED 1331 0x533 This user can't sign in because this account is currently disabled.
ERROR_NONE_MAPPED 1332 0x534 No mapping between account names and security IDs was done.
ERROR_TOO_MANY_LUIDS_REQUESTED 1333 0x535 Too many local user identifiers (LUIDs) were requested at one time.
ERROR_LUIDS_EXHAUSTED 1334 0x536 No more local user identifiers (LUIDs) are available.
ERROR_INVALID_SUB_AUTHORITY 1335 0x537 The subauthority part of a security ID is invalid for this particular use.
ERROR_INVALID_ACL 1336 0x538 The access control list (ACL) structure is invalid.
ERROR_INVALID_SID 1337 0x539 The security ID structure is invalid.
ERROR_INVALID_SECURITY_DESCR 1338 0x53a The security descriptor structure is invalid.
ERROR_BAD_INHERITANCE_ACL 1340 0x53c The inherited access control list (ACL) or access control entry (ACE) could not be built.
ERROR_SERVER_DISABLED 1341 0x53d The server is currently disabled.
ERROR_SERVER_NOT_DISABLED 1342 0x53e The server is currently enabled.
ERROR_INVALID_ID_AUTHORITY 1343 0x53f The value provided was an invalid value for an identifier authority.
ERROR_ALLOTTED_SPACE_EXCEEDED 1344 0x540 No more memory is available for security information updates.
ERROR_INVALID_GROUP_ATTRIBUTES 1345 0x541 The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
ERROR_BAD_IMPERSONATION_LEVEL 1346 0x542 Either a required impersonation level was not provided, or the provided impersonation level is invalid.
ERROR_CANT_OPEN_ANONYMOUS 1347 0x543 Cannot open an anonymous level security token.
ERROR_BAD_VALIDATION_CLASS 1348 0x544 The validation information class requested was invalid.
ERROR_BAD_TOKEN_TYPE 1349 0x545 The type of the token is inappropriate for its attempted use.
ERROR_NO_SECURITY_ON_OBJECT 1350 0x546 Unable to perform a security operation on an object that has no associated security.
ERROR_CANT_ACCESS_DOMAIN_INFO 1351 0x547 Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
ERROR_INVALID_SERVER_STATE 1352 0x548 The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
ERROR_INVALID_DOMAIN_STATE 1353 0x549 The domain was in the wrong state to perform the security operation.
ERROR_INVALID_DOMAIN_ROLE 1354 0x54a This operation is only allowed for the Primary Domain Controller of the domain.
ERROR_NO_SUCH_DOMAIN 1355 0x54b The specified domain either does not exist or could not be contacted.
ERROR_DOMAIN_EXISTS 1356 0x54c The specified domain already exists.
ERROR_DOMAIN_LIMIT_EXCEEDED 1357 0x54d An attempt was made to exceed the limit on the number of domains per server.
ERROR_INTERNAL_DB_CORRUPTION 1358 0x54e Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
ERROR_INTERNAL_ERROR 1359 0x54f An internal error occurred.
ERROR_GENERIC_NOT_MAPPED 1360 0x550 Generic access types were contained in an access mask which should already be mapped to nongeneric types.
ERROR_BAD_DESCRIPTOR_FORMAT 1361 0x551 A security descriptor is not in the right format (absolute or self-relative).
ERROR_NOT_LOGON_PROCESS 1362 0x552 The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
ERROR_LOGON_SESSION_EXISTS 1363 0x553 Cannot start a new logon session with an ID that is already in use.
ERROR_NO_SUCH_PACKAGE 1364 0x554 A specified authentication package is unknown.
ERROR_BAD_LOGON_SESSION_STATE 1365 0x555 The logon session is not in a state that is consistent with the requested operation.
ERROR_LOGON_SESSION_COLLISION 1366 0x556 The logon session ID is already in use.
ERROR_INVALID_LOGON_TYPE 1367 0x557 A logon request contained an invalid logon type value.
ERROR_CANNOT_IMPERSONATE 1368 0x558 Unable to impersonate using a named pipe until data has been read from that pipe.
ERROR_RXACT_INVALID_STATE 1369 0x559 The transaction state of a registry subtree is incompatible with the requested operation.
ERROR_RXACT_COMMIT_FAILURE 1370 0x55a An internal security database corruption has been encountered.
ERROR_SPECIAL_ACCOUNT 1371 0x55b Cannot perform this operation on built-in accounts.
ERROR_SPECIAL_GROUP 1372 0x55c Cannot perform this operation on this built-in special group.
ERROR_SPECIAL_USER 1373 0x55d Cannot perform this operation on this built-in special user.
ERROR_MEMBERS_PRIMARY_GROUP 1374 0x55e The user cannot be removed from a group because the group is currently the user's primary group.
ERROR_TOKEN_ALREADY_IN_USE 1375 0x55f The token is already in use as a primary token.
ERROR_NO_SUCH_ALIAS 1376 0x560 The specified local group does not exist.
ERROR_MEMBER_NOT_IN_ALIAS 1377 0x561 The specified account name is not a member of the group.
ERROR_MEMBER_IN_ALIAS 1378 0x562 The specified account name is already a member of the group.
ERROR_ALIAS_EXISTS 1379 0x563 The specified local group already exists.
ERROR_LOGON_NOT_GRANTED 1380 0x564 Logon failure: the user has not been granted the requested logon type at this computer.
ERROR_TOO_MANY_SECRETS 1381 0x565 The maximum number of secrets that may be stored in a single system has been exceeded.
ERROR_SECRET_TOO_LONG 1382 0x566 The length of a secret exceeds the maximum length allowed.
ERROR_INTERNAL_DB_ERROR 1383 0x567 The local security authority database contains an internal inconsistency.
ERROR_TOO_MANY_CONTEXT_IDS 1384 0x568 During a logon attempt, the user's security context accumulated too many security IDs.
ERROR_LOGON_TYPE_NOT_GRANTED 1385 0x569 Logon failure: the user has not been granted the requested logon type at this computer.
ERROR_NT_CROSS_ENCRYPTION_REQUIRED 1386 0x56a A cross-encrypted password is necessary to change a user password.
ERROR_NO_SUCH_MEMBER 1387 0x56b A member could not be added to or removed from the local group because the member does not exist.
ERROR_INVALID_MEMBER 1388 0x56c A new member could not be added to a local group because the member has the wrong account type.
ERROR_TOO_MANY_SIDS 1389 0x56d Too many security IDs have been specified.
ERROR_LM_CROSS_ENCRYPTION_REQUIRED 1390 0x56e A cross-encrypted password is necessary to change this user password.
ERROR_NO_INHERITANCE 1391 0x56f Indicates an ACL contains no inheritable components.
ERROR_FILE_CORRUPT 1392 0x570 The file or directory is corrupted and unreadable.
ERROR_DISK_CORRUPT 1393 0x571 The disk structure is corrupted and unreadable.
ERROR_NO_USER_SESSION_KEY 1394 0x572 There is no user session key for the specified logon session.
ERROR_LICENSE_QUOTA_EXCEEDED 1395 0x573 The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept.
ERROR_WRONG_TARGET_NAME 1396 0x574 The target account name is incorrect.
ERROR_MUTUAL_AUTH_FAILED 1397 0x575 Mutual Authentication failed. The server's password is out of date at the domain controller.
ERROR_TIME_SKEW 1398 0x576 There is a time and/or date difference between the client and server.
ERROR_CURRENT_DOMAIN_NOT_ALLOWED 1399 0x577 This operation cannot be performed on the current domain.
ERROR_INVALID_WINDOW_HANDLE 1400 0x578 Invalid window handle.
ERROR_INVALID_MENU_HANDLE 1401 0x579 Invalid menu handle.
ERROR_INVALID_CURSOR_HANDLE 1402 0x57a Invalid cursor handle.
ERROR_INVALID_ACCEL_HANDLE 1403 0x57b Invalid accelerator table handle.
ERROR_INVALID_HOOK_HANDLE 1404 0x57c Invalid hook handle.
ERROR_INVALID_DWP_HANDLE 1405 0x57d Invalid handle to a multiple-window position structure.
ERROR_TLW_WITH_WSCHILD 1406 0x57e Cannot create a top-level child window.
ERROR_CANNOT_FIND_WND_CLASS 1407 0x57f Cannot find window class.
ERROR_WINDOW_OF_OTHER_THREAD 1408 0x580 Invalid window; it belongs to other thread.
ERROR_HOTKEY_ALREADY_REGISTERED 1409 0x581 Hot key is already registered.
ERROR_CLASS_ALREADY_EXISTS 1410 0x582 Class already exists.
ERROR_CLASS_DOES_NOT_EXIST 1411 0x583 Class does not exist.
ERROR_CLASS_HAS_WINDOWS 1412 0x584 Class still has open windows.
ERROR_INVALID_INDEX 1413 0x585 Invalid index.
ERROR_INVALID_ICON_HANDLE 1414 0x586 Invalid icon handle.
ERROR_PRIVATE_DIALOG_INDEX 1415 0x587 Using private DIALOG window words.
ERROR_LISTBOX_ID_NOT_FOUND 1416 0x588 The list box identifier was not found.
ERROR_NO_WILDCARD_CHARACTERS 1417 0x589 No wildcards were found.
ERROR_CLIPBOARD_NOT_OPEN 1418 0x58a Thread does not have a clipboard open.
ERROR_HOTKEY_NOT_REGISTERED 1419 0x58b Hot key is not registered.
ERROR_WINDOW_NOT_DIALOG 1420 0x58c The window is not a valid dialog window.
ERROR_CONTROL_ID_NOT_FOUND 1421 0x58d Control ID not found.
ERROR_INVALID_COMBOBOX_MESSAGE 1422 0x58e Invalid message for a combo box because it does not have an edit control.
ERROR_WINDOW_NOT_COMBOBOX 1423 0x58f The window is not a combo box.
ERROR_INVALID_EDIT_HEIGHT 1424 0x590 Height must be less than 256.
ERROR_DC_NOT_FOUND 1425 0x591 Invalid device context (DC) handle.
ERROR_INVALID_HOOK_FILTER 1426 0x592 Invalid hook procedure type.
ERROR_INVALID_FILTER_PROC 1427 0x593 Invalid hook procedure.
ERROR_HOOK_NEEDS_HMOD 1428 0x594 Cannot set nonlocal hook without a module handle.
ERROR_GLOBAL_ONLY_HOOK 1429 0x595 This hook procedure can only be set globally.
ERROR_JOURNAL_HOOK_SET 1430 0x596 The journal hook procedure is already installed.
ERROR_HOOK_NOT_INSTALLED 1431 0x597 The hook procedure is not installed.
ERROR_INVALID_LB_MESSAGE 1432 0x598 Invalid message for single-selection list box.
ERROR_SETCOUNT_ON_BAD_LB 1433 0x599 LB_SETCOUNT sent to non-lazy list box.
ERROR_LB_WITHOUT_TABSTOPS 1434 0x59a This list box does not support tab stops.
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD 1435 0x59b Cannot destroy object created by another thread.
ERROR_CHILD_WINDOW_MENU 1436 0x59c Child windows cannot have menus.
ERROR_NO_SYSTEM_MENU 1437 0x59d The window does not have a system menu.
ERROR_INVALID_MSGBOX_STYLE 1438 0x59e Invalid message box style.
ERROR_INVALID_SPI_VALUE 1439 0x59f Invalid system-wide (SPI_*) parameter.
ERROR_SCREEN_ALREADY_LOCKED 1440 0x5a0 Screen already locked.
ERROR_HWNDS_HAVE_DIFF_PARENT 1441 0x5a1 All handles to windows in a multiple-window position structure must have the same parent.
ERROR_NOT_CHILD_WINDOW 1442 0x5a2 The window is not a child window.
ERROR_INVALID_GW_COMMAND 1443 0x5a3 Invalid GW_* command.
ERROR_INVALID_THREAD_ID 1444 0x5a4 Invalid thread identifier.
ERROR_NON_MDICHILD_WINDOW 1445 0x5a5 Cannot process a message from a window that is not a multiple document interface (MDI) window.
ERROR_POPUP_ALREADY_ACTIVE 1446 0x5a6 Popup menu already active.
ERROR_NO_SCROLLBARS 1447 0x5a7 The window does not have scroll bars.
ERROR_INVALID_SCROLLBAR_RANGE 1448 0x5a8 Scroll bar range cannot be greater than MAXLONG.
ERROR_INVALID_SHOWWIN_COMMAND 1449 0x5a9 Cannot show or remove the window in the way specified.
ERROR_NO_SYSTEM_RESOURCES 1450 0x5aa Insufficient system resources exist to complete the requested service.
ERROR_NONPAGED_SYSTEM_RESOURCES 1451 0x5ab Insufficient system resources exist to complete the requested service.
ERROR_PAGED_SYSTEM_RESOURCES 1452 0x5ac Insufficient system resources exist to complete the requested service.
ERROR_WORKING_SET_QUOTA 1453 0x5ad Insufficient quota to complete the requested service.
ERROR_PAGEFILE_QUOTA 1454 0x5ae Insufficient quota to complete the requested service.
ERROR_COMMITMENT_LIMIT 1455 0x5af The paging file is too small for this operation to complete.
ERROR_MENU_ITEM_NOT_FOUND 1456 0x5b0 A menu item was not found.
ERROR_INVALID_KEYBOARD_HANDLE 1457 0x5b1 Invalid keyboard layout handle.
ERROR_HOOK_TYPE_NOT_ALLOWED 1458 0x5b2 Hook type not allowed.
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION 1459 0x5b3 This operation requires an interactive window station.
ERROR_TIMEOUT 1460 0x5b4 This operation returned because the timeout period expired.
ERROR_INVALID_MONITOR_HANDLE 1461 0x5b5 Invalid monitor handle.
ERROR_INCORRECT_SIZE 1462 0x5b6 Incorrect size argument.
ERROR_SYMLINK_CLASS_DISABLED 1463 0x5b7 The symbolic link cannot be followed because its type is disabled.
ERROR_SYMLINK_NOT_SUPPORTED 1464 0x5b8 This application does not support the current operation on symbolic links.
ERROR_XML_PARSE_ERROR 1465 0x5b9 Windows was unable to parse the requested XML data.
ERROR_XMLDSIG_ERROR 1466 0x5ba An error was encountered while processing an XML digital signature.
ERROR_RESTART_APPLICATION 1467 0x5bb This application must be restarted.
ERROR_WRONG_COMPARTMENT 1468 0x5bc The caller made the connection request in the wrong routing compartment.
ERROR_AUTHIP_FAILURE 1469 0x5bd There was an AuthIP failure when attempting to connect to the remote host.
ERROR_NO_NVRAM_RESOURCES 1470 0x5be Insufficient NVRAM resources exist to complete the requested service. A reboot might be required.
ERROR_NOT_GUI_PROCESS 1471 0x5bf Unable to finish the requested operation because the specified process is not a GUI process.
ERROR_EVENTLOG_FILE_CORRUPT 1500 0x5dc The event log file is corrupted.
ERROR_EVENTLOG_CANT_START 1501 0x5dd No event log file could be opened, so the event logging service did not start.
ERROR_LOG_FILE_FULL 1502 0x5de The event log file is full.
ERROR_EVENTLOG_FILE_CHANGED 1503 0x5df The event log file has changed between read operations.
ERROR_CONTAINER_ASSIGNED 1504 0x5e0 The specified Job already has a container assigned to it.
ERROR_JOB_NO_CONTAINER 1505 0x5e1 The specified Job does not have a container assigned to it.
ERROR_INVALID_TASK_NAME 1550 0x60e The specified task name is invalid.
ERROR_INVALID_TASK_INDEX 1551 0x60f The specified task index is invalid.
ERROR_THREAD_ALREADY_IN_TASK 1552 0x610 The specified thread is already joining a task.
ERROR_INSTALL_SERVICE_FAILURE 1601 0x641 The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
ERROR_INSTALL_USEREXIT 1602 0x642 User cancelled installation.
ERROR_INSTALL_FAILURE 1603 0x643 Fatal error during installation.
ERROR_INSTALL_SUSPEND 1604 0x644 Installation suspended, incomplete.
ERROR_UNKNOWN_PRODUCT 1605 0x645 This action is only valid for products that are currently installed.
ERROR_UNKNOWN_FEATURE 1606 0x646 Feature ID not registered.
ERROR_UNKNOWN_COMPONENT 1607 0x647 Component ID not registered.
ERROR_UNKNOWN_PROPERTY 1608 0x648 Unknown property.
ERROR_INVALID_HANDLE_STATE 1609 0x649 Handle is in an invalid state.
ERROR_BAD_CONFIGURATION 1610 0x64a The configuration data for this product is corrupt. Contact your support personnel.
ERROR_INDEX_ABSENT 1611 0x64b Component qualifier not present.
ERROR_INSTALL_SOURCE_ABSENT 1612 0x64c The installation source for this product is not available. Verify that the source exists and that you can access it.
ERROR_INSTALL_PACKAGE_VERSION 1613 0x64d This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
ERROR_PRODUCT_UNINSTALLED 1614 0x64e Product is uninstalled.
ERROR_BAD_QUERY_SYNTAX 1615 0x64f SQL query syntax invalid or unsupported.
ERROR_INVALID_FIELD 1616 0x650 Record field does not exist.
ERROR_DEVICE_REMOVED 1617 0x651 The device has been removed.
ERROR_INSTALL_ALREADY_RUNNING 1618 0x652 Another installation is already in progress. Complete that installation before proceeding with this install.
ERROR_INSTALL_PACKAGE_OPEN_FAILED 1619 0x653 This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
ERROR_INSTALL_PACKAGE_INVALID 1620 0x654 This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
ERROR_INSTALL_UI_FAILURE 1621 0x655 There was an error starting the Windows Installer service user interface. Contact your support personnel.
ERROR_INSTALL_LOG_FAILURE 1622 0x656 Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
ERROR_INSTALL_LANGUAGE_UNSUPPORTED 1623 0x657 The language of this installation package is not supported by your system.
ERROR_INSTALL_TRANSFORM_FAILURE 1624 0x658 Error applying transforms. Verify that the specified transform paths are valid.
ERROR_INSTALL_PACKAGE_REJECTED 1625 0x659 This installation is forbidden by system policy. Contact your system administrator.
ERROR_FUNCTION_NOT_CALLED 1626 0x65a Function could not be executed.
ERROR_FUNCTION_FAILED 1627 0x65b Function failed during execution.
ERROR_INVALID_TABLE 1628 0x65c Invalid or unknown table specified.
ERROR_DATATYPE_MISMATCH 1629 0x65d Data supplied is of wrong type.
ERROR_UNSUPPORTED_TYPE 1630 0x65e Data of this type is not supported.
ERROR_CREATE_FAILED 1631 0x65f The Windows Installer service failed to start. Contact your support personnel.
ERROR_INSTALL_TEMP_UNWRITABLE 1632 0x660 The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
ERROR_INSTALL_PLATFORM_UNSUPPORTED 1633 0x661 This installation package is not supported by this processor type. Contact your product vendor.
ERROR_INSTALL_NOTUSED 1634 0x662 Component not used on this computer.
ERROR_PATCH_PACKAGE_OPEN_FAILED 1635 0x663 This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.
ERROR_PATCH_PACKAGE_INVALID 1636 0x664 This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.
ERROR_PATCH_PACKAGE_UNSUPPORTED 1637 0x665 This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
ERROR_PRODUCT_VERSION 1638 0x666 Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
ERROR_INVALID_COMMAND_LINE 1639 0x667 Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
ERROR_INSTALL_REMOTE_DISALLOWED 1640 0x668 Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator.
ERROR_SUCCESS_REBOOT_INITIATED 1641 0x669 The requested operation completed successfully. The system will be restarted so the changes can take effect.
ERROR_PATCH_TARGET_NOT_FOUND 1642 0x66a The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
ERROR_PATCH_PACKAGE_REJECTED 1643 0x66b The update package is not permitted by software restriction policy.
ERROR_INSTALL_TRANSFORM_REJECTED 1644 0x66c One or more customizations are not permitted by software restriction policy.
ERROR_INSTALL_REMOTE_PROHIBITED 1645 0x66d The Windows Installer does not permit installation from a Remote Desktop Connection.
ERROR_PATCH_REMOVAL_UNSUPPORTED 1646 0x66e Uninstallation of the update package is not supported.
ERROR_UNKNOWN_PATCH 1647 0x66f The update is not applied to this product.
ERROR_PATCH_NO_SEQUENCE 1648 0x670 No valid sequence could be found for the set of updates.
ERROR_PATCH_REMOVAL_DISALLOWED 1649 0x671 Update removal was disallowed by policy.
ERROR_INVALID_PATCH_XML 1650 0x672 The XML update data is invalid.
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT 1651 0x673 Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.
ERROR_INSTALL_SERVICE_SAFEBOOT 1652 0x674 The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.
ERROR_FAIL_FAST_EXCEPTION 1653 0x675 A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.
ERROR_INSTALL_REJECTED 1654 0x676 The app that you are trying to run is not supported on this version of Windows.
ERROR_DYNAMIC_CODE_BLOCKED 1655 0x677 The operation was blocked as the process prohibits dynamic code generation.
ERROR_NOT_SAME_OBJECT 1656 0x678 The objects are not identical.
ERROR_STRICT_CFG_VIOLATION 1657 0x679 The specified image file was blocked from loading because it does not enable a feature required by the process: Control Flow Guard.
ERROR_SET_CONTEXT_DENIED 1660 0x67c The thread context could not be updated because this has been restricted for the process.
ERROR_CROSS_PARTITION_VIOLATION 1661 0x67d An invalid cross-partition private file/section access was attempted.
RPC_S_INVALID_STRING_BINDING 1700 0x6a4 The string binding is invalid.
RPC_S_WRONG_KIND_OF_BINDING 1701 0x6a5 The binding handle is not the correct type.
RPC_S_INVALID_BINDING 1702 0x6a6 The binding handle is invalid.
RPC_S_PROTSEQ_NOT_SUPPORTED 1703 0x6a7 The RPC protocol sequence is not supported.
RPC_S_INVALID_RPC_PROTSEQ 1704 0x6a8 The RPC protocol sequence is invalid.
RPC_S_INVALID_STRING_UUID 1705 0x6a9 The string universal unique identifier (UUID) is invalid.
RPC_S_INVALID_ENDPOINT_FORMAT 1706 0x6aa The endpoint format is invalid.
RPC_S_INVALID_NET_ADDR 1707 0x6ab The network address is invalid.
RPC_S_NO_ENDPOINT_FOUND 1708 0x6ac No endpoint was found.
RPC_S_INVALID_TIMEOUT 1709 0x6ad The timeout value is invalid.
RPC_S_OBJECT_NOT_FOUND 1710 0x6ae The object universal unique identifier (UUID) was not found.
RPC_S_ALREADY_REGISTERED 1711 0x6af The object universal unique identifier (UUID) has already been registered.
RPC_S_TYPE_ALREADY_REGISTERED 1712 0x6b0 The type universal unique identifier (UUID) has already been registered.
RPC_S_ALREADY_LISTENING 1713 0x6b1 The RPC server is already listening.
RPC_S_NO_PROTSEQS_REGISTERED 1714 0x6b2 No protocol sequences have been registered.
RPC_S_NOT_LISTENING 1715 0x6b3 The RPC server is not listening.
RPC_S_UNKNOWN_MGR_TYPE 1716 0x6b4 The manager type is unknown.
RPC_S_UNKNOWN_IF 1717 0x6b5 The interface is unknown.
RPC_S_NO_BINDINGS 1718 0x6b6 There are no bindings.
RPC_S_NO_PROTSEQS 1719 0x6b7 There are no protocol sequences.
RPC_S_CANT_CREATE_ENDPOINT 1720 0x6b8 The endpoint cannot be created.
RPC_S_OUT_OF_RESOURCES 1721 0x6b9 Not enough resources are available to complete this operation.
RPC_S_SERVER_UNAVAILABLE 1722 0x6ba The RPC server is unavailable.
RPC_S_SERVER_TOO_BUSY 1723 0x6bb The RPC server is too busy to complete this operation.
RPC_S_INVALID_NETWORK_OPTIONS 1724 0x6bc The network options are invalid.
RPC_S_NO_CALL_ACTIVE 1725 0x6bd There are no remote procedure calls active on this thread.
RPC_S_CALL_FAILED 1726 0x6be The remote procedure call failed.
RPC_S_CALL_FAILED_DNE 1727 0x6bf The remote procedure call failed and did not execute.
RPC_S_PROTOCOL_ERROR 1728 0x6c0 A remote procedure call (RPC) protocol error occurred.
RPC_S_PROXY_ACCESS_DENIED 1729 0x6c1 Access to the HTTP proxy is denied.
RPC_S_UNSUPPORTED_TRANS_SYN 1730 0x6c2 The transfer syntax is not supported by the RPC server.
RPC_S_UNSUPPORTED_TYPE 1732 0x6c4 The universal unique identifier (UUID) type is not supported.
RPC_S_INVALID_TAG 1733 0x6c5 The tag is invalid.
RPC_S_INVALID_BOUND 1734 0x6c6 The array bounds are invalid.
RPC_S_NO_ENTRY_NAME 1735 0x6c7 The binding does not contain an entry name.
RPC_S_INVALID_NAME_SYNTAX 1736 0x6c8 The name syntax is invalid.
RPC_S_UNSUPPORTED_NAME_SYNTAX 1737 0x6c9 The name syntax is not supported.
RPC_S_UUID_NO_ADDRESS 1739 0x6cb No network address is available to use to construct a universal unique identifier (UUID).
RPC_S_DUPLICATE_ENDPOINT 1740 0x6cc The endpoint is a duplicate.
RPC_S_UNKNOWN_AUTHN_TYPE 1741 0x6cd The authentication type is unknown.
RPC_S_MAX_CALLS_TOO_SMALL 1742 0x6ce The maximum number of calls is too small.
RPC_S_STRING_TOO_LONG 1743 0x6cf The string is too long.
RPC_S_PROTSEQ_NOT_FOUND 1744 0x6d0 The RPC protocol sequence was not found.
RPC_S_PROCNUM_OUT_OF_RANGE 1745 0x6d1 The procedure number is out of range.
RPC_S_BINDING_HAS_NO_AUTH 1746 0x6d2 The binding does not contain any authentication information.
RPC_S_UNKNOWN_AUTHN_SERVICE 1747 0x6d3 The authentication service is unknown.
RPC_S_UNKNOWN_AUTHN_LEVEL 1748 0x6d4 The authentication level is unknown.
RPC_S_INVALID_AUTH_IDENTITY 1749 0x6d5 The security context is invalid.
RPC_S_UNKNOWN_AUTHZ_SERVICE 1750 0x6d6 The authorization service is unknown.
EPT_S_INVALID_ENTRY 1751 0x6d7 The entry is invalid.
EPT_S_CANT_PERFORM_OP 1752 0x6d8 The server endpoint cannot perform the operation.
EPT_S_NOT_REGISTERED 1753 0x6d9 There are no more endpoints available from the endpoint mapper.
RPC_S_NOTHING_TO_EXPORT 1754 0x6da No interfaces have been exported.
RPC_S_INCOMPLETE_NAME 1755 0x6db The entry name is incomplete.
RPC_S_INVALID_VERS_OPTION 1756 0x6dc The version option is invalid.
RPC_S_NO_MORE_MEMBERS 1757 0x6dd There are no more members.
RPC_S_NOT_ALL_OBJS_UNEXPORTED 1758 0x6de There is nothing to unexport.
RPC_S_INTERFACE_NOT_FOUND 1759 0x6df The interface was not found.
RPC_S_ENTRY_ALREADY_EXISTS 1760 0x6e0 The entry already exists.
RPC_S_ENTRY_NOT_FOUND 1761 0x6e1 The entry is not found.
RPC_S_NAME_SERVICE_UNAVAILABLE 1762 0x6e2 The name service is unavailable.
RPC_S_INVALID_NAF_ID 1763 0x6e3 The network address family is invalid.
RPC_S_CANNOT_SUPPORT 1764 0x6e4 The requested operation is not supported.
RPC_S_NO_CONTEXT_AVAILABLE 1765 0x6e5 No security context is available to allow impersonation.
RPC_S_INTERNAL_ERROR 1766 0x6e6 An internal error occurred in a remote procedure call (RPC).
RPC_S_ZERO_DIVIDE 1767 0x6e7 The RPC server attempted an integer division by zero.
RPC_S_ADDRESS_ERROR 1768 0x6e8 An addressing error occurred in the RPC server.
RPC_S_FP_DIV_ZERO 1769 0x6e9 A floating-point operation at the RPC server caused a division by zero.
RPC_S_FP_UNDERFLOW 1770 0x6ea A floating-point underflow occurred at the RPC server.
RPC_S_FP_OVERFLOW 1771 0x6eb A floating-point overflow occurred at the RPC server.
RPC_X_NO_MORE_ENTRIES 1772 0x6ec The list of RPC servers available for the binding of auto handles has been exhausted.
RPC_X_SS_CHAR_TRANS_OPEN_FAIL 1773 0x6ed Unable to open the character translation table file.
RPC_X_SS_CHAR_TRANS_SHORT_FILE 1774 0x6ee The file containing the character translation table has fewer than 512 bytes.
RPC_X_SS_IN_NULL_CONTEXT 1775 0x6ef A null context handle was passed from the client to the host during a remote procedure call.
RPC_X_SS_CONTEXT_DAMAGED 1777 0x6f1 The context handle changed during a remote procedure call.
RPC_X_SS_HANDLES_MISMATCH 1778 0x6f2 The binding handles passed to a remote procedure call do not match.
RPC_X_SS_CANNOT_GET_CALL_HANDLE 1779 0x6f3 The stub is unable to get the remote procedure call handle.
RPC_X_NULL_REF_POINTER 1780 0x6f4 A null reference pointer was passed to the stub.
RPC_X_ENUM_VALUE_OUT_OF_RANGE 1781 0x6f5 The enumeration value is out of range.
RPC_X_BYTE_COUNT_TOO_SMALL 1782 0x6f6 The byte count is too small.
RPC_X_BAD_STUB_DATA 1783 0x6f7 The stub received bad data.
ERROR_INVALID_USER_BUFFER 1784 0x6f8 The supplied user buffer is not valid for the requested operation.
ERROR_UNRECOGNIZED_MEDIA 1785 0x6f9 The disk media is not recognized. It may not be formatted.
ERROR_NO_TRUST_LSA_SECRET 1786 0x6fa The workstation does not have a trust secret.
ERROR_NO_TRUST_SAM_ACCOUNT 1787 0x6fb The security database on the server does not have a computer account for this workstation trust relationship.
ERROR_TRUSTED_DOMAIN_FAILURE 1788 0x6fc The trust relationship between the primary domain and the trusted domain failed.
ERROR_TRUSTED_RELATIONSHIP_FAILURE 1789 0x6fd The trust relationship between this workstation and the primary domain failed.
ERROR_TRUST_FAILURE 1790 0x6fe The network logon failed.
RPC_S_CALL_IN_PROGRESS 1791 0x6ff A remote procedure call is already in progress for this thread.
ERROR_NETLOGON_NOT_STARTED 1792 0x700 An attempt was made to logon, but the network logon service was not started.
ERROR_ACCOUNT_EXPIRED 1793 0x701 The user's account has expired.
ERROR_REDIRECTOR_HAS_OPEN_HANDLES 1794 0x702 The redirector is in use and cannot be unloaded.
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED 1795 0x703 The specified printer driver is already installed.
ERROR_UNKNOWN_PORT 1796 0x704 The specified port is unknown.
ERROR_UNKNOWN_PRINTER_DRIVER 1797 0x705 The printer driver is unknown.
ERROR_UNKNOWN_PRINTPROCESSOR 1798 0x706 The print processor is unknown.
ERROR_INVALID_SEPARATOR_FILE 1799 0x707 The specified separator file is invalid.
ERROR_INVALID_PRIORITY 1800 0x708 The specified priority is invalid.
ERROR_INVALID_PRINTER_NAME 1801 0x709 The printer name is invalid.
ERROR_PRINTER_ALREADY_EXISTS 1802 0x70a The printer already exists.
ERROR_INVALID_PRINTER_COMMAND 1803 0x70b The printer command is invalid.
ERROR_INVALID_DATATYPE 1804 0x70c The specified datatype is invalid.
ERROR_INVALID_ENVIRONMENT 1805 0x70d The environment specified is invalid.
RPC_S_NO_MORE_BINDINGS 1806 0x70e There are no more bindings.
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT 1807 0x70f The account used is an interdomain trust account. Use your global user account or local user account to access this server.
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT 1808 0x710 The account used is a computer account. Use your global user account or local user account to access this server.
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT 1809 0x711 The account used is a server trust account. Use your global user account or local user account to access this server.
ERROR_DOMAIN_TRUST_INCONSISTENT 1810 0x712 The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
ERROR_SERVER_HAS_OPEN_HANDLES 1811 0x713 The server is in use and cannot be unloaded.
ERROR_RESOURCE_DATA_NOT_FOUND 1812 0x714 The specified image file did not contain a resource section.
ERROR_RESOURCE_TYPE_NOT_FOUND 1813 0x715 The specified resource type cannot be found in the image file.
ERROR_RESOURCE_NAME_NOT_FOUND 1814 0x716 The specified resource name cannot be found in the image file.
ERROR_RESOURCE_LANG_NOT_FOUND 1815 0x717 The specified resource language ID cannot be found in the image file.
ERROR_NOT_ENOUGH_QUOTA 1816 0x718 Not enough quota is available to process this command.
RPC_S_NO_INTERFACES 1817 0x719 No interfaces have been registered.
RPC_S_CALL_CANCELLED 1818 0x71a The remote procedure call was cancelled.
RPC_S_BINDING_INCOMPLETE 1819 0x71b The binding handle does not contain all required information.
RPC_S_COMM_FAILURE 1820 0x71c A communications failure occurred during a remote procedure call.
RPC_S_UNSUPPORTED_AUTHN_LEVEL 1821 0x71d The requested authentication level is not supported.
RPC_S_NO_PRINC_NAME 1822 0x71e No principal name registered.
RPC_S_NOT_RPC_ERROR 1823 0x71f The error specified is not a valid Windows RPC error code.
RPC_S_UUID_LOCAL_ONLY 1824 0x720 A UUID that is valid only on this computer has been allocated.
RPC_S_SEC_PKG_ERROR 1825 0x721 A security package specific error occurred.
RPC_S_NOT_CANCELLED 1826 0x722 Thread is not canceled.
RPC_X_INVALID_ES_ACTION 1827 0x723 Invalid operation on the encoding/decoding handle.
RPC_X_WRONG_ES_VERSION 1828 0x724 Incompatible version of the serializing package.
RPC_X_WRONG_STUB_VERSION 1829 0x725 Incompatible version of the RPC stub.
RPC_X_INVALID_PIPE_OBJECT 1830 0x726 The RPC pipe object is invalid or corrupted.
RPC_X_WRONG_PIPE_ORDER 1831 0x727 An invalid operation was attempted on an RPC pipe object.
RPC_X_WRONG_PIPE_VERSION 1832 0x728 Unsupported RPC pipe version.
RPC_S_COOKIE_AUTH_FAILED 1833 0x729 HTTP proxy server rejected the connection because the cookie authentication failed.
RPC_S_DO_NOT_DISTURB 1834 0x72a The RPC server is suspended, and could not be resumed for this request. The call did not execute.
RPC_S_SYSTEM_HANDLE_COUNT_EXCEEDED 1835 0x72b The RPC call contains too many handles to be transmitted in a single request.
RPC_S_SYSTEM_HANDLE_TYPE_MISMATCH 1836 0x72c The RPC call contains a handle that differs from the declared handle type.
RPC_S_GROUP_MEMBER_NOT_FOUND 1898 0x76a The group member was not found.
EPT_S_CANT_CREATE 1899 0x76b The endpoint mapper database entry could not be created.
RPC_S_INVALID_OBJECT 1900 0x76c The object universal unique identifier (UUID) is the nil UUID.
ERROR_INVALID_TIME 1901 0x76d The specified time is invalid.
ERROR_INVALID_FORM_NAME 1902 0x76e The specified form name is invalid.
ERROR_INVALID_FORM_SIZE 1903 0x76f The specified form size is invalid.
ERROR_ALREADY_WAITING 1904 0x770 The specified printer handle is already being waited on
ERROR_PRINTER_DELETED 1905 0x771 The specified printer has been deleted.
ERROR_INVALID_PRINTER_STATE 1906 0x772 The state of the printer is invalid.
ERROR_PASSWORD_MUST_CHANGE 1907 0x773 The user's password must be changed before signing in.
ERROR_DOMAIN_CONTROLLER_NOT_FOUND 1908 0x774 Could not find the domain controller for this domain.
ERROR_ACCOUNT_LOCKED_OUT 1909 0x775 The referenced account is currently locked out and may not be logged on to.
OR_INVALID_OXID 1910 0x776 The object exporter specified was not found.
OR_INVALID_OID 1911 0x777 The object specified was not found.
OR_INVALID_SET 1912 0x778 The object resolver set specified was not found.
RPC_S_SEND_INCOMPLETE 1913 0x779 Some data remains to be sent in the request buffer.
RPC_S_INVALID_ASYNC_HANDLE 1914 0x77a Invalid asynchronous remote procedure call handle.
RPC_S_INVALID_ASYNC_CALL 1915 0x77b Invalid asynchronous RPC call handle for this operation.
RPC_X_PIPE_CLOSED 1916 0x77c The RPC pipe object has already been closed.
RPC_X_PIPE_DISCIPLINE_ERROR 1917 0x77d The RPC call completed before all pipes were processed.
RPC_X_PIPE_EMPTY 1918 0x77e No more data is available from the RPC pipe.
ERROR_NO_SITENAME 1919 0x77f No site name is available for this machine.
ERROR_CANT_ACCESS_FILE 1920 0x780 The file cannot be accessed by the system.
ERROR_CANT_RESOLVE_FILENAME 1921 0x781 The name of the file cannot be resolved by the system.
RPC_S_ENTRY_TYPE_MISMATCH 1922 0x782 The entry is not of the expected type.
RPC_S_NOT_ALL_OBJS_EXPORTED 1923 0x783 Not all object UUIDs could be exported to the specified entry.
RPC_S_INTERFACE_NOT_EXPORTED 1924 0x784 Interface could not be exported to the specified entry.
RPC_S_PROFILE_NOT_ADDED 1925 0x785 The specified profile entry could not be added.
RPC_S_PRF_ELT_NOT_ADDED 1926 0x786 The specified profile element could not be added.
RPC_S_PRF_ELT_NOT_REMOVED 1927 0x787 The specified profile element could not be removed.
RPC_S_GRP_ELT_NOT_ADDED 1928 0x788 The group element could not be added.
RPC_S_GRP_ELT_NOT_REMOVED 1929 0x789 The group element could not be removed.
ERROR_KM_DRIVER_BLOCKED 1930 0x78a The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
ERROR_CONTEXT_EXPIRED 1931 0x78b The context has expired and can no longer be used.
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED 1932 0x78c The current user's delegated trust creation quota has been exceeded.
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED 1933 0x78d The total delegated trust creation quota has been exceeded.
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED 1934 0x78e The current user's delegated trust deletion quota has been exceeded.
ERROR_AUTHENTICATION_FIREWALL_FAILED 1935 0x78f The computer you are signing into is protected by an authentication firewall. The specified account is not allowed to authenticate to the computer.
ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED 1936 0x790 Remote connections to the Print Spooler are blocked by a policy set on your machine.
ERROR_NTLM_BLOCKED 1937 0x791 Authentication failed because NTLM authentication has been disabled.
ERROR_PASSWORD_CHANGE_REQUIRED 1938 0x792 Logon Failure: EAS policy requires that the user change their password before this operation can be performed.
ERROR_LOST_MODE_LOGON_RESTRICTION 1939 0x793 An administrator has restricted sign in. To sign in, make sure your device is connected to the Internet, and have your administrator sign in first.
ERROR_INVALID_PIXEL_FORMAT 2000 0x7d0 The pixel format is invalid.
ERROR_BAD_DRIVER 2001 0x7d1 The specified driver is invalid.
ERROR_INVALID_WINDOW_STYLE 2002 0x7d2 The window style or class attribute is invalid for this operation.
ERROR_METAFILE_NOT_SUPPORTED 2003 0x7d3 The requested metafile operation is not supported.
ERROR_TRANSFORM_NOT_SUPPORTED 2004 0x7d4 The requested transformation operation is not supported.
ERROR_CLIPPING_NOT_SUPPORTED 2005 0x7d5 The requested clipping operation is not supported.
ERROR_INVALID_CMM 2010 0x7da The specified color management module is invalid.
ERROR_INVALID_PROFILE 2011 0x7db The specified color profile is invalid.
ERROR_TAG_NOT_FOUND 2012 0x7dc The specified tag was not found.
ERROR_TAG_NOT_PRESENT 2013 0x7dd A required tag is not present.
ERROR_DUPLICATE_TAG 2014 0x7de The specified tag is already present.
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE 2015 0x7df The specified color profile is not associated with the specified device.
ERROR_PROFILE_NOT_FOUND 2016 0x7e0 The specified color profile was not found.
ERROR_INVALID_COLORSPACE 2017 0x7e1 The specified color space is invalid.
ERROR_ICM_NOT_ENABLED 2018 0x7e2 Image Color Management is not enabled.
ERROR_DELETING_ICM_XFORM 2019 0x7e3 There was an error while deleting the color transform.
ERROR_INVALID_TRANSFORM 2020 0x7e4 The specified color transform is invalid.
ERROR_COLORSPACE_MISMATCH 2021 0x7e5 The specified transform does not match the bitmap's color space.
ERROR_INVALID_COLORINDEX 2022 0x7e6 The specified named color index is not present in the profile.
ERROR_PROFILE_DOES_NOT_MATCH_DEVICE 2023 0x7e7 The specified profile is intended for a device of a different type than the specified device.
ERROR_CONNECTED_OTHER_PASSWORD 2108 0x83c The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT 2109 0x83d The network connection was made successfully using default credentials.
ERROR_BAD_USERNAME 2202 0x89a The specified username is invalid.
ERROR_NOT_CONNECTED 2250 0x8ca This network connection does not exist.
ERROR_OPEN_FILES 2401 0x961 This network connection has files open or requests pending.
ERROR_ACTIVE_CONNECTIONS 2402 0x962 Active connections still exist.
ERROR_DEVICE_IN_USE 2404 0x964 The device is in use by an active process and cannot be disconnected.
ERROR_UNKNOWN_PRINT_MONITOR 3000 0xbb8 The specified print monitor is unknown.
ERROR_PRINTER_DRIVER_IN_USE 3001 0xbb9 The specified printer driver is currently in use.
ERROR_SPOOL_FILE_NOT_FOUND 3002 0xbba The spool file was not found.
ERROR_SPL_NO_STARTDOC 3003 0xbbb A StartDocPrinter call was not issued.
ERROR_SPL_NO_ADDJOB 3004 0xbbc An AddJob call was not issued.
ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED 3005 0xbbd The specified print processor has already been installed.
ERROR_PRINT_MONITOR_ALREADY_INSTALLED 3006 0xbbe The specified print monitor has already been installed.
ERROR_INVALID_PRINT_MONITOR 3007 0xbbf The specified print monitor does not have the required functions.
ERROR_PRINT_MONITOR_IN_USE 3008 0xbc0 The specified print monitor is currently in use.
ERROR_PRINTER_HAS_JOBS_QUEUED 3009 0xbc1 The requested operation is not allowed when there are jobs queued to the printer.
ERROR_SUCCESS_REBOOT_REQUIRED 3010 0xbc2 The requested operation is successful. Changes will not be effective until the system is rebooted.
ERROR_SUCCESS_RESTART_REQUIRED 3011 0xbc3 The requested operation is successful. Changes will not be effective until the service is restarted.
ERROR_PRINTER_NOT_FOUND 3012 0xbc4 No printers were found.
ERROR_PRINTER_DRIVER_WARNED 3013 0xbc5 The printer driver is known to be unreliable.
ERROR_PRINTER_DRIVER_BLOCKED 3014 0xbc6 The printer driver is known to harm the system.
ERROR_PRINTER_DRIVER_PACKAGE_IN_USE 3015 0xbc7 The specified printer driver package is currently in use.
ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND 3016 0xbc8 Unable to find a core driver package that is required by the printer driver package.
ERROR_FAIL_REBOOT_REQUIRED 3017 0xbc9 The requested operation failed. A system reboot is required to roll back changes made.
ERROR_FAIL_REBOOT_INITIATED 3018 0xbca The requested operation failed. A system reboot has been initiated to roll back changes made.
ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED 3019 0xbcb The specified printer driver was not found on the system and needs to be downloaded.
ERROR_PRINT_JOB_RESTART_REQUIRED 3020 0xbcc The requested print job has failed to print. A print system update requires the job to be resubmitted.
ERROR_INVALID_PRINTER_DRIVER_MANIFEST 3021 0xbcd The printer driver does not contain a valid manifest, or contains too many manifests.
ERROR_PRINTER_NOT_SHAREABLE 3022 0xbce The specified printer cannot be shared.
ERROR_REQUEST_PAUSED 3050 0xbea The operation was paused.
ERROR_APPEXEC_CONDITION_NOT_SATISFIED 3060 0xbf4 The condition supplied for the app execution request was not satisfied, so the request was not performed.
ERROR_APPEXEC_HANDLE_INVALIDATED 3061 0xbf5 The supplied handle has been invalidated and may not be used for the requested operation.
ERROR_APPEXEC_INVALID_HOST_GENERATION 3062 0xbf6 The supplied host generation has been invalidated and may not be used for the requested operation.
ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION 3063 0xbf7 An attempt to register a process failed because the target host was not in a valid state to receive process registrations.
ERROR_APPEXEC_INVALID_HOST_STATE 3064 0xbf8 The host is not in a valid state to support the execution request.
ERROR_APPEXEC_NO_DONOR 3065 0xbf9 The operation was not completed because a required resource donor was not found for the host.
ERROR_APPEXEC_HOST_ID_MISMATCH 3066 0xbfa The operation was not completed because an unexpected host ID was encountered.
ERROR_APPEXEC_UNKNOWN_USER 3067 0xbfb The operation was not completed because the specified user was not known to the service.
ERROR_IO_REISSUE_AS_CACHED 3950 0xf6e Reissue the given operation as a cached IO operation
ERROR_WINS_INTERNAL 4000 0xfa0 WINS encountered an error while processing the command.
ERROR_CAN_NOT_DEL_LOCAL_WINS 4001 0xfa1 The local WINS cannot be deleted.
ERROR_STATIC_INIT 4002 0xfa2 The importation from the file failed.
ERROR_INC_BACKUP 4003 0xfa3 The backup failed. Was a full backup done before?
ERROR_FULL_BACKUP 4004 0xfa4 The backup failed. Check the directory to which you are backing the database.
ERROR_REC_NON_EXISTENT 4005 0xfa5 The name does not exist in the WINS database.
ERROR_RPL_NOT_ALLOWED 4006 0xfa6 Replication with a nonconfigured partner is not allowed.
PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED 4050 0xfd2 The version of the supplied content information is not supported.
PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO 4051 0xfd3 The supplied content information is malformed.
PEERDIST_ERROR_MISSING_DATA 4052 0xfd4 The requested data cannot be found in local or peer caches.
PEERDIST_ERROR_NO_MORE 4053 0xfd5 No more data is available or required.
PEERDIST_ERROR_NOT_INITIALIZED 4054 0xfd6 The supplied object has not been initialized.
PEERDIST_ERROR_ALREADY_INITIALIZED 4055 0xfd7 The supplied object has already been initialized.
PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS 4056 0xfd8 A shutdown operation is already in progress.
PEERDIST_ERROR_INVALIDATED 4057 0xfd9 The supplied object has already been invalidated.
PEERDIST_ERROR_ALREADY_EXISTS 4058 0xfda An element already exists and was not replaced.
PEERDIST_ERROR_OPERATION_NOTFOUND 4059 0xfdb Can not cancel the requested operation as it has already been completed.
PEERDIST_ERROR_ALREADY_COMPLETED 4060 0xfdc Can not perform the requested operation because it has already been carried out.
PEERDIST_ERROR_OUT_OF_BOUNDS 4061 0xfdd An operation accessed data beyond the bounds of valid data.
PEERDIST_ERROR_VERSION_UNSUPPORTED 4062 0xfde The requested version is not supported.
PEERDIST_ERROR_INVALID_CONFIGURATION 4063 0xfdf A configuration value is invalid.
PEERDIST_ERROR_NOT_LICENSED 4064 0xfe0 The SKU is not licensed.
PEERDIST_ERROR_SERVICE_UNAVAILABLE 4065 0xfe1 PeerDist Service is still initializing and will be available shortly.
PEERDIST_ERROR_TRUST_FAILURE 4066 0xfe2 Communication with one or more computers will be temporarily blocked due to recent errors.
ERROR_DHCP_ADDRESS_CONFLICT 4100 0x1004 The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.
ERROR_WMI_GUID_NOT_FOUND 4200 0x1068 The GUID passed was not recognized as valid by a WMI data provider.
ERROR_WMI_INSTANCE_NOT_FOUND 4201 0x1069 The instance name passed was not recognized as valid by a WMI data provider.
ERROR_WMI_ITEMID_NOT_FOUND 4202 0x106a The data item ID passed was not recognized as valid by a WMI data provider.
ERROR_WMI_TRY_AGAIN 4203 0x106b The WMI request could not be completed and should be retried.
ERROR_WMI_DP_NOT_FOUND 4204 0x106c The WMI data provider could not be located.
ERROR_WMI_UNRESOLVED_INSTANCE_REF 4205 0x106d The WMI data provider references an instance set that has not been registered.
ERROR_WMI_ALREADY_ENABLED 4206 0x106e The WMI data block or event notification has already been enabled.
ERROR_WMI_GUID_DISCONNECTED 4207 0x106f The WMI data block is no longer available.
ERROR_WMI_SERVER_UNAVAILABLE 4208 0x1070 The WMI data service is not available.
ERROR_WMI_DP_FAILED 4209 0x1071 The WMI data provider failed to carry out the request.
ERROR_WMI_INVALID_MOF 4210 0x1072 The WMI MOF information is not valid.
ERROR_WMI_INVALID_REGINFO 4211 0x1073 The WMI registration information is not valid.
ERROR_WMI_ALREADY_DISABLED 4212 0x1074 The WMI data block or event notification has already been disabled.
ERROR_WMI_READ_ONLY 4213 0x1075 The WMI data item or data block is read only.
ERROR_WMI_SET_FAILURE 4214 0x1076 The WMI data item or data block could not be changed.
ERROR_NOT_APPCONTAINER 4250 0x109a This operation is only valid in the context of an app container.
ERROR_APPCONTAINER_REQUIRED 4251 0x109b This application can only run in the context of an app container.
ERROR_NOT_SUPPORTED_IN_APPCONTAINER 4252 0x109c This functionality is not supported in the context of an app container.
ERROR_INVALID_PACKAGE_SID_LENGTH 4253 0x109d The length of the SID supplied is not a valid length for app container SIDs.
ERROR_INVALID_MEDIA 4300 0x10cc The media identifier does not represent a valid medium.
ERROR_INVALID_LIBRARY 4301 0x10cd The library identifier does not represent a valid library.
ERROR_INVALID_MEDIA_POOL 4302 0x10ce The media pool identifier does not represent a valid media pool.
ERROR_DRIVE_MEDIA_MISMATCH 4303 0x10cf The drive and medium are not compatible or exist in different libraries.
ERROR_MEDIA_OFFLINE 4304 0x10d0 The medium currently exists in an offline library and must be online to perform this operation.
ERROR_LIBRARY_OFFLINE 4305 0x10d1 The operation cannot be performed on an offline library.
ERROR_EMPTY 4306 0x10d2 The library, drive, or media pool is empty.
ERROR_NOT_EMPTY 4307 0x10d3 The library, drive, or media pool must be empty to perform this operation.
ERROR_MEDIA_UNAVAILABLE 4308 0x10d4 No media is currently available in this media pool or library.
ERROR_RESOURCE_DISABLED 4309 0x10d5 A resource required for this operation is disabled.
ERROR_INVALID_CLEANER 4310 0x10d6 The media identifier does not represent a valid cleaner.
ERROR_UNABLE_TO_CLEAN 4311 0x10d7 The drive cannot be cleaned or does not support cleaning.
ERROR_OBJECT_NOT_FOUND 4312 0x10d8 The object identifier does not represent a valid object.
ERROR_DATABASE_FAILURE 4313 0x10d9 Unable to read from or write to the database.
ERROR_DATABASE_FULL 4314 0x10da The database is full.
ERROR_MEDIA_INCOMPATIBLE 4315 0x10db The medium is not compatible with the device or media pool.
ERROR_RESOURCE_NOT_PRESENT 4316 0x10dc The resource required for this operation does not exist.
ERROR_INVALID_OPERATION 4317 0x10dd The operation identifier is not valid.
ERROR_MEDIA_NOT_AVAILABLE 4318 0x10de The media is not mounted or ready for use.
ERROR_DEVICE_NOT_AVAILABLE 4319 0x10df The device is not ready for use.
ERROR_REQUEST_REFUSED 4320 0x10e0 The operator or administrator has refused the request.
ERROR_INVALID_DRIVE_OBJECT 4321 0x10e1 The drive identifier does not represent a valid drive.
ERROR_LIBRARY_FULL 4322 0x10e2 Library is full. No slot is available for use.
ERROR_MEDIUM_NOT_ACCESSIBLE 4323 0x10e3 The transport cannot access the medium.
ERROR_UNABLE_TO_LOAD_MEDIUM 4324 0x10e4 Unable to load the medium into the drive.
ERROR_UNABLE_TO_INVENTORY_DRIVE 4325 0x10e5 Unable to retrieve the drive status.
ERROR_UNABLE_TO_INVENTORY_SLOT 4326 0x10e6 Unable to retrieve the slot status.
ERROR_UNABLE_TO_INVENTORY_TRANSPORT 4327 0x10e7 Unable to retrieve status about the transport.
ERROR_TRANSPORT_FULL 4328 0x10e8 Cannot use the transport because it is already in use.
ERROR_CONTROLLING_IEPORT 4329 0x10e9 Unable to open or close the inject/eject port.
ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA 4330 0x10ea Unable to eject the medium because it is in a drive.
ERROR_CLEANER_SLOT_SET 4331 0x10eb A cleaner slot is already reserved.
ERROR_CLEANER_SLOT_NOT_SET 4332 0x10ec A cleaner slot is not reserved.
ERROR_CLEANER_CARTRIDGE_SPENT 4333 0x10ed The cleaner cartridge has performed the maximum number of drive cleanings.
ERROR_UNEXPECTED_OMID 4334 0x10ee Unexpected on-medium identifier.
ERROR_CANT_DELETE_LAST_ITEM 4335 0x10ef The last remaining item in this group or resource cannot be deleted.
ERROR_MESSAGE_EXCEEDS_MAX_SIZE 4336 0x10f0 The message provided exceeds the maximum size allowed for this parameter.
ERROR_VOLUME_CONTAINS_SYS_FILES 4337 0x10f1 The volume contains system or paging files.
ERROR_INDIGENOUS_TYPE 4338 0x10f2 The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.
ERROR_NO_SUPPORTING_DRIVES 4339 0x10f3 This offline media cannot be mounted on this system since no enabled drives are present which can be used.
ERROR_CLEANER_CARTRIDGE_INSTALLED 4340 0x10f4 A cleaner cartridge is present in the tape library.
ERROR_IEPORT_FULL 4341 0x10f5 Cannot use the inject/eject port because it is not empty.
ERROR_FILE_OFFLINE 4350 0x10fe This file is currently not available for use on this computer.
ERROR_REMOTE_STORAGE_NOT_ACTIVE 4351 0x10ff The remote storage service is not operational at this time.
ERROR_REMOTE_STORAGE_MEDIA_ERROR 4352 0x1100 The remote storage service encountered a media error.
ERROR_NOT_A_REPARSE_POINT 4390 0x1126 The file or directory is not a reparse point.
ERROR_REPARSE_ATTRIBUTE_CONFLICT 4391 0x1127 The reparse point attribute cannot be set because it conflicts with an existing attribute.
ERROR_INVALID_REPARSE_DATA 4392 0x1128 The data present in the reparse point buffer is invalid.
ERROR_REPARSE_TAG_INVALID 4393 0x1129 The tag present in the reparse point buffer is invalid.
ERROR_REPARSE_TAG_MISMATCH 4394 0x112a There is a mismatch between the tag specified in the request and the tag present in the reparse point.
ERROR_REPARSE_POINT_ENCOUNTERED 4395 0x112b The object manager encountered a reparse point while retrieving an object.
ERROR_APP_DATA_NOT_FOUND 4400 0x1130 Fast Cache data not found.
ERROR_APP_DATA_EXPIRED 4401 0x1131 Fast Cache data expired.
ERROR_APP_DATA_CORRUPT 4402 0x1132 Fast Cache data corrupt.
ERROR_APP_DATA_LIMIT_EXCEEDED 4403 0x1133 Fast Cache data has exceeded its max size and cannot be updated.
ERROR_APP_DATA_REBOOT_REQUIRED 4404 0x1134 Fast Cache has been ReArmed and requires a reboot until it can be updated.
ERROR_SECUREBOOT_ROLLBACK_DETECTED 4420 0x1144 Secure Boot detected that rollback of protected data has been attempted.
ERROR_SECUREBOOT_POLICY_VIOLATION 4421 0x1145 The value is protected by Secure Boot policy and cannot be modified or deleted.
ERROR_SECUREBOOT_INVALID_POLICY 4422 0x1146 The Secure Boot policy is invalid.
ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND 4423 0x1147 A new Secure Boot policy did not contain the current publisher on its update list.
ERROR_SECUREBOOT_POLICY_NOT_SIGNED 4424 0x1148 The Secure Boot policy is either not signed or is signed by a non-trusted signer.
ERROR_SECUREBOOT_NOT_ENABLED 4425 0x1149 Secure Boot is not enabled on this machine.
ERROR_SECUREBOOT_FILE_REPLACED 4426 0x114a Secure Boot requires that certain files and drivers are not replaced by other files or drivers.
ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED 4427 0x114b The Secure Boot Supplemental Policy file was not authorized on this machine.
ERROR_SECUREBOOT_POLICY_UNKNOWN 4428 0x114c The Supplemental Policy is not recognized on this device.
ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION 4429 0x114d The Antirollback version was not found in the Secure Boot Policy.
ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH 4430 0x114e The Platform ID specified in the Secure Boot policy does not match the Platform ID on this device.
ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED 4431 0x114f The Secure Boot policy file has an older Antirollback Version than this device.
ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH 4432 0x1150 The Secure Boot policy file does not match the upgraded legacy policy.
ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING 4433 0x1151 The Secure Boot policy file is required but could not be found.
ERROR_SECUREBOOT_NOT_BASE_POLICY 4434 0x1152 Supplemental Secure Boot policy file can not be loaded as a base Secure Boot policy.
ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY 4435 0x1153 Base Secure Boot policy file can not be loaded as a Supplemental Secure Boot policy.
ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED 4440 0x1158 The copy offload read operation is not supported by a filter.
ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED 4441 0x1159 The copy offload write operation is not supported by a filter.
ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED 4442 0x115a The copy offload read operation is not supported for the file.
ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED 4443 0x115b The copy offload write operation is not supported for the file.
ERROR_ALREADY_HAS_STREAM_ID 4444 0x115c This file is currently associated with a different stream id.
ERROR_SMR_GARBAGE_COLLECTION_REQUIRED 4445 0x115d The volume must undergo garbage collection.
ERROR_WOF_WIM_HEADER_CORRUPT 4446 0x115e The WOF driver encountered a corruption in WIM image's Header.
ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT 4447 0x115f The WOF driver encountered a corruption in WIM image's Resource Table.
ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT 4448 0x1160 The WOF driver encountered a corruption in the compressed file's Resource Table.
ERROR_VOLUME_NOT_SIS_ENABLED 4500 0x1194 Single Instance Storage is not available on this volume.
ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED 4550 0x11c6 System Integrity detected that policy rollback has been attempted.
ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION 4551 0x11c7 Your organization used Device Guard to block this app. Contact your support person for more info.
ERROR_SYSTEM_INTEGRITY_INVALID_POLICY 4552 0x11c8 The System Integrity policy is invalid.
ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED 4553 0x11c9 The System Integrity policy is either not signed or is signed by a non-trusted signer.
ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES 4554 0x11ca The number of System Integrity policies is out of limit.
ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED 4555 0x11cb The Code Integrity supplemental policy is not authorized by a Code Integrity base policy.
ERROR_VSM_NOT_INITIALIZED 4560 0x11d0 Virtual Secure Mode (VSM) is not initialized. The hypervisor or VSM may not be present or enabled.
ERROR_VSM_DMA_PROTECTION_NOT_IN_USE 4561 0x11d1 The hypervisor is not protecting DMA because an IOMMU is not present or not enabled in the BIOS.
ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED 4570 0x11da The Platform Manifest file was not authorized on this machine.
ERROR_PLATFORM_MANIFEST_INVALID 4571 0x11db The Platform Manifest file was not valid.
ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED 4572 0x11dc The file is not authorized on this platform because an entry was not found in the Platform Manifest.
ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED 4573 0x11dd The catalog is not authorized on this platform because an entry was not found in the Platform Manifest.
ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND 4574 0x11de The file is not authorized on this platform because a Binary ID was not found in the embedded signature.
ERROR_PLATFORM_MANIFEST_NOT_ACTIVE 4575 0x11df No active Platform Manifest exists on this system.
ERROR_PLATFORM_MANIFEST_NOT_SIGNED 4576 0x11e0 The Platform Manifest file was not properly signed.
ERROR_DEPENDENT_RESOURCE_EXISTS 5001 0x1389 The operation cannot be completed because other resources are dependent on this resource.
ERROR_DEPENDENCY_NOT_FOUND 5002 0x138a The cluster resource dependency cannot be found.
ERROR_DEPENDENCY_ALREADY_EXISTS 5003 0x138b The cluster resource cannot be made dependent on the specified resource because it is already dependent.
ERROR_RESOURCE_NOT_ONLINE 5004 0x138c The cluster resource is not online.
ERROR_HOST_NODE_NOT_AVAILABLE 5005 0x138d A cluster node is not available for this operation.
ERROR_RESOURCE_NOT_AVAILABLE 5006 0x138e The cluster resource is not available.
ERROR_RESOURCE_NOT_FOUND 5007 0x138f The cluster resource could not be found.
ERROR_SHUTDOWN_CLUSTER 5008 0x1390 The cluster is being shut down.
ERROR_CANT_EVICT_ACTIVE_NODE 5009 0x1391 A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
ERROR_OBJECT_ALREADY_EXISTS 5010 0x1392 The object already exists.
ERROR_OBJECT_IN_LIST 5011 0x1393 The object is already in the list.
ERROR_GROUP_NOT_AVAILABLE 5012 0x1394 The cluster group is not available for any new requests.
ERROR_GROUP_NOT_FOUND 5013 0x1395 The cluster group could not be found.
ERROR_GROUP_NOT_ONLINE 5014 0x1396 The operation could not be completed because the cluster group is not online.
ERROR_HOST_NODE_NOT_RESOURCE_OWNER 5015 0x1397 The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.
ERROR_HOST_NODE_NOT_GROUP_OWNER 5016 0x1398 The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.
ERROR_RESMON_CREATE_FAILED 5017 0x1399 The cluster resource could not be created in the specified resource monitor.
ERROR_RESMON_ONLINE_FAILED 5018 0x139a The cluster resource could not be brought online by the resource monitor.
ERROR_RESOURCE_ONLINE 5019 0x139b The operation could not be completed because the cluster resource is online.
ERROR_QUORUM_RESOURCE 5020 0x139c The cluster resource could not be deleted or brought offline because it is the quorum resource.
ERROR_NOT_QUORUM_CAPABLE 5021 0x139d The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
ERROR_CLUSTER_SHUTTING_DOWN 5022 0x139e The cluster software is shutting down.
ERROR_INVALID_STATE 5023 0x139f The group or resource is not in the correct state to perform the requested operation.
ERROR_RESOURCE_PROPERTIES_STORED 5024 0x13a0 The properties were stored but not all changes will take effect until the next time the resource is brought online.
ERROR_NOT_QUORUM_CLASS 5025 0x13a1 The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
ERROR_CORE_RESOURCE 5026 0x13a2 The cluster resource could not be deleted since it is a core resource.
ERROR_QUORUM_RESOURCE_ONLINE_FAILED 5027 0x13a3 The quorum resource failed to come online.
ERROR_QUORUMLOG_OPEN_FAILED 5028 0x13a4 The quorum log could not be created or mounted successfully.
ERROR_CLUSTERLOG_CORRUPT 5029 0x13a5 The cluster log is corrupt.
ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE 5030 0x13a6 The record could not be written to the cluster log since it exceeds the maximum size.
ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE 5031 0x13a7 The cluster log exceeds its maximum size.
ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND 5032 0x13a8 No checkpoint record was found in the cluster log.
ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE 5033 0x13a9 The minimum required disk space needed for logging is not available.
ERROR_QUORUM_OWNER_ALIVE 5034 0x13aa The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
ERROR_NETWORK_NOT_AVAILABLE 5035 0x13ab A cluster network is not available for this operation.
ERROR_NODE_NOT_AVAILABLE 5036 0x13ac A cluster node is not available for this operation.
ERROR_ALL_NODES_NOT_AVAILABLE 5037 0x13ad All cluster nodes must be running to perform this operation.
ERROR_RESOURCE_FAILED 5038 0x13ae A cluster resource failed.
ERROR_CLUSTER_INVALID_NODE 5039 0x13af The cluster node is not valid.
ERROR_CLUSTER_NODE_EXISTS 5040 0x13b0 The cluster node already exists.
ERROR_CLUSTER_JOIN_IN_PROGRESS 5041 0x13b1 A node is in the process of joining the cluster.
ERROR_CLUSTER_NODE_NOT_FOUND 5042 0x13b2 The cluster node was not found.
ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND 5043 0x13b3 The cluster local node information was not found.
ERROR_CLUSTER_NETWORK_EXISTS 5044 0x13b4 The cluster network already exists.
ERROR_CLUSTER_NETWORK_NOT_FOUND 5045 0x13b5 The cluster network was not found.
ERROR_CLUSTER_NETINTERFACE_EXISTS 5046 0x13b6 The cluster network interface already exists.
ERROR_CLUSTER_NETINTERFACE_NOT_FOUND 5047 0x13b7 The cluster network interface was not found.
ERROR_CLUSTER_INVALID_REQUEST 5048 0x13b8 The cluster request is not valid for this object.
ERROR_CLUSTER_INVALID_NETWORK_PROVIDER 5049 0x13b9 The cluster network provider is not valid.
ERROR_CLUSTER_NODE_DOWN 5050 0x13ba The cluster node is down.
ERROR_CLUSTER_NODE_UNREACHABLE 5051 0x13bb The cluster node is not reachable.
ERROR_CLUSTER_NODE_NOT_MEMBER 5052 0x13bc The cluster node is not a member of the cluster.
ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS 5053 0x13bd A cluster join operation is not in progress.
ERROR_CLUSTER_INVALID_NETWORK 5054 0x13be The cluster network is not valid.
ERROR_CLUSTER_NODE_UP 5056 0x13c0 The cluster node is up.
ERROR_CLUSTER_IPADDR_IN_USE 5057 0x13c1 The cluster IP address is already in use.
ERROR_CLUSTER_NODE_NOT_PAUSED 5058 0x13c2 The cluster node is not paused.
ERROR_CLUSTER_NO_SECURITY_CONTEXT 5059 0x13c3 No cluster security context is available.
ERROR_CLUSTER_NETWORK_NOT_INTERNAL 5060 0x13c4 The cluster network is not configured for internal cluster communication.
ERROR_CLUSTER_NODE_ALREADY_UP 5061 0x13c5 The cluster node is already up.
ERROR_CLUSTER_NODE_ALREADY_DOWN 5062 0x13c6 The cluster node is already down.
ERROR_CLUSTER_NETWORK_ALREADY_ONLINE 5063 0x13c7 The cluster network is already online.
ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE 5064 0x13c8 The cluster network is already offline.
ERROR_CLUSTER_NODE_ALREADY_MEMBER 5065 0x13c9 The cluster node is already a member of the cluster.
ERROR_CLUSTER_LAST_INTERNAL_NETWORK 5066 0x13ca The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.
ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS 5067 0x13cb One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
ERROR_INVALID_OPERATION_ON_QUORUM 5068 0x13cc This operation cannot currently be performed on the cluster group containing the quorum resource.
ERROR_DEPENDENCY_NOT_ALLOWED 5069 0x13cd The cluster quorum resource is not allowed to have any dependencies.
ERROR_CLUSTER_NODE_PAUSED 5070 0x13ce The cluster node is paused.
ERROR_NODE_CANT_HOST_RESOURCE 5071 0x13cf The cluster resource cannot be brought online. The owner node cannot run this resource.
ERROR_CLUSTER_NODE_NOT_READY 5072 0x13d0 The cluster node is not ready to perform the requested operation.
ERROR_CLUSTER_NODE_SHUTTING_DOWN 5073 0x13d1 The cluster node is shutting down.
ERROR_CLUSTER_JOIN_ABORTED 5074 0x13d2 The cluster join operation was aborted.
ERROR_CLUSTER_INCOMPATIBLE_VERSIONS 5075 0x13d3 The node failed to join the cluster because the joining node and other nodes in the cluster have incompatible operating system versions. To get more information about operating system versions of the cluster, run the Validate a Configuration Wizard or the Test-Cluster Windows PowerShell cmdlet.
ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED 5076 0x13d4 This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED 5077 0x13d5 The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND 5078 0x13d6 The specified resource type was not found.
ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED 5079 0x13d7 The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.
ERROR_CLUSTER_RESNAME_NOT_FOUND 5080 0x13d8 The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.
ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED 5081 0x13d9 No authentication package could be registered with the RPC server.
ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST 5082 0x13da You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.
ERROR_CLUSTER_DATABASE_SEQMISMATCH 5083 0x13db The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join.
ERROR_RESMON_INVALID_STATE 5084 0x13dc The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state.
ERROR_CLUSTER_GUM_NOT_LOCKER 5085 0x13dd A non locker code got a request to reserve the lock for making global updates.
ERROR_QUORUM_DISK_NOT_FOUND 5086 0x13de The quorum disk could not be located by the cluster service.
ERROR_DATABASE_BACKUP_CORRUPT 5087 0x13df The backed up cluster database is possibly corrupt.
ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT 5088 0x13e0 A DFS root already exists in this cluster node.
ERROR_RESOURCE_PROPERTY_UNCHANGEABLE 5089 0x13e1 An attempt to modify a resource property failed because it conflicts with another existing property.
ERROR_NO_ADMIN_ACCESS_POINT 5090 0x13e2 This operation is not supported on a cluster without an Administrator Access Point.
ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE 5890 0x1702 An operation was attempted that is incompatible with the current membership state of the node.
ERROR_CLUSTER_QUORUMLOG_NOT_FOUND 5891 0x1703 The quorum resource does not contain the quorum log.
ERROR_CLUSTER_MEMBERSHIP_HALT 5892 0x1704 The membership engine requested shutdown of the cluster service on this node.
ERROR_CLUSTER_INSTANCE_ID_MISMATCH 5893 0x1705 The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP 5894 0x1706 A matching cluster network for the specified IP address could not be found.
ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH 5895 0x1707 The actual data type of the property did not match the expected data type of the property.
ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP 5896 0x1708 The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.
ERROR_CLUSTER_PARAMETER_MISMATCH 5897 0x1709 Two or more parameter values specified for a resource's properties are in conflict.
ERROR_NODE_CANNOT_BE_CLUSTERED 5898 0x170a This computer cannot be made a member of a cluster.
ERROR_CLUSTER_WRONG_OS_VERSION 5899 0x170b This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME 5900 0x170c A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.
ERROR_CLUSCFG_ALREADY_COMMITTED 5901 0x170d The cluster configuration action has already been committed.
ERROR_CLUSCFG_ROLLBACK_FAILED 5902 0x170e The cluster configuration action could not be rolled back.
ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT 5903 0x170f The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.
ERROR_CLUSTER_OLD_VERSION 5904 0x1710 One or more nodes in the cluster are running a version of Windows that does not support this operation.
ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME 5905 0x1711 The name of the corresponding computer account doesn't match the Network Name for this resource.
ERROR_CLUSTER_NO_NET_ADAPTERS 5906 0x1712 No network adapters are available.
ERROR_CLUSTER_POISONED 5907 0x1713 The cluster node has been poisoned.
ERROR_CLUSTER_GROUP_MOVING 5908 0x1714 The group is unable to accept the request since it is moving to another node.
ERROR_CLUSTER_RESOURCE_TYPE_BUSY 5909 0x1715 The resource type cannot accept the request since is too busy performing another operation.
ERROR_RESOURCE_CALL_TIMED_OUT 5910 0x1716 The call to the cluster resource DLL timed out.
ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION 5912 0x1718 An internal cluster error occurred. A call to an invalid function was attempted.
ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS 5913 0x1719 A parameter value is out of acceptable range.
ERROR_CLUSTER_PARTIAL_SEND 5914 0x171a A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.
ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION 5915 0x171b An invalid cluster registry operation was attempted.
ERROR_CLUSTER_INVALID_STRING_TERMINATION 5916 0x171c An input string of characters is not properly terminated.
ERROR_CLUSTER_INVALID_STRING_FORMAT 5917 0x171d An input string of characters is not in a valid format for the data it represents.
ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS 5918 0x171e An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.
ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS 5919 0x171f An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.
ERROR_CLUSTER_NULL_DATA 5920 0x1720 An internal cluster error occurred. Data was not properly initialized.
ERROR_CLUSTER_PARTIAL_READ 5921 0x1721 An error occurred while reading from a stream of data. An unexpected number of bytes was returned.
ERROR_CLUSTER_PARTIAL_WRITE 5922 0x1722 An error occurred while writing to a stream of data. The required number of bytes could not be written.
ERROR_CLUSTER_CANT_DESERIALIZE_DATA 5923 0x1723 An error occurred while deserializing a stream of cluster data.
ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT 5924 0x1724 One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s).
ERROR_CLUSTER_NO_QUORUM 5925 0x1725 A quorum of cluster nodes was not present to form a cluster.
ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP 5928 0x1728 Quorum resource cannot reside in the Available Storage group.
ERROR_DEPENDENCY_TREE_TOO_COMPLEX 5929 0x1729 The dependencies for this resource are nested too deeply.
ERROR_EXCEPTION_IN_RESOURCE_CALL 5930 0x172a The call into the resource DLL raised an unhandled exception.
ERROR_CLUSTER_RHS_FAILED_INITIALIZATION 5931 0x172b The RHS process failed to initialize.
ERROR_CLUSTER_NOT_INSTALLED 5932 0x172c The Failover Clustering feature is not installed on this node.
ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE 5933 0x172d The resources must be online on the same node for this operation
ERROR_CLUSTER_MAX_NODES_IN_CLUSTER 5934 0x172e A new node can not be added since this cluster is already at its maximum number of nodes.
ERROR_CLUSTER_TOO_MANY_NODES 5935 0x172f This cluster can not be created since the specified number of nodes exceeds the maximum allowed limit.
ERROR_CLUSTER_OBJECT_ALREADY_USED 5936 0x1730 An attempt to use the specified cluster name failed because an enabled computer object with the given name already exists in the domain.
ERROR_NONCORE_GROUPS_FOUND 5937 0x1731 This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed.
ERROR_FILE_SHARE_RESOURCE_CONFLICT 5938 0x1732 File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes.
ERROR_CLUSTER_EVICT_INVALID_REQUEST 5939 0x1733 Eviction of this node is invalid at this time. Due to quorum requirements node eviction will result in cluster shutdown.\r\nIf it is the last node in the cluster, destroy cluster command should be used.
ERROR_CLUSTER_SINGLETON_RESOURCE 5940 0x1734 Only one instance of this resource type is allowed in the cluster.
ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE 5941 0x1735 Only one instance of this resource type is allowed per resource group.
ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED 5942 0x1736 The resource failed to come online due to the failure of one or more provider resources.
ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR 5943 0x1737 The resource has indicated that it cannot come online on any node.
ERROR_CLUSTER_GROUP_BUSY 5944 0x1738 The current operation cannot be performed on this group at this time.
ERROR_CLUSTER_NOT_SHARED_VOLUME 5945 0x1739 The directory or file is not located on a cluster shared volume.
ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR 5946 0x173a The Security Descriptor does not meet the requirements for a cluster.
ERROR_CLUSTER_SHARED_VOLUMES_IN_USE 5947 0x173b There is one or more shared volumes resources configured in the cluster.\r\nThose resources must be moved to available storage in order for operation to succeed.
ERROR_CLUSTER_USE_SHARED_VOLUMES_API 5948 0x173c This group or resource cannot be directly manipulated.\r\nUse shared volume APIs to perform desired operation.
ERROR_CLUSTER_BACKUP_IN_PROGRESS 5949 0x173d Back up is in progress. Please wait for backup completion before trying this operation again.
ERROR_NON_CSV_PATH 5950 0x173e The path does not belong to a cluster shared volume.
ERROR_CSV_VOLUME_NOT_LOCAL 5951 0x173f The cluster shared volume is not locally mounted on this node.
ERROR_CLUSTER_WATCHDOG_TERMINATING 5952 0x1740 The cluster watchdog is terminating.
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES 5953 0x1741 A resource vetoed a move between two nodes because they are incompatible.
ERROR_CLUSTER_INVALID_NODE_WEIGHT 5954 0x1742 The request is invalid either because node weight cannot be changed while the cluster is in disk-only quorum mode, or because changing the node weight would violate the minimum cluster quorum requirements.
ERROR_CLUSTER_RESOURCE_VETOED_CALL 5955 0x1743 The resource vetoed the call.
ERROR_RESMON_SYSTEM_RESOURCES_LACKING 5956 0x1744 Resource could not start or run because it could not reserve sufficient system resources.
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION 5957 0x1745 A resource vetoed a move between two nodes because the destination currently does not have enough resources to complete the operation.
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE 5958 0x1746 \r\nA resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation.
ERROR_CLUSTER_GROUP_QUEUED 5959 0x1747 \r\nThe requested operation can not be completed because the group is queued for an operation.
ERROR_CLUSTER_RESOURCE_LOCKED_STATUS 5960 0x1748 \r\nThe requested operation can not be completed because a resource has locked status.
ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED 5961 0x1749 \r\nThe resource cannot move to another node because a cluster shared volume vetoed the operation.
ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS 5962 0x174a \r\nA node drain is already in progress.
ERROR_CLUSTER_DISK_NOT_CONNECTED 5963 0x174b \r\nClustered storage is not connected to the node.
ERROR_DISK_NOT_CSV_CAPABLE 5964 0x174c \r\nThe 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 or REFS.
ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE 5965 0x174d \r\nThe resource must be part of the Available Storage group to complete this action.
ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED 5966 0x174e \r\nCSVFS failed operation as volume is in redirected mode.
ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED 5967 0x174f \r\nCSVFS failed operation as volume is not in redirected mode.
ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES 5968 0x1750 \r\nCluster properties cannot be returned at this time.
ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES 5969 0x1751 \r\nThe clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes.
ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE 5970 0x1752 \r\nThe operation cannot be completed because the resource is in maintenance mode.
ERROR_CLUSTER_AFFINITY_CONFLICT 5971 0x1753 \r\nThe operation cannot be completed because of cluster affinity conflicts
ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE 5972 0x1754 \r\nThe operation cannot be completed because the resource is a replica virtual machine.
ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS 5973 0x1755 \r\nThe Cluster Functional Level could not be increased because not all nodes in the cluster support the updated version.
ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED 5974 0x1756 \r\nUpdating the cluster functional level failed because the cluster is running in fix quorum mode.\r\nStart additional nodes which are members of the cluster until the cluster reaches quorum and the cluster will automatically\r\nswitch out of fix quorum mode, or stop and restart the cluster without the FixQuorum switch. Once the cluster is out\r\nof fix quorum mode retry the Update-ClusterFunctionalLevel PowerShell cmdlet to update the cluster functional level.
ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED 5975 0x1757 \r\nThe cluster functional level has been successfully updated but not all features are available yet. Restart the cluster by\r\nusing the Stop-Cluster PowerShell cmdlet followed by the Start-Cluster PowerShell cmdlet and all cluster features will\r\nbe available.
ERROR_CLUSTER_UPGRADE_IN_PROGRESS 5976 0x1758 \r\nThe cluster is currently performing a version upgrade.
ERROR_CLUSTER_UPGRADE_INCOMPLETE 5977 0x1759 \r\nThe cluster did not successfully complete the version upgrade.
ERROR_CLUSTER_NODE_IN_GRACE_PERIOD 5978 0x175a \r\nThe cluster node is in grace period.
ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT 5979 0x175b \r\nThe operation has failed because CSV volume was not able to recover in time specified on this file object.
ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER 5980 0x175c \r\nThe operation failed because the requested node is not currently part of active cluster membership.
ERROR_CLUSTER_RESOURCE_NOT_MONITORED 5981 0x175d \r\nThe operation failed because the requested cluster resource is currently unmonitored.
ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED 5982 0x175e \r\nThe operation failed because a resource does not support running in an unmonitored state.
ERROR_CLUSTER_RESOURCE_IS_REPLICATED 5983 0x175f \r\nThe operation cannot be completed because a resource participates in replication.
ERROR_CLUSTER_NODE_ISOLATED 5984 0x1760 \r\nThe operation failed because the requested cluster node has been isolated
ERROR_CLUSTER_NODE_QUARANTINED 5985 0x1761 \r\nThe operation failed because the requested cluster node has been quarantined
ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED 5986 0x1762 \r\nThe operation failed because the specified database update condition was not met
ERROR_CLUSTER_SPACE_DEGRADED 5987 0x1763 \r\nA clustered space is in a degraded condition and the requested action cannot be completed at this time.
ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED 5988 0x1764 \r\nThe operation failed because token delegation for this control is not supported.
ERROR_CLUSTER_CSV_INVALID_HANDLE 5989 0x1765 \r\nThe operation has failed because CSV has invalidated this file object.
ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR 5990 0x1766 \r\nThis operation is supported only on the CSV coordinator node.
ERROR_GROUPSET_NOT_AVAILABLE 5991 0x1767 \r\nThe cluster group set is not available for any further requests.
ERROR_GROUPSET_NOT_FOUND 5992 0x1768 \r\nThe cluster group set could not be found.
ERROR_GROUPSET_CANT_PROVIDE 5993 0x1769 \r\nThe action cannot be completed at this time because the cluster group set would fall below quorum and not be able to act as a provider.
ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND 5994 0x176a \r\nThe specified parent fault domain is not found.
ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY 5995 0x176b \r\nThe fault domain cannot be a child of the parent specified.
ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME 5998 0x176e \r\nCluster infrastructure file server creation failed because a valid non-empty file server name was not provided.
ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE 5999 0x176f \r\nThe action cannot be completed because the cluster set management cluster is unreachable.
ERROR_ENCRYPTION_FAILED 6000 0x1770 The specified file could not be encrypted.
ERROR_DECRYPTION_FAILED 6001 0x1771 The specified file could not be decrypted.
ERROR_FILE_ENCRYPTED 6002 0x1772 The specified file is encrypted and the user does not have the ability to decrypt it.
ERROR_NO_RECOVERY_POLICY 6003 0x1773 There is no valid encryption recovery policy configured for this system.
ERROR_NO_EFS 6004 0x1774 The required encryption driver is not loaded for this system.
ERROR_WRONG_EFS 6005 0x1775 The file was encrypted with a different encryption driver than is currently loaded.
ERROR_NO_USER_KEYS 6006 0x1776 There are no EFS keys defined for the user.
ERROR_FILE_NOT_ENCRYPTED 6007 0x1777 The specified file is not encrypted.
ERROR_NOT_EXPORT_FORMAT 6008 0x1778 The specified file is not in the defined EFS export format.
ERROR_FILE_READ_ONLY 6009 0x1779 The specified file is read only.
ERROR_DIR_EFS_DISALLOWED 6010 0x177a The directory has been disabled for encryption.
ERROR_EFS_SERVER_NOT_TRUSTED 6011 0x177b The server is not trusted for remote encryption operation.
ERROR_BAD_RECOVERY_POLICY 6012 0x177c Recovery policy configured for this system contains invalid recovery certificate.
ERROR_EFS_ALG_BLOB_TOO_BIG 6013 0x177d The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
ERROR_VOLUME_NOT_SUPPORT_EFS 6014 0x177e The disk partition does not support file encryption.
ERROR_EFS_DISABLED 6015 0x177f This machine is disabled for file encryption.
ERROR_EFS_VERSION_NOT_SUPPORT 6016 0x1780 A newer system is required to decrypt this encrypted file.
ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE 6017 0x1781 The remote server sent an invalid response for a file being opened with Client Side Encryption.
ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER 6018 0x1782 Client Side Encryption is not supported by the remote server even though it claims to support it.
ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE 6019 0x1783 File is encrypted and should be opened in Client Side Encryption mode.
ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE 6020 0x1784 A new encrypted file is being created and a $EFS needs to be provided.
ERROR_CS_ENCRYPTION_FILE_NOT_CSE 6021 0x1785 The SMB client requested a CSE FSCTL on a non-CSE file.
ERROR_ENCRYPTION_POLICY_DENIES_OPERATION 6022 0x1786 The requested operation was blocked by policy. For more information, contact your system administrator.
ERROR_WIP_ENCRYPTION_FAILED 6023 0x1787 The specified file could not be encrypted with Windows Information Protection.
ERROR_NO_BROWSER_SERVERS_FOUND 6118 0x17e6 The list of servers for this workgroup is not currently available
SCHED_E_SERVICE_NOT_LOCALSYSTEM 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.
ERROR_LOG_SECTOR_INVALID 6600 0x19c8 Log service encountered an invalid log sector.
ERROR_LOG_SECTOR_PARITY_INVALID 6601 0x19c9 Log service encountered a log sector with invalid block parity.
ERROR_LOG_SECTOR_REMAPPED 6602 0x19ca Log service encountered a remapped log sector.
ERROR_LOG_BLOCK_INCOMPLETE 6603 0x19cb Log service encountered a partial or incomplete log block.
ERROR_LOG_INVALID_RANGE 6604 0x19cc Log service encountered an attempt access data outside the active log range.
ERROR_LOG_BLOCKS_EXHAUSTED 6605 0x19cd Log service user marshalling buffers are exhausted.
ERROR_LOG_READ_CONTEXT_INVALID 6606 0x19ce Log service encountered an attempt read from a marshalling area with an invalid read context.
ERROR_LOG_RESTART_INVALID 6607 0x19cf Log service encountered an invalid log restart area.
ERROR_LOG_BLOCK_VERSION 6608 0x19d0 Log service encountered an invalid log block version.
ERROR_LOG_BLOCK_INVALID 6609 0x19d1 Log service encountered an invalid log block.
ERROR_LOG_READ_MODE_INVALID 6610 0x19d2 Log service encountered an attempt to read the log with an invalid read mode.
ERROR_LOG_NO_RESTART 6611 0x19d3 Log service encountered a log stream with no restart area.
ERROR_LOG_METADATA_CORRUPT 6612 0x19d4 Log service encountered a corrupted metadata file.
ERROR_LOG_METADATA_INVALID 6613 0x19d5 Log service encountered a metadata file that could not be created by the log file system.
ERROR_LOG_METADATA_INCONSISTENT 6614 0x19d6 Log service encountered a metadata file with inconsistent data.
ERROR_LOG_RESERVATION_INVALID 6615 0x19d7 Log service encountered an attempt to erroneous allocate or dispose reservation space.
ERROR_LOG_CANT_DELETE 6616 0x19d8 Log service cannot delete log file or file system container.
ERROR_LOG_CONTAINER_LIMIT_EXCEEDED 6617 0x19d9 Log service has reached the maximum allowable containers allocated to a log file.
ERROR_LOG_START_OF_LOG 6618 0x19da Log service has attempted to read or write backward past the start of the log.
ERROR_LOG_POLICY_ALREADY_INSTALLED 6619 0x19db Log policy could not be installed because a policy of the same type is already present.
ERROR_LOG_POLICY_NOT_INSTALLED 6620 0x19dc Log policy in question was not installed at the time of the request.
ERROR_LOG_POLICY_INVALID 6621 0x19dd The installed set of policies on the log is invalid.
ERROR_LOG_POLICY_CONFLICT 6622 0x19de A policy on the log in question prevented the operation from completing.
ERROR_LOG_PINNED_ARCHIVE_TAIL 6623 0x19df Log space cannot be reclaimed because the log is pinned by the archive tail.
ERROR_LOG_RECORD_NONEXISTENT 6624 0x19e0 Log record is not a record in the log file.
ERROR_LOG_RECORDS_RESERVED_INVALID 6625 0x19e1 Number of reserved log records or the adjustment of the number of reserved log records is invalid.
ERROR_LOG_SPACE_RESERVED_INVALID 6626 0x19e2 Reserved log space or the adjustment of the log space is invalid.
ERROR_LOG_TAIL_INVALID 6627 0x19e3 An new or existing archive tail or base of the active log is invalid.
ERROR_LOG_FULL 6628 0x19e4 Log space is exhausted.
ERROR_COULD_NOT_RESIZE_LOG 6629 0x19e5 The log could not be set to the requested size.
ERROR_LOG_MULTIPLEXED 6630 0x19e6 Log is multiplexed, no direct writes to the physical log is allowed.
ERROR_LOG_DEDICATED 6631 0x19e7 The operation failed because the log is a dedicated log.
ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS 6632 0x19e8 The operation requires an archive context.
ERROR_LOG_ARCHIVE_IN_PROGRESS 6633 0x19e9 Log archival is in progress.
ERROR_LOG_EPHEMERAL 6634 0x19ea The operation requires a non-ephemeral log, but the log is ephemeral.
ERROR_LOG_NOT_ENOUGH_CONTAINERS 6635 0x19eb The log must have at least two containers before it can be read from or written to.
ERROR_LOG_CLIENT_ALREADY_REGISTERED 6636 0x19ec A log client has already registered on the stream.
ERROR_LOG_CLIENT_NOT_REGISTERED 6637 0x19ed A log client has not been registered on the stream.
ERROR_LOG_FULL_HANDLER_IN_PROGRESS 6638 0x19ee A request has already been made to handle the log full condition.
ERROR_LOG_CONTAINER_READ_FAILED 6639 0x19ef Log service encountered an error when attempting to read from a log container.
ERROR_LOG_CONTAINER_WRITE_FAILED 6640 0x19f0 Log service encountered an error when attempting to write to a log container.
ERROR_LOG_CONTAINER_OPEN_FAILED 6641 0x19f1 Log service encountered an error when attempting open a log container.
ERROR_LOG_CONTAINER_STATE_INVALID 6642 0x19f2 Log service encountered an invalid container state when attempting a requested action.
ERROR_LOG_STATE_INVALID 6643 0x19f3 Log service is not in the correct state to perform a requested action.
ERROR_LOG_PINNED 6644 0x19f4 Log space cannot be reclaimed because the log is pinned.
ERROR_LOG_METADATA_FLUSH_FAILED 6645 0x19f5 Log metadata flush failed.
ERROR_LOG_INCONSISTENT_SECURITY 6646 0x19f6 Security on the log and its containers is inconsistent.
ERROR_LOG_APPENDED_FLUSH_FAILED 6647 0x19f7 Records were appended to the log or reservation changes were made, but the log could not be flushed.
ERROR_LOG_PINNED_RESERVATION 6648 0x19f8 The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
ERROR_INVALID_TRANSACTION 6700 0x1a2c The transaction handle associated with this operation is not valid.
ERROR_TRANSACTION_NOT_ACTIVE 6701 0x1a2d The requested operation was made in the context of a transaction that is no longer active.
ERROR_TRANSACTION_REQUEST_NOT_VALID 6702 0x1a2e The requested operation is not valid on the Transaction object in its current state.
ERROR_TRANSACTION_NOT_REQUESTED 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.
ERROR_TRANSACTION_ALREADY_ABORTED 6704 0x1a30 It is too late to perform the requested operation, since the Transaction has already been aborted.
ERROR_TRANSACTION_ALREADY_COMMITTED 6705 0x1a31 It is too late to perform the requested operation, since the Transaction has already been committed.
ERROR_TM_INITIALIZATION_FAILED 6706 0x1a32 The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported.
ERROR_RESOURCEMANAGER_READ_ONLY 6707 0x1a33 The specified ResourceManager made no changes or updates to the resource under this transaction.
ERROR_TRANSACTION_NOT_JOINED 6708 0x1a34 The resource manager has attempted to prepare a transaction that it has not successfully joined.
ERROR_TRANSACTION_SUPERIOR_EXISTS 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.
ERROR_CRM_PROTOCOL_ALREADY_EXISTS 6710 0x1a36 The RM tried to register a protocol that already exists.
ERROR_TRANSACTION_PROPAGATION_FAILED 6711 0x1a37 The attempt to propagate the Transaction failed.
ERROR_CRM_PROTOCOL_NOT_FOUND 6712 0x1a38 The requested propagation protocol was not registered as a CRM.
ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER 6713 0x1a39 The buffer passed in to PushTransaction or PullTransaction is not in a valid format.
ERROR_CURRENT_TRANSACTION_NOT_VALID 6714 0x1a3a The current transaction context associated with the thread is not a valid handle to a transaction object.
ERROR_TRANSACTION_NOT_FOUND 6715 0x1a3b The specified Transaction object could not be opened, because it was not found.
ERROR_RESOURCEMANAGER_NOT_FOUND 6716 0x1a3c The specified ResourceManager object could not be opened, because it was not found.
ERROR_ENLISTMENT_NOT_FOUND 6717 0x1a3d The specified Enlistment object could not be opened, because it was not found.
ERROR_TRANSACTIONMANAGER_NOT_FOUND 6718 0x1a3e The specified TransactionManager object could not be opened, because it was not found.
ERROR_TRANSACTIONMANAGER_NOT_ONLINE 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.
ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION 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.
ERROR_TRANSACTION_NOT_ROOT 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.
ERROR_TRANSACTION_OBJECT_EXPIRED 6722 0x1a42 Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.
ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED 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.
ERROR_TRANSACTION_RECORD_TOO_LONG 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.
ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED 6725 0x1a45 Implicit transaction are not supported.
ERROR_TRANSACTION_INTEGRITY_VIOLATED 6726 0x1a46 The kernel transaction manager had to abort or forget the transaction because it blocked forward progress.
ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH 6727 0x1a47 The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager's log file.
ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT 6728 0x1a48 This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again.
ERROR_TRANSACTION_MUST_WRITETHROUGH 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.
ERROR_TRANSACTION_NO_SUPERIOR 6730 0x1a4a The transaction does not have a superior enlistment.
ERROR_HEURISTIC_DAMAGE_POSSIBLE 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.
ERROR_TRANSACTIONAL_CONFLICT 6800 0x1a90 The function attempted to use a name that is reserved for use by another transaction.
ERROR_RM_NOT_ACTIVE 6801 0x1a91 Transaction support within the specified resource manager is not started or was shut down due to an error.
ERROR_RM_METADATA_CORRUPT 6802 0x1a92 The metadata of the RM has been corrupted. The RM will not function.
ERROR_DIRECTORY_NOT_RM 6803 0x1a93 The specified directory does not contain a resource manager.
ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE 6805 0x1a95 The remote server or share does not support transacted file operations.
ERROR_LOG_RESIZE_INVALID_SIZE 6806 0x1a96 The requested log size is invalid.
ERROR_OBJECT_NO_LONGER_EXISTS 6807 0x1a97 The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback.
ERROR_STREAM_MINIVERSION_NOT_FOUND 6808 0x1a98 The specified file miniversion was not found for this transacted file open.
ERROR_STREAM_MINIVERSION_NOT_VALID 6809 0x1a99 The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback.
ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION 6810 0x1a9a A miniversion may only be opened in the context of the transaction that created it.
ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT 6811 0x1a9b It is not possible to open a miniversion with modify access.
ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS 6812 0x1a9c It is not possible to create any more miniversions for this stream.
ERROR_REMOTE_FILE_VERSION_MISMATCH 6814 0x1a9e The remote server sent mismatching version number or Fid for a file opened with transactions.
ERROR_HANDLE_NO_LONGER_VALID 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.
ERROR_NO_TXF_METADATA 6816 0x1aa0 There is no transaction metadata on the file.
ERROR_LOG_CORRUPTION_DETECTED 6817 0x1aa1 The log data is corrupt.
ERROR_CANT_RECOVER_WITH_HANDLE_OPEN 6818 0x1aa2 The file can't be recovered because there is a handle still open on it.
ERROR_RM_DISCONNECTED 6819 0x1aa3 The transaction outcome is unavailable because the resource manager responsible for it has disconnected.
ERROR_ENLISTMENT_NOT_SUPERIOR 6820 0x1aa4 The request was rejected because the enlistment in question is not a superior enlistment.
ERROR_RECOVERY_NOT_NEEDED 6821 0x1aa5 The transactional resource manager is already consistent. Recovery is not needed.
ERROR_RM_ALREADY_STARTED 6822 0x1aa6 The transactional resource manager has already been started.
ERROR_FILE_IDENTITY_NOT_PERSISTENT 6823 0x1aa7 The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction.
ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY 6824 0x1aa8 The operation cannot be performed because another transaction is depending on the fact that this property will not change.
ERROR_CANT_CROSS_RM_BOUNDARY 6825 0x1aa9 The operation would involve a single file with two transactional resource managers and is therefore not allowed.
ERROR_TXF_DIR_NOT_EMPTY 6826 0x1aaa The $Txf directory must be empty for this operation to succeed.
ERROR_INDOUBT_TRANSACTIONS_EXIST 6827 0x1aab The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.
ERROR_TM_VOLATILE 6828 0x1aac The operation could not be completed because the transaction manager does not have a log.
ERROR_ROLLBACK_TIMER_EXPIRED 6829 0x1aad A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.
ERROR_TXF_ATTRIBUTE_CORRUPT 6830 0x1aae The transactional metadata attribute on the file or directory is corrupt and unreadable.
ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION 6831 0x1aaf The encryption operation could not be completed because a transaction is active.
ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED 6832 0x1ab0 This object is not allowed to be opened in a transaction.
ERROR_LOG_GROWTH_FAILED 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.
ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE 6834 0x1ab2 Memory mapping (creating a mapped section) a remote file under a transaction is not supported.
ERROR_TXF_METADATA_ALREADY_PRESENT 6835 0x1ab3 Transaction metadata is already present on this file and cannot be superseded.
ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET 6836 0x1ab4 A transaction scope could not be entered because the scope handler has not been initialized.
ERROR_TRANSACTION_REQUIRED_PROMOTION 6837 0x1ab5 Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it.
ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION 6838 0x1ab6 This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.
ERROR_TRANSACTIONS_NOT_FROZEN 6839 0x1ab7 The request to thaw frozen transactions was ignored because transactions had not previously been frozen.
ERROR_TRANSACTION_FREEZE_IN_PROGRESS 6840 0x1ab8 Transactions cannot be frozen because a freeze is already in progress.
ERROR_NOT_SNAPSHOT_VOLUME 6841 0x1ab9 The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
ERROR_NO_SAVEPOINT_WITH_OPEN_FILES 6842 0x1aba The savepoint operation failed because files are open on the transaction. This is not permitted.
ERROR_DATA_LOST_REPAIR 6843 0x1abb Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred.
ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION 6844 0x1abc The sparse operation could not be completed because a transaction is active on the file.
ERROR_TM_IDENTITY_MISMATCH 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.
ERROR_FLOATED_SECTION 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.
ERROR_CANNOT_ACCEPT_TRANSACTED_WORK 6847 0x1abf The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources.
ERROR_CANNOT_ABORT_TRANSACTIONS 6848 0x1ac0 The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manger has been shut down.
ERROR_BAD_CLUSTERS 6849 0x1ac1 The operation could not be completed due to bad clusters on disk.
ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION 6850 0x1ac2 The compression operation could not be completed because a transaction is active on the file.
ERROR_VOLUME_DIRTY 6851 0x1ac3 The operation could not be completed because the volume is dirty. Please run chkdsk and try again.
ERROR_NO_LINK_TRACKING_IN_TRANSACTION 6852 0x1ac4 The link tracking operation could not be completed because a transaction is active.
ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION 6853 0x1ac5 This operation cannot be performed in a transaction.
ERROR_EXPIRED_HANDLE 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.
ERROR_TRANSACTION_NOT_ENLISTED 6855 0x1ac7 The specified operation could not be performed because the resource manager is not enlisted in the transaction.
ERROR_CTX_WINSTATION_NAME_INVALID 7001 0x1b59 The specified session name is invalid.
ERROR_CTX_INVALID_PD 7002 0x1b5a The specified protocol driver is invalid.
ERROR_CTX_PD_NOT_FOUND 7003 0x1b5b The specified protocol driver was not found in the system path.
ERROR_CTX_WD_NOT_FOUND 7004 0x1b5c The specified terminal connection driver was not found in the system path.
ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY 7005 0x1b5d A registry key for event logging could not be created for this session.
ERROR_CTX_SERVICE_NAME_COLLISION 7006 0x1b5e A service with the same name already exists on the system.
ERROR_CTX_CLOSE_PENDING 7007 0x1b5f A close operation is pending on the session.
ERROR_CTX_NO_OUTBUF 7008 0x1b60 There are no free output buffers available.
ERROR_CTX_MODEM_INF_NOT_FOUND 7009 0x1b61 The MODEM.INF file was not found.
ERROR_CTX_INVALID_MODEMNAME 7010 0x1b62 The modem name was not found in MODEM.INF.
ERROR_CTX_MODEM_RESPONSE_ERROR 7011 0x1b63 The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
ERROR_CTX_MODEM_RESPONSE_TIMEOUT 7012 0x1b64 The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.
ERROR_CTX_MODEM_RESPONSE_NO_CARRIER 7013 0x1b65 Carrier detect has failed or carrier has been dropped due to disconnect.
ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE 7014 0x1b66 Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
ERROR_CTX_MODEM_RESPONSE_BUSY 7015 0x1b67 Busy signal detected at remote site on callback.
ERROR_CTX_MODEM_RESPONSE_VOICE 7016 0x1b68 Voice detected at remote site on callback.
ERROR_CTX_TD_ERROR 7017 0x1b69 Transport driver error
ERROR_CTX_WINSTATION_NOT_FOUND 7022 0x1b6e The specified session cannot be found.
ERROR_CTX_WINSTATION_ALREADY_EXISTS 7023 0x1b6f The specified session name is already in use.
ERROR_CTX_WINSTATION_BUSY 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.
ERROR_CTX_BAD_VIDEO_MODE 7025 0x1b71 An attempt has been made to connect to a session whose video mode is not supported by the current client.
ERROR_CTX_GRAPHICS_INVALID 7035 0x1b7b The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
ERROR_CTX_LOGON_DISABLED 7037 0x1b7d Your interactive logon privilege has been disabled. Please contact your administrator.
ERROR_CTX_NOT_CONSOLE 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.
ERROR_CTX_CLIENT_QUERY_TIMEOUT 7040 0x1b80 The client failed to respond to the server connect message.
ERROR_CTX_CONSOLE_DISCONNECT 7041 0x1b81 Disconnecting the console session is not supported.
ERROR_CTX_CONSOLE_CONNECT 7042 0x1b82 Reconnecting a disconnected session to the console is not supported.
ERROR_CTX_SHADOW_DENIED 7044 0x1b84 The request to control another session remotely was denied.
ERROR_CTX_WINSTATION_ACCESS_DENIED 7045 0x1b85 The requested session access is denied.
ERROR_CTX_INVALID_WD 7049 0x1b89 The specified terminal connection driver is invalid.
ERROR_CTX_SHADOW_INVALID 7050 0x1b8a The requested session cannot be controlled remotely.\r\nThis may be because the session is disconnected or does not currently have a user logged on.
ERROR_CTX_SHADOW_DISABLED 7051 0x1b8b The requested session is not configured to allow remote control.
ERROR_CTX_CLIENT_LICENSE_IN_USE 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.
ERROR_CTX_CLIENT_LICENSE_NOT_SET 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.
ERROR_CTX_LICENSE_NOT_AVAILABLE 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.
ERROR_CTX_LICENSE_CLIENT_INVALID 7055 0x1b8f The client you are using is not licensed to use this system. Your logon request is denied.
ERROR_CTX_LICENSE_EXPIRED 7056 0x1b90 The system license has expired. Your logon request is denied.
ERROR_CTX_SHADOW_NOT_RUNNING 7057 0x1b91 Remote control could not be terminated because the specified session is not currently being remotely controlled.
ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE 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.
ERROR_ACTIVATION_COUNT_EXCEEDED 7059 0x1b93 Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
ERROR_CTX_WINSTATIONS_DISABLED 7060 0x1b94 Remote logins are currently disabled.
ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED 7061 0x1b95 You do not have the proper encryption level to access this Session.
ERROR_CTX_SESSION_IN_USE 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.
ERROR_CTX_NO_FORCE_LOGOFF 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.
ERROR_CTX_ACCOUNT_RESTRICTION 7064 0x1b98 Unable to log you on because of an account restriction.
ERROR_RDP_PROTOCOL_ERROR 7065 0x1b99 The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
ERROR_CTX_CDM_CONNECT 7066 0x1b9a The Client Drive Mapping Service Has Connected on Terminal Connection.
ERROR_CTX_CDM_DISCONNECT 7067 0x1b9b The Client Drive Mapping Service Has Disconnected on Terminal Connection.
ERROR_CTX_SECURITY_LAYER_ERROR 7068 0x1b9c The Terminal Server security layer detected an error in the protocol stream and has disconnected the client.
ERROR_TS_INCOMPATIBLE_SESSIONS 7069 0x1b9d The target session is incompatible with the current session.
ERROR_TS_VIDEO_SUBSYSTEM_ERROR 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.
FRS_ERR_INVALID_API_SEQUENCE 8001 0x1f41 The file replication service API was called incorrectly.
FRS_ERR_STARTING_SERVICE 8002 0x1f42 The file replication service cannot be started.
FRS_ERR_STOPPING_SERVICE 8003 0x1f43 The file replication service cannot be stopped.
FRS_ERR_INTERNAL_API 8004 0x1f44 The file replication service API terminated the request. The event log may have more information.
FRS_ERR_INTERNAL 8005 0x1f45 The file replication service terminated the request. The event log may have more information.
FRS_ERR_SERVICE_COMM 8006 0x1f46 The file replication service cannot be contacted. The event log may have more information.
FRS_ERR_INSUFFICIENT_PRIV 8007 0x1f47 The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.
FRS_ERR_AUTHENTICATION 8008 0x1f48 The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.
FRS_ERR_PARENT_INSUFFICIENT_PRIV 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.
FRS_ERR_PARENT_AUTHENTICATION 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.
FRS_ERR_CHILD_TO_PARENT_COMM 8011 0x1f4b The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.
FRS_ERR_PARENT_TO_CHILD_COMM 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.
FRS_ERR_SYSVOL_POPULATE 8013 0x1f4d The file replication service cannot populate the system volume because of an internal error. The event log may have more information.
FRS_ERR_SYSVOL_POPULATE_TIMEOUT 8014 0x1f4e The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.
FRS_ERR_SYSVOL_IS_BUSY 8015 0x1f4f The file replication service cannot process the request. The system volume is busy with a previous request.
FRS_ERR_SYSVOL_DEMOTE 8016 0x1f50 The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.
FRS_ERR_INVALID_SERVICE_PARAMETER 8017 0x1f51 The file replication service detected an invalid parameter.
ERROR_DS_NOT_INSTALLED 8200 0x2008 An error occurred while installing the directory service. For more information, see the event log.
ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY 8201 0x2009 The directory service evaluated group memberships locally.
ERROR_DS_NO_ATTRIBUTE_OR_VALUE 8202 0x200a The specified directory service attribute or value does not exist.
ERROR_DS_INVALID_ATTRIBUTE_SYNTAX 8203 0x200b The attribute syntax specified to the directory service is invalid.
ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED 8204 0x200c The attribute type specified to the directory service is not defined.
ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS 8205 0x200d The specified directory service attribute or value already exists.
ERROR_DS_BUSY 8206 0x200e The directory service is busy.
ERROR_DS_UNAVAILABLE 8207 0x200f The directory service is unavailable.
ERROR_DS_NO_RIDS_ALLOCATED 8208 0x2010 The directory service was unable to allocate a relative identifier.
ERROR_DS_NO_MORE_RIDS 8209 0x2011 The directory service has exhausted the pool of relative identifiers.
ERROR_DS_INCORRECT_ROLE_OWNER 8210 0x2012 The requested operation could not be performed because the directory service is not the master for that type of operation.
ERROR_DS_RIDMGR_INIT_ERROR 8211 0x2013 The directory service was unable to initialize the subsystem that allocates relative identifiers.
ERROR_DS_OBJ_CLASS_VIOLATION 8212 0x2014 The requested operation did not satisfy one or more constraints associated with the class of the object.
ERROR_DS_CANT_ON_NON_LEAF 8213 0x2015 The directory service can perform the requested operation only on a leaf object.
ERROR_DS_CANT_ON_RDN 8214 0x2016 The directory service cannot perform the requested operation on the RDN attribute of an object.
ERROR_DS_CANT_MOD_OBJ_CLASS 8215 0x2017 The directory service detected an attempt to modify the object class of an object.
ERROR_DS_CROSS_DOM_MOVE_ERROR 8216 0x2018 The requested cross-domain move operation could not be performed.
ERROR_DS_GC_NOT_AVAILABLE 8217 0x2019 Unable to contact the global catalog server.
ERROR_SHARED_POLICY 8218 0x201a The policy object is shared and can only be modified at the root.
ERROR_POLICY_OBJECT_NOT_FOUND 8219 0x201b The policy object does not exist.
ERROR_POLICY_ONLY_IN_DS 8220 0x201c The requested policy information is only in the directory service.
ERROR_PROMOTION_ACTIVE 8221 0x201d A domain controller promotion is currently active.
ERROR_NO_PROMOTION_ACTIVE 8222 0x201e A domain controller promotion is not currently active
ERROR_DS_OPERATIONS_ERROR 8224 0x2020 An operations error occurred.
ERROR_DS_PROTOCOL_ERROR 8225 0x2021 A protocol error occurred.
ERROR_DS_TIMELIMIT_EXCEEDED 8226 0x2022 The time limit for this request was exceeded.
ERROR_DS_SIZELIMIT_EXCEEDED 8227 0x2023 The size limit for this request was exceeded.
ERROR_DS_ADMIN_LIMIT_EXCEEDED 8228 0x2024 The administrative limit for this request was exceeded.
ERROR_DS_COMPARE_FALSE 8229 0x2025 The compare response was false.
ERROR_DS_COMPARE_TRUE 8230 0x2026 The compare response was true.
ERROR_DS_AUTH_METHOD_NOT_SUPPORTED 8231 0x2027 The requested authentication method is not supported by the server.
ERROR_DS_STRONG_AUTH_REQUIRED 8232 0x2028 A more secure authentication method is required for this server.
ERROR_DS_INAPPROPRIATE_AUTH 8233 0x2029 Inappropriate authentication.
ERROR_DS_AUTH_UNKNOWN 8234 0x202a The authentication mechanism is unknown.
ERROR_DS_REFERRAL 8235 0x202b A referral was returned from the server.
ERROR_DS_UNAVAILABLE_CRIT_EXTENSION 8236 0x202c The server does not support the requested critical extension.
ERROR_DS_CONFIDENTIALITY_REQUIRED 8237 0x202d This request requires a secure connection.
ERROR_DS_INAPPROPRIATE_MATCHING 8238 0x202e Inappropriate matching.
ERROR_DS_CONSTRAINT_VIOLATION 8239 0x202f A constraint violation occurred.
ERROR_DS_NO_SUCH_OBJECT 8240 0x2030 There is no such object on the server.
ERROR_DS_ALIAS_PROBLEM 8241 0x2031 There is an alias problem.
ERROR_DS_INVALID_DN_SYNTAX 8242 0x2032 An invalid dn syntax has been specified.
ERROR_DS_IS_LEAF 8243 0x2033 The object is a leaf object.
ERROR_DS_ALIAS_DEREF_PROBLEM 8244 0x2034 There is an alias dereferencing problem.
ERROR_DS_UNWILLING_TO_PERFORM 8245 0x2035 The server is unwilling to process the request.
ERROR_DS_LOOP_DETECT 8246 0x2036 A loop has been detected.
ERROR_DS_NAMING_VIOLATION 8247 0x2037 There is a naming violation.
ERROR_DS_OBJECT_RESULTS_TOO_LARGE 8248 0x2038 The result set is too large.
ERROR_DS_AFFECTS_MULTIPLE_DSAS 8249 0x2039 The operation affects multiple DSAs
ERROR_DS_SERVER_DOWN 8250 0x203a The server is not operational.
ERROR_DS_LOCAL_ERROR 8251 0x203b A local error has occurred.
ERROR_DS_ENCODING_ERROR 8252 0x203c An encoding error has occurred.
ERROR_DS_DECODING_ERROR 8253 0x203d A decoding error has occurred.
ERROR_DS_FILTER_UNKNOWN 8254 0x203e The search filter cannot be recognized.
ERROR_DS_PARAM_ERROR 8255 0x203f One or more parameters are illegal.
ERROR_DS_NOT_SUPPORTED 8256 0x2040 The specified method is not supported.
ERROR_DS_NO_RESULTS_RETURNED 8257 0x2041 No results were returned.
ERROR_DS_CONTROL_NOT_FOUND 8258 0x2042 The specified control is not supported by the server.
ERROR_DS_CLIENT_LOOP 8259 0x2043 A referral loop was detected by the client.
ERROR_DS_REFERRAL_LIMIT_EXCEEDED 8260 0x2044 The preset referral limit was exceeded.
ERROR_DS_SORT_CONTROL_MISSING 8261 0x2045 The search requires a SORT control.
ERROR_DS_OFFSET_RANGE_ERROR 8262 0x2046 The search results exceed the offset range specified.
ERROR_DS_RIDMGR_DISABLED 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.
ERROR_DS_ROOT_MUST_BE_NC 8301 0x206d The root object must be the head of a naming context. The root object cannot have an instantiated parent.
ERROR_DS_ADD_REPLICA_INHIBITED 8302 0x206e The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
ERROR_DS_ATT_NOT_DEF_IN_SCHEMA 8303 0x206f A reference to an attribute that is not defined in the schema occurred.
ERROR_DS_MAX_OBJ_SIZE_EXCEEDED 8304 0x2070 The maximum size of an object has been exceeded.
ERROR_DS_OBJ_STRING_NAME_EXISTS 8305 0x2071 An attempt was made to add an object to the directory with a name that is already in use.
ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA 8306 0x2072 An attempt was made to add an object of a class that does not have an RDN defined in the schema.
ERROR_DS_RDN_DOESNT_MATCH_SCHEMA 8307 0x2073 An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
ERROR_DS_NO_REQUESTED_ATTS_FOUND 8308 0x2074 None of the requested attributes were found on the objects.
ERROR_DS_USER_BUFFER_TO_SMALL 8309 0x2075 The user buffer is too small.
ERROR_DS_ATT_IS_NOT_ON_OBJ 8310 0x2076 The attribute specified in the operation is not present on the object.
ERROR_DS_ILLEGAL_MOD_OPERATION 8311 0x2077 Illegal modify operation. Some aspect of the modification is not permitted.
ERROR_DS_OBJ_TOO_LARGE 8312 0x2078 The specified object is too large.
ERROR_DS_BAD_INSTANCE_TYPE 8313 0x2079 The specified instance type is not valid.
ERROR_DS_MASTERDSA_REQUIRED 8314 0x207a The operation must be performed at a master DSA.
ERROR_DS_OBJECT_CLASS_REQUIRED 8315 0x207b The object class attribute must be specified.
ERROR_DS_MISSING_REQUIRED_ATT 8316 0x207c A required attribute is missing.
ERROR_DS_ATT_NOT_DEF_FOR_CLASS 8317 0x207d An attempt was made to modify an object to include an attribute that is not legal for its class.
ERROR_DS_ATT_ALREADY_EXISTS 8318 0x207e The specified attribute is already present on the object.
ERROR_DS_CANT_ADD_ATT_VALUES 8320 0x2080 The specified attribute is not present, or has no values.
ERROR_DS_SINGLE_VALUE_CONSTRAINT 8321 0x2081 Multiple values were specified for an attribute that can have only one value.
ERROR_DS_RANGE_CONSTRAINT 8322 0x2082 A value for the attribute was not in the acceptable range of values.
ERROR_DS_ATT_VAL_ALREADY_EXISTS 8323 0x2083 The specified value already exists.
ERROR_DS_CANT_REM_MISSING_ATT 8324 0x2084 The attribute cannot be removed because it is not present on the object.
ERROR_DS_CANT_REM_MISSING_ATT_VAL 8325 0x2085 The attribute value cannot be removed because it is not present on the object.
ERROR_DS_ROOT_CANT_BE_SUBREF 8326 0x2086 The specified root object cannot be a subref.
ERROR_DS_NO_CHAINING 8327 0x2087 Chaining is not permitted.
ERROR_DS_NO_CHAINED_EVAL 8328 0x2088 Chained evaluation is not permitted.
ERROR_DS_NO_PARENT_OBJECT 8329 0x2089 The operation could not be performed because the object's parent is either uninstantiated or deleted.
ERROR_DS_PARENT_IS_AN_ALIAS 8330 0x208a Having a parent that is an alias is not permitted. Aliases are leaf objects.
ERROR_DS_CANT_MIX_MASTER_AND_REPS 8331 0x208b The object and parent must be of the same type, either both masters or both replicas.
ERROR_DS_CHILDREN_EXIST 8332 0x208c The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
ERROR_DS_OBJ_NOT_FOUND 8333 0x208d Directory object not found.
ERROR_DS_ALIASED_OBJ_MISSING 8334 0x208e The aliased object is missing.
ERROR_DS_BAD_NAME_SYNTAX 8335 0x208f The object name has bad syntax.
ERROR_DS_ALIAS_POINTS_TO_ALIAS 8336 0x2090 It is not permitted for an alias to refer to another alias.
ERROR_DS_CANT_DEREF_ALIAS 8337 0x2091 The alias cannot be dereferenced.
ERROR_DS_OUT_OF_SCOPE 8338 0x2092 The operation is out of scope.
ERROR_DS_OBJECT_BEING_REMOVED 8339 0x2093 The operation cannot continue because the object is in the process of being removed.
ERROR_DS_CANT_DELETE_DSA_OBJ 8340 0x2094 The DSA object cannot be deleted.
ERROR_DS_GENERIC_ERROR 8341 0x2095 A directory service error has occurred.
ERROR_DS_DSA_MUST_BE_INT_MASTER 8342 0x2096 The operation can only be performed on an internal master DSA object.
ERROR_DS_CLASS_NOT_DSA 8343 0x2097 The object must be of class DSA.
ERROR_DS_INSUFF_ACCESS_RIGHTS 8344 0x2098 Insufficient access rights to perform the operation.
ERROR_DS_ILLEGAL_SUPERIOR 8345 0x2099 The object cannot be added because the parent is not on the list of possible superiors.
ERROR_DS_ATTRIBUTE_OWNED_BY_SAM 8346 0x209a Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
ERROR_DS_NAME_TOO_MANY_PARTS 8347 0x209b The name has too many parts.
ERROR_DS_NAME_TOO_LONG 8348 0x209c The name is too long.
ERROR_DS_NAME_VALUE_TOO_LONG 8349 0x209d The name value is too long.
ERROR_DS_NAME_UNPARSEABLE 8350 0x209e The directory service encountered an error parsing a name.
ERROR_DS_NAME_TYPE_UNKNOWN 8351 0x209f The directory service cannot get the attribute type for a name.
ERROR_DS_NOT_AN_OBJECT 8352 0x20a0 The name does not identify an object; the name identifies a phantom.
ERROR_DS_SEC_DESC_TOO_SHORT 8353 0x20a1 The security descriptor is too short.
ERROR_DS_SEC_DESC_INVALID 8354 0x20a2 The security descriptor is invalid.
ERROR_DS_NO_DELETED_NAME 8355 0x20a3 Failed to create name for deleted object.
ERROR_DS_SUBREF_MUST_HAVE_PARENT 8356 0x20a4 The parent of a new subref must exist.
ERROR_DS_NCNAME_MUST_BE_NC 8357 0x20a5 The object must be a naming context.
ERROR_DS_CANT_ADD_SYSTEM_ONLY 8358 0x20a6 It is not permitted to add an attribute which is owned by the system.
ERROR_DS_CLASS_MUST_BE_CONCRETE 8359 0x20a7 The class of the object must be structural; you cannot instantiate an abstract class.
ERROR_DS_INVALID_DMD 8360 0x20a8 The schema object could not be found.
ERROR_DS_OBJ_GUID_EXISTS 8361 0x20a9 A local object with this GUID (dead or alive) already exists.
ERROR_DS_NOT_ON_BACKLINK 8362 0x20aa The operation cannot be performed on a back link.
ERROR_DS_NO_CROSSREF_FOR_NC 8363 0x20ab The cross reference for the specified naming context could not be found.
ERROR_DS_SHUTTING_DOWN 8364 0x20ac The operation could not be performed because the directory service is shutting down.
ERROR_DS_UNKNOWN_OPERATION 8365 0x20ad The directory service request is invalid.
ERROR_DS_INVALID_ROLE_OWNER 8366 0x20ae The role owner attribute could not be read.
ERROR_DS_COULDNT_CONTACT_FSMO 8367 0x20af The requested FSMO operation failed. The current FSMO holder could not be contacted.
ERROR_DS_CROSS_NC_DN_RENAME 8368 0x20b0 Modification of a DN across a naming context is not permitted.
ERROR_DS_CANT_MOD_SYSTEM_ONLY 8369 0x20b1 The attribute cannot be modified because it is owned by the system.
ERROR_DS_REPLICATOR_ONLY 8370 0x20b2 Only the replicator can perform this function.
ERROR_DS_OBJ_CLASS_NOT_DEFINED 8371 0x20b3 The specified class is not defined.
ERROR_DS_OBJ_CLASS_NOT_SUBCLASS 8372 0x20b4 The specified class is not a subclass.
ERROR_DS_NAME_REFERENCE_INVALID 8373 0x20b5 The name reference is invalid.
ERROR_DS_CROSS_REF_EXISTS 8374 0x20b6 A cross reference already exists.
ERROR_DS_CANT_DEL_MASTER_CROSSREF 8375 0x20b7 It is not permitted to delete a master cross reference.
ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD 8376 0x20b8 Subtree notifications are only supported on NC heads.
ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX 8377 0x20b9 Notification filter is too complex.
ERROR_DS_DUP_RDN 8378 0x20ba Schema update failed: duplicate RDN.
ERROR_DS_DUP_OID 8379 0x20bb Schema update failed: duplicate OID.
ERROR_DS_DUP_MAPI_ID 8380 0x20bc Schema update failed: duplicate MAPI identifier.
ERROR_DS_DUP_SCHEMA_ID_GUID 8381 0x20bd Schema update failed: duplicate schema-id GUID.
ERROR_DS_DUP_LDAP_DISPLAY_NAME 8382 0x20be Schema update failed: duplicate LDAP display name.
ERROR_DS_SEMANTIC_ATT_TEST 8383 0x20bf Schema update failed: range-lower less than range upper.
ERROR_DS_SYNTAX_MISMATCH 8384 0x20c0 Schema update failed: syntax mismatch.
ERROR_DS_EXISTS_IN_MUST_HAVE 8385 0x20c1 Schema deletion failed: attribute is used in must-contain.
ERROR_DS_EXISTS_IN_MAY_HAVE 8386 0x20c2 Schema deletion failed: attribute is used in may-contain.
ERROR_DS_NONEXISTENT_MAY_HAVE 8387 0x20c3 Schema update failed: attribute in may-contain does not exist.
ERROR_DS_NONEXISTENT_MUST_HAVE 8388 0x20c4 Schema update failed: attribute in must-contain does not exist.
ERROR_DS_AUX_CLS_TEST_FAIL 8389 0x20c5 Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
ERROR_DS_NONEXISTENT_POSS_SUP 8390 0x20c6 Schema update failed: class in poss-superiors does not exist.
ERROR_DS_SUB_CLS_TEST_FAIL 8391 0x20c7 Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules.
ERROR_DS_BAD_RDN_ATT_ID_SYNTAX 8392 0x20c8 Schema update failed: Rdn-Att-Id has wrong syntax.
ERROR_DS_EXISTS_IN_AUX_CLS 8393 0x20c9 Schema deletion failed: class is used as auxiliary class.
ERROR_DS_EXISTS_IN_SUB_CLS 8394 0x20ca Schema deletion failed: class is used as sub class.
ERROR_DS_EXISTS_IN_POSS_SUP 8395 0x20cb Schema deletion failed: class is used as poss superior.
ERROR_DS_RECALCSCHEMA_FAILED 8396 0x20cc Schema update failed in recalculating validation cache.
ERROR_DS_TREE_DELETE_NOT_FINISHED 8397 0x20cd The tree deletion is not finished. The request must be made again to continue deleting the tree.
ERROR_DS_CANT_DELETE 8398 0x20ce The requested delete operation could not be performed.
ERROR_DS_ATT_SCHEMA_REQ_ID 8399 0x20cf Cannot read the governs class identifier for the schema record.
ERROR_DS_BAD_ATT_SCHEMA_SYNTAX 8400 0x20d0 The attribute schema has bad syntax.
ERROR_DS_CANT_CACHE_ATT 8401 0x20d1 The attribute could not be cached.
ERROR_DS_CANT_CACHE_CLASS 8402 0x20d2 The class could not be cached.
ERROR_DS_CANT_REMOVE_ATT_CACHE 8403 0x20d3 The attribute could not be removed from the cache.
ERROR_DS_CANT_REMOVE_CLASS_CACHE 8404 0x20d4 The class could not be removed from the cache.
ERROR_DS_CANT_RETRIEVE_DN 8405 0x20d5 The distinguished name attribute could not be read.
ERROR_DS_MISSING_SUPREF 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.
ERROR_DS_CANT_RETRIEVE_INSTANCE 8407 0x20d7 The instance type attribute could not be retrieved.
ERROR_DS_CODE_INCONSISTENCY 8408 0x20d8 An internal error has occurred.
ERROR_DS_DATABASE_ERROR 8409 0x20d9 A database error has occurred.
ERROR_DS_GOVERNSID_MISSING 8410 0x20da The attribute GOVERNSID is missing.
ERROR_DS_MISSING_EXPECTED_ATT 8411 0x20db An expected attribute is missing.
ERROR_DS_NCNAME_MISSING_CR_REF 8412 0x20dc The specified naming context is missing a cross reference.
ERROR_DS_SECURITY_CHECKING_ERROR 8413 0x20dd A security checking error has occurred.
ERROR_DS_SCHEMA_NOT_LOADED 8414 0x20de The schema is not loaded.
ERROR_DS_SCHEMA_ALLOC_FAILED 8415 0x20df Schema allocation failed. Please check if the machine is running low on memory.
ERROR_DS_ATT_SCHEMA_REQ_SYNTAX 8416 0x20e0 Failed to obtain the required syntax for the attribute schema.
ERROR_DS_GCVERIFY_ERROR 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.
ERROR_DS_DRA_SCHEMA_MISMATCH 8418 0x20e2 The replication operation failed because of a schema mismatch between the servers involved.
ERROR_DS_CANT_FIND_DSA_OBJ 8419 0x20e3 The DSA object could not be found.
ERROR_DS_CANT_FIND_EXPECTED_NC 8420 0x20e4 The naming context could not be found.
ERROR_DS_CANT_FIND_NC_IN_CACHE 8421 0x20e5 The naming context could not be found in the cache.
ERROR_DS_CANT_RETRIEVE_CHILD 8422 0x20e6 The child object could not be retrieved.
ERROR_DS_SECURITY_ILLEGAL_MODIFY 8423 0x20e7 The modification was not permitted for security reasons.
ERROR_DS_CANT_REPLACE_HIDDEN_REC 8424 0x20e8 The operation cannot replace the hidden record.
ERROR_DS_BAD_HIERARCHY_FILE 8425 0x20e9 The hierarchy file is invalid.
ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED 8426 0x20ea The attempt to build the hierarchy table failed.
ERROR_DS_CONFIG_PARAM_MISSING 8427 0x20eb The directory configuration parameter is missing from the registry.
ERROR_DS_COUNTING_AB_INDICES_FAILED 8428 0x20ec The attempt to count the address book indices failed.
ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED 8429 0x20ed The allocation of the hierarchy table failed.
ERROR_DS_INTERNAL_FAILURE 8430 0x20ee The directory service encountered an internal failure.
ERROR_DS_UNKNOWN_ERROR 8431 0x20ef The directory service encountered an unknown failure.
ERROR_DS_ROOT_REQUIRES_CLASS_TOP 8432 0x20f0 A root object requires a class of 'top'.
ERROR_DS_REFUSING_FSMO_ROLES 8433 0x20f1 This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
ERROR_DS_MISSING_FSMO_SETTINGS 8434 0x20f2 The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
ERROR_DS_UNABLE_TO_SURRENDER_ROLES 8435 0x20f3 The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
ERROR_DS_DRA_GENERIC 8436 0x20f4 The replication operation failed.
ERROR_DS_DRA_INVALID_PARAMETER 8437 0x20f5 An invalid parameter was specified for this replication operation.
ERROR_DS_DRA_BUSY 8438 0x20f6 The directory service is too busy to complete the replication operation at this time.
ERROR_DS_DRA_BAD_DN 8439 0x20f7 The distinguished name specified for this replication operation is invalid.
ERROR_DS_DRA_BAD_NC 8440 0x20f8 The naming context specified for this replication operation is invalid.
ERROR_DS_DRA_DN_EXISTS 8441 0x20f9 The distinguished name specified for this replication operation already exists.
ERROR_DS_DRA_INTERNAL_ERROR 8442 0x20fa The replication system encountered an internal error.
ERROR_DS_DRA_INCONSISTENT_DIT 8443 0x20fb The replication operation encountered a database inconsistency.
ERROR_DS_DRA_CONNECTION_FAILED 8444 0x20fc The server specified for this replication operation could not be contacted.
ERROR_DS_DRA_BAD_INSTANCE_TYPE 8445 0x20fd The replication operation encountered an object with an invalid instance type.
ERROR_DS_DRA_OUT_OF_MEM 8446 0x20fe The replication operation failed to allocate memory.
ERROR_DS_DRA_MAIL_PROBLEM 8447 0x20ff The replication operation encountered an error with the mail system.
ERROR_DS_DRA_REF_ALREADY_EXISTS 8448 0x2100 The replication reference information for the target server already exists.
ERROR_DS_DRA_REF_NOT_FOUND 8449 0x2101 The replication reference information for the target server does not exist.
ERROR_DS_DRA_OBJ_IS_REP_SOURCE 8450 0x2102 The naming context cannot be removed because it is replicated to another server.
ERROR_DS_DRA_DB_ERROR 8451 0x2103 The replication operation encountered a database error.
ERROR_DS_DRA_NO_REPLICA 8452 0x2104 The naming context is in the process of being removed or is not replicated from the specified server.
ERROR_DS_DRA_ACCESS_DENIED 8453 0x2105 Replication access was denied.
ERROR_DS_DRA_NOT_SUPPORTED 8454 0x2106 The requested operation is not supported by this version of the directory service.
ERROR_DS_DRA_RPC_CANCELLED 8455 0x2107 The replication remote procedure call was cancelled.
ERROR_DS_DRA_SOURCE_DISABLED 8456 0x2108 The source server is currently rejecting replication requests.
ERROR_DS_DRA_SINK_DISABLED 8457 0x2109 The destination server is currently rejecting replication requests.
ERROR_DS_DRA_NAME_COLLISION 8458 0x210a The replication operation failed due to a collision of object names.
ERROR_DS_DRA_SOURCE_REINSTALLED 8459 0x210b The replication source has been reinstalled.
ERROR_DS_DRA_MISSING_PARENT 8460 0x210c The replication operation failed because a required parent object is missing.
ERROR_DS_DRA_PREEMPTED 8461 0x210d The replication operation was preempted.
ERROR_DS_DRA_ABANDON_SYNC 8462 0x210e The replication synchronization attempt was abandoned because of a lack of updates.
ERROR_DS_DRA_SHUTDOWN 8463 0x210f The replication operation was terminated because the system is shutting down.
ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET 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.
ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA 8465 0x2111 The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
ERROR_DS_DRA_EXTN_CONNECTION_FAILED 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.
ERROR_DS_INSTALL_SCHEMA_MISMATCH 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.
ERROR_DS_DUP_LINK_ID 8468 0x2114 Schema update failed: An attribute with the same link identifier already exists.
ERROR_DS_NAME_ERROR_RESOLVING 8469 0x2115 Name translation: Generic processing error.
ERROR_DS_NAME_ERROR_NOT_FOUND 8470 0x2116 Name translation: Could not find the name or insufficient right to see name.
ERROR_DS_NAME_ERROR_NOT_UNIQUE 8471 0x2117 Name translation: Input name mapped to more than one output name.
ERROR_DS_NAME_ERROR_NO_MAPPING 8472 0x2118 Name translation: Input name found, but not the associated output format.
ERROR_DS_NAME_ERROR_DOMAIN_ONLY 8473 0x2119 Name translation: Unable to resolve completely, only the domain was found.
ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING 8474 0x211a Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
ERROR_DS_CONSTRUCTED_ATT_MOD 8475 0x211b Modification of a constructed attribute is not allowed.
ERROR_DS_WRONG_OM_OBJ_CLASS 8476 0x211c The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
ERROR_DS_DRA_REPL_PENDING 8477 0x211d The replication request has been posted; waiting for reply.
ERROR_DS_DS_REQUIRED 8478 0x211e The requested operation requires a directory service, and none was available.
ERROR_DS_INVALID_LDAP_DISPLAY_NAME 8479 0x211f The LDAP display name of the class or attribute contains non-ASCII characters.
ERROR_DS_NON_BASE_SEARCH 8480 0x2120 The requested search operation is only supported for base searches.
ERROR_DS_CANT_RETRIEVE_ATTS 8481 0x2121 The search failed to retrieve attributes from the database.
ERROR_DS_BACKLINK_WITHOUT_LINK 8482 0x2122 The schema update operation tried to add a backward link attribute that has no corresponding forward link.
ERROR_DS_EPOCH_MISMATCH 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.
ERROR_DS_SRC_NAME_MISMATCH 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.
ERROR_DS_SRC_AND_DST_NC_IDENTICAL 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.
ERROR_DS_DST_NC_MISMATCH 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.
ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC 8487 0x2127 Destination of a cross-domain move is not authoritative for the destination naming context.
ERROR_DS_SRC_GUID_MISMATCH 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.
ERROR_DS_CANT_MOVE_DELETED_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.
ERROR_DS_PDC_OPERATION_IN_PROGRESS 8490 0x212a Another operation which requires exclusive access to the PDC FSMO is already in progress.
ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD 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.
ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION 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.
ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS 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.
ERROR_DS_NC_MUST_HAVE_NC_PARENT 8494 0x212e A naming context head must be the immediate child of another naming context head, not of an interior node.
ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE 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)
ERROR_DS_DST_DOMAIN_NOT_NATIVE 8496 0x2130 Destination domain must be in native mode.
ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER 8497 0x2131 The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
ERROR_DS_CANT_MOVE_ACCOUNT_GROUP 8498 0x2132 Cross-domain move of non-empty account groups is not allowed.
ERROR_DS_CANT_MOVE_RESOURCE_GROUP 8499 0x2133 Cross-domain move of non-empty resource groups is not allowed.
ERROR_DS_INVALID_SEARCH_FLAG 8500 0x2134 The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
ERROR_DS_NO_TREE_DELETE_ABOVE_NC 8501 0x2135 Tree deletions starting at an object which has an NC head as a descendant are not allowed.
ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE 8502 0x2136 The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE 8503 0x2137 The directory service failed to identify the list of objects to delete while attempting a tree deletion.
ERROR_DS_SAM_INIT_FAILURE 8504 0x2138 Security Accounts Manager initialization failed because of the following error: %1.\r\nError Status: 0x%2. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
ERROR_DS_SENSITIVE_GROUP_VIOLATION 8505 0x2139 Only an administrator can modify the membership list of an administrative group.
ERROR_DS_CANT_MOD_PRIMARYGROUPID 8506 0x213a Cannot change the primary group ID of a domain controller account.
ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD 8507 0x213b An attempt is made to modify the base schema.
ERROR_DS_NONSAFE_SCHEMA_CHANGE 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.
ERROR_DS_SCHEMA_UPDATE_DISALLOWED 8509 0x213d Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
ERROR_DS_CANT_CREATE_UNDER_SCHEMA 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.
ERROR_DS_INSTALL_NO_SRC_SCH_VERSION 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.
ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE 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.
ERROR_DS_INVALID_GROUP_TYPE 8513 0x2141 The specified group type is invalid.
ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN 8514 0x2142 You cannot nest global groups in a mixed domain if the group is security-enabled.
ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN 8515 0x2143 You cannot nest local groups in a mixed domain if the group is security-enabled.
ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER 8516 0x2144 A global group cannot have a local group as a member.
ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER 8517 0x2145 A global group cannot have a universal group as a member.
ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER 8518 0x2146 A universal group cannot have a local group as a member.
ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER 8519 0x2147 A global group cannot have a cross-domain member.
ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER 8520 0x2148 A local group cannot have another cross domain local group as a member.
ERROR_DS_HAVE_PRIMARY_MEMBERS 8521 0x2149 A group with primary members cannot change to a security-disabled group.
ERROR_DS_STRING_SD_CONVERSION_FAILED 8522 0x214a The schema cache load failed to convert the string default SD on a class-schema object.
ERROR_DS_NAMING_MASTER_GC 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)
ERROR_DS_DNS_LOOKUP_FAILURE 8524 0x214c The DSA operation is unable to proceed because of a DNS lookup failure.
ERROR_DS_COULDNT_UPDATE_SPNS 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.
ERROR_DS_CANT_RETRIEVE_SD 8526 0x214e The Security Descriptor attribute could not be read.
ERROR_DS_KEY_NOT_UNIQUE 8527 0x214f The object requested was not found, but an object with that key was found.
ERROR_DS_WRONG_LINKED_ATT_SYNTAX 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
ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD 8529 0x2151 Security Account Manager needs to get the boot password.
ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY 8530 0x2152 Security Account Manager needs to get the boot key from floppy disk.
ERROR_DS_CANT_START 8531 0x2153 Directory Service cannot start.
ERROR_DS_INIT_FAILURE 8532 0x2154 Directory Services could not start.
ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION 8533 0x2155 The connection between client and server requires packet privacy or better.
ERROR_DS_SOURCE_DOMAIN_IN_FOREST 8534 0x2156 The source domain may not be in the same forest as destination.
ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST 8535 0x2157 The destination domain must be in the forest.
ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED 8536 0x2158 The operation requires that destination domain auditing be enabled.
ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN 8537 0x2159 The operation couldn't locate a DC for the source domain.
ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER 8538 0x215a The source object must be a group or user.
ERROR_DS_SRC_SID_EXISTS_IN_FOREST 8539 0x215b The source object's SID already exists in destination forest.
ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH 8540 0x215c The source and destination object must be of the same type.
ERROR_SAM_INIT_FAILURE 8541 0x215d Security Accounts Manager initialization failed because of the following error: %1.\r\nError Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
ERROR_DS_DRA_SCHEMA_INFO_SHIP 8542 0x215e Schema information could not be included in the replication request.
ERROR_DS_DRA_SCHEMA_CONFLICT 8543 0x215f The replication operation could not be completed due to a schema incompatibility.
ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT 8544 0x2160 The replication operation could not be completed due to a previous schema incompatibility.
ERROR_DS_DRA_OBJ_NC_MISMATCH 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.
ERROR_DS_NC_STILL_HAS_DSAS 8546 0x2162 The requested domain could not be deleted because there exist domain controllers that still host this domain.
ERROR_DS_GC_REQUIRED 8547 0x2163 The requested operation can be performed only on a global catalog server.
ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY 8548 0x2164 A local group can only be a member of other local groups in the same domain.
ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS 8549 0x2165 Foreign security principals cannot be members of universal groups.
ERROR_DS_CANT_ADD_TO_GC 8550 0x2166 The attribute is not allowed to be replicated to the GC because of security reasons.
ERROR_DS_NO_CHECKPOINT_WITH_PDC 8551 0x2167 The checkpoint with the PDC could not be taken because there too many modifications being processed currently.
ERROR_DS_SOURCE_AUDITING_NOT_ENABLED 8552 0x2168 The operation requires that source domain auditing be enabled.
ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC 8553 0x2169 Security principal objects can only be created inside domain naming contexts.
ERROR_DS_INVALID_NAME_FOR_SPN 8554 0x216a A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS 8555 0x216b A Filter was passed that uses constructed attributes.
ERROR_DS_UNICODEPWD_NOT_IN_QUOTES 8556 0x216c The unicodePwd attribute value must be enclosed in double quotes.
ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED 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.
ERROR_DS_MUST_BE_RUN_ON_DST_DC 8558 0x216e For security reasons, the operation must be run on the destination DC.
ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ 8560 0x2170 Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
ERROR_DS_INIT_FAILURE_CONSOLE 8561 0x2171 Directory Services could not start because of the following error: %1.\r\nError Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
ERROR_DS_SAM_INIT_FAILURE_CONSOLE 8562 0x2172 Security Accounts Manager initialization failed because of the following error: %1.\r\nError Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
ERROR_DS_FOREST_VERSION_TOO_HIGH 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.
ERROR_DS_DOMAIN_VERSION_TOO_HIGH 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.
ERROR_DS_FOREST_VERSION_TOO_LOW 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.
ERROR_DS_DOMAIN_VERSION_TOO_LOW 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.
ERROR_DS_INCOMPATIBLE_VERSION 8567 0x2177 The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
ERROR_DS_LOW_DSA_VERSION 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.
ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN 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.
ERROR_DS_NOT_SUPPORTED_SORT_ORDER 8570 0x217a The sort order requested is not supported.
ERROR_DS_NAME_NOT_UNIQUE 8571 0x217b The requested name already exists as a unique identifier.
ERROR_DS_OUT_OF_VERSION_STORE 8573 0x217d The database is out of version store.
ERROR_DS_INCOMPATIBLE_CONTROLS_USED 8574 0x217e Unable to continue operation because multiple conflicting controls were used.
ERROR_DS_NO_REF_DOMAIN 8575 0x217f Unable to find a valid security descriptor reference domain for this partition.
ERROR_DS_RESERVED_LINK_ID 8576 0x2180 Schema update failed: The link identifier is reserved.
ERROR_DS_LINK_ID_NOT_AVAILABLE 8577 0x2181 Schema update failed: There are no link identifiers available.
ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER 8578 0x2182 An account group cannot have a universal group as a member.
ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE 8579 0x2183 Rename or move operations on naming context heads or read-only objects are not allowed.
ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC 8580 0x2184 Move operations on objects in the schema naming context are not allowed.
ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG 8581 0x2185 A system flag has been set on the object and does not allow the object to be moved or renamed.
ERROR_DS_MODIFYDN_WRONG_GRANDPARENT 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.
ERROR_DS_NAME_ERROR_TRUST_REFERRAL 8583 0x2187 Unable to resolve completely, a referral to another forest is generated.
ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER 8584 0x2188 The requested action is not supported on standard server.
ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD 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.
ERROR_DS_THREAD_LIMIT_EXCEEDED 8587 0x218b The thread limit for this request was exceeded.
ERROR_DS_NOT_CLOSEST 8588 0x218c The Global catalog server is not in the closest site.
ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF 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.
ERROR_DS_SINGLE_USER_MODE_FAILED 8590 0x218e The Directory Service failed to enter single user mode.
ERROR_DS_NTDSCRIPT_SYNTAX_ERROR 8591 0x218f The Directory Service cannot parse the script because of a syntax error.
ERROR_DS_NTDSCRIPT_PROCESS_ERROR 8592 0x2190 The Directory Service cannot process the script because of an error.
ERROR_DS_DIFFERENT_REPL_EPOCHS 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).
ERROR_DS_DRS_EXTENSIONS_CHANGED 8594 0x2192 The directory service binding must be renegotiated due to a change in the server extensions information.
ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR 8595 0x2193 Operation not allowed on a disabled cross ref.
ERROR_DS_NO_MSDS_INTID 8596 0x2194 Schema update failed: No values for msDS-IntId are available.
ERROR_DS_DUP_MSDS_INTID 8597 0x2195 Schema update failed: Duplicate msDS-INtId. Retry the operation.
ERROR_DS_EXISTS_IN_RDNATTID 8598 0x2196 Schema deletion failed: attribute is used in rDNAttID.
ERROR_DS_AUTHORIZATION_FAILED 8599 0x2197 The directory service failed to authorize the request.
ERROR_DS_INVALID_SCRIPT 8600 0x2198 The Directory Service cannot process the script because it is invalid.
ERROR_DS_REMOTE_CROSSREF_OP_FAILED 8601 0x2199 The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.
ERROR_DS_CROSS_REF_BUSY 8602 0x219a A cross reference is in use locally with the same name.
ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN 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.
ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC 8604 0x219c Writeable NCs prevent this DC from demoting.
ERROR_DS_DUPLICATE_ID_FOUND 8605 0x219d The requested object has a non-unique identifier and cannot be retrieved.
ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT 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.
ERROR_DS_GROUP_CONVERSION_ERROR 8607 0x219f The group cannot be converted due to attribute restrictions on the requested group type.
ERROR_DS_CANT_MOVE_APP_BASIC_GROUP 8608 0x21a0 Cross-domain move of non-empty basic application groups is not allowed.
ERROR_DS_CANT_MOVE_APP_QUERY_GROUP 8609 0x21a1 Cross-domain move of non-empty query based application groups is not allowed.
ERROR_DS_ROLE_NOT_VERIFIED 8610 0x21a2 The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner.
ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL 8611 0x21a3 The target container for a redirection of a well known object container cannot already be a special container.
ERROR_DS_DOMAIN_RENAME_IN_PROGRESS 8612 0x21a4 The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
ERROR_DS_EXISTING_AD_CHILD_NC 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.
ERROR_DS_REPL_LIFETIME_EXCEEDED 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.
ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER 8615 0x21a7 The requested operation is not allowed on an object under the system container.
ERROR_DS_LDAP_SEND_QUEUE_FULL 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.
ERROR_DS_DRA_OUT_SCHEDULE_WINDOW 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.
ERROR_DS_POLICY_NOT_KNOWN 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.
ERROR_NO_SITE_SETTINGS_OBJECT 8619 0x21ab The site settings object for the specified site does not exist.
ERROR_NO_SECRETS 8620 0x21ac The local account store does not contain secret material for the specified account.
ERROR_NO_WRITABLE_DC_FOUND 8621 0x21ad Could not find a writable domain controller in the domain.
ERROR_DS_NO_SERVER_OBJECT 8622 0x21ae The server object for the domain controller does not exist.
ERROR_DS_NO_NTDSA_OBJECT 8623 0x21af The NTDS Settings object for the domain controller does not exist.
ERROR_DS_NON_ASQ_SEARCH 8624 0x21b0 The requested search operation is not supported for ASQ searches.
ERROR_DS_AUDIT_FAILURE 8625 0x21b1 A required audit event could not be generated for the operation.
ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE 8626 0x21b2 The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes.
ERROR_DS_INVALID_SEARCH_FLAG_TUPLE 8627 0x21b3 The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
ERROR_DS_HIERARCHY_TABLE_TOO_DEEP 8628 0x21b4 The address books are nested too deeply. Failed to build the hierarchy table.
ERROR_DS_DRA_CORRUPT_UTD_VECTOR 8629 0x21b5 The specified up-to-date-ness vector is corrupt.
ERROR_DS_DRA_SECRETS_DENIED 8630 0x21b6 The request to replicate secrets is denied.
ERROR_DS_RESERVED_MAPI_ID 8631 0x21b7 Schema update failed: The MAPI identifier is reserved.
ERROR_DS_MAPI_ID_NOT_AVAILABLE 8632 0x21b8 Schema update failed: There are no MAPI identifiers available.
ERROR_DS_DRA_MISSING_KRBTGT_SECRET 8633 0x21b9 The replication operation failed because the required attributes of the local krbtgt object are missing.
ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST 8634 0x21ba The domain name of the trusted domain already exists in the forest.
ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST 8635 0x21bb The flat name of the trusted domain already exists in the forest.
ERROR_INVALID_USER_PRINCIPAL_NAME 8636 0x21bc The User Principal Name (UPN) is invalid.
ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS 8637 0x21bd OID mapped groups cannot have members.
ERROR_DS_OID_NOT_FOUND 8638 0x21be The specified OID cannot be found.
ERROR_DS_DRA_RECYCLED_TARGET 8639 0x21bf The replication operation failed because the target object referred by a link value is recycled.
ERROR_DS_DISALLOWED_NC_REDIRECT 8640 0x21c0 The redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller.
ERROR_DS_HIGH_ADLDS_FFL 8641 0x21c1 The functional level of the AD LDS configuration set cannot be lowered to the requested value.
ERROR_DS_HIGH_DSA_VERSION 8642 0x21c2 The functional level of the domain (or forest) cannot be lowered to the requested value.
ERROR_DS_LOW_ADLDS_FFL 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.
ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION 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.
ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED 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.
ERROR_INCORRECT_ACCOUNT_TYPE 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_SPN_VALUE_NOT_UNIQUE_IN_FOREST 8647 0x21c7 The operation failed because SPN value provided for addition/modification is not unique forest-wide.
ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST 8648 0x21c8 The operation failed because UPN value provided for addition/modification is not unique forest-wide.
ERROR_DS_MISSING_FOREST_TRUST 8649 0x21c9 The operation failed because the addition/modification referenced an inbound forest-wide trust that is not present.
ERROR_DS_VALUE_KEY_NOT_UNIQUE 8650 0x21ca The link value specified was not found, but a link value with that key was found.
DNS_ERROR_RCODE_FORMAT_ERROR 9001 0x2329 DNS server unable to interpret format.
DNS_ERROR_RCODE_SERVER_FAILURE 9002 0x232a DNS server failure.
DNS_ERROR_RCODE_NAME_ERROR 9003 0x232b DNS name does not exist.
DNS_ERROR_RCODE_NOT_IMPLEMENTED 9004 0x232c DNS request not supported by name server.
DNS_ERROR_RCODE_REFUSED 9005 0x232d DNS operation refused.
DNS_ERROR_RCODE_YXDOMAIN 9006 0x232e DNS name that ought not exist, does exist.
DNS_ERROR_RCODE_YXRRSET 9007 0x232f DNS RR set that ought not exist, does exist.
DNS_ERROR_RCODE_NXRRSET 9008 0x2330 DNS RR set that ought to exist, does not exist.
DNS_ERROR_RCODE_NOTAUTH 9009 0x2331 DNS server not authoritative for zone.
DNS_ERROR_RCODE_NOTZONE 9010 0x2332 DNS name in update or prereq is not in zone.
DNS_ERROR_RCODE_BADSIG 9016 0x2338 DNS signature failed to verify.
DNS_ERROR_RCODE_BADKEY 9017 0x2339 DNS bad key.
DNS_ERROR_RCODE_BADTIME 9018 0x233a DNS signature validity expired.
DNS_ERROR_KEYMASTER_REQUIRED 9101 0x238d Only the DNS server acting as the key master for the zone may perform this operation.
DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE 9102 0x238e This operation is not allowed on a zone that is signed or has signing keys.
DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS 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).
DNS_ERROR_UNSUPPORTED_ALGORITHM 9105 0x2391 The specified algorithm is not supported.
DNS_ERROR_INVALID_KEY_SIZE 9106 0x2392 The specified key size is not supported.
DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE 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.
DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION 9108 0x2394 The specified key storage provider does not support DPAPI++ data protection. Zone signing will not be operational until this error is resolved.
DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR 9109 0x2395 An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved.
DNS_ERROR_UNEXPECTED_CNG_ERROR 9110 0x2396 An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved.
DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION 9111 0x2397 The DNS server encountered a signing key with an unknown version. Zone signing will not be operational until this error is resolved.
DNS_ERROR_KSP_NOT_ACCESSIBLE 9112 0x2398 The specified key service provider cannot be opened by the DNS server.
DNS_ERROR_TOO_MANY_SKDS 9113 0x2399 The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone.
DNS_ERROR_INVALID_ROLLOVER_PERIOD 9114 0x239a The specified rollover period is invalid.
DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET 9115 0x239b The specified initial rollover offset is invalid.
DNS_ERROR_ROLLOVER_IN_PROGRESS 9116 0x239c The specified signing key is already in process of rolling over keys.
DNS_ERROR_STANDBY_KEY_NOT_PRESENT 9117 0x239d The specified signing key does not have a standby key to revoke.
DNS_ERROR_NOT_ALLOWED_ON_ZSK 9118 0x239e This operation is not allowed on a zone signing key (ZSK).
DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD 9119 0x239f This operation is not allowed on an active signing key.
DNS_ERROR_ROLLOVER_ALREADY_QUEUED 9120 0x23a0 The specified signing key is already queued for rollover.
DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE 9121 0x23a1 This operation is not allowed on an unsigned zone.
DNS_ERROR_BAD_KEYMASTER 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.
DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD 9123 0x23a3 The specified signature validity period is invalid.
DNS_ERROR_DNSSEC_IS_DISABLED 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.
DNS_ERROR_INVALID_XML 9126 0x23a6 This operation could not be completed because the XML stream received is empty or syntactically invalid.
DNS_ERROR_NO_VALID_TRUST_ANCHORS 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.
DNS_ERROR_ROLLOVER_NOT_POKEABLE 9128 0x23a8 The specified signing key is not waiting for parental DS update.
DNS_INFO_NO_RECORDS 9501 0x251d No records found for given DNS query.
DNS_ERROR_BAD_PACKET 9502 0x251e Bad DNS packet.
DNS_ERROR_NO_PACKET 9503 0x251f No DNS packet.
DNS_ERROR_RCODE 9504 0x2520 DNS error, check rcode.
DNS_ERROR_UNSECURE_PACKET 9505 0x2521 Unsecured DNS packet.
DNS_REQUEST_PENDING 9506 0x2522 DNS query request is pending.
DNS_ERROR_INVALID_TYPE 9551 0x254f Invalid DNS type.
DNS_ERROR_INVALID_IP_ADDRESS 9552 0x2550 Invalid IP address.
DNS_ERROR_INVALID_PROPERTY 9553 0x2551 Invalid property.
DNS_ERROR_TRY_AGAIN_LATER 9554 0x2552 Try DNS operation again later.
DNS_ERROR_NOT_UNIQUE 9555 0x2553 Record for given name and type is not unique.
DNS_ERROR_NON_RFC_NAME 9556 0x2554 DNS name does not comply with RFC specifications.
DNS_STATUS_FQDN 9557 0x2555 DNS name is a fully-qualified DNS name.
DNS_STATUS_DOTTED_NAME 9558 0x2556 DNS name is dotted (multi-label).
DNS_STATUS_SINGLE_PART_NAME 9559 0x2557 DNS name is a single-part name.
DNS_ERROR_INVALID_NAME_CHAR 9560 0x2558 DNS name contains an invalid character.
DNS_ERROR_NUMERIC_NAME 9561 0x2559 DNS name is entirely numeric.
DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER 9562 0x255a The operation requested is not permitted on a DNS root server.
DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION 9563 0x255b The record could not be created because this part of the DNS namespace has been delegated to another server.
DNS_ERROR_CANNOT_FIND_ROOT_HINTS 9564 0x255c The DNS server could not find a set of root hints.
DNS_ERROR_INCONSISTENT_ROOT_HINTS 9565 0x255d The DNS server found root hints but they were not consistent across all adapters.
DNS_ERROR_DWORD_VALUE_TOO_SMALL 9566 0x255e The specified value is too small for this parameter.
DNS_ERROR_DWORD_VALUE_TOO_LARGE 9567 0x255f The specified value is too large for this parameter.
DNS_ERROR_BACKGROUND_LOADING 9568 0x2560 This operation is not allowed while the DNS server is loading zones in the background. Please try again later.
DNS_ERROR_NOT_ALLOWED_ON_RODC 9569 0x2561 The operation requested is not permitted on against a DNS server running on a read-only DC.
DNS_ERROR_NOT_ALLOWED_UNDER_DNAME 9570 0x2562 No data is allowed to exist underneath a DNAME record.
DNS_ERROR_DELEGATION_REQUIRED 9571 0x2563 This operation requires credentials delegation.
DNS_ERROR_INVALID_POLICY_TABLE 9572 0x2564 Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator.
DNS_ERROR_ADDRESS_REQUIRED 9573 0x2565 Not allowed to remove all addresses.
DNS_ERROR_ZONE_DOES_NOT_EXIST 9601 0x2581 DNS zone does not exist.
DNS_ERROR_NO_ZONE_INFO 9602 0x2582 DNS zone information not available.
DNS_ERROR_INVALID_ZONE_OPERATION 9603 0x2583 Invalid operation for DNS zone.
DNS_ERROR_ZONE_CONFIGURATION_ERROR 9604 0x2584 Invalid DNS zone configuration.
DNS_ERROR_ZONE_HAS_NO_SOA_RECORD 9605 0x2585 DNS zone has no start of authority (SOA) record.
DNS_ERROR_ZONE_HAS_NO_NS_RECORDS 9606 0x2586 DNS zone has no Name Server (NS) record.
DNS_ERROR_ZONE_LOCKED 9607 0x2587 DNS zone is locked.
DNS_ERROR_ZONE_CREATION_FAILED 9608 0x2588 DNS zone creation failed.
DNS_ERROR_ZONE_ALREADY_EXISTS 9609 0x2589 DNS zone already exists.
DNS_ERROR_AUTOZONE_ALREADY_EXISTS 9610 0x258a DNS automatic zone already exists.
DNS_ERROR_INVALID_ZONE_TYPE 9611 0x258b Invalid DNS zone type.
DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP 9612 0x258c Secondary DNS zone requires master IP address.
DNS_ERROR_ZONE_NOT_SECONDARY 9613 0x258d DNS zone not secondary.
DNS_ERROR_NEED_SECONDARY_ADDRESSES 9614 0x258e Need secondary IP address.
DNS_ERROR_WINS_INIT_FAILED 9615 0x258f WINS initialization failed.
DNS_ERROR_NEED_WINS_SERVERS 9616 0x2590 Need WINS servers.
DNS_ERROR_NBSTAT_INIT_FAILED 9617 0x2591 NBTSTAT initialization call failed.
DNS_ERROR_SOA_DELETE_INVALID 9618 0x2592 Invalid delete of start of authority (SOA)
DNS_ERROR_FORWARDER_ALREADY_EXISTS 9619 0x2593 A conditional forwarding zone already exists for that name.
DNS_ERROR_ZONE_REQUIRES_MASTER_IP 9620 0x2594 This zone must be configured with one or more master DNS server IP addresses.
DNS_ERROR_ZONE_IS_SHUTDOWN 9621 0x2595 The operation cannot be performed because this zone is shut down.
DNS_ERROR_ZONE_LOCKED_FOR_SIGNING 9622 0x2596 This operation cannot be performed because the zone is currently being signed. Please try again later.
DNS_ERROR_PRIMARY_REQUIRES_DATAFILE 9651 0x25b3 Primary DNS zone requires datafile.
DNS_ERROR_INVALID_DATAFILE_NAME 9652 0x25b4 Invalid datafile name for DNS zone.
DNS_ERROR_DATAFILE_OPEN_FAILURE 9653 0x25b5 Failed to open datafile for DNS zone.
DNS_ERROR_FILE_WRITEBACK_FAILED 9654 0x25b6 Failed to write datafile for DNS zone.
DNS_ERROR_DATAFILE_PARSING 9655 0x25b7 Failure while reading datafile for DNS zone.
DNS_ERROR_RECORD_DOES_NOT_EXIST 9701 0x25e5 DNS record does not exist.
DNS_ERROR_RECORD_FORMAT 9702 0x25e6 DNS record format error.
DNS_ERROR_NODE_CREATION_FAILED 9703 0x25e7 Node creation failure in DNS.
DNS_ERROR_UNKNOWN_RECORD_TYPE 9704 0x25e8 Unknown DNS record type.
DNS_ERROR_RECORD_TIMED_OUT 9705 0x25e9 DNS record timed out.
DNS_ERROR_NAME_NOT_IN_ZONE 9706 0x25ea Name not in DNS zone.
DNS_ERROR_CNAME_LOOP 9707 0x25eb CNAME loop detected.
DNS_ERROR_NODE_IS_CNAME 9708 0x25ec Node is a CNAME DNS record.
DNS_ERROR_CNAME_COLLISION 9709 0x25ed A CNAME record already exists for given name.
DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT 9710 0x25ee Record only at DNS zone root.
DNS_ERROR_RECORD_ALREADY_EXISTS 9711 0x25ef DNS record already exists.
DNS_ERROR_SECONDARY_DATA 9712 0x25f0 Secondary DNS zone data error.
DNS_ERROR_NO_CREATE_CACHE_DATA 9713 0x25f1 Could not create DNS cache data.
DNS_ERROR_NAME_DOES_NOT_EXIST 9714 0x25f2 DNS name does not exist.
DNS_WARNING_PTR_CREATE_FAILED 9715 0x25f3 Could not create pointer (PTR) record.
DNS_WARNING_DOMAIN_UNDELETED 9716 0x25f4 DNS domain was undeleted.
DNS_ERROR_DS_UNAVAILABLE 9717 0x25f5 The directory service is unavailable.
DNS_ERROR_DS_ZONE_ALREADY_EXISTS 9718 0x25f6 DNS zone already exists in the directory service.
DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE 9719 0x25f7 DNS server not creating or reading the boot file for the directory service integrated DNS zone.
DNS_ERROR_NODE_IS_DNAME 9720 0x25f8 Node is a DNAME DNS record.
DNS_ERROR_DNAME_COLLISION 9721 0x25f9 A DNAME record already exists for given name.
DNS_ERROR_ALIAS_LOOP 9722 0x25fa An alias loop has been detected with either CNAME or DNAME records.
DNS_INFO_AXFR_COMPLETE 9751 0x2617 DNS AXFR (zone transfer) complete.
DNS_ERROR_AXFR 9752 0x2618 DNS zone transfer failed.
DNS_INFO_ADDED_LOCAL_WINS 9753 0x2619 Added local WINS server.
DNS_STATUS_CONTINUE_NEEDED 9801 0x2649 Secure update call needs to continue update request.
DNS_ERROR_NO_TCPIP 9851 0x267b TCP/IP network protocol not installed.
DNS_ERROR_NO_DNS_SERVERS 9852 0x267c No DNS servers configured for local system.
DNS_ERROR_DP_DOES_NOT_EXIST 9901 0x26ad The specified directory partition does not exist.
DNS_ERROR_DP_ALREADY_EXISTS 9902 0x26ae The specified directory partition already exists.
DNS_ERROR_DP_NOT_ENLISTED 9903 0x26af This DNS server is not enlisted in the specified directory partition.
DNS_ERROR_DP_ALREADY_ENLISTED 9904 0x26b0 This DNS server is already enlisted in the specified directory partition.
DNS_ERROR_DP_NOT_AVAILABLE 9905 0x26b1 The directory partition is not available at this time. Please wait a few minutes and try again.
DNS_ERROR_DP_FSMO_ERROR 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.
DNS_ERROR_RRL_NOT_ENABLED 9911 0x26b7 The RRL is not enabled.
DNS_ERROR_RRL_INVALID_WINDOW_SIZE 9912 0x26b8 The window size parameter is invalid. It should be greater than or equal to 1.
DNS_ERROR_RRL_INVALID_TC_RATE 9915 0x26bb The TC Rate parameter is invalid. It should be less than 10.
DNS_ERROR_RRL_INVALID_LEAK_RATE 9916 0x26bc The Leak Rate parameter is invalid. It should be either 0, or between 2 and 10.
DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE 9917 0x26bd The Leak Rate or TC Rate parameter is invalid. Leak Rate should be greater than TC Rate.
DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS 9921 0x26c1 The virtualization instance already exists.
DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST 9922 0x26c2 The virtualization instance does not exist.
DNS_ERROR_VIRTUALIZATION_TREE_LOCKED 9923 0x26c3 The virtualization tree is locked.
DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME 9924 0x26c4 Invalid virtualization instance name.
DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE 9925 0x26c5 The default virtualization instance cannot be added, removed or modified.
DNS_ERROR_ZONESCOPE_ALREADY_EXISTS 9951 0x26df The scope already exists for the zone.
DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST 9952 0x26e0 The scope does not exist for the zone.
DNS_ERROR_DEFAULT_ZONESCOPE 9953 0x26e1 The scope is the same as the default zone scope.
DNS_ERROR_INVALID_ZONESCOPE_NAME 9954 0x26e2 The scope name contains invalid characters.
DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES 9955 0x26e3 Operation not allowed when the zone has scopes.
DNS_ERROR_LOAD_ZONESCOPE_FAILED 9956 0x26e4 Failed to load zone scope.
DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED 9957 0x26e5 Failed to write data file for DNS zone scope. Please verify the file exists and is writable.
DNS_ERROR_INVALID_SCOPE_NAME 9958 0x26e6 The scope name contains invalid characters.
DNS_ERROR_SCOPE_DOES_NOT_EXIST 9959 0x26e7 The scope does not exist.
DNS_ERROR_DEFAULT_SCOPE 9960 0x26e8 The scope is the same as the default scope.
DNS_ERROR_INVALID_SCOPE_OPERATION 9961 0x26e9 The operation is invalid on the scope.
DNS_ERROR_SCOPE_LOCKED 9962 0x26ea The scope is locked.
DNS_ERROR_SCOPE_ALREADY_EXISTS 9963 0x26eb The scope already exists.
DNS_ERROR_POLICY_ALREADY_EXISTS 9971 0x26f3 A policy with the same name already exists on this level (server level or zone level) on the DNS server.
DNS_ERROR_POLICY_DOES_NOT_EXIST 9972 0x26f4 No policy with this name exists on this level (server level or zone level) on the DNS server.
DNS_ERROR_POLICY_INVALID_CRITERIA 9973 0x26f5 The criteria provided in the policy are invalid.
DNS_ERROR_POLICY_INVALID_SETTINGS 9974 0x26f6 At least one of the settings of this policy is invalid.
DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED 9975 0x26f7 The client subnet cannot be deleted while it is being accessed by a policy.
DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST 9976 0x26f8 The client subnet does not exist on the DNS server.
DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS 9977 0x26f9 A client subnet with this name already exists on the DNS server.
DNS_ERROR_SUBNET_DOES_NOT_EXIST 9978 0x26fa The IP subnet specified does not exist in the client subnet.
DNS_ERROR_SUBNET_ALREADY_EXISTS 9979 0x26fb The IP subnet that is being added, already exists in the client subnet.
DNS_ERROR_POLICY_LOCKED 9980 0x26fc The policy is locked.
DNS_ERROR_POLICY_INVALID_WEIGHT 9981 0x26fd The weight of the scope in the policy is invalid.
DNS_ERROR_POLICY_INVALID_NAME 9982 0x26fe The DNS policy name is invalid.
DNS_ERROR_POLICY_MISSING_CRITERIA 9983 0x26ff The policy is missing criteria.
DNS_ERROR_INVALID_CLIENT_SUBNET_NAME 9984 0x2700 The name of the the client subnet record is invalid.
DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID 9985 0x2701 Invalid policy processing order.
DNS_ERROR_POLICY_SCOPE_MISSING 9986 0x2702 The scope information has not been provided for a policy that requires it.
DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED 9987 0x2703 The scope information has been provided for a policy that does not require it.
DNS_ERROR_SERVERSCOPE_IS_REFERENCED 9988 0x2704 The server scope cannot be deleted because it is referenced by a DNS Policy.
DNS_ERROR_ZONESCOPE_IS_REFERENCED 9989 0x2705 The zone scope cannot be deleted because it is referenced by a DNS Policy.
DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET 9990 0x2706 The criterion client subnet provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL 9991 0x2707 The criterion transport protocol provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL 9992 0x2708 The criterion network protocol provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE 9993 0x2709 The criterion interface provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN 9994 0x270a The criterion FQDN provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE 9995 0x270b The criterion query type provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY 9996 0x270c The criterion time of day provided in the policy is invalid.
WSAEINTR 10004 0x2714 A blocking operation was interrupted by a call to WSACancelBlockingCall.
WSAEBADF 10009 0x2719 The file handle supplied is not valid.
WSAEACCES 10013 0x271d An attempt was made to access a socket in a way forbidden by its access permissions.
WSAEFAULT 10014 0x271e The system detected an invalid pointer address in attempting to use a pointer argument in a call.
WSAEINVAL 10022 0x2726 An invalid argument was supplied.
WSAEMFILE 10024 0x2728 Too many open sockets.
WSAEWOULDBLOCK 10035 0x2733 A non-blocking socket operation could not be completed immediately.
WSAEINPROGRESS 10036 0x2734 A blocking operation is currently executing.
WSAEALREADY 10037 0x2735 An operation was attempted on a non-blocking socket that already had an operation in progress.
WSAENOTSOCK 10038 0x2736 An operation was attempted on something that is not a socket.
WSAEDESTADDRREQ 10039 0x2737 A required address was omitted from an operation on a socket.
WSAEMSGSIZE 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.
WSAEPROTOTYPE 10041 0x2739 A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
WSAENOPROTOOPT 10042 0x273a An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
WSAEPROTONOSUPPORT 10043 0x273b The requested protocol has not been configured into the system, or no implementation for it exists.
WSAESOCKTNOSUPPORT 10044 0x273c The support for the specified socket type does not exist in this address family.
WSAEOPNOTSUPP 10045 0x273d The attempted operation is not supported for the type of object referenced.
WSAEPFNOSUPPORT 10046 0x273e The protocol family has not been configured into the system or no implementation for it exists.
WSAEAFNOSUPPORT 10047 0x273f An address incompatible with the requested protocol was used.
WSAEADDRINUSE 10048 0x2740 Only one usage of each socket address (protocol/network address/port) is normally permitted.
WSAEADDRNOTAVAIL 10049 0x2741 The requested address is not valid in its context.
WSAENETDOWN 10050 0x2742 A socket operation encountered a dead network.
WSAENETUNREACH 10051 0x2743 A socket operation was attempted to an unreachable network.
WSAENETRESET 10052 0x2744 The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
WSAECONNABORTED 10053 0x2745 An established connection was aborted by the software in your host machine.
WSAECONNRESET 10054 0x2746 An existing connection was forcibly closed by the remote host.
WSAENOBUFS 10055 0x2747 An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
WSAEISCONN 10056 0x2748 A connect request was made on an already connected socket.
WSAENOTCONN 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.
WSAESHUTDOWN 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.
WSAETOOMANYREFS 10059 0x274b Too many references to some kernel object.
WSAETIMEDOUT 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.
WSAECONNREFUSED 10061 0x274d No connection could be made because the target machine actively refused it.
WSAELOOP 10062 0x274e Cannot translate name.
WSAENAMETOOLONG 10063 0x274f Name component or name was too long.
WSAEHOSTDOWN 10064 0x2750 A socket operation failed because the destination host was down.
WSAEHOSTUNREACH 10065 0x2751 A socket operation was attempted to an unreachable host.
WSAENOTEMPTY 10066 0x2752 Cannot remove a directory that is not empty.
WSAEPROCLIM 10067 0x2753 A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
WSAEUSERS 10068 0x2754 Ran out of quota.
WSAEDQUOT 10069 0x2755 Ran out of disk quota.
WSAESTALE 10070 0x2756 File handle reference is no longer available.
WSAEREMOTE 10071 0x2757 Item is not available locally.
WSASYSNOTREADY 10091 0x276b WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
WSAVERNOTSUPPORTED 10092 0x276c The Windows Sockets version requested is not supported.
WSANOTINITIALISED 10093 0x276d Either the application has not called WSAStartup, or WSAStartup failed.
WSAEDISCON 10101 0x2775 Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
WSAENOMORE 10102 0x2776 No more results can be returned by WSALookupServiceNext.
WSAECANCELLED 10103 0x2777 A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
WSAEINVALIDPROCTABLE 10104 0x2778 The procedure call table is invalid.
WSAEINVALIDPROVIDER 10105 0x2779 The requested service provider is invalid.
WSAEPROVIDERFAILEDINIT 10106 0x277a The requested service provider could not be loaded or initialized.
WSASYSCALLFAILURE 10107 0x277b A system call has failed.
WSASERVICE_NOT_FOUND 10108 0x277c No such service is known. The service cannot be found in the specified name space.
WSATYPE_NOT_FOUND 10109 0x277d The specified class was not found.
WSA_E_NO_MORE 10110 0x277e No more results can be returned by WSALookupServiceNext.
WSA_E_CANCELLED 10111 0x277f A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
WSAEREFUSED 10112 0x2780 A database query failed because it was actively refused.
WSAHOST_NOT_FOUND 11001 0x2af9 No such host is known.
WSATRY_AGAIN 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.
WSANO_RECOVERY 11003 0x2afb A non-recoverable error occurred during a database lookup.
WSANO_DATA 11004 0x2afc The requested name is valid, but no data of the requested type was found.
WSA_QOS_RECEIVERS 11005 0x2afd At least one reserve has arrived.
WSA_QOS_SENDERS 11006 0x2afe At least one path has arrived.
WSA_QOS_NO_SENDERS 11007 0x2aff There are no senders.
WSA_QOS_NO_RECEIVERS 11008 0x2b00 There are no receivers.
WSA_QOS_REQUEST_CONFIRMED 11009 0x2b01 Reserve has been confirmed.
WSA_QOS_ADMISSION_FAILURE 11010 0x2b02 Error due to lack of resources.
WSA_QOS_POLICY_FAILURE 11011 0x2b03 Rejected for administrative reasons - bad credentials.
WSA_QOS_BAD_STYLE 11012 0x2b04 Unknown or conflicting style.
WSA_QOS_BAD_OBJECT 11013 0x2b05 Problem with some part of the filterspec or providerspecific buffer in general.
WSA_QOS_TRAFFIC_CTRL_ERROR 11014 0x2b06 Problem with some part of the flowspec.
WSA_QOS_GENERIC_ERROR 11015 0x2b07 General QOS error.
WSA_QOS_ESERVICETYPE 11016 0x2b08 An invalid or unrecognized service type was found in the flowspec.
WSA_QOS_EFLOWSPEC 11017 0x2b09 An invalid or inconsistent flowspec was found in the QOS structure.
WSA_QOS_EPROVSPECBUF 11018 0x2b0a Invalid QOS provider-specific buffer.
WSA_QOS_EFILTERSTYLE 11019 0x2b0b An invalid QOS filter style was used.
WSA_QOS_EFILTERTYPE 11020 0x2b0c An invalid QOS filter type was used.
WSA_QOS_EFILTERCOUNT 11021 0x2b0d An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
WSA_QOS_EOBJLENGTH 11022 0x2b0e An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
WSA_QOS_EFLOWCOUNT 11023 0x2b0f An incorrect number of flow descriptors was specified in the QOS structure.
WSA_QOS_EUNKOWNPSOBJ 11024 0x2b10 An unrecognized object was found in the QOS provider-specific buffer.
WSA_QOS_EPOLICYOBJ 11025 0x2b11 An invalid policy object was found in the QOS provider-specific buffer.
WSA_QOS_EFLOWDESC 11026 0x2b12 An invalid QOS flow descriptor was found in the flow descriptor list.
WSA_QOS_EPSFLOWSPEC 11027 0x2b13 An invalid or inconsistent flowspec was found in the QOS provider specific buffer.
WSA_QOS_EPSFILTERSPEC 11028 0x2b14 An invalid FILTERSPEC was found in the QOS provider-specific buffer.
WSA_QOS_ESDMODEOBJ 11029 0x2b15 An invalid shape discard mode object was found in the QOS provider specific buffer.
WSA_QOS_ESHAPERATEOBJ 11030 0x2b16 An invalid shaping rate object was found in the QOS provider-specific buffer.
WSA_QOS_RESERVED_PETYPE 11031 0x2b17 A reserved policy element was found in the QOS provider-specific buffer.
WSA_SECURE_HOST_NOT_FOUND 11032 0x2b18 No such host is known securely.
WSA_IPSEC_NAME_POLICY_ERROR 11033 0x2b19 Name based IPSEC policy could not be added.
ERROR_IPSEC_QM_POLICY_EXISTS 13000 0x32c8 The specified quick mode policy already exists.
ERROR_IPSEC_QM_POLICY_NOT_FOUND 13001 0x32c9 The specified quick mode policy was not found.
ERROR_IPSEC_QM_POLICY_IN_USE 13002 0x32ca The specified quick mode policy is being used.
ERROR_IPSEC_MM_POLICY_EXISTS 13003 0x32cb The specified main mode policy already exists.
ERROR_IPSEC_MM_POLICY_NOT_FOUND 13004 0x32cc The specified main mode policy was not found
ERROR_IPSEC_MM_POLICY_IN_USE 13005 0x32cd The specified main mode policy is being used.
ERROR_IPSEC_MM_FILTER_EXISTS 13006 0x32ce The specified main mode filter already exists.
ERROR_IPSEC_MM_FILTER_NOT_FOUND 13007 0x32cf The specified main mode filter was not found.
ERROR_IPSEC_TRANSPORT_FILTER_EXISTS 13008 0x32d0 The specified transport mode filter already exists.
ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND 13009 0x32d1 The specified transport mode filter does not exist.
ERROR_IPSEC_MM_AUTH_EXISTS 13010 0x32d2 The specified main mode authentication list exists.
ERROR_IPSEC_MM_AUTH_NOT_FOUND 13011 0x32d3 The specified main mode authentication list was not found.
ERROR_IPSEC_MM_AUTH_IN_USE 13012 0x32d4 The specified main mode authentication list is being used.
ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND 13013 0x32d5 The specified default main mode policy was not found.
ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND 13014 0x32d6 The specified default main mode authentication list was not found.
ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND 13015 0x32d7 The specified default quick mode policy was not found.
ERROR_IPSEC_TUNNEL_FILTER_EXISTS 13016 0x32d8 The specified tunnel mode filter exists.
ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND 13017 0x32d9 The specified tunnel mode filter was not found.
ERROR_IPSEC_MM_FILTER_PENDING_DELETION 13018 0x32da The Main Mode filter is pending deletion.
ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION 13019 0x32db The transport filter is pending deletion.
ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION 13020 0x32dc The tunnel filter is pending deletion.
ERROR_IPSEC_MM_POLICY_PENDING_DELETION 13021 0x32dd The Main Mode policy is pending deletion.
ERROR_IPSEC_MM_AUTH_PENDING_DELETION 13022 0x32de The Main Mode authentication bundle is pending deletion.
ERROR_IPSEC_QM_POLICY_PENDING_DELETION 13023 0x32df The Quick Mode policy is pending deletion.
WARNING_IPSEC_MM_POLICY_PRUNED 13024 0x32e0 The Main Mode policy was successfully added, but some of the requested offers are not supported.
WARNING_IPSEC_QM_POLICY_PRUNED 13025 0x32e1 The Quick Mode policy was successfully added, but some of the requested offers are not supported.
ERROR_IPSEC_IKE_NEG_STATUS_BEGIN 13800 0x35e8 ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
ERROR_IPSEC_IKE_AUTH_FAIL 13801 0x35e9 IKE authentication credentials are unacceptable
ERROR_IPSEC_IKE_ATTRIB_FAIL 13802 0x35ea IKE security attributes are unacceptable
ERROR_IPSEC_IKE_NEGOTIATION_PENDING 13803 0x35eb IKE Negotiation in progress
ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR 13804 0x35ec General processing error
ERROR_IPSEC_IKE_TIMED_OUT 13805 0x35ed Negotiation timed out
ERROR_IPSEC_IKE_NO_CERT 13806 0x35ee IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store.
ERROR_IPSEC_IKE_SA_DELETED 13807 0x35ef IKE SA deleted by peer before establishment completed
ERROR_IPSEC_IKE_SA_REAPED 13808 0x35f0 IKE SA deleted before establishment completed
ERROR_IPSEC_IKE_MM_ACQUIRE_DROP 13809 0x35f1 Negotiation request sat in Queue too long
ERROR_IPSEC_IKE_QM_ACQUIRE_DROP 13810 0x35f2 Negotiation request sat in Queue too long
ERROR_IPSEC_IKE_QUEUE_DROP_MM 13811 0x35f3 Negotiation request sat in Queue too long
ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM 13812 0x35f4 Negotiation request sat in Queue too long
ERROR_IPSEC_IKE_DROP_NO_RESPONSE 13813 0x35f5 No response from peer
ERROR_IPSEC_IKE_MM_DELAY_DROP 13814 0x35f6 Negotiation took too long
ERROR_IPSEC_IKE_QM_DELAY_DROP 13815 0x35f7 Negotiation took too long
ERROR_IPSEC_IKE_ERROR 13816 0x35f8 Unknown error occurred
ERROR_IPSEC_IKE_CRL_FAILED 13817 0x35f9 Certificate Revocation Check failed
ERROR_IPSEC_IKE_INVALID_KEY_USAGE 13818 0x35fa Invalid certificate key usage
ERROR_IPSEC_IKE_INVALID_CERT_TYPE 13819 0x35fb Invalid certificate type
ERROR_IPSEC_IKE_NO_PRIVATE_KEY 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.
ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY 13821 0x35fd Simultaneous rekeys were detected.
ERROR_IPSEC_IKE_DH_FAIL 13822 0x35fe Failure in Diffie-Hellman computation
ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED 13823 0x35ff Don't know how to process critical payload
ERROR_IPSEC_IKE_INVALID_HEADER 13824 0x3600 Invalid header
ERROR_IPSEC_IKE_NO_POLICY 13825 0x3601 No policy configured
ERROR_IPSEC_IKE_INVALID_SIGNATURE 13826 0x3602 Failed to verify signature
ERROR_IPSEC_IKE_KERBEROS_ERROR 13827 0x3603 Failed to authenticate using Kerberos
ERROR_IPSEC_IKE_NO_PUBLIC_KEY 13828 0x3604 Peer's certificate did not have a public key
ERROR_IPSEC_IKE_PROCESS_ERR 13829 0x3605 Error processing error payload
ERROR_IPSEC_IKE_PROCESS_ERR_SA 13830 0x3606 Error processing SA payload
ERROR_IPSEC_IKE_PROCESS_ERR_PROP 13831 0x3607 Error processing Proposal payload
ERROR_IPSEC_IKE_PROCESS_ERR_TRANS 13832 0x3608 Error processing Transform payload
ERROR_IPSEC_IKE_PROCESS_ERR_KE 13833 0x3609 Error processing KE payload
ERROR_IPSEC_IKE_PROCESS_ERR_ID 13834 0x360a Error processing ID payload
ERROR_IPSEC_IKE_PROCESS_ERR_CERT 13835 0x360b Error processing Cert payload
ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ 13836 0x360c Error processing Certificate Request payload
ERROR_IPSEC_IKE_PROCESS_ERR_HASH 13837 0x360d Error processing Hash payload
ERROR_IPSEC_IKE_PROCESS_ERR_SIG 13838 0x360e Error processing Signature payload
ERROR_IPSEC_IKE_PROCESS_ERR_NONCE 13839 0x360f Error processing Nonce payload
ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY 13840 0x3610 Error processing Notify payload
ERROR_IPSEC_IKE_PROCESS_ERR_DELETE 13841 0x3611 Error processing Delete Payload
ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR 13842 0x3612 Error processing VendorId payload
ERROR_IPSEC_IKE_INVALID_PAYLOAD 13843 0x3613 Invalid payload received
ERROR_IPSEC_IKE_LOAD_SOFT_SA 13844 0x3614 Soft SA loaded
ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN 13845 0x3615 Soft SA torn down
ERROR_IPSEC_IKE_INVALID_COOKIE 13846 0x3616 Invalid cookie received.
ERROR_IPSEC_IKE_NO_PEER_CERT 13847 0x3617 Peer failed to send valid machine certificate
ERROR_IPSEC_IKE_PEER_CRL_FAILED 13848 0x3618 Certification Revocation check of peer's certificate failed
ERROR_IPSEC_IKE_POLICY_CHANGE 13849 0x3619 New policy invalidated SAs formed with old policy
ERROR_IPSEC_IKE_NO_MM_POLICY 13850 0x361a There is no available Main Mode IKE policy.
ERROR_IPSEC_IKE_NOTCBPRIV 13851 0x361b Failed to enabled TCB privilege.
ERROR_IPSEC_IKE_SECLOADFAIL 13852 0x361c Failed to load SECURITY.DLL.
ERROR_IPSEC_IKE_FAILSSPINIT 13853 0x361d Failed to obtain security function table dispatch address from SSPI.
ERROR_IPSEC_IKE_FAILQUERYSSP 13854 0x361e Failed to query Kerberos package to obtain max token size.
ERROR_IPSEC_IKE_SRVACQFAIL 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.
ERROR_IPSEC_IKE_SRVQUERYCRED 13856 0x3620 Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
ERROR_IPSEC_IKE_GETSPIFAIL 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.
ERROR_IPSEC_IKE_INVALID_FILTER 13858 0x3622 Given filter is invalid
ERROR_IPSEC_IKE_OUT_OF_MEMORY 13859 0x3623 Memory allocation failed.
ERROR_IPSEC_IKE_ADD_UPDATE_KEY_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.
ERROR_IPSEC_IKE_INVALID_POLICY 13861 0x3625 Invalid policy
ERROR_IPSEC_IKE_UNKNOWN_DOI 13862 0x3626 Invalid DOI
ERROR_IPSEC_IKE_INVALID_SITUATION 13863 0x3627 Invalid situation
ERROR_IPSEC_IKE_DH_FAILURE 13864 0x3628 Diffie-Hellman failure
ERROR_IPSEC_IKE_INVALID_GROUP 13865 0x3629 Invalid Diffie-Hellman group
ERROR_IPSEC_IKE_ENCRYPT 13866 0x362a Error encrypting payload
ERROR_IPSEC_IKE_DECRYPT 13867 0x362b Error decrypting payload
ERROR_IPSEC_IKE_POLICY_MATCH 13868 0x362c Policy match error
ERROR_IPSEC_IKE_UNSUPPORTED_ID 13869 0x362d Unsupported ID
ERROR_IPSEC_IKE_INVALID_HASH 13870 0x362e Hash verification failed
ERROR_IPSEC_IKE_INVALID_HASH_ALG 13871 0x362f Invalid hash algorithm
ERROR_IPSEC_IKE_INVALID_HASH_SIZE 13872 0x3630 Invalid hash size
ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG 13873 0x3631 Invalid encryption algorithm
ERROR_IPSEC_IKE_INVALID_AUTH_ALG 13874 0x3632 Invalid authentication algorithm
ERROR_IPSEC_IKE_INVALID_SIG 13875 0x3633 Invalid certificate signature
ERROR_IPSEC_IKE_LOAD_FAILED 13876 0x3634 Load failed
ERROR_IPSEC_IKE_RPC_DELETE 13877 0x3635 Deleted via RPC call
ERROR_IPSEC_IKE_BENIGN_REINIT 13878 0x3636 Temporary state created to perform reinitialization. This is not a real failure.
ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY 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.
ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION 13880 0x3638 The recipient cannot handle version of IKE specified in the header.
ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN 13881 0x3639 Key length in certificate is too small for configured security requirements.
ERROR_IPSEC_IKE_MM_LIMIT 13882 0x363a Max number of established MM SAs to peer exceeded.
ERROR_IPSEC_IKE_NEGOTIATION_DISABLED 13883 0x363b IKE received a policy that disables negotiation.
ERROR_IPSEC_IKE_QM_LIMIT 13884 0x363c Reached maximum quick mode limit for the main mode. New main mode will be started.
ERROR_IPSEC_IKE_MM_EXPIRED 13885 0x363d Main mode SA lifetime expired or peer sent a main mode delete.
ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID 13886 0x363e Main mode SA assumed to be invalid because peer stopped responding.
ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH 13887 0x363f Certificate doesn't chain to a trusted root in IPsec policy.
ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID 13888 0x3640 Received unexpected message ID.
ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD 13889 0x3641 Received invalid authentication offers.
ERROR_IPSEC_IKE_DOS_COOKIE_SENT 13890 0x3642 Sent DoS cookie notify to initiator.
ERROR_IPSEC_IKE_SHUTTING_DOWN 13891 0x3643 IKE service is shutting down.
ERROR_IPSEC_IKE_CGA_AUTH_FAILED 13892 0x3644 Could not verify binding between CGA address and certificate.
ERROR_IPSEC_IKE_PROCESS_ERR_NATOA 13893 0x3645 Error processing NatOA payload.
ERROR_IPSEC_IKE_INVALID_MM_FOR_QM 13894 0x3646 Parameters of the main mode are invalid for this quick mode.
ERROR_IPSEC_IKE_QM_EXPIRED 13895 0x3647 Quick mode SA was expired by IPsec driver.
ERROR_IPSEC_IKE_TOO_MANY_FILTERS 13896 0x3648 Too many dynamically added IKEEXT filters were detected.
ERROR_IPSEC_IKE_NEG_STATUS_END 13897 0x3649 ERROR_IPSEC_IKE_NEG_STATUS_END
ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL 13898 0x364a NAP reauth succeeded and must delete the dummy NAP IKEv2 tunnel.
ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE 13899 0x364b Error in assigning inner IP address to initiator in tunnel mode.
ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING 13900 0x364c Require configuration payload missing.
ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING 13901 0x364d A negotiation running as the security principle who issued the connection is in progress
ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS 13902 0x364e SA was deleted due to IKEv1/AuthIP co-existence suppress check.
ERROR_IPSEC_IKE_RATELIMIT_DROP 13903 0x364f Incoming SA request was dropped due to peer IP address rate limiting.
ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE 13904 0x3650 Peer does not support MOBIKE.
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE 13905 0x3651 SA establishment is not authorized.
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE 13906 0x3652 SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential.
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY 13907 0x3653 SA establishment is not authorized. You may need to enter updated or different credentials such as a smartcard.
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE 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.
ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END 13909 0x3655 ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
ERROR_IPSEC_BAD_SPI 13910 0x3656 The SPI in the packet does not match a valid IPsec SA.
ERROR_IPSEC_SA_LIFETIME_EXPIRED 13911 0x3657 Packet was received on an IPsec SA whose lifetime has expired.
ERROR_IPSEC_WRONG_SA 13912 0x3658 Packet was received on an IPsec SA that does not match the packet characteristics.
ERROR_IPSEC_REPLAY_CHECK_FAILED 13913 0x3659 Packet sequence number replay check failed.
ERROR_IPSEC_INVALID_PACKET 13914 0x365a IPsec header and/or trailer in the packet is invalid.
ERROR_IPSEC_INTEGRITY_CHECK_FAILED 13915 0x365b IPsec integrity check failed.
ERROR_IPSEC_CLEAR_TEXT_DROP 13916 0x365c IPsec dropped a clear text packet.
ERROR_IPSEC_AUTH_FIREWALL_DROP 13917 0x365d IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.
ERROR_IPSEC_THROTTLE_DROP 13918 0x365e IPsec dropped a packet due to DoS throttling.
ERROR_IPSEC_DOSP_BLOCK 13925 0x3665 IPsec DoS Protection matched an explicit block rule.
ERROR_IPSEC_DOSP_RECEIVED_MULTICAST 13926 0x3666 IPsec DoS Protection received an IPsec specific multicast packet which is not allowed.
ERROR_IPSEC_DOSP_INVALID_PACKET 13927 0x3667 IPsec DoS Protection received an incorrectly formatted packet.
ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED 13928 0x3668 IPsec DoS Protection failed to look up state.
ERROR_IPSEC_DOSP_MAX_ENTRIES 13929 0x3669 IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached.
ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED 13930 0x366a IPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.
ERROR_IPSEC_DOSP_NOT_INSTALLED 13931 0x366b IPsec DoS Protection has not been enabled.
ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES 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.
ERROR_SXS_SECTION_NOT_FOUND 14000 0x36b0 The requested section was not present in the activation context.
ERROR_SXS_CANT_GEN_ACTCTX 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.
ERROR_SXS_INVALID_ACTCTXDATA_FORMAT 14002 0x36b2 The application binding data format is invalid.
ERROR_SXS_ASSEMBLY_NOT_FOUND 14003 0x36b3 The referenced assembly is not installed on your system.
ERROR_SXS_MANIFEST_FORMAT_ERROR 14004 0x36b4 The manifest file does not begin with the required tag and format information.
ERROR_SXS_MANIFEST_PARSE_ERROR 14005 0x36b5 The manifest file contains one or more syntax errors.
ERROR_SXS_ACTIVATION_CONTEXT_DISABLED 14006 0x36b6 The application attempted to activate a disabled activation context.
ERROR_SXS_KEY_NOT_FOUND 14007 0x36b7 The requested lookup key was not found in any active activation context.
ERROR_SXS_VERSION_CONFLICT 14008 0x36b8 A component version required by the application conflicts with another component version already active.
ERROR_SXS_WRONG_SECTION_TYPE 14009 0x36b9 The type requested activation context section does not match the query API used.
ERROR_SXS_THREAD_QUERIES_DISABLED 14010 0x36ba Lack of system resources has required isolated activation to be disabled for the current thread of execution.
ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET 14011 0x36bb An attempt to set the process default activation context failed because the process default activation context was already set.
ERROR_SXS_UNKNOWN_ENCODING_GROUP 14012 0x36bc The encoding group identifier specified is not recognized.
ERROR_SXS_UNKNOWN_ENCODING 14013 0x36bd The encoding requested is not recognized.
ERROR_SXS_INVALID_XML_NAMESPACE_URI 14014 0x36be The manifest contains a reference to an invalid URI.
ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED 14015 0x36bf The application manifest contains a reference to a dependent assembly which is not installed
ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED 14016 0x36c0 The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE 14017 0x36c1 The manifest contains an attribute for the assembly identity which is not valid.
ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE 14018 0x36c2 The manifest is missing the required default namespace specification on the assembly element.
ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE 14019 0x36c3 The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1".
ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT 14020 0x36c4 The private manifest probed has crossed a path with an unsupported reparse point.
ERROR_SXS_DUPLICATE_DLL_NAME 14021 0x36c5 Two or more components referenced directly or indirectly by the application manifest have files by the same name.
ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME 14022 0x36c6 Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
ERROR_SXS_DUPLICATE_CLSID 14023 0x36c7 Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
ERROR_SXS_DUPLICATE_IID 14024 0x36c8 Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
ERROR_SXS_DUPLICATE_TLBID 14025 0x36c9 Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
ERROR_SXS_DUPLICATE_PROGID 14026 0x36ca Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
ERROR_SXS_DUPLICATE_ASSEMBLY_NAME 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.
ERROR_SXS_FILE_HASH_MISMATCH 14028 0x36cc A component's file does not match the verification information present in the component manifest.
ERROR_SXS_POLICY_PARSE_ERROR 14029 0x36cd The policy manifest contains one or more syntax errors.
ERROR_SXS_XML_E_MISSINGQUOTE 14030 0x36ce Manifest Parse Error : A string literal was expected, but no opening quote character was found.
ERROR_SXS_XML_E_COMMENTSYNTAX 14031 0x36cf Manifest Parse Error : Incorrect syntax was used in a comment.
ERROR_SXS_XML_E_BADSTARTNAMECHAR 14032 0x36d0 Manifest Parse Error : A name was started with an invalid character.
ERROR_SXS_XML_E_BADNAMECHAR 14033 0x36d1 Manifest Parse Error : A name contained an invalid character.
ERROR_SXS_XML_E_BADCHARINSTRING 14034 0x36d2 Manifest Parse Error : A string literal contained an invalid character.
ERROR_SXS_XML_E_XMLDECLSYNTAX 14035 0x36d3 Manifest Parse Error : Invalid syntax for an xml declaration.
ERROR_SXS_XML_E_BADCHARDATA 14036 0x36d4 Manifest Parse Error : An Invalid character was found in text content.
ERROR_SXS_XML_E_MISSINGWHITESPACE 14037 0x36d5 Manifest Parse Error : Required white space was missing.
ERROR_SXS_XML_E_EXPECTINGTAGEND 14038 0x36d6 Manifest Parse Error : The character '>' was expected.
ERROR_SXS_XML_E_MISSINGSEMICOLON 14039 0x36d7 Manifest Parse Error : A semi colon character was expected.
ERROR_SXS_XML_E_UNBALANCEDPAREN 14040 0x36d8 Manifest Parse Error : Unbalanced parentheses.
ERROR_SXS_XML_E_INTERNALERROR 14041 0x36d9 Manifest Parse Error : Internal error.
ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE 14042 0x36da Manifest Parse Error : Whitespace is not allowed at this location.
ERROR_SXS_XML_E_INCOMPLETE_ENCODING 14043 0x36db Manifest Parse Error : End of file reached in invalid state for current encoding.
ERROR_SXS_XML_E_MISSING_PAREN 14044 0x36dc Manifest Parse Error : Missing parenthesis.
ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE 14045 0x36dd Manifest Parse Error : A single or double closing quote character (' or ") is missing.
ERROR_SXS_XML_E_MULTIPLE_COLONS 14046 0x36de Manifest Parse Error : Multiple colons are not allowed in a name.
ERROR_SXS_XML_E_INVALID_DECIMAL 14047 0x36df Manifest Parse Error : Invalid character for decimal digit.
ERROR_SXS_XML_E_INVALID_HEXIDECIMAL 14048 0x36e0 Manifest Parse Error : Invalid character for hexadecimal digit.
ERROR_SXS_XML_E_INVALID_UNICODE 14049 0x36e1 Manifest Parse Error : Invalid unicode character value for this platform.
ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK 14050 0x36e2 Manifest Parse Error : Expecting whitespace or '?'.
ERROR_SXS_XML_E_UNEXPECTEDENDTAG 14051 0x36e3 Manifest Parse Error : End tag was not expected at this location.
ERROR_SXS_XML_E_UNCLOSEDTAG 14052 0x36e4 Manifest Parse Error : The following tags were not closed: %1.
ERROR_SXS_XML_E_DUPLICATEATTRIBUTE 14053 0x36e5 Manifest Parse Error : Duplicate attribute.
ERROR_SXS_XML_E_MULTIPLEROOTS 14054 0x36e6 Manifest Parse Error : Only one top level element is allowed in an XML document.
ERROR_SXS_XML_E_INVALIDATROOTLEVEL 14055 0x36e7 Manifest Parse Error : Invalid at the top level of the document.
ERROR_SXS_XML_E_BADXMLDECL 14056 0x36e8 Manifest Parse Error : Invalid xml declaration.
ERROR_SXS_XML_E_MISSINGROOT 14057 0x36e9 Manifest Parse Error : XML document must have a top level element.
ERROR_SXS_XML_E_UNEXPECTEDEOF 14058 0x36ea Manifest Parse Error : Unexpected end of file.
ERROR_SXS_XML_E_BADPEREFINSUBSET 14059 0x36eb Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
ERROR_SXS_XML_E_UNCLOSEDSTARTTAG 14060 0x36ec Manifest Parse Error : Element was not closed.
ERROR_SXS_XML_E_UNCLOSEDENDTAG 14061 0x36ed Manifest Parse Error : End element was missing the character '>'.
ERROR_SXS_XML_E_UNCLOSEDSTRING 14062 0x36ee Manifest Parse Error : A string literal was not closed.
ERROR_SXS_XML_E_UNCLOSEDCOMMENT 14063 0x36ef Manifest Parse Error : A comment was not closed.
ERROR_SXS_XML_E_UNCLOSEDDECL 14064 0x36f0 Manifest Parse Error : A declaration was not closed.
ERROR_SXS_XML_E_UNCLOSEDCDATA 14065 0x36f1 Manifest Parse Error : A CDATA section was not closed.
ERROR_SXS_XML_E_RESERVEDNAMESPACE 14066 0x36f2 Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".
ERROR_SXS_XML_E_INVALIDENCODING 14067 0x36f3 Manifest Parse Error : System does not support the specified encoding.
ERROR_SXS_XML_E_INVALIDSWITCH 14068 0x36f4 Manifest Parse Error : Switch from current encoding to specified encoding not supported.
ERROR_SXS_XML_E_BADXMLCASE 14069 0x36f5 Manifest Parse Error : The name 'xml' is reserved and must be lower case.
ERROR_SXS_XML_E_INVALID_STANDALONE 14070 0x36f6 Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
ERROR_SXS_XML_E_UNEXPECTED_STANDALONE 14071 0x36f7 Manifest Parse Error : The standalone attribute cannot be used in external entities.
ERROR_SXS_XML_E_INVALID_VERSION 14072 0x36f8 Manifest Parse Error : Invalid version number.
ERROR_SXS_XML_E_MISSINGEQUALS 14073 0x36f9 Manifest Parse Error : Missing equals sign between attribute and attribute value.
ERROR_SXS_PROTECTION_RECOVERY_FAILED 14074 0x36fa Assembly Protection Error : Unable to recover the specified assembly.
ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT 14075 0x36fb Assembly Protection Error : The public key for an assembly was too short to be allowed.
ERROR_SXS_PROTECTION_CATALOG_NOT_VALID 14076 0x36fc Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest.
ERROR_SXS_UNTRANSLATABLE_HRESULT 14077 0x36fd An HRESULT could not be translated to a corresponding Win32 error code.
ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING 14078 0x36fe Assembly Protection Error : The catalog for an assembly is missing.
ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE 14079 0x36ff The supplied assembly identity is missing one or more attributes which must be present in this context.
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME 14080 0x3700 The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
ERROR_SXS_ASSEMBLY_MISSING 14081 0x3701 The referenced assembly could not be found.
ERROR_SXS_CORRUPT_ACTIVATION_STACK 14082 0x3702 The activation context activation stack for the running thread of execution is corrupt.
ERROR_SXS_CORRUPTION 14083 0x3703 The application isolation metadata for this process or thread has become corrupt.
ERROR_SXS_EARLY_DEACTIVATION 14084 0x3704 The activation context being deactivated is not the most recently activated one.
ERROR_SXS_INVALID_DEACTIVATION 14085 0x3705 The activation context being deactivated is not active for the current thread of execution.
ERROR_SXS_MULTIPLE_DEACTIVATION 14086 0x3706 The activation context being deactivated has already been deactivated.
ERROR_SXS_PROCESS_TERMINATION_REQUESTED 14087 0x3707 A component used by the isolation facility has requested to terminate the process.
ERROR_SXS_RELEASE_ACTIVATION_CONTEXT 14088 0x3708 A kernel mode component is releasing a reference on an activation context.
ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY 14089 0x3709 The activation context of system default assembly could not be generated.
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE 14090 0x370a The value of an attribute in an identity is not within the legal range.
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME 14091 0x370b The name of an attribute in an identity is not within the legal range.
ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE 14092 0x370c An identity contains two definitions for the same attribute.
ERROR_SXS_IDENTITY_PARSE_ERROR 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.
ERROR_MALFORMED_SUBSTITUTION_STRING 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.
ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN 14095 0x370f The public key token does not correspond to the public key specified.
ERROR_UNMAPPED_SUBSTITUTION_STRING 14096 0x3710 A substitution string had no mapping.
ERROR_SXS_ASSEMBLY_NOT_LOCKED 14097 0x3711 The component must be locked before making the request.
ERROR_SXS_COMPONENT_STORE_CORRUPT 14098 0x3712 The component store has been corrupted.
ERROR_ADVANCED_INSTALLER_FAILED 14099 0x3713 An advanced installer failed during setup or servicing.
ERROR_XML_ENCODING_MISMATCH 14100 0x3714 The character encoding in the XML declaration did not match the encoding used in the document.
ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT 14101 0x3715 The identities of the manifests are identical but their contents are different.
ERROR_SXS_IDENTITIES_DIFFERENT 14102 0x3716 The component identities are different.
ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT 14103 0x3717 The assembly is not a deployment.
ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY 14104 0x3718 The file is not a part of the assembly.
ERROR_SXS_MANIFEST_TOO_BIG 14105 0x3719 The size of the manifest exceeds the maximum allowed.
ERROR_SXS_SETTING_NOT_REGISTERED 14106 0x371a The setting is not registered.
ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE 14107 0x371b One or more required members of the transaction are not present.
ERROR_SMI_PRIMITIVE_INSTALLER_FAILED 14108 0x371c The SMI primitive installer failed during setup or servicing.
ERROR_GENERIC_COMMAND_FAILED 14109 0x371d A generic command executable returned a result that indicates failure.
ERROR_SXS_FILE_HASH_MISSING 14110 0x371e A component is missing file verification information in its manifest.
ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS 14111 0x371f Two or more components referenced directly or indirectly by the application manifest have the same WinRT ActivatableClass IDs.
ERROR_EVT_INVALID_CHANNEL_PATH 15000 0x3a98 The specified channel path is invalid.
ERROR_EVT_INVALID_QUERY 15001 0x3a99 The specified query is invalid.
ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND 15002 0x3a9a The publisher metadata cannot be found in the resource.
ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND 15003 0x3a9b The template for an event definition cannot be found in the resource (error = %1).
ERROR_EVT_INVALID_PUBLISHER_NAME 15004 0x3a9c The specified publisher name is invalid.
ERROR_EVT_INVALID_EVENT_DATA 15005 0x3a9d The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest.
ERROR_EVT_CHANNEL_NOT_FOUND 15007 0x3a9f The specified channel could not be found.
ERROR_EVT_MALFORMED_XML_TEXT 15008 0x3aa0 The specified XML text was not well-formed. See Extended Error for more details.
ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL 15009 0x3aa1 The events for a direct channel go directly to a log file and cannot be subscribed to.
ERROR_EVT_CONFIGURATION_ERROR 15010 0x3aa2 Configuration error.
ERROR_EVT_QUERY_RESULT_STALE 15011 0x3aa3 The query result is stale or invalid and must be recreated. This may be due to the log being cleared or rolling over after the query result was created.
ERROR_EVT_QUERY_RESULT_INVALID_POSITION 15012 0x3aa4 The query result is currently at an invalid position.
ERROR_EVT_NON_VALIDATING_MSXML 15013 0x3aa5 Registered MSXML doesn't support validation.
ERROR_EVT_FILTER_ALREADYSCOPED 15014 0x3aa6 An expression can only be followed by a change-of-scope operation if the expression evaluates to a node set and is not already part of another change-of-scope operation.
ERROR_EVT_FILTER_NOTELTSET 15015 0x3aa7 Cannot perform a step operation from a term that does not represent an element set.
ERROR_EVT_FILTER_INVARG 15016 0x3aa8 Left-hand side arguments to binary operators must be either attributes, nodes or variables. Right-hand side arguments must be constants.
ERROR_EVT_FILTER_INVTEST 15017 0x3aa9 A step operation must involve a node test or, in the case of a predicate, an algebraic expression against which to test each node in the preceeding node set.
ERROR_EVT_FILTER_INVTYPE 15018 0x3aaa This data type is currently unsupported.
ERROR_EVT_FILTER_PARSEERR 15019 0x3aab A syntax error occurred at position %1!d!
ERROR_EVT_FILTER_UNSUPPORTEDOP 15020 0x3aac This operator is unsupported by this implementation of the filter.
ERROR_EVT_FILTER_UNEXPECTEDTOKEN 15021 0x3aad An unexpected token was encountered.
ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL 15022 0x3aae The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled.
ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE 15023 0x3aaf Channel property %1!s! contains an invalid value. The value has an invalid type, is outside of its valid range, cannot be changed, or is not supported by this type of channel.
ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE 15024 0x3ab0 Publisher property %1!s! contains an invalid value. The value has an invalid type, is outside of its valid range, cannot be changed, or is not supported by this type of publisher.
ERROR_EVT_CHANNEL_CANNOT_ACTIVATE 15025 0x3ab1 The channel failed to activate.
ERROR_EVT_FILTER_TOO_COMPLEX 15026 0x3ab2 The XPath expression exceeded the supported complexity. Simplify the expression or split it into multiple expressions.
ERROR_EVT_MESSAGE_NOT_FOUND 15027 0x3ab3 The message resource is present but the message was not found in the message table.
ERROR_EVT_MESSAGE_ID_NOT_FOUND 15028 0x3ab4 The message ID for the desired message could not be found.
ERROR_EVT_UNRESOLVED_VALUE_INSERT 15029 0x3ab5 The substitution string for insert index (%1) could not be found.
ERROR_EVT_UNRESOLVED_PARAMETER_INSERT 15030 0x3ab6 The description string for parameter reference (%1) could not be found.
ERROR_EVT_MAX_INSERTS_REACHED 15031 0x3ab7 The maximum number of replacements has been reached.
ERROR_EVT_EVENT_DEFINITION_NOT_FOUND 15032 0x3ab8 The event definition could not be found for event ID (%1).
ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND 15033 0x3ab9 The locale specific resource for the desired message is not present.
ERROR_EVT_VERSION_TOO_OLD 15034 0x3aba The resource is too old and is not supported.
ERROR_EVT_VERSION_TOO_NEW 15035 0x3abb The resource is too new and is not supported.
ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY 15036 0x3abc The channel at index %1!d! of the query can't be opened.
ERROR_EVT_PUBLISHER_DISABLED 15037 0x3abd The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded.
ERROR_EVT_FILTER_OUT_OF_RANGE 15038 0x3abe Attempted to create a numeric type that is outside of its valid range.
ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE 15080 0x3ae8 The subscription fails to activate.
ERROR_EC_LOG_DISABLED 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.
ERROR_EC_CIRCULAR_FORWARDING 15082 0x3aea When forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription.
ERROR_EC_CREDSTORE_FULL 15083 0x3aeb The credential store that is used to save credentials is full.
ERROR_EC_CRED_NOT_FOUND 15084 0x3aec The credential used by this subscription can't be found in credential store.
ERROR_EC_NO_ACTIVE_CHANNEL 15085 0x3aed No active channel is found for the query.
ERROR_MUI_FILE_NOT_FOUND 15100 0x3afc The resource loader failed to find MUI file.
ERROR_MUI_INVALID_FILE 15101 0x3afd The resource loader failed to load MUI file because the file fail to pass validation.
ERROR_MUI_INVALID_RC_CONFIG 15102 0x3afe The RC Manifest is corrupted with garbage data or unsupported version or missing required item.
ERROR_MUI_INVALID_LOCALE_NAME 15103 0x3aff The RC Manifest has invalid culture name.
ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME 15104 0x3b00 The RC Manifest has invalid ultimatefallback name.
ERROR_MUI_FILE_NOT_LOADED 15105 0x3b01 The resource loader cache doesn't have loaded MUI entry.
ERROR_RESOURCE_ENUM_USER_STOP 15106 0x3b02 User stopped resource enumeration.
ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED 15107 0x3b03 UI language installation failed.
ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME 15108 0x3b04 Locale installation failed.
ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE 15110 0x3b06 A resource does not have default or neutral value.
ERROR_MRM_INVALID_PRICONFIG 15111 0x3b07 Invalid PRI config file.
ERROR_MRM_INVALID_FILE_TYPE 15112 0x3b08 Invalid file type.
ERROR_MRM_UNKNOWN_QUALIFIER 15113 0x3b09 Unknown qualifier.
ERROR_MRM_INVALID_QUALIFIER_VALUE 15114 0x3b0a Invalid qualifier value.
ERROR_MRM_NO_CANDIDATE 15115 0x3b0b No Candidate found.
ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE 15116 0x3b0c The ResourceMap or NamedResource has an item that does not have default or neutral resource..
ERROR_MRM_RESOURCE_TYPE_MISMATCH 15117 0x3b0d Invalid ResourceCandidate type.
ERROR_MRM_DUPLICATE_MAP_NAME 15118 0x3b0e Duplicate Resource Map.
ERROR_MRM_DUPLICATE_ENTRY 15119 0x3b0f Duplicate Entry.
ERROR_MRM_INVALID_RESOURCE_IDENTIFIER 15120 0x3b10 Invalid Resource Identifier.
ERROR_MRM_FILEPATH_TOO_LONG 15121 0x3b11 Filepath too long.
ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE 15122 0x3b12 Unsupported directory type.
ERROR_MRM_INVALID_PRI_FILE 15126 0x3b16 Invalid PRI File.
ERROR_MRM_NAMED_RESOURCE_NOT_FOUND 15127 0x3b17 NamedResource Not Found.
ERROR_MRM_MAP_NOT_FOUND 15135 0x3b1f ResourceMap Not Found.
ERROR_MRM_UNSUPPORTED_PROFILE_TYPE 15136 0x3b20 Unsupported MRT profile type.
ERROR_MRM_INVALID_QUALIFIER_OPERATOR 15137 0x3b21 Invalid qualifier operator.
ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE 15138 0x3b22 Unable to determine qualifier value or qualifier value has not been set.
ERROR_MRM_AUTOMERGE_ENABLED 15139 0x3b23 Automerge is enabled in the PRI file.
ERROR_MRM_TOO_MANY_RESOURCES 15140 0x3b24 Too many resources defined for package.
ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE 15141 0x3b25 Resource File can not be used for merge operation.
ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE 15142 0x3b26 Load/UnloadPriFiles cannot be used with resource packages.
ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD 15143 0x3b27 Resource Contexts may not be created on threads that do not have a CoreWindow.
ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST 15144 0x3b28 The singleton Resource Manager with different profile is already created.
ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT 15145 0x3b29 The system component cannot operate given API operation
ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE 15146 0x3b2a The resource is a direct reference to a non-default resource candidate.
ERROR_MRM_GENERATION_COUNT_MISMATCH 15147 0x3b2b Resource Map has been re-generated and the query string is not valid anymore.
ERROR_PRI_MERGE_VERSION_MISMATCH 15148 0x3b2c The PRI files to be merged have incompatible versions.
ERROR_PRI_MERGE_MISSING_SCHEMA 15149 0x3b2d The primary PRI files to be merged does not contain a schema.
ERROR_PRI_MERGE_LOAD_FILE_FAILED 15150 0x3b2e Unable to load one of the PRI files to be merged.
ERROR_PRI_MERGE_ADD_FILE_FAILED 15151 0x3b2f Unable to add one of the PRI files to the merged file.
ERROR_PRI_MERGE_WRITE_FILE_FAILED 15152 0x3b30 Unable to create the merged PRI file.
ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED 15153 0x3b31 Packages for a PRI file merge must all be from the same package family.
ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED 15154 0x3b32 Packages for a PRI file merge must not include multiple main packages.
ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED 15155 0x3b33 Packages for a PRI file merge must not include bundle packages.
ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED 15156 0x3b34 Packages for a PRI file merge must include one main package.
ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED 15157 0x3b35 Packages for a PRI file merge must include at least one resource package.
ERROR_PRI_MERGE_INVALID_FILE_NAME 15158 0x3b36 Invalid name supplied for a canonical merged PRI file.
ERROR_MRM_PACKAGE_NOT_FOUND 15159 0x3b37 Unable to find the specified package.
ERROR_MRM_MISSING_DEFAULT_LANGUAGE 15160 0x3b38 No default value for language was specified.
ERROR_MCA_INVALID_CAPABILITIES_STRING 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.
ERROR_MCA_INVALID_VCP_VERSION 15201 0x3b61 The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION 15202 0x3b62 The monitor does not comply with the MCCS specification it claims to support.
ERROR_MCA_MCCS_VERSION_MISMATCH 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.
ERROR_MCA_UNSUPPORTED_MCCS_VERSION 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.
ERROR_MCA_INTERNAL_ERROR 15205 0x3b65 An internal Monitor Configuration API error occurred.
ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED 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.
ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE 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.
ERROR_AMBIGUOUS_SYSTEM_DEVICE 15250 0x3b92 The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
ERROR_SYSTEM_DEVICE_NOT_FOUND 15299 0x3bc3 The requested system device cannot be found.
ERROR_HASH_NOT_SUPPORTED 15300 0x3bc4 Hash generation for the specified hash version and hash type is not enabled on the server.
ERROR_HASH_NOT_PRESENT 15301 0x3bc5 The hash requested from the server is not available or no longer valid.
ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED 15321 0x3bd9 The secondary interrupt controller instance that manages the specified interrupt is not registered.
ERROR_GPIO_CLIENT_INFORMATION_INVALID 15322 0x3bda The information supplied by the GPIO client driver is invalid.
ERROR_GPIO_VERSION_NOT_SUPPORTED 15323 0x3bdb The version specified by the GPIO client driver is not supported.
ERROR_GPIO_INVALID_REGISTRATION_PACKET 15324 0x3bdc The registration packet supplied by the GPIO client driver is not valid.
ERROR_GPIO_OPERATION_DENIED 15325 0x3bdd The requested operation is not supported for the specified handle.
ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE 15326 0x3bde The requested connect mode conflicts with an existing mode on one or more of the specified pins.
ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED 15327 0x3bdf The interrupt requested to be unmasked is not masked.
ERROR_CANNOT_SWITCH_RUNLEVEL 15400 0x3c28 The requested run level switch cannot be completed successfully.
ERROR_INVALID_RUNLEVEL_SETTING 15401 0x3c29 The service has an invalid run level setting. The run level for a service\r\nmust not be higher than the run level of its dependent services.
ERROR_RUNLEVEL_SWITCH_TIMEOUT 15402 0x3c2a The requested run level switch cannot be completed successfully since\r\none or more services will not stop or restart within the specified timeout.
ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT 15403 0x3c2b A run level switch agent did not respond within the specified timeout.
ERROR_RUNLEVEL_SWITCH_IN_PROGRESS 15404 0x3c2c A run level switch is currently in progress.
ERROR_SERVICES_FAILED_AUTOSTART 15405 0x3c2d One or more services failed to start during the service startup phase of a run level switch.
ERROR_COM_TASK_STOP_PENDING 15501 0x3c8d The task stop request cannot be completed immediately since\r\ntask needs more time to shutdown.
ERROR_INSTALL_OPEN_PACKAGE_FAILED 15600 0x3cf0 Package could not be opened.
ERROR_INSTALL_PACKAGE_NOT_FOUND 15601 0x3cf1 Package was not found.
ERROR_INSTALL_INVALID_PACKAGE 15602 0x3cf2 Package data is invalid.
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED 15603 0x3cf3 Package failed updates, dependency or conflict validation.
ERROR_INSTALL_OUT_OF_DISK_SPACE 15604 0x3cf4 There is not enough disk space on your computer. Please free up some space and try again.
ERROR_INSTALL_NETWORK_FAILURE 15605 0x3cf5 There was a problem downloading your product.
ERROR_INSTALL_REGISTRATION_FAILURE 15606 0x3cf6 Package could not be registered.
ERROR_INSTALL_DEREGISTRATION_FAILURE 15607 0x3cf7 Package could not be unregistered.
ERROR_INSTALL_CANCEL 15608 0x3cf8 User cancelled the install request.
ERROR_INSTALL_FAILED 15609 0x3cf9 Install failed. Please contact your software vendor.
ERROR_REMOVE_FAILED 15610 0x3cfa Removal failed. Please contact your software vendor.
ERROR_PACKAGE_ALREADY_EXISTS 15611 0x3cfb The provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.
ERROR_NEEDS_REMEDIATION 15612 0x3cfc The application cannot be started. Try reinstalling the application to fix the problem.
ERROR_INSTALL_PREREQUISITE_FAILED 15613 0x3cfd A Prerequisite for an install could not be satisfied.
ERROR_PACKAGE_REPOSITORY_CORRUPTED 15614 0x3cfe The package repository is corrupted.
ERROR_INSTALL_POLICY_FAILURE 15615 0x3cff To install this application you need either a Windows developer license or a sideloading-enabled system.
ERROR_PACKAGE_UPDATING 15616 0x3d00 The application cannot be started because it is currently updating.
ERROR_DEPLOYMENT_BLOCKED_BY_POLICY 15617 0x3d01 The package deployment operation is blocked by policy. Please contact your system administrator.
ERROR_PACKAGES_IN_USE 15618 0x3d02 The package could not be installed because resources it modifies are currently in use.
ERROR_RECOVERY_FILE_CORRUPT 15619 0x3d03 The package could not be recovered because necessary data for recovery have been corrupted.
ERROR_INVALID_STAGED_SIGNATURE 15620 0x3d04 The signature is invalid. To register in developer mode, AppxSignature.p7x and AppxBlockMap.xml must be valid or should not be present.
ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED 15621 0x3d05 An error occurred while deleting the package's previously existing application data.
ERROR_INSTALL_PACKAGE_DOWNGRADE 15622 0x3d06 The package could not be installed because a higher version of this package is already installed.
ERROR_SYSTEM_NEEDS_REMEDIATION 15623 0x3d07 An error in a system binary was detected. Try refreshing the PC to fix the problem.
ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN 15624 0x3d08 A corrupted CLR NGEN binary was detected on the system.
ERROR_RESILIENCY_FILE_CORRUPT 15625 0x3d09 The operation could not be resumed because necessary data for recovery have been corrupted.
ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING 15626 0x3d0a The package could not be installed because the Windows Firewall service is not running. Enable the Windows Firewall service and try again.
ERROR_PACKAGE_MOVE_FAILED 15627 0x3d0b Package move failed.
ERROR_INSTALL_VOLUME_NOT_EMPTY 15628 0x3d0c The deployment operation failed because the volume is not empty.
ERROR_INSTALL_VOLUME_OFFLINE 15629 0x3d0d The deployment operation failed because the volume is offline.
ERROR_INSTALL_VOLUME_CORRUPT 15630 0x3d0e The deployment operation failed because the specified volume is corrupt.
ERROR_NEEDS_REGISTRATION 15631 0x3d0f The deployment operation failed because the specified application needs to be registered first.
ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE 15632 0x3d10 The deployment operation failed because the package targets the wrong processor architecture.
ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED 15633 0x3d11 You have reached the maximum number of developer sideloaded packages allowed on this device. Please uninstall a sideloaded package and try again.
ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE 15634 0x3d12 A main app package is required to install this optional package. Install the main package first and try again.
ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM 15635 0x3d13 This app package type is not supported on this filesystem
ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING 15636 0x3d14 Package move operation is blocked until the application has finished streaming
ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE 15637 0x3d15 A main or another optional app package has the same application ID as this optional package. Change the application ID for the optional package to avoid conflicts.
ERROR_PACKAGE_STAGING_ONHOLD 15638 0x3d16 This staging session has been held to allow another staging operation to be prioritized.
ERROR_INSTALL_INVALID_RELATED_SET_UPDATE 15639 0x3d17 A related set cannot be updated because the updated set is invalid. All packages in the related set must be updated at the same time.
ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY 15640 0x3d18 An optional package with a FullTrust entry point requires the main package to have the runFullTrust capability.
ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF 15641 0x3d19 An error occurred because a user was logged off.
ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED 15642 0x3d1a An optional package provision requires the dependency main package to also be provisioned.
ERROR_PACKAGES_REPUTATION_CHECK_FAILED 15643 0x3d1b The packages failed the SmartScreen reputation check.
ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT 15644 0x3d1c The SmartScreen reputation check operation timed out.
ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED 15645 0x3d1d The current deployment option is not supported.
ERROR_APPINSTALLER_ACTIVATION_BLOCKED 15646 0x3d1e Activation is blocked due to the .appinstaller update settings for this app.
ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED 15647 0x3d1f Remote drives are not supported; use \server\share to register a remote package.
ERROR_APPX_RAW_DATA_WRITE_FAILED 15648 0x3d20 Failed to process and write downloaded APPX package data to disk.
ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE 15649 0x3d21 The deployment operation was blocked due to a per-package-family policy restricting deployments on a non-system volume. Per policy, this app must be installed to the system drive, but that's not set as the default. In Storage Settings, make the system drive the default location to save new content, then retry the install.
ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE 15650 0x3d22 The deployment operation was blocked due to a machine-wide policy restricting deployments on a non-system volume. Per policy, this app must be installed to the system drive, but that's not set as the default. In Storage Settings, make the system drive the default location to save new content, then retry the install.
ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY 15651 0x3d23 The deployment operation was blocked because Special profile deployment is not allowed. Please try logging into an account that is not a Special profile. You can try logging out and logging back into the current account, or try logging into a different account.
ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY 15652 0x3d24 The deployment operation failed due to a conflicting package's mutable package directory. To install this package remove the existing package with the conflicting mutable package directory.
ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER 15653 0x3d25 The package installation failed because a singleton resource was specified and another user with that package installed is logged in. Please make sure that all active users with the package installed are logged out and retry installation.
ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED 15654 0x3d26 The package installation failed because a different version of the service is installed. Try installing a newer version of the package.
ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE 15655 0x3d27 The package installation failed because a version of the service exists outside of APPX packaging. Please contact your software vendor.
ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES 15656 0x3d28 The package installation failed because administrator privileges are required. Please contact an administrator to install this package.
APPMODEL_ERROR_NO_PACKAGE 15700 0x3d54 The process has no package identity.
APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT 15701 0x3d55 The package runtime information is corrupted.
APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT 15702 0x3d56 The package identity is corrupted.
APPMODEL_ERROR_NO_APPLICATION 15703 0x3d57 The process has no application identity.
APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED 15704 0x3d58 One or more AppModel Runtime group policy values could not be read. Please contact your system administrator with the contents of your AppModel Runtime event log.
APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID 15705 0x3d59 One or more AppModel Runtime group policy values are invalid. Please contact your system administrator with the contents of your AppModel Runtime event log.
APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE 15706 0x3d5a The package is currently not available.
APPMODEL_ERROR_NO_MUTABLE_DIRECTORY 15707 0x3d5b The package does not have a mutable directory.
ERROR_STATE_LOAD_STORE_FAILED 15800 0x3db8 Loading the state store failed.
ERROR_STATE_GET_VERSION_FAILED 15801 0x3db9 Retrieving the state version for the application failed.
ERROR_STATE_SET_VERSION_FAILED 15802 0x3dba Setting the state version for the application failed.
ERROR_STATE_STRUCTURED_RESET_FAILED 15803 0x3dbb Resetting the structured state of the application failed.
ERROR_STATE_OPEN_CONTAINER_FAILED 15804 0x3dbc State Manager failed to open the container.
ERROR_STATE_CREATE_CONTAINER_FAILED 15805 0x3dbd State Manager failed to create the container.
ERROR_STATE_DELETE_CONTAINER_FAILED 15806 0x3dbe State Manager failed to delete the container.
ERROR_STATE_READ_SETTING_FAILED 15807 0x3dbf State Manager failed to read the setting.
ERROR_STATE_WRITE_SETTING_FAILED 15808 0x3dc0 State Manager failed to write the setting.
ERROR_STATE_DELETE_SETTING_FAILED 15809 0x3dc1 State Manager failed to delete the setting.
ERROR_STATE_QUERY_SETTING_FAILED 15810 0x3dc2 State Manager failed to query the setting.
ERROR_STATE_READ_COMPOSITE_SETTING_FAILED 15811 0x3dc3 State Manager failed to read the composite setting.
ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED 15812 0x3dc4 State Manager failed to write the composite setting.
ERROR_STATE_ENUMERATE_CONTAINER_FAILED 15813 0x3dc5 State Manager failed to enumerate the containers.
ERROR_STATE_ENUMERATE_SETTINGS_FAILED 15814 0x3dc6 State Manager failed to enumerate the settings.
ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED 15815 0x3dc7 The size of the state manager composite setting value has exceeded the limit.
ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED 15816 0x3dc8 The size of the state manager setting value has exceeded the limit.
ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED 15817 0x3dc9 The length of the state manager setting name has exceeded the limit.
ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED 15818 0x3dca The length of the state manager container name has exceeded the limit.
ERROR_API_UNAVAILABLE 15841 0x3de1 This API cannot be used in the context of the caller's application type.
STORE_ERROR_UNLICENSED 15861 0x3df5 This PC does not have a valid license for the application or product.
STORE_ERROR_UNLICENSED_USER 15862 0x3df6 The authenticated user does not have a valid license for the application or product.
STORE_ERROR_PENDING_COM_TRANSACTION 15863 0x3df7 The commerce transaction associated with this license is still pending verification.
STORE_ERROR_LICENSE_REVOKED 15864 0x3df8 The license has been revoked for this user.

New HResult Layout

HResult is a 32-bit number (long in C, int in C# and some other languages) laid out as follows:

 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
+-+-+-+-+-+---------------------+-------------------------------+
|S|R|C|N|r|    Facility         |               Code            |
+-+-+-+-+-+---------------------+-------------------------------+
Name Description
S Severity, 0 = Success, 1 = Fail (Error)
R Reserved portion of the facility code, corresponds to NT's second severity bit
C Reserved portion of the facility code, corresponds to NT's C field
N Reserved portion of the facility code. Used to indicate a mapped NT status value
r Reserved portion of the facility code. Reserved for internal use. Used to indicate HRESULT values that are not status values, but are instead message ids for display strings
Facility Facility code
Code Facility's status code

List of HResult Codes in New Format

Code HResult (Dec) HResult (Hex) Message
E_UNEXPECTED -2147418113 0x8000ffff Catastrophic failure
E_NOTIMPL -2147467263 0x80004001 Not implemented
E_OUTOFMEMORY -2147024882 0x8007000e Ran out of memory
E_INVALIDARG -2147024809 0x80070057 One or more arguments are invalid
E_NOINTERFACE -2147467262 0x80004002 No such interface supported
E_POINTER -2147467261 0x80004003 Invalid pointer
E_HANDLE -2147024890 0x80070006 Invalid handle
E_ABORT -2147467260 0x80004004 Operation aborted
E_FAIL -2147467259 0x80004005 Unspecified error
E_ACCESSDENIED -2147024891 0x80070005 General access denied error
E_NOTIMPL -2147483647 0x80000001 Not implemented
E_OUTOFMEMORY -2147483646 0x80000002 Ran out of memory
E_INVALIDARG -2147483645 0x80000003 One or more arguments are invalid
E_NOINTERFACE -2147483644 0x80000004 No such interface supported
E_POINTER -2147483643 0x80000005 Invalid pointer
E_HANDLE -2147483642 0x80000006 Invalid handle
E_ABORT -2147483641 0x80000007 Operation aborted
E_FAIL -2147483640 0x80000008 Unspecified error
E_ACCESSDENIED -2147483639 0x80000009 General access denied error
E_PENDING -2147483638 0x8000000a The data necessary to complete this operation is not yet available.
E_BOUNDS -2147483637 0x8000000b The operation attempted to access data outside the valid range
E_CHANGED_STATE -2147483636 0x8000000c A concurrent or interleaved operation changed the state of the object, invalidating this operation.
E_ILLEGAL_STATE_CHANGE -2147483635 0x8000000d An illegal state change was requested.
E_ILLEGAL_METHOD_CALL -2147483634 0x8000000e A method was called at an unexpected time.
RO_E_METADATA_NAME_NOT_FOUND -2147483633 0x8000000f Typename or Namespace was not found in metadata file.
RO_E_METADATA_NAME_IS_NAMESPACE -2147483632 0x80000010 Name is an existing namespace rather than a typename.
RO_E_METADATA_INVALID_TYPE_FORMAT -2147483631 0x80000011 Typename has an invalid format.
RO_E_INVALID_METADATA_FILE -2147483630 0x80000012 Metadata file is invalid or corrupted.
RO_E_CLOSED -2147483629 0x80000013 The object has been closed.
RO_E_EXCLUSIVE_WRITE -2147483628 0x80000014 Only one thread may access the object during a write operation.
RO_E_CHANGE_NOTIFICATION_IN_PROGRESS -2147483627 0x80000015 Operation is prohibited during change notification.
RO_E_ERROR_STRING_NOT_FOUND -2147483626 0x80000016 The text associated with this error code could not be found.
E_STRING_NOT_NULL_TERMINATED -2147483625 0x80000017 String not null terminated.
E_ILLEGAL_DELEGATE_ASSIGNMENT -2147483624 0x80000018 A delegate was assigned when not allowed.
E_ASYNC_OPERATION_NOT_STARTED -2147483623 0x80000019 An async operation was not properly started.
E_APPLICATION_EXITING -2147483622 0x8000001a The application is exiting and cannot service this request
E_APPLICATION_VIEW_EXITING -2147483621 0x8000001b The application view is exiting and cannot service this request
RO_E_MUST_BE_AGILE -2147483620 0x8000001c The object must support the IAgileObject interface
RO_E_UNSUPPORTED_FROM_MTA -2147483619 0x8000001d Activating a single-threaded class from MTA is not supported
RO_E_COMMITTED -2147483618 0x8000001e The object has been committed.
RO_E_BLOCKED_CROSS_ASTA_CALL -2147483617 0x8000001f A COM call to an ASTA was blocked because the call chain originated in or passed through another ASTA. This call pattern is deadlock-prone and disallowed by apartment call control.
RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER -2147483616 0x80000020 A universal application process cannot activate a packaged WinRT server that is declared to run full trust.
RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER -2147483615 0x80000021 A full trust packaged application process cannot activate a packaged WinRT server unless it is also declared to run full trust.
CO_E_INIT_TLS -2147467258 0x80004006 Thread local storage failure
CO_E_INIT_SHARED_ALLOCATOR -2147467257 0x80004007 Get shared memory allocator failure
CO_E_INIT_MEMORY_ALLOCATOR -2147467256 0x80004008 Get memory allocator failure
CO_E_INIT_CLASS_CACHE -2147467255 0x80004009 Unable to initialize class cache
CO_E_INIT_RPC_CHANNEL -2147467254 0x8000400a Unable to initialize RPC services
CO_E_INIT_TLS_SET_CHANNEL_CONTROL -2147467253 0x8000400b Cannot set thread local storage channel control
CO_E_INIT_TLS_CHANNEL_CONTROL -2147467252 0x8000400c Could not allocate thread local storage channel control
CO_E_INIT_UNACCEPTED_USER_ALLOCATOR -2147467251 0x8000400d The user supplied memory allocator is unacceptable
CO_E_INIT_SCM_MUTEX_EXISTS -2147467250 0x8000400e The OLE service mutex already exists
CO_E_INIT_SCM_FILE_MAPPING_EXISTS -2147467249 0x8000400f The OLE service file mapping already exists
CO_E_INIT_SCM_MAP_VIEW_OF_FILE -2147467248 0x80004010 Unable to map view of file for OLE service
CO_E_INIT_SCM_EXEC_FAILURE -2147467247 0x80004011 Failure attempting to launch OLE service
CO_E_INIT_ONLY_SINGLE_THREADED -2147467246 0x80004012 There was an attempt to call CoInitialize a second time while single threaded
CO_E_CANT_REMOTE -2147467245 0x80004013 A Remote activation was necessary but was not allowed
CO_E_BAD_SERVER_NAME -2147467244 0x80004014 A Remote activation was necessary but the server name provided was invalid
CO_E_WRONG_SERVER_IDENTITY -2147467243 0x80004015 The class is configured to run as a security id different from the caller
CO_E_RUNAS_SYNTAX -2147467241 0x80004017 A RunAs specification must be <user name> or simply
CO_E_CREATEPROCESS_FAILURE -2147467240 0x80004018 The server process could not be started. The pathname may be incorrect.
CO_E_RUNAS_CREATEPROCESS_FAILURE -2147467239 0x80004019 The server process could not be started as the configured identity. The pathname may be incorrect or unavailable.
CO_E_RUNAS_LOGON_FAILURE -2147467238 0x8000401a The server process could not be started because the configured identity is incorrect. Check the username and password.
CO_E_LAUNCH_PERMSSION_DENIED -2147467237 0x8000401b The client is not allowed to launch this server.
CO_E_START_SERVICE_FAILURE -2147467236 0x8000401c The service providing this server could not be started.
CO_E_REMOTE_COMMUNICATION_FAILURE -2147467235 0x8000401d This computer was unable to communicate with the computer providing the server.
CO_E_SERVER_START_TIMEOUT -2147467234 0x8000401e The server did not respond after being launched.
CO_E_CLSREG_INCONSISTENT -2147467233 0x8000401f The registration information for this server is inconsistent or incomplete.
CO_E_IIDREG_INCONSISTENT -2147467232 0x80004020 The registration information for this interface is inconsistent or incomplete.
CO_E_NOT_SUPPORTED -2147467231 0x80004021 The operation attempted is not supported.
CO_E_RELOAD_DLL -2147467230 0x80004022 A dll must be loaded.
CO_E_MSI_ERROR -2147467229 0x80004023 A Microsoft Software Installer error was encountered.
CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT -2147467228 0x80004024 The specified activation could not occur in the client context as specified.
CO_E_SERVER_PAUSED -2147467227 0x80004025 Activations on the server are paused.
CO_E_SERVER_NOT_PAUSED -2147467226 0x80004026 Activations on the server are not paused.
CO_E_CLASS_DISABLED -2147467225 0x80004027 The component or application containing the component has been disabled.
CO_E_CLRNOTAVAILABLE -2147467224 0x80004028 The common language runtime is not available
CO_E_ASYNC_WORK_REJECTED -2147467223 0x80004029 The thread-pool rejected the submitted asynchronous work.
CO_E_SERVER_INIT_TIMEOUT -2147467222 0x8000402a The server started, but did not finish initializing in a timely fashion.
CO_E_NO_SECCTX_IN_ACTIVATE -2147467221 0x8000402b Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate.
CO_E_TRACKER_CONFIG -2147467216 0x80004030 The provided tracker configuration is invalid
CO_E_THREADPOOL_CONFIG -2147467215 0x80004031 The provided thread pool configuration is invalid
CO_E_SXS_CONFIG -2147467214 0x80004032 The provided side-by-side configuration is invalid
CO_E_MALFORMED_SPN -2147467213 0x80004033 The server principal name (SPN) obtained during security negotiation is malformed.
CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN -2147467212 0x80004034 The caller failed to revoke a per-apartment registration before apartment shutdown.
CO_E_PREMATURE_STUB_RUNDOWN -2147467211 0x80004035 The object has been rundown by the stub manager while there are external clients.
OLE_E_OLEVERB -2147221504 0x80040000 Invalid OLEVERB structure
OLE_E_ADVF -2147221503 0x80040001 Invalid advise flags
OLE_E_ENUM_NOMORE -2147221502 0x80040002 Can't enumerate any more, because the associated data is missing
OLE_E_ADVISENOTSUPPORTED -2147221501 0x80040003 This implementation doesn't take advises
OLE_E_NOCONNECTION -2147221500 0x80040004 There is no connection for this connection ID
OLE_E_NOTRUNNING -2147221499 0x80040005 Need to run the object to perform this operation
OLE_E_NOCACHE -2147221498 0x80040006 There is no cache to operate on
OLE_E_BLANK -2147221497 0x80040007 Uninitialized object
OLE_E_CLASSDIFF -2147221496 0x80040008 Linked object's source class has changed
OLE_E_CANT_GETMONIKER -2147221495 0x80040009 Not able to get the moniker of the object
OLE_E_CANT_BINDTOSOURCE -2147221494 0x8004000a Not able to bind to the source
OLE_E_STATIC -2147221493 0x8004000b Object is static; operation not allowed
OLE_E_PROMPTSAVECANCELLED -2147221492 0x8004000c User canceled out of save dialog
OLE_E_INVALIDRECT -2147221491 0x8004000d Invalid rectangle
OLE_E_WRONGCOMPOBJ -2147221490 0x8004000e compobj.dll is too old for the ole2.dll initialized
OLE_E_INVALIDHWND -2147221489 0x8004000f Invalid window handle
OLE_E_NOT_INPLACEACTIVE -2147221488 0x80040010 Object is not in any of the inplace active states
OLE_E_CANTCONVERT -2147221487 0x80040011 Not able to convert object
OLE_E_NOSTORAGE -2147221486 0x80040012 Not able to perform the operation because object is not given storage yet
DV_E_FORMATETC -2147221404 0x80040064 Invalid FORMATETC structure
DV_E_DVTARGETDEVICE -2147221403 0x80040065 Invalid DVTARGETDEVICE structure
DV_E_STGMEDIUM -2147221402 0x80040066 Invalid STDGMEDIUM structure
DV_E_STATDATA -2147221401 0x80040067 Invalid STATDATA structure
DV_E_LINDEX -2147221400 0x80040068 Invalid lindex
DV_E_TYMED -2147221399 0x80040069 Invalid tymed
DV_E_CLIPFORMAT -2147221398 0x8004006a Invalid clipboard format
DV_E_DVASPECT -2147221397 0x8004006b Invalid aspect(s)
DV_E_DVTARGETDEVICE_SIZE -2147221396 0x8004006c tdSize parameter of the DVTARGETDEVICE structure is invalid
DV_E_NOIVIEWOBJECT -2147221395 0x8004006d Object doesn't support IViewObject interface
DRAGDROP_E_NOTREGISTERED -2147221248 0x80040100 Trying to revoke a drop target that has not been registered
DRAGDROP_E_ALREADYREGISTERED -2147221247 0x80040101 This window has already been registered as a drop target
DRAGDROP_E_INVALIDHWND -2147221246 0x80040102 Invalid window handle
DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED -2147221245 0x80040103 A drag operation is already in progress
CLASS_E_NOAGGREGATION -2147221232 0x80040110 Class does not support aggregation (or class object is remote)
CLASS_E_CLASSNOTAVAILABLE -2147221231 0x80040111 ClassFactory cannot supply requested class
CLASS_E_NOTLICENSED -2147221230 0x80040112 Class is not licensed for use
VIEW_E_DRAW -2147221184 0x80040140 Error drawing view
REGDB_E_READREGDB -2147221168 0x80040150 Could not read key from registry
REGDB_E_WRITEREGDB -2147221167 0x80040151 Could not write key to registry
REGDB_E_KEYMISSING -2147221166 0x80040152 Could not find the key in the registry
REGDB_E_INVALIDVALUE -2147221165 0x80040153 Invalid value for registry
REGDB_E_CLASSNOTREG -2147221164 0x80040154 Class not registered
REGDB_E_IIDNOTREG -2147221163 0x80040155 Interface not registered
REGDB_E_BADTHREADINGMODEL -2147221162 0x80040156 Threading model entry is not valid
REGDB_E_PACKAGEPOLICYVIOLATION -2147221161 0x80040157 A registration in a package violates package-specific policies
CAT_E_CATIDNOEXIST -2147221152 0x80040160 CATID does not exist
CAT_E_NODESCRIPTION -2147221151 0x80040161 Description not found
CS_E_PACKAGE_NOTFOUND -2147221148 0x80040164 No package in the software installation data in the Active Directory meets this criteria.
CS_E_NOT_DELETABLE -2147221147 0x80040165 Deleting this will break the referential integrity of the software installation data in the Active Directory.
CS_E_CLASS_NOTFOUND -2147221146 0x80040166 The CLSID was not found in the software installation data in the Active Directory.
CS_E_INVALID_VERSION -2147221145 0x80040167 The software installation data in the Active Directory is corrupt.
CS_E_NO_CLASSSTORE -2147221144 0x80040168 There is no software installation data in the Active Directory.
CS_E_OBJECT_NOTFOUND -2147221143 0x80040169 There is no software installation data object in the Active Directory.
CS_E_OBJECT_ALREADY_EXISTS -2147221142 0x8004016a The software installation data object in the Active Directory already exists.
CS_E_INVALID_PATH -2147221141 0x8004016b The path to the software installation data in the Active Directory is not correct.
CS_E_NETWORK_ERROR -2147221140 0x8004016c A network error interrupted the operation.
CS_E_ADMIN_LIMIT_EXCEEDED -2147221139 0x8004016d The size of this object exceeds the maximum size set by the Administrator.
CS_E_SCHEMA_MISMATCH -2147221138 0x8004016e The schema for the software installation data in the Active Directory does not match the required schema.
CS_E_INTERNAL_ERROR -2147221137 0x8004016f An error occurred in the software installation data in the Active Directory.
CACHE_E_NOCACHE_UPDATED -2147221136 0x80040170 Cache not updated
OLEOBJ_E_NOVERBS -2147221120 0x80040180 No verbs for OLE object
OLEOBJ_E_INVALIDVERB -2147221119 0x80040181 Invalid verb for OLE object
INPLACE_E_NOTUNDOABLE -2147221088 0x800401a0 Undo is not available
INPLACE_E_NOTOOLSPACE -2147221087 0x800401a1 Space for tools is not available
CLIPBRD_E_CANT_OPEN -2147221040 0x800401d0 OpenClipboard Failed
CLIPBRD_E_CANT_EMPTY -2147221039 0x800401d1 EmptyClipboard Failed
CLIPBRD_E_CANT_SET -2147221038 0x800401d2 SetClipboard Failed
CLIPBRD_E_BAD_DATA -2147221037 0x800401d3 Data on clipboard is invalid
CLIPBRD_E_CANT_CLOSE -2147221036 0x800401d4 CloseClipboard Failed
MK_E_CONNECTMANUALLY -2147221024 0x800401e0 Moniker needs to be connected manually
MK_E_EXCEEDEDDEADLINE -2147221023 0x800401e1 Operation exceeded deadline
MK_E_NEEDGENERIC -2147221022 0x800401e2 Moniker needs to be generic
MK_E_UNAVAILABLE -2147221021 0x800401e3 Operation unavailable
MK_E_SYNTAX -2147221020 0x800401e4 Invalid syntax
MK_E_NOOBJECT -2147221019 0x800401e5 No object for moniker
MK_E_INVALIDEXTENSION -2147221018 0x800401e6 Bad extension for file
MK_E_INTERMEDIATEINTERFACENOTSUPPORTED -2147221017 0x800401e7 Intermediate operation failed
MK_E_NOTBINDABLE -2147221016 0x800401e8 Moniker is not bindable
MK_E_NOTBOUND -2147221015 0x800401e9 Moniker is not bound
MK_E_CANTOPENFILE -2147221014 0x800401ea Moniker cannot open file
MK_E_MUSTBOTHERUSER -2147221013 0x800401eb User input required for operation to succeed
MK_E_NOINVERSE -2147221012 0x800401ec Moniker class has no inverse
MK_E_NOSTORAGE -2147221011 0x800401ed Moniker does not refer to storage
MK_E_NOPREFIX -2147221010 0x800401ee No common prefix
MK_E_ENUMERATION_FAILED -2147221009 0x800401ef Moniker could not be enumerated
CO_E_NOTINITIALIZED -2147221008 0x800401f0 CoInitialize has not been called.
CO_E_ALREADYINITIALIZED -2147221007 0x800401f1 CoInitialize has already been called.
CO_E_CANTDETERMINECLASS -2147221006 0x800401f2 Class of object cannot be determined
CO_E_CLASSSTRING -2147221005 0x800401f3 Invalid class string
CO_E_IIDSTRING -2147221004 0x800401f4 Invalid interface string
CO_E_APPNOTFOUND -2147221003 0x800401f5 Application not found
CO_E_APPSINGLEUSE -2147221002 0x800401f6 Application cannot be run more than once
CO_E_ERRORINAPP -2147221001 0x800401f7 Some error in application program
CO_E_DLLNOTFOUND -2147221000 0x800401f8 DLL for class not found
CO_E_ERRORINDLL -2147220999 0x800401f9 Error in the DLL
CO_E_WRONGOSFORAPP -2147220998 0x800401fa Wrong OS or OS version for application
CO_E_OBJNOTREG -2147220997 0x800401fb Object is not registered
CO_E_OBJISREG -2147220996 0x800401fc Object is already registered
CO_E_OBJNOTCONNECTED -2147220995 0x800401fd Object is not connected to server
CO_E_APPDIDNTREG -2147220994 0x800401fe Application was launched but it didn't register a class factory
CO_E_RELEASED -2147220993 0x800401ff Object has been released
EVENT_S_SOME_SUBSCRIBERS_FAILED 262656 0x40200 An event was able to invoke some but not all of the subscribers
EVENT_E_ALL_SUBSCRIBERS_FAILED -2147220991 0x80040201 An event was unable to invoke any of the subscribers
EVENT_S_NOSUBSCRIBERS 262658 0x40202 An event was delivered but there were no subscribers
EVENT_E_QUERYSYNTAX -2147220989 0x80040203 A syntax error occurred trying to evaluate a query string
EVENT_E_QUERYFIELD -2147220988 0x80040204 An invalid field name was used in a query string
EVENT_E_INTERNALEXCEPTION -2147220987 0x80040205 An unexpected exception was raised
EVENT_E_INTERNALERROR -2147220986 0x80040206 An unexpected internal error was detected
EVENT_E_INVALID_PER_USER_SID -2147220985 0x80040207 The owner SID on a per-user subscription doesn't exist
EVENT_E_USER_EXCEPTION -2147220984 0x80040208 A user-supplied component or subscriber raised an exception
EVENT_E_TOO_MANY_METHODS -2147220983 0x80040209 An interface has too many methods to fire events from
EVENT_E_MISSING_EVENTCLASS -2147220982 0x8004020a A subscription cannot be stored unless its event class already exists
EVENT_E_NOT_ALL_REMOVED -2147220981 0x8004020b Not all the objects requested could be removed
EVENT_E_COMPLUS_NOT_INSTALLED -2147220980 0x8004020c COM+ is required for this operation, but is not installed
EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT -2147220979 0x8004020d Cannot modify or delete an object that was not added using the COM+ Admin SDK
EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT -2147220978 0x8004020e Cannot modify or delete an object that was added using the COM+ Admin SDK
EVENT_E_INVALID_EVENT_CLASS_PARTITION -2147220977 0x8004020f The event class for this subscription is in an invalid partition
EVENT_E_PER_USER_SID_NOT_LOGGED_ON -2147220976 0x80040210 The owner of the PerUser subscription is not logged on to the system specified
TPC_E_INVALID_PROPERTY -2147220927 0x80040241 TabletPC inking error code. The property was not found, or supported by the recognizer
TPC_E_NO_DEFAULT_TABLET -2147220974 0x80040212 TabletPC inking error code. No default tablet
TPC_E_UNKNOWN_PROPERTY -2147220965 0x8004021b TabletPC inking error code. Unknown property specified
TPC_E_INVALID_INPUT_RECT -2147220967 0x80040219 TabletPC inking error code. An invalid input rectangle was specified
TPC_E_INVALID_STROKE -2147220958 0x80040222 TabletPC inking error code. The stroke object was deleted
TPC_E_INITIALIZE_FAIL -2147220957 0x80040223 TabletPC inking error code. Initialization failure
TPC_E_NOT_RELEVANT -2147220942 0x80040232 TabletPC inking error code. The data required for the operation was not supplied
TPC_E_INVALID_PACKET_DESCRIPTION -2147220941 0x80040233 TabletPC inking error code. Invalid packet description
TPC_E_RECOGNIZER_NOT_REGISTERED -2147220939 0x80040235 TabletPC inking error code. There are no handwriting recognizers registered
TPC_E_INVALID_RIGHTS -2147220938 0x80040236 TabletPC inking error code. User does not have the necessary rights to read recognizer information
TPC_E_OUT_OF_ORDER_CALL -2147220937 0x80040237 TabletPC inking error code. API calls were made in an incorrect order
TPC_E_QUEUE_FULL -2147220936 0x80040238 TabletPC inking error code. Queue is full
TPC_E_INVALID_CONFIGURATION -2147220935 0x80040239 TabletPC inking error code. RtpEnabled called multiple times
TPC_E_INVALID_DATA_FROM_RECOGNIZER -2147220934 0x8004023a TabletPC inking error code. A recognizer returned invalid data
TPC_S_TRUNCATED 262738 0x40252 TabletPC inking error code. String was truncated
TPC_S_INTERRUPTED 262739 0x40253 TabletPC inking error code. Recognition or training was interrupted
TPC_S_NO_DATA_TO_PROCESS 262740 0x40254 TabletPC inking error code. No personalization update to the recognizer because no training data found
XACT_E_ALREADYOTHERSINGLEPHASE -2147168256 0x8004d000 Another single phase resource manager has already been enlisted in this transaction.
XACT_E_CANTRETAIN -2147168255 0x8004d001 A retaining commit or abort is not supported
XACT_E_COMMITFAILED -2147168254 0x8004d002 The transaction failed to commit for an unknown reason. The transaction was aborted.
XACT_E_COMMITPREVENTED -2147168253 0x8004d003 Cannot call commit on this transaction object because the calling application did not initiate the transaction.
XACT_E_HEURISTICABORT -2147168252 0x8004d004 Instead of committing, the resource heuristically aborted.
XACT_E_HEURISTICCOMMIT -2147168251 0x8004d005 Instead of aborting, the resource heuristically committed.
XACT_E_HEURISTICDAMAGE -2147168250 0x8004d006 Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions.
XACT_E_HEURISTICDANGER -2147168249 0x8004d007 Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions.
XACT_E_ISOLATIONLEVEL -2147168248 0x8004d008 The requested isolation level is not valid or supported.
XACT_E_NOASYNC -2147168247 0x8004d009 The transaction manager doesn't support an asynchronous operation for this method.
XACT_E_NOENLIST -2147168246 0x8004d00a Unable to enlist in the transaction.
XACT_E_NOISORETAIN -2147168245 0x8004d00b The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero.
XACT_E_NORESOURCE -2147168244 0x8004d00c There is no resource presently associated with this enlistment
XACT_E_NOTCURRENT -2147168243 0x8004d00d The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
XACT_E_NOTRANSACTION -2147168242 0x8004d00e The transaction has already been implicitly or explicitly committed or aborted
XACT_E_NOTSUPPORTED -2147168241 0x8004d00f An invalid combination of flags was specified
XACT_E_UNKNOWNRMGRID -2147168240 0x8004d010 The resource manager id is not associated with this transaction or the transaction manager.
XACT_E_WRONGSTATE -2147168239 0x8004d011 This method was called in the wrong state
XACT_E_WRONGUOW -2147168238 0x8004d012 The indicated unit of work does not match the unit of work expected by the resource manager.
XACT_E_XTIONEXISTS -2147168237 0x8004d013 An enlistment in a transaction already exists.
XACT_E_NOIMPORTOBJECT -2147168236 0x8004d014 An import object for the transaction could not be found.
XACT_E_INVALIDCOOKIE -2147168235 0x8004d015 The transaction cookie is invalid.
XACT_E_INDOUBT -2147168234 0x8004d016 The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed
XACT_E_NOTIMEOUT -2147168233 0x8004d017 A time-out was specified, but time-outs are not supported.
XACT_E_ALREADYINPROGRESS -2147168232 0x8004d018 The requested operation is already in progress for the transaction.
XACT_E_ABORTED -2147168231 0x8004d019 The transaction has already been aborted.
XACT_E_LOGFULL -2147168230 0x8004d01a The Transaction Manager returned a log full error.
XACT_E_TMNOTAVAILABLE -2147168229 0x8004d01b The Transaction Manager is not available.
XACT_E_CONNECTION_DOWN -2147168228 0x8004d01c A connection with the transaction manager was lost.
XACT_E_CONNECTION_DENIED -2147168227 0x8004d01d A request to establish a connection with the transaction manager was denied.
XACT_E_REENLISTTIMEOUT -2147168226 0x8004d01e Resource manager reenlistment to determine transaction status timed out.
XACT_E_TIP_CONNECT_FAILED -2147168225 0x8004d01f This transaction manager failed to establish a connection with another TIP transaction manager.
XACT_E_TIP_PROTOCOL_ERROR -2147168224 0x8004d020 This transaction manager encountered a protocol error with another TIP transaction manager.
XACT_E_TIP_PULL_FAILED -2147168223 0x8004d021 This transaction manager could not propagate a transaction from another TIP transaction manager.
XACT_E_DEST_TMNOTAVAILABLE -2147168222 0x8004d022 The Transaction Manager on the destination machine is not available.
XACT_E_TIP_DISABLED -2147168221 0x8004d023 The Transaction Manager has disabled its support for TIP.
XACT_E_NETWORK_TX_DISABLED -2147168220 0x8004d024 The transaction manager has disabled its support for remote/network transactions.
XACT_E_PARTNER_NETWORK_TX_DISABLED -2147168219 0x8004d025 The partner transaction manager has disabled its support for remote/network transactions.
XACT_E_XA_TX_DISABLED -2147168218 0x8004d026 The transaction manager has disabled its support for XA transactions.
XACT_E_UNABLE_TO_READ_DTC_CONFIG -2147168217 0x8004d027 MSDTC was unable to read its configuration information.
XACT_E_UNABLE_TO_LOAD_DTC_PROXY -2147168216 0x8004d028 MSDTC was unable to load the dtc proxy dll.
XACT_E_ABORTING -2147168215 0x8004d029 The local transaction has aborted.
XACT_E_PUSH_COMM_FAILURE -2147168214 0x8004d02a The MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process, the two machines cannot find each other by their NetBIOS names, or the support for network transactions is not enabled for one of the two transaction managers.
XACT_E_PULL_COMM_FAILURE -2147168213 0x8004d02b The MSDTC transaction manager was unable to pull the transaction from the source transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process, the two machines cannot find each other by their NetBIOS names, or the support for network transactions is not enabled for one of the two transaction managers.
XACT_E_LU_TX_DISABLED -2147168212 0x8004d02c The MSDTC transaction manager has disabled its support for SNA LU 6.2 transactions.
XACT_E_CLERKNOTFOUND -2147168128 0x8004d080 XACT_E_CLERKNOTFOUND
XACT_E_CLERKEXISTS -2147168127 0x8004d081 XACT_E_CLERKEXISTS
XACT_E_RECOVERYINPROGRESS -2147168126 0x8004d082 XACT_E_RECOVERYINPROGRESS
XACT_E_TRANSACTIONCLOSED -2147168125 0x8004d083 XACT_E_TRANSACTIONCLOSED
XACT_E_INVALIDLSN -2147168124 0x8004d084 XACT_E_INVALIDLSN
XACT_E_REPLAYREQUEST -2147168123 0x8004d085 XACT_E_REPLAYREQUEST
XACT_S_ASYNC 315392 0x4d000 An asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
XACT_S_DEFECT 315393 0x4d001 XACT_S_DEFECT
XACT_S_READONLY 315394 0x4d002 The method call succeeded because the transaction was read-only.
XACT_S_SOMENORETAIN 315395 0x4d003 The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics
XACT_S_OKINFORM 315396 0x4d004 No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes.
XACT_S_MADECHANGESCONTENT 315397 0x4d005 The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call.
XACT_S_MADECHANGESINFORM 315398 0x4d006 The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look
XACT_S_ALLNORETAIN 315399 0x4d007 The transaction was successfully aborted. However, the abort was non-retaining.
XACT_S_ABORTING 315400 0x4d008 An abort operation was already in progress.
XACT_S_SINGLEPHASE 315401 0x4d009 The resource manager has performed a single-phase commit of the transaction.
XACT_S_LOCALLY_OK 315402 0x4d00a The local transaction has not aborted.
XACT_S_LASTRESOURCEMANAGER 315408 0x4d010 The resource manager has requested to be the coordinator (last resource manager) for the transaction.
CONTEXT_E_ABORTED -2147164158 0x8004e002 The root transaction wanted to commit, but transaction aborted
CONTEXT_E_ABORTING -2147164157 0x8004e003 You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.
CONTEXT_E_NOCONTEXT -2147164156 0x8004e004 There is no MTS object context
CONTEXT_E_WOULD_DEADLOCK -2147164155 0x8004e005 The component is configured to use synchronization and this method call would cause a deadlock to occur.
CONTEXT_E_SYNCH_TIMEOUT -2147164154 0x8004e006 The component is configured to use synchronization and a thread has timed out waiting to enter the context.
CONTEXT_E_OLDREF -2147164153 0x8004e007 You made a method call on a COM+ component that has a transaction that has already committed or aborted.
CONTEXT_E_ROLENOTFOUND -2147164148 0x8004e00c The specified role was not configured for the application
CONTEXT_E_TMNOTAVAILABLE -2147164145 0x8004e00f COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator
CO_E_ACTIVATIONFAILED -2147164127 0x8004e021 An unexpected error occurred during COM+ Activation.
CO_E_ACTIVATIONFAILED_EVENTLOGGED -2147164126 0x8004e022 COM+ Activation failed. Check the event log for more information
CO_E_ACTIVATIONFAILED_CATALOGERROR -2147164125 0x8004e023 COM+ Activation failed due to a catalog or configuration error.
CO_E_ACTIVATIONFAILED_TIMEOUT -2147164124 0x8004e024 COM+ activation failed because the activation could not be completed in the specified amount of time.
CO_E_INITIALIZATIONFAILED -2147164123 0x8004e025 COM+ Activation failed because an initialization function failed. Check the event log for more information.
CONTEXT_E_NOJIT -2147164122 0x8004e026 The requested operation requires that JIT be in the current context and it is not
CONTEXT_E_NOTRANSACTION -2147164121 0x8004e027 The requested operation requires that the current context have a Transaction, and it does not
CO_E_THREADINGMODEL_CHANGED -2147164120 0x8004e028 The components threading model has changed after install into a COM+ Application. Please re-install component.
CO_E_NOIISINTRINSICS -2147164119 0x8004e029 IIS intrinsics not available. Start your work with IIS.
CO_E_NOCOOKIES -2147164118 0x8004e02a An attempt to write a cookie failed.
CO_E_DBERROR -2147164117 0x8004e02b An attempt to use a database generated a database specific error.
CO_E_NOTPOOLED -2147164116 0x8004e02c The COM+ component you created must use object pooling to work.
CO_E_NOTCONSTRUCTED -2147164115 0x8004e02d The COM+ component you created must use object construction to work correctly.
CO_E_NOSYNCHRONIZATION -2147164114 0x8004e02e The COM+ component requires synchronization, and it is not configured for it.
CO_E_ISOLEVELMISMATCH -2147164113 0x8004e02f The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed.
CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED -2147164112 0x8004e030 The component attempted to make a cross-context call between invocations of EnterTransactionScopeand ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside of a transaction scope.
CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED -2147164111 0x8004e031 The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning.
OLE_S_USEREG 262144 0x40000 Use the registry database to provide the requested information
OLE_S_STATIC 262145 0x40001 Success, but static
OLE_S_MAC_CLIPFORMAT 262146 0x40002 Macintosh clipboard format
DRAGDROP_S_DROP 262400 0x40100 Successful drop took place
DRAGDROP_S_CANCEL 262401 0x40101 Drag-drop operation canceled
DRAGDROP_S_USEDEFAULTCURSORS 262402 0x40102 Use the default cursor
DATA_S_SAMEFORMATETC 262448 0x40130 Data has same FORMATETC
VIEW_S_ALREADY_FROZEN 262464 0x40140 View is already frozen
CACHE_S_FORMATETC_NOTSUPPORTED 262512 0x40170 FORMATETC not supported
CACHE_S_SAMECACHE 262513 0x40171 Same cache
CACHE_S_SOMECACHES_NOTUPDATED 262514 0x40172 Some cache(s) not updated
OLEOBJ_S_INVALIDVERB 262528 0x40180 Invalid verb for OLE object
OLEOBJ_S_CANNOT_DOVERB_NOW 262529 0x40181 Verb number is valid but verb cannot be done now
OLEOBJ_S_INVALIDHWND 262530 0x40182 Invalid window handle passed
INPLACE_S_TRUNCATED 262560 0x401a0 Message is too long; some of it had to be truncated before displaying
MK_S_REDUCED_TO_SELF 262626 0x401e2 Moniker reduced to itself
MK_S_ME 262628 0x401e4 Common prefix is this moniker
MK_S_HIM 262629 0x401e5 Common prefix is input moniker
MK_S_US 262630 0x401e6 Common prefix is both monikers
MK_S_MONIKERALREADYREGISTERED 262631 0x401e7 Moniker is already registered in running object table
SCHED_S_TASK_READY 267008 0x41300 The task is ready to run at its next scheduled time.
SCHED_S_TASK_RUNNING 267009 0x41301 The task is currently running.
SCHED_S_TASK_DISABLED 267010 0x41302 The task will not run at the scheduled times because it has been disabled.
SCHED_S_TASK_HAS_NOT_RUN 267011 0x41303 The task has not yet run.
SCHED_S_TASK_NO_MORE_RUNS 267012 0x41304 There are no more runs scheduled for this task.
SCHED_S_TASK_NOT_SCHEDULED 267013 0x41305 One or more of the properties that are needed to run this task on a schedule have not been set.
SCHED_S_TASK_TERMINATED 267014 0x41306 The last run of the task was terminated by the user.
SCHED_S_TASK_NO_VALID_TRIGGERS 267015 0x41307 Either the task has no triggers or the existing triggers are disabled or not set.
SCHED_S_EVENT_TRIGGER 267016 0x41308 Event triggers don't have set run times.
SCHED_E_TRIGGER_NOT_FOUND -2147216631 0x80041309 Trigger not found.
SCHED_E_TASK_NOT_READY -2147216630 0x8004130a One or more of the properties that are needed to run this task have not been set.
SCHED_E_TASK_NOT_RUNNING -2147216629 0x8004130b There is no running instance of the task.
SCHED_E_SERVICE_NOT_INSTALLED -2147216628 0x8004130c The Task Scheduler Service is not installed on this computer.
SCHED_E_CANNOT_OPEN_TASK -2147216627 0x8004130d The task object could not be opened.
SCHED_E_INVALID_TASK -2147216626 0x8004130e The object is either an invalid task object or is not a task object.
SCHED_E_ACCOUNT_INFORMATION_NOT_SET -2147216625 0x8004130f No account information could be found in the Task Scheduler security database for the task indicated.
SCHED_E_ACCOUNT_NAME_NOT_FOUND -2147216624 0x80041310 Unable to establish existence of the account specified.
SCHED_E_ACCOUNT_DBASE_CORRUPT -2147216623 0x80041311 Corruption was detected in the Task Scheduler security database; the database has been reset.
SCHED_E_NO_SECURITY_SERVICES -2147216622 0x80041312 Task Scheduler security services are available only on Windows NT.
SCHED_E_UNKNOWN_OBJECT_VERSION -2147216621 0x80041313 The task object version is either unsupported or invalid.
SCHED_E_UNSUPPORTED_ACCOUNT_OPTION -2147216620 0x80041314 The task has been configured with an unsupported combination of account settings and run time options.
SCHED_E_SERVICE_NOT_RUNNING -2147216619 0x80041315 The Task Scheduler Service is not running.
SCHED_E_UNEXPECTEDNODE -2147216618 0x80041316 The task XML contains an unexpected node.
SCHED_E_NAMESPACE -2147216617 0x80041317 The task XML contains an element or attribute from an unexpected namespace.
SCHED_E_INVALIDVALUE -2147216616 0x80041318 The task XML contains a value which is incorrectly formatted or out of range.
SCHED_E_MISSINGNODE -2147216615 0x80041319 The task XML is missing a required element or attribute.
SCHED_E_MALFORMEDXML -2147216614 0x8004131a The task XML is malformed.
SCHED_S_SOME_TRIGGERS_FAILED 267035 0x4131b The task is registered, but not all specified triggers will start the task, check task scheduler event log for detailed information.
SCHED_S_BATCH_LOGON_PROBLEM 267036 0x4131c The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal.
SCHED_E_TOO_MANY_NODES -2147216611 0x8004131d The task XML contains too many nodes of the same type.
SCHED_E_PAST_END_BOUNDARY -2147216610 0x8004131e The task cannot be started after the trigger's end boundary.
SCHED_E_ALREADY_RUNNING -2147216609 0x8004131f An instance of this task is already running.
SCHED_E_USER_NOT_LOGGED_ON -2147216608 0x80041320 The task will not run because the user is not logged on.
SCHED_E_INVALID_TASK_HASH -2147216607 0x80041321 The task image is corrupt or has been tampered with.
SCHED_E_SERVICE_NOT_AVAILABLE -2147216606 0x80041322 The Task Scheduler service is not available.
SCHED_E_SERVICE_TOO_BUSY -2147216605 0x80041323 The Task Scheduler service is too busy to handle your request. Please try again later.
SCHED_E_TASK_ATTEMPTED -2147216604 0x80041324 The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition.
SCHED_S_TASK_QUEUED 267045 0x41325 The Task Scheduler service has asked the task to run.
SCHED_E_TASK_DISABLED -2147216602 0x80041326 The task is disabled.
SCHED_E_START_ON_DEMAND -2147216600 0x80041328 The task settings do not allow the task to start on demand.
SCHED_E_TASK_NOT_UBPM_COMPAT -2147216599 0x80041329 The combination of properties that task is using is not compatible with the scheduling engine.
SCHED_E_DEPRECATED_FEATURE_USED -2147216592 0x80041330 The task definition uses a deprecated feature.
CO_E_CLASS_CREATE_FAILED -2146959359 0x80080001 Attempt to create a class object failed
CO_E_SCM_ERROR -2146959358 0x80080002 OLE service could not bind object
CO_E_SCM_RPC_FAILURE -2146959357 0x80080003 RPC communication failed with OLE service
CO_E_BAD_PATH -2146959356 0x80080004 Bad path to object
CO_E_SERVER_EXEC_FAILURE -2146959355 0x80080005 Server execution failed
CO_E_OBJSRV_RPC_FAILURE -2146959354 0x80080006 OLE service could not communicate with the object server
MK_E_NO_NORMALIZED -2146959353 0x80080007 Moniker path could not be normalized
CO_E_SERVER_STOPPING -2146959352 0x80080008 Object server is stopping when OLE service contacts it
MEM_E_INVALID_ROOT -2146959351 0x80080009 An invalid root block pointer was specified
MEM_E_INVALID_LINK -2146959344 0x80080010 An allocation chain contained an invalid link pointer
MEM_E_INVALID_SIZE -2146959343 0x80080011 The requested allocation size was too large
CO_S_NOTALLINTERFACES 524306 0x80012 Not all the requested interfaces were available
CO_S_MACHINENAMENOTFOUND 524307 0x80013 The specified machine name was not found in the cache.
CO_E_MISSING_DISPLAYNAME -2146959339 0x80080015 The activation requires a display name to be present under the CLSID key.
CO_E_RUNAS_VALUE_MUST_BE_AAA -2146959338 0x80080016 The activation requires that the RunAs value for the application is Activate As Activator.
CO_E_ELEVATION_DISABLED -2146959337 0x80080017 The class is not configured to support Elevated activation.
APPX_E_PACKAGING_INTERNAL -2146958848 0x80080200 Appx packaging API has encountered an internal error.
APPX_E_INTERLEAVING_NOT_ALLOWED -2146958847 0x80080201 The file is not a valid Appx package because its contents are interleaved.
APPX_E_RELATIONSHIPS_NOT_ALLOWED -2146958846 0x80080202 The file is not a valid Appx package because it contains OPC relationships.
APPX_E_MISSING_REQUIRED_FILE -2146958845 0x80080203 The file is not a valid Appx package because it is missing a manifest or block map, or missing a signature file when the code integrity file is present.
APPX_E_INVALID_MANIFEST -2146958844 0x80080204 The Appx package's manifest is invalid.
APPX_E_INVALID_BLOCKMAP -2146958843 0x80080205 The Appx package's block map is invalid.
APPX_E_CORRUPT_CONTENT -2146958842 0x80080206 The Appx package's content cannot be read because it is corrupt.
APPX_E_BLOCK_HASH_INVALID -2146958841 0x80080207 The computed hash value of the block does not match the one stored in the block map.
APPX_E_REQUESTED_RANGE_TOO_LARGE -2146958840 0x80080208 The requested byte range is over 4GB when translated to byte range of blocks.
APPX_E_INVALID_SIP_CLIENT_DATA -2146958839 0x80080209 The SIP_SUBJECTINFO structure used to sign the package didn't contain the required data.
APPX_E_INVALID_KEY_INFO -2146958838 0x8008020a The APPX_KEY_INFO structure used to encrypt or decrypt the package contains invalid data.
APPX_E_INVALID_CONTENTGROUPMAP -2146958837 0x8008020b The Appx package's content group map is invalid.
APPX_E_INVALID_APPINSTALLER -2146958836 0x8008020c The .appinstaller file is invalid.
APPX_E_DELTA_BASELINE_VERSION_MISMATCH -2146958835 0x8008020d The baseline package version in delta package does not match the version in the baseline package to be updated.
APPX_E_DELTA_PACKAGE_MISSING_FILE -2146958834 0x8008020e The delta package is missing a file from the updated package.
APPX_E_INVALID_DELTA_PACKAGE -2146958833 0x8008020f The delta package is invalid.
APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED -2146958832 0x80080210 The delta appended package is not allowed for the current operation.
APPX_E_INVALID_PACKAGING_LAYOUT -2146958831 0x80080211 The packaging layout file is invalid.
APPX_E_INVALID_PACKAGESIGNCONFIG -2146958830 0x80080212 The packageSignConfig file is invalid.
APPX_E_RESOURCESPRI_NOT_ALLOWED -2146958829 0x80080213 The resources.pri file is not allowed when there are no resource elements in the package manifest.
APPX_E_FILE_COMPRESSION_MISMATCH -2146958828 0x80080214 The compression state of file in baseline and updated package does not match.
APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION -2146958827 0x80080215 Non appx extensions are not allowed for payload packages targeting older platforms.
APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST -2146958826 0x80080216 The encryptionExclusionFileList file is invalid.
BT_E_SPURIOUS_ACTIVATION -2146958592 0x80080300 The background task activation is spurious.
DISP_E_UNKNOWNINTERFACE -2147352575 0x80020001 Unknown interface.
DISP_E_MEMBERNOTFOUND -2147352573 0x80020003 Member not found.
DISP_E_PARAMNOTFOUND -2147352572 0x80020004 Parameter not found.
DISP_E_TYPEMISMATCH -2147352571 0x80020005 Type mismatch.
DISP_E_UNKNOWNNAME -2147352570 0x80020006 Unknown name.
DISP_E_NONAMEDARGS -2147352569 0x80020007 No named arguments.
DISP_E_BADVARTYPE -2147352568 0x80020008 Bad variable type.
DISP_E_EXCEPTION -2147352567 0x80020009 Exception occurred.
DISP_E_OVERFLOW -2147352566 0x8002000a Out of present range.
DISP_E_BADINDEX -2147352565 0x8002000b Invalid index.
DISP_E_UNKNOWNLCID -2147352564 0x8002000c Unknown language.
DISP_E_ARRAYISLOCKED -2147352563 0x8002000d Memory is locked.
DISP_E_BADPARAMCOUNT -2147352562 0x8002000e Invalid number of parameters.
DISP_E_PARAMNOTOPTIONAL -2147352561 0x8002000f Parameter not optional.
DISP_E_BADCALLEE -2147352560 0x80020010 Invalid callee.
DISP_E_NOTACOLLECTION -2147352559 0x80020011 Does not support a collection.
DISP_E_DIVBYZERO -2147352558 0x80020012 Division by zero.
DISP_E_BUFFERTOOSMALL -2147352557 0x80020013 Buffer too small
TYPE_E_BUFFERTOOSMALL -2147319786 0x80028016 Buffer too small.
TYPE_E_FIELDNOTFOUND -2147319785 0x80028017 Field name not defined in the record.
TYPE_E_INVDATAREAD -2147319784 0x80028018 Old format or invalid type library.
TYPE_E_UNSUPFORMAT -2147319783 0x80028019 Old format or invalid type library.
TYPE_E_REGISTRYACCESS -2147319780 0x8002801c Error accessing the OLE registry.
TYPE_E_LIBNOTREGISTERED -2147319779 0x8002801d Library not registered.
TYPE_E_UNDEFINEDTYPE -2147319769 0x80028027 Bound to unknown type.
TYPE_E_QUALIFIEDNAMEDISALLOWED -2147319768 0x80028028 Qualified name disallowed.
TYPE_E_INVALIDSTATE -2147319767 0x80028029 Invalid forward reference, or reference to uncompiled type.
TYPE_E_WRONGTYPEKIND -2147319766 0x8002802a Type mismatch.
TYPE_E_ELEMENTNOTFOUND -2147319765 0x8002802b Element not found.
TYPE_E_AMBIGUOUSNAME -2147319764 0x8002802c Ambiguous name.
TYPE_E_NAMECONFLICT -2147319763 0x8002802d Name already exists in the library.
TYPE_E_UNKNOWNLCID -2147319762 0x8002802e Unknown LCID.
TYPE_E_DLLFUNCTIONNOTFOUND -2147319761 0x8002802f Function not defined in specified DLL.
TYPE_E_BADMODULEKIND -2147317571 0x800288bd Wrong module kind for the operation.
TYPE_E_SIZETOOBIG -2147317563 0x800288c5 Size may not exceed 64K.
TYPE_E_DUPLICATEID -2147317562 0x800288c6 Duplicate ID in inheritance hierarchy.
TYPE_E_INVALIDID -2147317553 0x800288cf Incorrect inheritance depth in standard OLE hmember.
TYPE_E_TYPEMISMATCH -2147316576 0x80028ca0 Type mismatch.
TYPE_E_OUTOFBOUNDS -2147316575 0x80028ca1 Invalid number of arguments.
TYPE_E_IOERROR -2147316574 0x80028ca2 I/O Error.
TYPE_E_CANTCREATETMPFILE -2147316573 0x80028ca3 Error creating unique tmp file.
TYPE_E_CANTLOADLIBRARY -2147312566 0x80029c4a Error loading type library/DLL.
TYPE_E_INCONSISTENTPROPFUNCS -2147312509 0x80029c83 Inconsistent property functions.
TYPE_E_CIRCULARTYPE -2147312508 0x80029c84 Circular dependency between types/modules.
STG_E_INVALIDFUNCTION -2147287039 0x80030001 Unable to perform requested operation.
STG_E_FILENOTFOUND -2147287038 0x80030002 %1 could not be found.
STG_E_PATHNOTFOUND -2147287037 0x80030003 The path %1 could not be found.
STG_E_TOOMANYOPENFILES -2147287036 0x80030004 There are insufficient resources to open another file.
STG_E_ACCESSDENIED -2147287035 0x80030005 Access Denied.
STG_E_INVALIDHANDLE -2147287034 0x80030006 Attempted an operation on an invalid object.
STG_E_INSUFFICIENTMEMORY -2147287032 0x80030008 There is insufficient memory available to complete operation.
STG_E_INVALIDPOINTER -2147287031 0x80030009 Invalid pointer error.
STG_E_NOMOREFILES -2147287022 0x80030012 There are no more entries to return.
STG_E_DISKISWRITEPROTECTED -2147287021 0x80030013 Disk is write-protected.
STG_E_SEEKERROR -2147287015 0x80030019 An error occurred during a seek operation.
STG_E_WRITEFAULT -2147287011 0x8003001d A disk error occurred during a write operation.
STG_E_READFAULT -2147287010 0x8003001e A disk error occurred during a read operation.
STG_E_SHAREVIOLATION -2147287008 0x80030020 A share violation has occurred.
STG_E_LOCKVIOLATION -2147287007 0x80030021 A lock violation has occurred.
STG_E_FILEALREADYEXISTS -2147286960 0x80030050 %1 already exists.
STG_E_INVALIDPARAMETER -2147286953 0x80030057 Invalid parameter error.
STG_E_MEDIUMFULL -2147286928 0x80030070 There is insufficient disk space to complete operation.
STG_E_PROPSETMISMATCHED -2147286800 0x800300f0 Illegal write of non-simple property to simple property set.
STG_E_ABNORMALAPIEXIT -2147286790 0x800300fa An API call exited abnormally.
STG_E_INVALIDHEADER -2147286789 0x800300fb The file %1 is not a valid compound file.
STG_E_INVALIDNAME -2147286788 0x800300fc The name %1 is not valid.
STG_E_UNKNOWN -2147286787 0x800300fd An unexpected error occurred.
STG_E_UNIMPLEMENTEDFUNCTION -2147286786 0x800300fe That function is not implemented.
STG_E_INVALIDFLAG -2147286785 0x800300ff Invalid flag error.
STG_E_INUSE -2147286784 0x80030100 Attempted to use an object that is busy.
STG_E_NOTCURRENT -2147286783 0x80030101 The storage has been changed since the last commit.
STG_E_REVERTED -2147286782 0x80030102 Attempted to use an object that has ceased to exist.
STG_E_CANTSAVE -2147286781 0x80030103 Can't save.
STG_E_OLDFORMAT -2147286780 0x80030104 The compound file %1 was produced with an incompatible version of storage.
STG_E_OLDDLL -2147286779 0x80030105 The compound file %1 was produced with a newer version of storage.
STG_E_SHAREREQUIRED -2147286778 0x80030106 Share.exe or equivalent is required for operation.
STG_E_NOTFILEBASEDSTORAGE -2147286777 0x80030107 Illegal operation called on non-file based storage.
STG_E_EXTANTMARSHALLINGS -2147286776 0x80030108 Illegal operation called on object with extant marshallings.
STG_E_DOCFILECORRUPT -2147286775 0x80030109 The docfile has been corrupted.
STG_E_BADBASEADDRESS -2147286768 0x80030110 OLE32.DLL has been loaded at the wrong address.
STG_E_DOCFILETOOLARGE -2147286767 0x80030111 The compound file is too large for the current implementation
STG_E_NOTSIMPLEFORMAT -2147286766 0x80030112 The compound file was not created with the STGM_SIMPLE flag
STG_E_INCOMPLETE -2147286527 0x80030201 The file download was aborted abnormally. The file is incomplete.
STG_E_TERMINATED -2147286526 0x80030202 The file download has been terminated.
STG_S_CONVERTED 197120 0x30200 The underlying file was converted to compound file format.
STG_S_BLOCK 197121 0x30201 The storage operation should block until more data is available.
STG_S_RETRYNOW 197122 0x30202 The storage operation should retry immediately.
STG_S_MONITORING 197123 0x30203 The notified event sink will not influence the storage operation.
STG_S_MULTIPLEOPENS 197124 0x30204 Multiple opens prevent consolidated. (commit succeeded).
STG_S_CONSOLIDATIONFAILED 197125 0x30205 Consolidation of the storage file failed. (commit succeeded).
STG_S_CANNOTCONSOLIDATE 197126 0x30206 Consolidation of the storage file is inappropriate. (commit succeeded).
STG_S_POWER_CYCLE_REQUIRED 197127 0x30207 The device needs to be power cycled. (commit succeeded).
STG_E_FIRMWARE_SLOT_INVALID -2147286520 0x80030208 The specified firmware slot is invalid.
STG_E_FIRMWARE_IMAGE_INVALID -2147286519 0x80030209 The specified firmware image is invalid.
STG_E_DEVICE_UNRESPONSIVE -2147286518 0x8003020a The storage device is unresponsive.
STG_E_STATUS_COPY_PROTECTION_FAILURE -2147286267 0x80030305 Generic Copy Protection Error.
STG_E_CSS_AUTHENTICATION_FAILURE -2147286266 0x80030306 Copy Protection Error - DVD CSS Authentication failed.
STG_E_CSS_KEY_NOT_PRESENT -2147286265 0x80030307 Copy Protection Error - The given sector does not have a valid CSS key.
STG_E_CSS_KEY_NOT_ESTABLISHED -2147286264 0x80030308 Copy Protection Error - DVD session key not established.
STG_E_CSS_SCRAMBLED_SECTOR -2147286263 0x80030309 Copy Protection Error - The read failed because the sector is encrypted.
STG_E_CSS_REGION_MISMATCH -2147286262 0x8003030a Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive.
STG_E_RESETS_EXHAUSTED -2147286261 0x8003030b Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted.
RPC_E_CALL_REJECTED -2147418111 0x80010001 Call was rejected by callee.
RPC_E_CALL_CANCELED -2147418110 0x80010002 Call was canceled by the message filter.
RPC_E_CANTPOST_INSENDCALL -2147418109 0x80010003 The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage.
RPC_E_CANTCALLOUT_INASYNCCALL -2147418108 0x80010004 The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call.
RPC_E_CANTCALLOUT_INEXTERNALCALL -2147418107 0x80010005 It is illegal to call out while inside message filter.
RPC_E_CONNECTION_TERMINATED -2147418106 0x80010006 The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid.
RPC_E_SERVER_DIED -2147418105 0x80010007 The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed.
RPC_E_CLIENT_DIED -2147418104 0x80010008 The caller (client) disappeared while the callee (server) was processing a call.
RPC_E_INVALID_DATAPACKET -2147418103 0x80010009 The data packet with the marshalled parameter data is incorrect.
RPC_E_CANTTRANSMIT_CALL -2147418102 0x8001000a The call was not transmitted properly; the message queue was full and was not emptied after yielding.
RPC_E_CLIENT_CANTMARSHAL_DATA -2147418101 0x8001000b The client (caller) cannot marshall the parameter data - low memory, etc.
RPC_E_CLIENT_CANTUNMARSHAL_DATA -2147418100 0x8001000c The client (caller) cannot unmarshall the return data - low memory, etc.
RPC_E_SERVER_CANTMARSHAL_DATA -2147418099 0x8001000d The server (callee) cannot marshall the return data - low memory, etc.
RPC_E_SERVER_CANTUNMARSHAL_DATA -2147418098 0x8001000e The server (callee) cannot unmarshall the parameter data - low memory, etc.
RPC_E_INVALID_DATA -2147418097 0x8001000f Received data is invalid; could be server or client data.
RPC_E_INVALID_PARAMETER -2147418096 0x80010010 A particular parameter is invalid and cannot be (un)marshalled.
RPC_E_CANTCALLOUT_AGAIN -2147418095 0x80010011 There is no second outgoing call on same channel in DDE conversation.
RPC_E_SERVER_DIED_DNE -2147418094 0x80010012 The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.
RPC_E_SYS_CALL_FAILED -2147417856 0x80010100 System call failed.
RPC_E_OUT_OF_RESOURCES -2147417855 0x80010101 Could not allocate some required resource (memory, events, ...)
RPC_E_ATTEMPTED_MULTITHREAD -2147417854 0x80010102 Attempted to make calls on more than one thread in single threaded mode.
RPC_E_NOT_REGISTERED -2147417853 0x80010103 The requested interface is not registered on the server object.
RPC_E_FAULT -2147417852 0x80010104 RPC could not call the server or could not return the results of calling the server.
RPC_E_SERVERFAULT -2147417851 0x80010105 The server threw an exception.
RPC_E_CHANGED_MODE -2147417850 0x80010106 Cannot change thread mode after it is set.
RPC_E_INVALIDMETHOD -2147417849 0x80010107 The method called does not exist on the server.
RPC_E_DISCONNECTED -2147417848 0x80010108 The object invoked has disconnected from its clients.
RPC_E_RETRY -2147417847 0x80010109 The object invoked chose not to process the call now. Try again later.
RPC_E_SERVERCALL_RETRYLATER -2147417846 0x8001010a The message filter indicated that the application is busy.
RPC_E_SERVERCALL_REJECTED -2147417845 0x8001010b The message filter rejected the call.
RPC_E_INVALID_CALLDATA -2147417844 0x8001010c A call control interfaces was called with invalid data.
RPC_E_CANTCALLOUT_ININPUTSYNCCALL -2147417843 0x8001010d An outgoing call cannot be made since the application is dispatching an input-synchronous call.
RPC_E_WRONG_THREAD -2147417842 0x8001010e The application called an interface that was marshalled for a different thread.
RPC_E_THREAD_NOT_INIT -2147417841 0x8001010f CoInitialize has not been called on the current thread.
RPC_E_VERSION_MISMATCH -2147417840 0x80010110 The version of OLE on the client and server machines does not match.
RPC_E_INVALID_HEADER -2147417839 0x80010111 OLE received a packet with an invalid header.
RPC_E_INVALID_EXTENSION -2147417838 0x80010112 OLE received a packet with an invalid extension.
RPC_E_INVALID_IPID -2147417837 0x80010113 The requested object or interface does not exist.
RPC_E_INVALID_OBJECT -2147417836 0x80010114 The requested object does not exist.
RPC_S_CALLPENDING -2147417835 0x80010115 OLE has sent a request and is waiting for a reply.
RPC_S_WAITONTIMER -2147417834 0x80010116 OLE is waiting before retrying a request.
RPC_E_CALL_COMPLETE -2147417833 0x80010117 Call context cannot be accessed after call completed.
RPC_E_UNSECURE_CALL -2147417832 0x80010118 Impersonate on unsecure calls is not supported.
RPC_E_TOO_LATE -2147417831 0x80010119 Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized.
RPC_E_NO_GOOD_SECURITY_PACKAGES -2147417830 0x8001011a No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server.
RPC_E_ACCESS_DENIED -2147417829 0x8001011b Access is denied.
RPC_E_REMOTE_DISABLED -2147417828 0x8001011c Remote calls are not allowed for this process.
RPC_E_INVALID_OBJREF -2147417827 0x8001011d The marshaled interface data packet (OBJREF) has an invalid or unknown format.
RPC_E_NO_CONTEXT -2147417826 0x8001011e No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call.
RPC_E_TIMEOUT -2147417825 0x8001011f This operation returned because the timeout period expired.
RPC_E_NO_SYNC -2147417824 0x80010120 There are no synchronize objects to wait on.
RPC_E_FULLSIC_REQUIRED -2147417823 0x80010121 Full subject issuer chain SSL principal name expected from the server.
RPC_E_INVALID_STD_NAME -2147417822 0x80010122 Principal name is not a valid MSSTD name.
CO_E_FAILEDTOIMPERSONATE -2147417821 0x80010123 Unable to impersonate DCOM client
CO_E_FAILEDTOGETSECCTX -2147417820 0x80010124 Unable to obtain server's security context
CO_E_FAILEDTOOPENTHREADTOKEN -2147417819 0x80010125 Unable to open the access token of the current thread
CO_E_FAILEDTOGETTOKENINFO -2147417818 0x80010126 Unable to obtain user info from an access token
CO_E_TRUSTEEDOESNTMATCHCLIENT -2147417817 0x80010127 The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method
CO_E_FAILEDTOQUERYCLIENTBLANKET -2147417816 0x80010128 Unable to obtain the client's security blanket
CO_E_FAILEDTOSETDACL -2147417815 0x80010129 Unable to set a discretionary ACL into a security descriptor
CO_E_ACCESSCHECKFAILED -2147417814 0x8001012a The system function, AccessCheck, returned false
CO_E_NETACCESSAPIFAILED -2147417813 0x8001012b Either NetAccessDel or NetAccessAdd returned an error code.
CO_E_WRONGTRUSTEENAMESYNTAX -2147417812 0x8001012c One of the trustee strings provided by the user did not conform to the <Name> syntax and it was not the "*" string
CO_E_INVALIDSID -2147417811 0x8001012d One of the security identifiers provided by the user was invalid
CO_E_CONVERSIONFAILED -2147417810 0x8001012e Unable to convert a wide character trustee string to a multibyte trustee string
CO_E_NOMATCHINGSIDFOUND -2147417809 0x8001012f Unable to find a security identifier that corresponds to a trustee string provided by the user
CO_E_LOOKUPACCSIDFAILED -2147417808 0x80010130 The system function, LookupAccountSID, failed
CO_E_NOMATCHINGNAMEFOUND -2147417807 0x80010131 Unable to find a trustee name that corresponds to a security identifier provided by the user
CO_E_LOOKUPACCNAMEFAILED -2147417806 0x80010132 The system function, LookupAccountName, failed
CO_E_SETSERLHNDLFAILED -2147417805 0x80010133 Unable to set or reset a serialization handle
CO_E_FAILEDTOGETWINDIR -2147417804 0x80010134 Unable to obtain the Windows directory
CO_E_PATHTOOLONG -2147417803 0x80010135 Path too long
CO_E_FAILEDTOGENUUID -2147417802 0x80010136 Unable to generate a uuid.
CO_E_FAILEDTOCREATEFILE -2147417801 0x80010137 Unable to create file
CO_E_FAILEDTOCLOSEHANDLE -2147417800 0x80010138 Unable to close a serialization handle or a file handle.
CO_E_EXCEEDSYSACLLIMIT -2147417799 0x80010139 The number of ACEs in an ACL exceeds the system limit.
CO_E_ACESINWRONGORDER -2147417798 0x8001013a Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
CO_E_INCOMPATIBLESTREAMVERSION -2147417797 0x8001013b The version of ACL format in the stream is not supported by this implementation of IAccessControl
CO_E_FAILEDTOOPENPROCESSTOKEN -2147417796 0x8001013c Unable to open the access token of the server process
CO_E_DECODEFAILED -2147417795 0x8001013d Unable to decode the ACL in the stream provided by the user
CO_E_ACNOTINITIALIZED -2147417793 0x8001013f The COM IAccessControl object is not initialized
CO_E_CANCEL_DISABLED -2147417792 0x80010140 Call Cancellation is disabled
RPC_E_UNEXPECTED -2147352577 0x8001ffff An internal error occurred.
ERROR_AUDITING_DISABLED -1073151999 0xc0090001 The specified event is currently not being audited.
ERROR_ALL_SIDS_FILTERED -1073151998 0xc0090002 The SID filtering operation removed all SIDs.
ERROR_BIZRULES_NOT_ENABLED -1073151997 0xc0090003 Business rule scripts are disabled for the calling application.
NTE_BAD_UID -2146893823 0x80090001 Bad UID.
NTE_BAD_HASH -2146893822 0x80090002 Bad Hash.
NTE_BAD_KEY -2146893821 0x80090003 Bad Key.
NTE_BAD_LEN -2146893820 0x80090004 Bad Length.
NTE_BAD_DATA -2146893819 0x80090005 Bad Data.
NTE_BAD_SIGNATURE -2146893818 0x80090006 Invalid Signature.
NTE_BAD_VER -2146893817 0x80090007 Bad Version of provider.
NTE_BAD_ALGID -2146893816 0x80090008 Invalid algorithm specified.
NTE_BAD_FLAGS -2146893815 0x80090009 Invalid flags specified.
NTE_BAD_TYPE -2146893814 0x8009000a Invalid type specified.
NTE_BAD_KEY_STATE -2146893813 0x8009000b Key not valid for use in specified state.
NTE_BAD_HASH_STATE -2146893812 0x8009000c Hash not valid for use in specified state.
NTE_NO_KEY -2146893811 0x8009000d Key does not exist.
NTE_NO_MEMORY -2146893810 0x8009000e Insufficient memory available for the operation.
NTE_EXISTS -2146893809 0x8009000f Object already exists.
NTE_PERM -2146893808 0x80090010 Access denied.
NTE_NOT_FOUND -2146893807 0x80090011 Object was not found.
NTE_DOUBLE_ENCRYPT -2146893806 0x80090012 Data already encrypted.
NTE_BAD_PROVIDER -2146893805 0x80090013 Invalid provider specified.
NTE_BAD_PROV_TYPE -2146893804 0x80090014 Invalid provider type specified.
NTE_BAD_PUBLIC_KEY -2146893803 0x80090015 Provider's public key is invalid.
NTE_BAD_KEYSET -2146893802 0x80090016 Keyset does not exist
NTE_PROV_TYPE_NOT_DEF -2146893801 0x80090017 Provider type not defined.
NTE_PROV_TYPE_ENTRY_BAD -2146893800 0x80090018 Provider type as registered is invalid.
NTE_KEYSET_NOT_DEF -2146893799 0x80090019 The keyset is not defined.
NTE_KEYSET_ENTRY_BAD -2146893798 0x8009001a Keyset as registered is invalid.
NTE_PROV_TYPE_NO_MATCH -2146893797 0x8009001b Provider type does not match registered value.
NTE_SIGNATURE_FILE_BAD -2146893796 0x8009001c The digital signature file is corrupt.
NTE_PROVIDER_DLL_FAIL -2146893795 0x8009001d Provider DLL failed to initialize correctly.
NTE_PROV_DLL_NOT_FOUND -2146893794 0x8009001e Provider DLL could not be found.
NTE_BAD_KEYSET_PARAM -2146893793 0x8009001f The Keyset parameter is invalid.
NTE_FAIL -2146893792 0x80090020 An internal error occurred.
NTE_SYS_ERR -2146893791 0x80090021 A base error occurred.
NTE_SILENT_CONTEXT -2146893790 0x80090022 Provider could not perform the action since the context was acquired as silent.
NTE_TOKEN_KEYSET_STORAGE_FULL -2146893789 0x80090023 The security token does not have storage space available for an additional container.
NTE_TEMPORARY_PROFILE -2146893788 0x80090024 The profile for the user is a temporary profile.
NTE_FIXEDPARAMETER -2146893787 0x80090025 The key parameters could not be set because the CSP uses fixed parameters.
NTE_INVALID_HANDLE -2146893786 0x80090026 The supplied handle is invalid.
NTE_INVALID_PARAMETER -2146893785 0x80090027 The parameter is incorrect.
NTE_BUFFER_TOO_SMALL -2146893784 0x80090028 The buffer supplied to a function was too small.
NTE_NOT_SUPPORTED -2146893783 0x80090029 The requested operation is not supported.
NTE_NO_MORE_ITEMS -2146893782 0x8009002a No more data is available.
NTE_BUFFERS_OVERLAP -2146893781 0x8009002b The supplied buffers overlap incorrectly.
NTE_DECRYPTION_FAILURE -2146893780 0x8009002c The specified data could not be decrypted.
NTE_INTERNAL_ERROR -2146893779 0x8009002d An internal consistency check failed.
NTE_UI_REQUIRED -2146893778 0x8009002e This operation requires input from the user.
NTE_HMAC_NOT_SUPPORTED -2146893777 0x8009002f The cryptographic provider does not support HMAC.
NTE_DEVICE_NOT_READY -2146893776 0x80090030 The device that is required by this cryptographic provider is not ready for use.
NTE_AUTHENTICATION_IGNORED -2146893775 0x80090031 The dictionary attack mitigation is triggered and the provided authorization was ignored by the provider.
NTE_VALIDATION_FAILED -2146893774 0x80090032 The validation of the provided data failed the integrity or signature validation.
NTE_INCORRECT_PASSWORD -2146893773 0x80090033 Incorrect password.
NTE_ENCRYPTION_FAILURE -2146893772 0x80090034 Encryption failed.
NTE_DEVICE_NOT_FOUND -2146893771 0x80090035 The device that is required by this cryptographic provider is not found on this platform.
NTE_USER_CANCELLED -2146893770 0x80090036 The action was cancelled by the user.
NTE_PASSWORD_CHANGE_REQUIRED -2146893769 0x80090037 The password is no longer valid and must be changed.
NTE_NOT_ACTIVE_CONSOLE -2146893768 0x80090038 The operation cannot be completed from Terminal Server client sessions.
SEC_E_INSUFFICIENT_MEMORY -2146893056 0x80090300 Not enough memory is available to complete this request
SEC_E_INVALID_HANDLE -2146893055 0x80090301 The handle specified is invalid
SEC_E_UNSUPPORTED_FUNCTION -2146893054 0x80090302 The function requested is not supported
SEC_E_TARGET_UNKNOWN -2146893053 0x80090303 The specified target is unknown or unreachable
SEC_E_INTERNAL_ERROR -2146893052 0x80090304 The Local Security Authority cannot be contacted
SEC_E_SECPKG_NOT_FOUND -2146893051 0x80090305 The requested security package does not exist
SEC_E_NOT_OWNER -2146893050 0x80090306 The caller is not the owner of the desired credentials
SEC_E_CANNOT_INSTALL -2146893049 0x80090307 The security package failed to initialize, and cannot be installed
SEC_E_INVALID_TOKEN -2146893048 0x80090308 The token supplied to the function is invalid
SEC_E_CANNOT_PACK -2146893047 0x80090309 The security package is not able to marshall the logon buffer, so the logon attempt has failed
SEC_E_QOP_NOT_SUPPORTED -2146893046 0x8009030a The per-message Quality of Protection is not supported by the security package
SEC_E_NO_IMPERSONATION -2146893045 0x8009030b The security context does not allow impersonation of the client
SEC_E_LOGON_DENIED -2146893044 0x8009030c The logon attempt failed
SEC_E_UNKNOWN_CREDENTIALS -2146893043 0x8009030d The credentials supplied to the package were not recognized
SEC_E_NO_CREDENTIALS -2146893042 0x8009030e No credentials are available in the security package
SEC_E_MESSAGE_ALTERED -2146893041 0x8009030f The message or signature supplied for verification has been altered
SEC_E_OUT_OF_SEQUENCE -2146893040 0x80090310 The message supplied for verification is out of sequence
SEC_E_NO_AUTHENTICATING_AUTHORITY -2146893039 0x80090311 No authority could be contacted for authentication.
SEC_I_CONTINUE_NEEDED 590610 0x90312 The function completed successfully, but must be called again to complete the context
SEC_I_COMPLETE_NEEDED 590611 0x90313 The function completed successfully, but CompleteToken must be called
SEC_I_COMPLETE_AND_CONTINUE 590612 0x90314 The function completed successfully, but both CompleteToken and this function must be called to complete the context
SEC_I_LOCAL_LOGON 590613 0x90315 The logon was completed, but no network authority was available. The logon was made using locally known information
SEC_I_GENERIC_EXTENSION_RECEIVED 590614 0x90316 Schannel has received a TLS extension the SSPI caller subscribed to.
SEC_E_BAD_PKGID -2146893034 0x80090316 The requested security package does not exist
SEC_E_CONTEXT_EXPIRED -2146893033 0x80090317 The context has expired and can no longer be used.
SEC_I_CONTEXT_EXPIRED 590615 0x90317 The context has expired and can no longer be used.
SEC_E_INCOMPLETE_MESSAGE -2146893032 0x80090318 The supplied message is incomplete. The signature was not verified.
SEC_E_INCOMPLETE_CREDENTIALS -2146893024 0x80090320 The credentials supplied were not complete, and could not be verified. The context could not be initialized.
SEC_E_BUFFER_TOO_SMALL -2146893023 0x80090321 The buffers supplied to a function was too small.
SEC_I_INCOMPLETE_CREDENTIALS 590624 0x90320 The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context.
SEC_I_RENEGOTIATE 590625 0x90321 The context data must be renegotiated with the peer.
SEC_E_WRONG_PRINCIPAL -2146893022 0x80090322 The target principal name is incorrect.
SEC_I_NO_LSA_CONTEXT 590627 0x90323 There is no LSA mode context associated with this context.
SEC_E_TIME_SKEW -2146893020 0x80090324 The clocks on the client and server machines are skewed.
SEC_E_UNTRUSTED_ROOT -2146893019 0x80090325 The certificate chain was issued by an authority that is not trusted.
SEC_E_ILLEGAL_MESSAGE -2146893018 0x80090326 The message received was unexpected or badly formatted.
SEC_E_CERT_UNKNOWN -2146893017 0x80090327 An unknown error occurred while processing the certificate.
SEC_E_CERT_EXPIRED -2146893016 0x80090328 The received certificate has expired.
SEC_E_ENCRYPT_FAILURE -2146893015 0x80090329 The specified data could not be encrypted.
SEC_E_DECRYPT_FAILURE -2146893008 0x80090330 The specified data could not be decrypted.\r\n
SEC_E_ALGORITHM_MISMATCH -2146893007 0x80090331 The client and server cannot communicate, because they do not possess a common algorithm.
SEC_E_SECURITY_QOS_FAILED -2146893006 0x80090332 The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation).
SEC_E_UNFINISHED_CONTEXT_DELETED -2146893005 0x80090333 A security context was deleted before the context was completed. This is considered a logon failure.
SEC_E_NO_TGT_REPLY -2146893004 0x80090334 The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.
SEC_E_NO_IP_ADDRESSES -2146893003 0x80090335 Unable to accomplish the requested task because the local machine does not have any IP addresses.
SEC_E_WRONG_CREDENTIAL_HANDLE -2146893002 0x80090336 The supplied credential handle does not match the credential associated with the security context.
SEC_E_CRYPTO_SYSTEM_INVALID -2146893001 0x80090337 The crypto system or checksum function is invalid because a required function is unavailable.
SEC_E_MAX_REFERRALS_EXCEEDED -2146893000 0x80090338 The number of maximum ticket referrals has been exceeded.
SEC_E_MUST_BE_KDC -2146892999 0x80090339 The local machine must be a Kerberos KDC (domain controller) and it is not.
SEC_E_STRONG_CRYPTO_NOT_SUPPORTED -2146892998 0x8009033a The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
SEC_E_TOO_MANY_PRINCIPALS -2146892997 0x8009033b The KDC reply contained more than one principal name.
SEC_E_NO_PA_DATA -2146892996 0x8009033c Expected to find PA data for a hint of what etype to use, but it was not found.
SEC_E_PKINIT_NAME_MISMATCH -2146892995 0x8009033d The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Please contact your administrator.
SEC_E_SMARTCARD_LOGON_REQUIRED -2146892994 0x8009033e Smartcard logon is required and was not used.
SEC_E_SHUTDOWN_IN_PROGRESS -2146892993 0x8009033f A system shutdown is in progress.
SEC_E_KDC_INVALID_REQUEST -2146892992 0x80090340 An invalid request was sent to the KDC.
SEC_E_KDC_UNABLE_TO_REFER -2146892991 0x80090341 The KDC was unable to generate a referral for the service requested.
SEC_E_KDC_UNKNOWN_ETYPE -2146892990 0x80090342 The encryption type requested is not supported by the KDC.
SEC_E_UNSUPPORTED_PREAUTH -2146892989 0x80090343 An unsupported preauthentication mechanism was presented to the Kerberos package.
SEC_E_DELEGATION_REQUIRED -2146892987 0x80090345 The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.
SEC_E_BAD_BINDINGS -2146892986 0x80090346 Client's supplied SSPI channel bindings were incorrect.
SEC_E_MULTIPLE_ACCOUNTS -2146892985 0x80090347 The received certificate was mapped to multiple accounts.
SEC_E_NO_KERB_KEY -2146892984 0x80090348 SEC_E_NO_KERB_KEY
SEC_E_CERT_WRONG_USAGE -2146892983 0x80090349 The certificate is not valid for the requested usage.
SEC_E_DOWNGRADE_DETECTED -2146892976 0x80090350 The system cannot contact a domain controller to service the authentication request. Please try again later.
SEC_E_SMARTCARD_CERT_REVOKED -2146892975 0x80090351 The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.
SEC_E_ISSUING_CA_UNTRUSTED -2146892974 0x80090352 An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator.
SEC_E_REVOCATION_OFFLINE_C -2146892973 0x80090353 The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.
SEC_E_PKINIT_CLIENT_FAILURE -2146892972 0x80090354 The smartcard certificate used for authentication was not trusted. Please contact your system administrator.
SEC_E_SMARTCARD_CERT_EXPIRED -2146892971 0x80090355 The smartcard certificate used for authentication has expired. Please contact your system administrator.
SEC_E_CROSSREALM_DELEGATION_FAILURE -2146892969 0x80090357 An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator.
SEC_E_REVOCATION_OFFLINE_KDC -2146892968 0x80090358 The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator.
SEC_E_ISSUING_CA_UNTRUSTED_KDC -2146892967 0x80090359 An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator.
SEC_E_KDC_CERT_EXPIRED -2146892966 0x8009035a The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log.
SEC_E_KDC_CERT_REVOKED -2146892965 0x8009035b The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log.
SEC_I_SIGNATURE_NEEDED 590684 0x9035c A signature operation must be performed before the user can authenticate.
SEC_E_INVALID_PARAMETER -2146892963 0x8009035d One or more of the parameters passed to the function was invalid.
SEC_E_DELEGATION_POLICY -2146892962 0x8009035e Client policy does not allow credential delegation to target server.
SEC_E_POLICY_NLTM_ONLY -2146892961 0x8009035f Client policy does not allow credential delegation to target server with NLTM only authentication.
SEC_I_NO_RENEGOTIATION 590688 0x90360 The recipient rejected the renegotiation request.
SEC_E_NO_CONTEXT -2146892959 0x80090361 The required security context does not exist.
SEC_E_MUTUAL_AUTH_FAILED -2146892957 0x80090363 The identity of the server computer could not be verified.
SEC_I_MESSAGE_FRAGMENT 590692 0x90364 The returned buffer is only a fragment of the message. More fragments need to be returned.
SEC_E_ONLY_HTTPS_ALLOWED -2146892955 0x80090365 Only https scheme is allowed.
SEC_I_CONTINUE_NEEDED_MESSAGE_OK 590694 0x90366 The function completed successfully, but must be called again to complete the context. Early start can be used.
SEC_E_APPLICATION_PROTOCOL_MISMATCH -2146892953 0x80090367 No common application protocol exists between the client and the server. Application protocol negotiation failed.
SEC_I_ASYNC_CALL_PENDING 590696 0x90368 An asynchronous SSPI routine has been called and the work is pending completion.
SEC_E_INVALID_UPN_NAME -2146892951 0x80090369 You can't sign in with a user ID in this format. Try using your email address instead.
SEC_E_EXT_BUFFER_TOO_SMALL -2146892950 0x8009036a The buffer supplied by the SSPI caller to receive generic extensions is too small.
SEC_E_INSUFFICIENT_BUFFERS -2146892949 0x8009036b Not enough secbuffers were supplied to generate a token.
CRYPT_E_MSG_ERROR -2146889727 0x80091001 An error occurred while performing an operation on a cryptographic message.
CRYPT_E_UNKNOWN_ALGO -2146889726 0x80091002 Unknown cryptographic algorithm.
CRYPT_E_OID_FORMAT -2146889725 0x80091003 The object identifier is poorly formatted.
CRYPT_E_INVALID_MSG_TYPE -2146889724 0x80091004 Invalid cryptographic message type.
CRYPT_E_UNEXPECTED_ENCODING -2146889723 0x80091005 Unexpected cryptographic message encoding.
CRYPT_E_AUTH_ATTR_MISSING -2146889722 0x80091006 The cryptographic message does not contain an expected authenticated attribute.
CRYPT_E_HASH_VALUE -2146889721 0x80091007 The hash value is not correct.
CRYPT_E_INVALID_INDEX -2146889720 0x80091008 The index value is not valid.
CRYPT_E_ALREADY_DECRYPTED -2146889719 0x80091009 The content of the cryptographic message has already been decrypted.
CRYPT_E_NOT_DECRYPTED -2146889718 0x8009100a The content of the cryptographic message has not been decrypted yet.
CRYPT_E_RECIPIENT_NOT_FOUND -2146889717 0x8009100b The enveloped-data message does not contain the specified recipient.
CRYPT_E_CONTROL_TYPE -2146889716 0x8009100c Invalid control type.
CRYPT_E_ISSUER_SERIALNUMBER -2146889715 0x8009100d Invalid issuer and/or serial number.
CRYPT_E_SIGNER_NOT_FOUND -2146889714 0x8009100e Cannot find the original signer.
CRYPT_E_ATTRIBUTES_MISSING -2146889713 0x8009100f The cryptographic message does not contain all of the requested attributes.
CRYPT_E_STREAM_MSG_NOT_READY -2146889712 0x80091010 The streamed cryptographic message is not ready to return data.
CRYPT_E_STREAM_INSUFFICIENT_DATA -2146889711 0x80091011 The streamed cryptographic message requires more data to complete the decode operation.
CRYPT_I_NEW_PROTECTION_REQUIRED 593938 0x91012 The protected data needs to be re-protected.
CRYPT_E_BAD_LEN -2146885631 0x80092001 The length specified for the output data was insufficient.
CRYPT_E_BAD_ENCODE -2146885630 0x80092002 An error occurred during encode or decode operation.
CRYPT_E_FILE_ERROR -2146885629 0x80092003 An error occurred while reading or writing to a file.
CRYPT_E_NOT_FOUND -2146885628 0x80092004 Cannot find object or property.
CRYPT_E_EXISTS -2146885627 0x80092005 The object or property already exists.
CRYPT_E_NO_PROVIDER -2146885626 0x80092006 No provider was specified for the store or object.
CRYPT_E_SELF_SIGNED -2146885625 0x80092007 The specified certificate is self signed.
CRYPT_E_DELETED_PREV -2146885624 0x80092008 The previous certificate or CRL context was deleted.
CRYPT_E_NO_MATCH -2146885623 0x80092009 Cannot find the requested object.
CRYPT_E_UNEXPECTED_MSG_TYPE -2146885622 0x8009200a The certificate does not have a property that references a private key.
CRYPT_E_NO_KEY_PROPERTY -2146885621 0x8009200b Cannot find the certificate and private key for decryption.
CRYPT_E_NO_DECRYPT_CERT -2146885620 0x8009200c Cannot find the certificate and private key to use for decryption.
CRYPT_E_BAD_MSG -2146885619 0x8009200d Not a cryptographic message or the cryptographic message is not formatted correctly.
CRYPT_E_NO_SIGNER -2146885618 0x8009200e The signed cryptographic message does not have a signer for the specified signer index.
CRYPT_E_PENDING_CLOSE -2146885617 0x8009200f Final closure is pending until additional frees or closes.
CRYPT_E_REVOKED -2146885616 0x80092010 The certificate is revoked.
CRYPT_E_NO_REVOCATION_DLL -2146885615 0x80092011 No Dll or exported function was found to verify revocation.
CRYPT_E_NO_REVOCATION_CHECK -2146885614 0x80092012 The revocation function was unable to check revocation for the certificate.
CRYPT_E_REVOCATION_OFFLINE -2146885613 0x80092013 The revocation function was unable to check revocation because the revocation server was offline.
CRYPT_E_NOT_IN_REVOCATION_DATABASE -2146885612 0x80092014 The certificate is not in the revocation server's database.
CRYPT_E_INVALID_NUMERIC_STRING -2146885600 0x80092020 The string contains a non-numeric character.
CRYPT_E_INVALID_PRINTABLE_STRING -2146885599 0x80092021 The string contains a non-printable character.
CRYPT_E_NOT_CHAR_STRING -2146885596 0x80092024 The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_RDN_OCTET_STRING.
CRYPT_E_FILERESIZED -2146885595 0x80092025 The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done.
CRYPT_E_SECURITY_SETTINGS -2146885594 0x80092026 The cryptographic operation failed due to a local security option setting.
CRYPT_E_NO_VERIFY_USAGE_DLL -2146885593 0x80092027 No DLL or exported function was found to verify subject usage.
CRYPT_E_NO_VERIFY_USAGE_CHECK -2146885592 0x80092028 The called function was unable to do a usage check on the subject.
CRYPT_E_VERIFY_USAGE_OFFLINE -2146885591 0x80092029 Since the server was offline, the called function was unable to complete the usage check.
CRYPT_E_NOT_IN_CTL -2146885590 0x8009202a The subject was not found in a Certificate Trust List (CTL).
CRYPT_E_NO_TRUSTED_SIGNER -2146885589 0x8009202b None of the signers of the cryptographic message or certificate trust list is trusted.
CRYPT_E_MISSING_PUBKEY_PARA -2146885588 0x8009202c The public key's algorithm parameters are missing.
CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND -2146885587 0x8009202d An object could not be located using the object locator infrastructure with the given name.
CRYPT_E_OSS_ERROR -2146881536 0x80093000 OSS Certificate encode/decode error code base\r\n\r\nSee asn1code.h for a definition of the OSS runtime errors. The OSS error values are offset by CRYPT_E_OSS_ERROR.
OSS_MORE_BUF -2146881535 0x80093001 OSS ASN.1 Error: Output Buffer is too small.
OSS_NEGATIVE_UINTEGER -2146881534 0x80093002 OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
OSS_PDU_RANGE -2146881533 0x80093003 OSS ASN.1 Error: Unknown ASN.1 data type.
OSS_MORE_INPUT -2146881532 0x80093004 OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated.
OSS_DATA_ERROR -2146881531 0x80093005 OSS ASN.1 Error: Invalid data.
OSS_BAD_ARG -2146881530 0x80093006 OSS ASN.1 Error: Invalid argument.
OSS_BAD_VERSION -2146881529 0x80093007 OSS ASN.1 Error: Encode/Decode version mismatch.
OSS_OUT_MEMORY -2146881528 0x80093008 OSS ASN.1 Error: Out of memory.
OSS_PDU_MISMATCH -2146881527 0x80093009 OSS ASN.1 Error: Encode/Decode Error.
OSS_LIMITED -2146881526 0x8009300a OSS ASN.1 Error: Internal Error.
OSS_BAD_PTR -2146881525 0x8009300b OSS ASN.1 Error: Invalid data.
OSS_BAD_TIME -2146881524 0x8009300c OSS ASN.1 Error: Invalid data.
OSS_INDEFINITE_NOT_SUPPORTED -2146881523 0x8009300d OSS ASN.1 Error: Unsupported BER indefinite-length encoding.
OSS_MEM_ERROR -2146881522 0x8009300e OSS ASN.1 Error: Access violation.
OSS_BAD_TABLE -2146881521 0x8009300f OSS ASN.1 Error: Invalid data.
OSS_TOO_LONG -2146881520 0x80093010 OSS ASN.1 Error: Invalid data.
OSS_CONSTRAINT_VIOLATED -2146881519 0x80093011 OSS ASN.1 Error: Invalid data.
OSS_FATAL_ERROR -2146881518 0x80093012 OSS ASN.1 Error: Internal Error.
OSS_ACCESS_SERIALIZATION_ERROR -2146881517 0x80093013 OSS ASN.1 Error: Multi-threading conflict.
OSS_NULL_TBL -2146881516 0x80093014 OSS ASN.1 Error: Invalid data.
OSS_NULL_FCN -2146881515 0x80093015 OSS ASN.1 Error: Invalid data.
OSS_BAD_ENCRULES -2146881514 0x80093016 OSS ASN.1 Error: Invalid data.
OSS_UNAVAIL_ENCRULES -2146881513 0x80093017 OSS ASN.1 Error: Encode/Decode function not implemented.
OSS_CANT_OPEN_TRACE_WINDOW -2146881512 0x80093018 OSS ASN.1 Error: Trace file error.
OSS_UNIMPLEMENTED -2146881511 0x80093019 OSS ASN.1 Error: Function not implemented.
OSS_OID_DLL_NOT_LINKED -2146881510 0x8009301a OSS ASN.1 Error: Program link error.
OSS_CANT_OPEN_TRACE_FILE -2146881509 0x8009301b OSS ASN.1 Error: Trace file error.
OSS_TRACE_FILE_ALREADY_OPEN -2146881508 0x8009301c OSS ASN.1 Error: Trace file error.
OSS_TABLE_MISMATCH -2146881507 0x8009301d OSS ASN.1 Error: Invalid data.
OSS_TYPE_NOT_SUPPORTED -2146881506 0x8009301e OSS ASN.1 Error: Invalid data.
OSS_REAL_DLL_NOT_LINKED -2146881505 0x8009301f OSS ASN.1 Error: Program link error.
OSS_REAL_CODE_NOT_LINKED -2146881504 0x80093020 OSS ASN.1 Error: Program link error.
OSS_OUT_OF_RANGE -2146881503 0x80093021 OSS ASN.1 Error: Program link error.
OSS_COPIER_DLL_NOT_LINKED -2146881502 0x80093022 OSS ASN.1 Error: Program link error.
OSS_CONSTRAINT_DLL_NOT_LINKED -2146881501 0x80093023 OSS ASN.1 Error: Program link error.
OSS_COMPARATOR_DLL_NOT_LINKED -2146881500 0x80093024 OSS ASN.1 Error: Program link error.
OSS_COMPARATOR_CODE_NOT_LINKED -2146881499 0x80093025 OSS ASN.1 Error: Program link error.
OSS_MEM_MGR_DLL_NOT_LINKED -2146881498 0x80093026 OSS ASN.1 Error: Program link error.
OSS_PDV_DLL_NOT_LINKED -2146881497 0x80093027 OSS ASN.1 Error: Program link error.
OSS_PDV_CODE_NOT_LINKED -2146881496 0x80093028 OSS ASN.1 Error: Program link error.
OSS_API_DLL_NOT_LINKED -2146881495 0x80093029 OSS ASN.1 Error: Program link error.
OSS_BERDER_DLL_NOT_LINKED -2146881494 0x8009302a OSS ASN.1 Error: Program link error.
OSS_PER_DLL_NOT_LINKED -2146881493 0x8009302b OSS ASN.1 Error: Program link error.
OSS_OPEN_TYPE_ERROR -2146881492 0x8009302c OSS ASN.1 Error: Program link error.
OSS_MUTEX_NOT_CREATED -2146881491 0x8009302d OSS ASN.1 Error: System resource error.
OSS_CANT_CLOSE_TRACE_FILE -2146881490 0x8009302e OSS ASN.1 Error: Trace file error.
CERTSRV_E_BAD_REQUESTSUBJECT -2146877439 0x80094001 The request subject name is invalid or too long.
CERTSRV_E_NO_REQUEST -2146877438 0x80094002 The request does not exist.
CERTSRV_E_BAD_REQUESTSTATUS -2146877437 0x80094003 The request's current status does not allow this operation.
CERTSRV_E_PROPERTY_EMPTY -2146877436 0x80094004 The requested property value is empty.
CERTSRV_E_INVALID_CA_CERTIFICATE -2146877435 0x80094005 The certification authority's certificate contains invalid data.
CERTSRV_E_SERVER_SUSPENDED -2146877434 0x80094006 Certificate service has been suspended for a database restore operation.
CERTSRV_E_ENCODING_LENGTH -2146877433 0x80094007 The certificate contains an encoded length that is potentially incompatible with older enrollment software.
CERTSRV_E_ROLECONFLICT -2146877432 0x80094008 The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation.
CERTSRV_E_RESTRICTEDOFFICER -2146877431 0x80094009 The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester.
CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED -2146877430 0x8009400a Cannot archive private key. The certification authority is not configured for key archival.
CERTSRV_E_NO_VALID_KRA -2146877429 0x8009400b Cannot archive private key. The certification authority could not verify one or more key recovery certificates.
CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL -2146877428 0x8009400c The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
CERTSRV_E_NO_CAADMIN_DEFINED -2146877427 0x8009400d At least one security principal must have the permission to manage this CA.
CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE -2146877426 0x8009400e The request contains an invalid renewal certificate attribute.
CERTSRV_E_NO_DB_SESSIONS -2146877425 0x8009400f An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions.
CERTSRV_E_ALIGNMENT_FAULT -2146877424 0x80094010 A memory reference caused a data alignment fault.
CERTSRV_E_ENROLL_DENIED -2146877423 0x80094011 The permissions on this certification authority do not allow the current user to enroll for certificates.
CERTSRV_E_TEMPLATE_DENIED -2146877422 0x80094012 The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE -2146877421 0x80094013 The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access.
CERTSRV_E_ADMIN_DENIED_REQUEST -2146877420 0x80094014 The request was denied by a certificate manager or CA administrator.
CERTSRV_E_NO_POLICY_SERVER -2146877419 0x80094015 An enrollment policy server cannot be located.
CERTSRV_E_WEAK_SIGNATURE_OR_KEY -2146877418 0x80094016 A signature algorithm or public key length does not meet the system's minimum required strength.
CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED -2146877417 0x80094017 Failed to create an attested key. This computer or the cryptographic provider may not meet the hardware requirements to support key attestation.
CERTSRV_E_ENCRYPTION_CERT_REQUIRED -2146877416 0x80094018 No encryption certificate was specified.
CERTSRV_E_UNSUPPORTED_CERT_TYPE -2146875392 0x80094800 The requested certificate template is not supported by this CA.
CERTSRV_E_NO_CERT_TYPE -2146875391 0x80094801 The request contains no certificate template information.
CERTSRV_E_TEMPLATE_CONFLICT -2146875390 0x80094802 The request contains conflicting template information.
CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED -2146875389 0x80094803 The request is missing a required Subject Alternate name extension.
CERTSRV_E_ARCHIVED_KEY_REQUIRED -2146875388 0x80094804 The request is missing a required private key for archival by the server.
CERTSRV_E_SMIME_REQUIRED -2146875387 0x80094805 The request is missing a required SMIME capabilities extension.
CERTSRV_E_BAD_RENEWAL_SUBJECT -2146875386 0x80094806 The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request.
CERTSRV_E_BAD_TEMPLATE_VERSION -2146875385 0x80094807 The request template version is newer than the supported template version.
CERTSRV_E_TEMPLATE_POLICY_REQUIRED -2146875384 0x80094808 The template is missing a required signature policy attribute.
CERTSRV_E_SIGNATURE_POLICY_REQUIRED -2146875383 0x80094809 The request is missing required signature policy information.
CERTSRV_E_SIGNATURE_COUNT -2146875382 0x8009480a The request is missing one or more required signatures.
CERTSRV_E_SIGNATURE_REJECTED -2146875381 0x8009480b One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures.
CERTSRV_E_ISSUANCE_POLICY_REQUIRED -2146875380 0x8009480c The request is missing one or more required signature issuance policies.
CERTSRV_E_SUBJECT_UPN_REQUIRED -2146875379 0x8009480d The UPN is unavailable and cannot be added to the Subject Alternate name.
CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED -2146875378 0x8009480e The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
CERTSRV_E_SUBJECT_DNS_REQUIRED -2146875377 0x8009480f The DNS name is unavailable and cannot be added to the Subject Alternate name.
CERTSRV_E_ARCHIVED_KEY_UNEXPECTED -2146875376 0x80094810 The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template.
CERTSRV_E_KEY_LENGTH -2146875375 0x80094811 The public key does not meet the minimum size required by the specified certificate template.
CERTSRV_E_SUBJECT_EMAIL_REQUIRED -2146875374 0x80094812 The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name.
CERTSRV_E_UNKNOWN_CERT_TYPE -2146875373 0x80094813 One or more certificate templates to be enabled on this certification authority could not be found.
CERTSRV_E_CERT_TYPE_OVERLAP -2146875372 0x80094814 The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed.
CERTSRV_E_TOO_MANY_SIGNATURES -2146875371 0x80094815 The certificate template requires too many RA signatures. Only one RA signature is allowed.
CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY -2146875370 0x80094816 The certificate template requires renewal with the same public key, but the request uses a different public key.
CERTSRV_E_INVALID_EK -2146875369 0x80094817 The certification authority cannot interpret or verify the endorsement key information supplied in the request, or the information is inconsistent.
CERTSRV_E_INVALID_IDBINDING -2146875368 0x80094818 The certification authority cannot validate the Attestation Identity Key Id Binding.
CERTSRV_E_INVALID_ATTESTATION -2146875367 0x80094819 The certification authority cannot validate the private key attestation data.
CERTSRV_E_KEY_ATTESTATION -2146875366 0x8009481a The request does not support private key attestation as defined in the certificate template.
CERTSRV_E_CORRUPT_KEY_ATTESTATION -2146875365 0x8009481b The request public key is not consistent with the private key attestation data.
CERTSRV_E_EXPIRED_CHALLENGE -2146875364 0x8009481c The private key attestation challenge cannot be validated because the encryption certificate has expired, or the certificate or key is unavailable.
CERTSRV_E_INVALID_RESPONSE -2146875363 0x8009481d The client's response could not be validated. It is either unexpected or incorrect.
CERTSRV_E_INVALID_REQUESTID -2146875362 0x8009481e A valid Request ID was not detected in the request attributes, or an invalid one was submitted.
CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH -2146875361 0x8009481f The request is not consistent with the previously generated precertificate.
CERTSRV_E_PENDING_CLIENT_RESPONSE -2146875360 0x80094820 The request is locked against edits until a response is received from the client.
XENROLL_E_KEY_NOT_EXPORTABLE -2146873344 0x80095000 The key is not exportable.
XENROLL_E_CANNOT_ADD_ROOT_CERT -2146873343 0x80095001 You cannot add the root CA certificate into your local store.
XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND -2146873342 0x80095002 The key archival hash attribute was not found in the response.
XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH -2146873341 0x80095003 An unexpected key archival hash attribute was found in the response.
XENROLL_E_RESPONSE_KA_HASH_MISMATCH -2146873340 0x80095004 There is a key archival hash mismatch between the request and the response.
XENROLL_E_KEYSPEC_SMIME_MISMATCH -2146873339 0x80095005 Signing certificate cannot include SMIME extension.
TRUST_E_SYSTEM_ERROR -2146869247 0x80096001 A system-level error occurred while verifying trust.
TRUST_E_NO_SIGNER_CERT -2146869246 0x80096002 The certificate for the signer of the message is invalid or not found.
TRUST_E_COUNTER_SIGNER -2146869245 0x80096003 One of the counter signatures was invalid.
TRUST_E_CERT_SIGNATURE -2146869244 0x80096004 The signature of the certificate cannot be verified.
TRUST_E_TIME_STAMP -2146869243 0x80096005 The timestamp signature and/or certificate could not be verified or is malformed.
TRUST_E_BAD_DIGEST -2146869232 0x80096010 The digital signature of the object did not verify.
TRUST_E_MALFORMED_SIGNATURE -2146869231 0x80096011 The digital signature of the object is malformed. For technical detail, see security bulletin MS13-098.
TRUST_E_BASIC_CONSTRAINTS -2146869223 0x80096019 A certificate's basic constraint extension has not been observed.
TRUST_E_FINANCIAL_CRITERIA -2146869218 0x8009601e The certificate does not meet or contain the Authenticode(tm) financial extensions.
MSSIPOTF_E_OUTOFMEMRANGE -2146865151 0x80097001 Tried to reference a part of the file outside the proper range.
MSSIPOTF_E_CANTGETOBJECT -2146865150 0x80097002 Could not retrieve an object from the file.
MSSIPOTF_E_NOHEADTABLE -2146865149 0x80097003 Could not find the head table in the file.
MSSIPOTF_E_BAD_MAGICNUMBER -2146865148 0x80097004 The magic number in the head table is incorrect.
MSSIPOTF_E_BAD_OFFSET_TABLE -2146865147 0x80097005 The offset table has incorrect values.
MSSIPOTF_E_TABLE_TAGORDER -2146865146 0x80097006 Duplicate table tags or tags out of alphabetical order.
MSSIPOTF_E_TABLE_LONGWORD -2146865145 0x80097007 A table does not start on a long word boundary.
MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT -2146865144 0x80097008 First table does not appear after header information.
MSSIPOTF_E_TABLES_OVERLAP -2146865143 0x80097009 Two or more tables overlap.
MSSIPOTF_E_TABLE_PADBYTES -2146865142 0x8009700a Too many pad bytes between tables or pad bytes are not 0.
MSSIPOTF_E_FILETOOSMALL -2146865141 0x8009700b File is too small to contain the last table.
MSSIPOTF_E_TABLE_CHECKSUM -2146865140 0x8009700c A table checksum is incorrect.
MSSIPOTF_E_FILE_CHECKSUM -2146865139 0x8009700d The file checksum is incorrect.
MSSIPOTF_E_FAILED_POLICY -2146865136 0x80097010 The signature does not have the correct attributes for the policy.
MSSIPOTF_E_FAILED_HINTS_CHECK -2146865135 0x80097011 The file did not pass the hints check.
MSSIPOTF_E_NOT_OPENTYPE -2146865134 0x80097012 The file is not an OpenType file.
MSSIPOTF_E_FILE -2146865133 0x80097013 Failed on a file operation (open, map, read, write).
MSSIPOTF_E_CRYPT -2146865132 0x80097014 A call to a CryptoAPI function failed.
MSSIPOTF_E_BADVERSION -2146865131 0x80097015 There is a bad version number in the file.
MSSIPOTF_E_DSIG_STRUCTURE -2146865130 0x80097016 The structure of the DSIG table is incorrect.
MSSIPOTF_E_PCONST_CHECK -2146865129 0x80097017 A check failed in a partially constant table.
MSSIPOTF_E_STRUCTURE -2146865128 0x80097018 Some kind of structural error.
ERROR_CRED_REQUIRES_CONFIRMATION -2146865127 0x80097019 The requested credential requires confirmation.
TRUST_E_PROVIDER_UNKNOWN -2146762751 0x800b0001 Unknown trust provider.
TRUST_E_ACTION_UNKNOWN -2146762750 0x800b0002 The trust verification action specified is not supported by the specified trust provider.
TRUST_E_SUBJECT_FORM_UNKNOWN -2146762749 0x800b0003 The form specified for the subject is not one supported or known by the specified trust provider.
TRUST_E_SUBJECT_NOT_TRUSTED -2146762748 0x800b0004 The subject is not trusted for the specified action.
DIGSIG_E_ENCODE -2146762747 0x800b0005 Error due to problem in ASN.1 encoding process.
DIGSIG_E_DECODE -2146762746 0x800b0006 Error due to problem in ASN.1 decoding process.
DIGSIG_E_EXTENSIBILITY -2146762745 0x800b0007 Reading / writing Extensions where Attributes are appropriate, and vice versa.
DIGSIG_E_CRYPTO -2146762744 0x800b0008 Unspecified cryptographic failure.
PERSIST_E_SIZEDEFINITE -2146762743 0x800b0009 The size of the data could not be determined.
PERSIST_E_SIZEINDEFINITE -2146762742 0x800b000a The size of the indefinite-sized data could not be determined.
PERSIST_E_NOTSELFSIZING -2146762741 0x800b000b This object does not read and write self-sizing data.
TRUST_E_NOSIGNATURE -2146762496 0x800b0100 No signature was present in the subject.
CERT_E_EXPIRED -2146762495 0x800b0101 A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
CERT_E_VALIDITYPERIODNESTING -2146762494 0x800b0102 The validity periods of the certification chain do not nest correctly.
CERT_E_ROLE -2146762493 0x800b0103 A certificate that can only be used as an end-entity is being used as a CA or vice versa.
CERT_E_PATHLENCONST -2146762492 0x800b0104 A path length constraint in the certification chain has been violated.
CERT_E_CRITICAL -2146762491 0x800b0105 A certificate contains an unknown extension that is marked 'critical'.
CERT_E_PURPOSE -2146762490 0x800b0106 A certificate being used for a purpose other than the ones specified by its CA.
CERT_E_ISSUERCHAINING -2146762489 0x800b0107 A parent of a given certificate in fact did not issue that child certificate.
CERT_E_MALFORMED -2146762488 0x800b0108 A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
CERT_E_UNTRUSTEDROOT -2146762487 0x800b0109 A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
CERT_E_CHAINING -2146762486 0x800b010a A certificate chain could not be built to a trusted root authority.
TRUST_E_FAIL -2146762485 0x800b010b Generic trust failure.
CERT_E_REVOKED -2146762484 0x800b010c A certificate was explicitly revoked by its issuer.
CERT_E_UNTRUSTEDTESTROOT -2146762483 0x800b010d The certification path terminates with the test root which is not trusted with the current policy settings.
CERT_E_REVOCATION_FAILURE -2146762482 0x800b010e The revocation process could not continue - the certificate(s) could not be checked.
CERT_E_CN_NO_MATCH -2146762481 0x800b010f The certificate's CN name does not match the passed value.
CERT_E_WRONG_USAGE -2146762480 0x800b0110 The certificate is not valid for the requested usage.
TRUST_E_EXPLICIT_DISTRUST -2146762479 0x800b0111 The certificate was explicitly marked as untrusted by the user.
CERT_E_UNTRUSTEDCA -2146762478 0x800b0112 A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
CERT_E_INVALID_POLICY -2146762477 0x800b0113 The certificate has invalid policy.
CERT_E_INVALID_NAME -2146762476 0x800b0114 The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
SPAPI_E_EXPECTED_SECTION_NAME -2146500608 0x800f0000 A non-empty line was encountered in the INF before the start of a section.
SPAPI_E_BAD_SECTION_NAME_LINE -2146500607 0x800f0001 A section name marker in the INF is not complete, or does not exist on a line by itself.
SPAPI_E_SECTION_NAME_TOO_LONG -2146500606 0x800f0002 An INF section was encountered whose name exceeds the maximum section name length.
SPAPI_E_GENERAL_SYNTAX -2146500605 0x800f0003 The syntax of the INF is invalid.
SPAPI_E_WRONG_INF_STYLE -2146500352 0x800f0100 The style of the INF is different than what was requested.
SPAPI_E_SECTION_NOT_FOUND -2146500351 0x800f0101 The required section was not found in the INF.
SPAPI_E_LINE_NOT_FOUND -2146500350 0x800f0102 The required line was not found in the INF.
SPAPI_E_NO_BACKUP -2146500349 0x800f0103 The files affected by the installation of this file queue have not been backed up for uninstall.
SPAPI_E_NO_ASSOCIATED_CLASS -2146500096 0x800f0200 The INF or the device information set or element does not have an associated install class.
SPAPI_E_CLASS_MISMATCH -2146500095 0x800f0201 The INF or the device information set or element does not match the specified install class.
SPAPI_E_DUPLICATE_FOUND -2146500094 0x800f0202 An existing device was found that is a duplicate of the device being manually installed.
SPAPI_E_NO_DRIVER_SELECTED -2146500093 0x800f0203 There is no driver selected for the device information set or element.
SPAPI_E_KEY_DOES_NOT_EXIST -2146500092 0x800f0204 The requested device registry key does not exist.
SPAPI_E_INVALID_DEVINST_NAME -2146500091 0x800f0205 The device instance name is invalid.
SPAPI_E_INVALID_CLASS -2146500090 0x800f0206 The install class is not present or is invalid.
SPAPI_E_DEVINST_ALREADY_EXISTS -2146500089 0x800f0207 The device instance cannot be created because it already exists.
SPAPI_E_DEVINFO_NOT_REGISTERED -2146500088 0x800f0208 The operation cannot be performed on a device information element that has not been registered.
SPAPI_E_INVALID_REG_PROPERTY -2146500087 0x800f0209 The device property code is invalid.
SPAPI_E_NO_INF -2146500086 0x800f020a The INF from which a driver list is to be built does not exist.
SPAPI_E_NO_SUCH_DEVINST -2146500085 0x800f020b The device instance does not exist in the hardware tree.
SPAPI_E_CANT_LOAD_CLASS_ICON -2146500084 0x800f020c The icon representing this install class cannot be loaded.
SPAPI_E_INVALID_CLASS_INSTALLER -2146500083 0x800f020d The class installer registry entry is invalid.
SPAPI_E_DI_DO_DEFAULT -2146500082 0x800f020e The class installer has indicated that the default action should be performed for this installation request.
SPAPI_E_DI_NOFILECOPY -2146500081 0x800f020f The operation does not require any files to be copied.
SPAPI_E_INVALID_HWPROFILE -2146500080 0x800f0210 The specified hardware profile does not exist.
SPAPI_E_NO_DEVICE_SELECTED -2146500079 0x800f0211 There is no device information element currently selected for this device information set.
SPAPI_E_DEVINFO_LIST_LOCKED -2146500078 0x800f0212 The operation cannot be performed because the device information set is locked.
SPAPI_E_DEVINFO_DATA_LOCKED -2146500077 0x800f0213 The operation cannot be performed because the device information element is locked.
SPAPI_E_DI_BAD_PATH -2146500076 0x800f0214 The specified path does not contain any applicable device INFs.
SPAPI_E_NO_CLASSINSTALL_PARAMS -2146500075 0x800f0215 No class installer parameters have been set for the device information set or element.
SPAPI_E_FILEQUEUE_LOCKED -2146500074 0x800f0216 The operation cannot be performed because the file queue is locked.
SPAPI_E_BAD_SERVICE_INSTALLSECT -2146500073 0x800f0217 A service installation section in this INF is invalid.
SPAPI_E_NO_CLASS_DRIVER_LIST -2146500072 0x800f0218 There is no class driver list for the device information element.
SPAPI_E_NO_ASSOCIATED_SERVICE -2146500071 0x800f0219 The installation failed because a function driver was not specified for this device instance.
SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE -2146500070 0x800f021a There is presently no default device interface designated for this interface class.
SPAPI_E_DEVICE_INTERFACE_ACTIVE -2146500069 0x800f021b The operation cannot be performed because the device interface is currently active.
SPAPI_E_DEVICE_INTERFACE_REMOVED -2146500068 0x800f021c The operation cannot be performed because the device interface has been removed from the system.
SPAPI_E_BAD_INTERFACE_INSTALLSECT -2146500067 0x800f021d An interface installation section in this INF is invalid.
SPAPI_E_NO_SUCH_INTERFACE_CLASS -2146500066 0x800f021e This interface class does not exist in the system.
SPAPI_E_INVALID_REFERENCE_STRING -2146500065 0x800f021f The reference string supplied for this interface device is invalid.
SPAPI_E_INVALID_MACHINENAME -2146500064 0x800f0220 The specified machine name does not conform to UNC naming conventions.
SPAPI_E_REMOTE_COMM_FAILURE -2146500063 0x800f0221 A general remote communication error occurred.
SPAPI_E_MACHINE_UNAVAILABLE -2146500062 0x800f0222 The machine selected for remote communication is not available at this time.
SPAPI_E_NO_CONFIGMGR_SERVICES -2146500061 0x800f0223 The Plug and Play service is not available on the remote machine.
SPAPI_E_INVALID_PROPPAGE_PROVIDER -2146500060 0x800f0224 The property page provider registry entry is invalid.
SPAPI_E_NO_SUCH_DEVICE_INTERFACE -2146500059 0x800f0225 The requested device interface is not present in the system.
SPAPI_E_DI_POSTPROCESSING_REQUIRED -2146500058 0x800f0226 The device's co-installer has additional work to perform after installation is complete.
SPAPI_E_INVALID_COINSTALLER -2146500057 0x800f0227 The device's co-installer is invalid.
SPAPI_E_NO_COMPAT_DRIVERS -2146500056 0x800f0228 There are no compatible drivers for this device.
SPAPI_E_NO_DEVICE_ICON -2146500055 0x800f0229 There is no icon that represents this device or device type.
SPAPI_E_INVALID_INF_LOGCONFIG -2146500054 0x800f022a A logical configuration specified in this INF is invalid.
SPAPI_E_DI_DONT_INSTALL -2146500053 0x800f022b The class installer has denied the request to install or upgrade this device.
SPAPI_E_INVALID_FILTER_DRIVER -2146500052 0x800f022c One of the filter drivers installed for this device is invalid.
SPAPI_E_NON_WINDOWS_NT_DRIVER -2146500051 0x800f022d The driver selected for this device does not support this version of Windows.
SPAPI_E_NON_WINDOWS_DRIVER -2146500050 0x800f022e The driver selected for this device does not support Windows.
SPAPI_E_NO_CATALOG_FOR_OEM_INF -2146500049 0x800f022f The third-party INF does not contain digital signature information.
SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE -2146500048 0x800f0230 An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms.
SPAPI_E_NOT_DISABLEABLE -2146500047 0x800f0231 The device cannot be disabled.
SPAPI_E_CANT_REMOVE_DEVINST -2146500046 0x800f0232 The device could not be dynamically removed.
SPAPI_E_INVALID_TARGET -2146500045 0x800f0233 Cannot copy to specified target.
SPAPI_E_DRIVER_NONNATIVE -2146500044 0x800f0234 Driver is not intended for this platform.
SPAPI_E_SET_SYSTEM_RESTORE_POINT -2146500042 0x800f0236 The operation involving unsigned file copying was rolled back, so that a system restore point could be set.
SPAPI_E_INCORRECTLY_COPIED_INF -2146500041 0x800f0237 An INF was copied into the Windows INF directory in an improper manner.
SPAPI_E_SCE_DISABLED -2146500040 0x800f0238 The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product.
SPAPI_E_UNKNOWN_EXCEPTION -2146500039 0x800f0239 An unknown exception was encountered.
SPAPI_E_PNP_REGISTRY_ERROR -2146500038 0x800f023a A problem was encountered when accessing the Plug and Play registry database.
SPAPI_E_REMOTE_REQUEST_UNSUPPORTED -2146500037 0x800f023b The requested operation is not supported for a remote machine.
SPAPI_E_NOT_AN_INSTALLED_OEM_INF -2146500036 0x800f023c The specified file is not an installed OEM INF.
SPAPI_E_INF_IN_USE_BY_DEVICES -2146500035 0x800f023d One or more devices are presently installed using the specified INF.
SPAPI_E_DI_FUNCTION_OBSOLETE -2146500034 0x800f023e The requested device install operation is obsolete.
SPAPI_E_NO_AUTHENTICODE_CATALOG -2146500033 0x800f023f A file could not be verified because it does not have an associated catalog signed via Authenticode(tm).
SPAPI_E_AUTHENTICODE_DISALLOWED -2146500032 0x800f0240 Authenticode(tm) signature verification is not supported for the specified INF.
SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER -2146500031 0x800f0241 The INF was signed with an Authenticode(tm) catalog from a trusted publisher.
SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED -2146500030 0x800f0242 The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted.
SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED -2146500029 0x800f0243 The publisher of an Authenticode(tm) signed catalog was not established as trusted.
SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH -2146500028 0x800f0244 The software was tested for compliance with Windows Logo requirements on a different version of Windows, and may not be compatible with this version.
SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE -2146500027 0x800f0245 The file may only be validated by a catalog signed via Authenticode(tm).
SPAPI_E_DEVICE_INSTALLER_NOT_READY -2146500026 0x800f0246 One of the installers for this device cannot perform the installation at this time.
SPAPI_E_DRIVER_STORE_ADD_FAILED -2146500025 0x800f0247 A problem was encountered while attempting to add the driver to the store.
SPAPI_E_DEVICE_INSTALL_BLOCKED -2146500024 0x800f0248 The installation of this device is forbidden by system policy. Contact your system administrator.
SPAPI_E_DRIVER_INSTALL_BLOCKED -2146500023 0x800f0249 The installation of this driver is forbidden by system policy. Contact your system administrator.
SPAPI_E_WRONG_INF_TYPE -2146500022 0x800f024a The specified INF is the wrong type for this operation.
SPAPI_E_FILE_HASH_NOT_IN_CATALOG -2146500021 0x800f024b The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering.
SPAPI_E_DRIVER_STORE_DELETE_FAILED -2146500020 0x800f024c A problem was encountered while attempting to delete the driver from the store.
SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW -2146499840 0x800f0300 An unrecoverable stack overflow was encountered.
SPAPI_E_ERROR_NOT_INSTALLED -2146496512 0x800f1000 No installed components were detected.
SCARD_F_INTERNAL_ERROR -2146435071 0x80100001 An internal consistency check failed.
SCARD_E_CANCELLED -2146435070 0x80100002 The action was cancelled by an SCardCancel request.
SCARD_E_INVALID_HANDLE -2146435069 0x80100003 The supplied handle was invalid.
SCARD_E_INVALID_PARAMETER -2146435068 0x80100004 One or more of the supplied parameters could not be properly interpreted.
SCARD_E_INVALID_TARGET -2146435067 0x80100005 Registry startup information is missing or invalid.
SCARD_E_NO_MEMORY -2146435066 0x80100006 Not enough memory available to complete this command.
SCARD_F_WAITED_TOO_LONG -2146435065 0x80100007 An internal consistency timer has expired.
SCARD_E_INSUFFICIENT_BUFFER -2146435064 0x80100008 The data buffer to receive returned data is too small for the returned data.
SCARD_E_UNKNOWN_READER -2146435063 0x80100009 The specified reader name is not recognized.
SCARD_E_TIMEOUT -2146435062 0x8010000a The user-specified timeout value has expired.
SCARD_E_SHARING_VIOLATION -2146435061 0x8010000b The smart card cannot be accessed because of other connections outstanding.
SCARD_E_NO_SMARTCARD -2146435060 0x8010000c The operation requires a smart card, but no smart card is currently in the device.
SCARD_E_UNKNOWN_CARD -2146435059 0x8010000d The specified smart card name is not recognized.
SCARD_E_CANT_DISPOSE -2146435058 0x8010000e The system could not dispose of the media in the requested manner.
SCARD_E_PROTO_MISMATCH -2146435057 0x8010000f The requested protocols are incompatible with the protocol currently in use with the smart card.
SCARD_E_NOT_READY -2146435056 0x80100010 The reader or smart card is not ready to accept commands.
SCARD_E_INVALID_VALUE -2146435055 0x80100011 One or more of the supplied parameters values could not be properly interpreted.
SCARD_E_SYSTEM_CANCELLED -2146435054 0x80100012 The action was cancelled by the system, presumably to log off or shut down.
SCARD_F_COMM_ERROR -2146435053 0x80100013 An internal communications error has been detected.
SCARD_F_UNKNOWN_ERROR -2146435052 0x80100014 An internal error has been detected, but the source is unknown.
SCARD_E_INVALID_ATR -2146435051 0x80100015 An ATR obtained from the registry is not a valid ATR string.
SCARD_E_NOT_TRANSACTED -2146435050 0x80100016 An attempt was made to end a non-existent transaction.
SCARD_E_READER_UNAVAILABLE -2146435049 0x80100017 The specified reader is not currently available for use.
SCARD_P_SHUTDOWN -2146435048 0x80100018 The operation has been aborted to allow the server application to exit.
SCARD_E_PCI_TOO_SMALL -2146435047 0x80100019 The PCI Receive buffer was too small.
SCARD_E_READER_UNSUPPORTED -2146435046 0x8010001a The reader driver does not meet minimal requirements for support.
SCARD_E_DUPLICATE_READER -2146435045 0x8010001b The reader driver did not produce a unique reader name.
SCARD_E_CARD_UNSUPPORTED -2146435044 0x8010001c The smart card does not meet minimal requirements for support.
SCARD_E_NO_SERVICE -2146435043 0x8010001d The Smart Card Resource Manager is not running.
SCARD_E_SERVICE_STOPPED -2146435042 0x8010001e The Smart Card Resource Manager has shut down.
SCARD_E_UNEXPECTED -2146435041 0x8010001f An unexpected card error has occurred.
SCARD_E_ICC_INSTALLATION -2146435040 0x80100020 No Primary Provider can be found for the smart card.
SCARD_E_ICC_CREATEORDER -2146435039 0x80100021 The requested order of object creation is not supported.
SCARD_E_UNSUPPORTED_FEATURE -2146435038 0x80100022 This smart card does not support the requested feature.
SCARD_E_DIR_NOT_FOUND -2146435037 0x80100023 The identified directory does not exist in the smart card.
SCARD_E_FILE_NOT_FOUND -2146435036 0x80100024 The identified file does not exist in the smart card.
SCARD_E_NO_DIR -2146435035 0x80100025 The supplied path does not represent a smart card directory.
SCARD_E_NO_FILE -2146435034 0x80100026 The supplied path does not represent a smart card file.
SCARD_E_NO_ACCESS -2146435033 0x80100027 Access is denied to this file.
SCARD_E_WRITE_TOO_MANY -2146435032 0x80100028 The smart card does not have enough memory to store the information.
SCARD_E_BAD_SEEK -2146435031 0x80100029 There was an error trying to set the smart card file object pointer.
SCARD_E_INVALID_CHV -2146435030 0x8010002a The supplied PIN is incorrect.
SCARD_E_UNKNOWN_RES_MNG -2146435029 0x8010002b An unrecognized error code was returned from a layered component.
SCARD_E_NO_SUCH_CERTIFICATE -2146435028 0x8010002c The requested certificate does not exist.
SCARD_E_CERTIFICATE_UNAVAILABLE -2146435027 0x8010002d The requested certificate could not be obtained.
SCARD_E_NO_READERS_AVAILABLE -2146435026 0x8010002e Cannot find a smart card reader.
SCARD_E_COMM_DATA_LOST -2146435025 0x8010002f A communications error with the smart card has been detected. Retry the operation.
SCARD_E_NO_KEY_CONTAINER -2146435024 0x80100030 The requested key container does not exist on the smart card.
SCARD_E_SERVER_TOO_BUSY -2146435023 0x80100031 The Smart Card Resource Manager is too busy to complete this operation.
SCARD_E_PIN_CACHE_EXPIRED -2146435022 0x80100032 The smart card PIN cache has expired.
SCARD_E_NO_PIN_CACHE -2146435021 0x80100033 The smart card PIN cannot be cached.
SCARD_E_READ_ONLY_CARD -2146435020 0x80100034 The smart card is read only and cannot be written to.
SCARD_W_UNSUPPORTED_CARD -2146434971 0x80100065 The reader cannot communicate with the smart card, due to ATR configuration conflicts.
SCARD_W_UNRESPONSIVE_CARD -2146434970 0x80100066 The smart card is not responding to a reset.
SCARD_W_UNPOWERED_CARD -2146434969 0x80100067 Power has been removed from the smart card, so that further communication is not possible.
SCARD_W_RESET_CARD -2146434968 0x80100068 The smart card has been reset, so any shared state information is invalid.
SCARD_W_REMOVED_CARD -2146434967 0x80100069 The smart card has been removed, so that further communication is not possible.
SCARD_W_SECURITY_VIOLATION -2146434966 0x8010006a Access was denied because of a security violation.
SCARD_W_WRONG_CHV -2146434965 0x8010006b The card cannot be accessed because the wrong PIN was presented.
SCARD_W_CHV_BLOCKED -2146434964 0x8010006c The card cannot be accessed because the maximum number of PIN entry attempts has been reached.
SCARD_W_EOF -2146434963 0x8010006d The end of the smart card file has been reached.
SCARD_W_CANCELLED_BY_USER -2146434962 0x8010006e The action was cancelled by the user.
SCARD_W_CARD_NOT_AUTHENTICATED -2146434961 0x8010006f No PIN was presented to the smart card.
SCARD_W_CACHE_ITEM_NOT_FOUND -2146434960 0x80100070 The requested item could not be found in the cache.
SCARD_W_CACHE_ITEM_STALE -2146434959 0x80100071 The requested cache item is too old and was deleted from the cache.
SCARD_W_CACHE_ITEM_TOO_BIG -2146434958 0x80100072 The new cache item exceeds the maximum per-item size defined for the cache.
COMADMIN_E_OBJECTERRORS -2146368511 0x80110401 Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail
COMADMIN_E_OBJECTINVALID -2146368510 0x80110402 One or more of the object's properties are missing or invalid
COMADMIN_E_KEYMISSING -2146368509 0x80110403 The object was not found in the catalog
COMADMIN_E_ALREADYINSTALLED -2146368508 0x80110404 The object is already registered
COMADMIN_E_APP_FILE_WRITEFAIL -2146368505 0x80110407 Error occurred writing to the application file
COMADMIN_E_APP_FILE_READFAIL -2146368504 0x80110408 Error occurred reading the application file
COMADMIN_E_APP_FILE_VERSION -2146368503 0x80110409 Invalid version number in application file
COMADMIN_E_BADPATH -2146368502 0x8011040a The file path is invalid
COMADMIN_E_APPLICATIONEXISTS -2146368501 0x8011040b The application is already installed
COMADMIN_E_ROLEEXISTS -2146368500 0x8011040c The role already exists
COMADMIN_E_CANTCOPYFILE -2146368499 0x8011040d An error occurred copying the file
COMADMIN_E_NOUSER -2146368497 0x8011040f One or more users are not valid
COMADMIN_E_INVALIDUSERIDS -2146368496 0x80110410 One or more users in the application file are not valid
COMADMIN_E_NOREGISTRYCLSID -2146368495 0x80110411 The component's CLSID is missing or corrupt
COMADMIN_E_BADREGISTRYPROGID -2146368494 0x80110412 The component's progID is missing or corrupt
COMADMIN_E_AUTHENTICATIONLEVEL -2146368493 0x80110413 Unable to set required authentication level for update request
COMADMIN_E_USERPASSWDNOTVALID -2146368492 0x80110414 The identity or password set on the application is not valid
COMADMIN_E_CLSIDORIIDMISMATCH -2146368488 0x80110418 Application file CLSIDs or IIDs do not match corresponding DLLs
COMADMIN_E_REMOTEINTERFACE -2146368487 0x80110419 Interface information is either missing or changed
COMADMIN_E_DLLREGISTERSERVER -2146368486 0x8011041a DllRegisterServer failed on component install
COMADMIN_E_NOSERVERSHARE -2146368485 0x8011041b No server file share available
COMADMIN_E_DLLLOADFAILED -2146368483 0x8011041d DLL could not be loaded
COMADMIN_E_BADREGISTRYLIBID -2146368482 0x8011041e The registered TypeLib ID is not valid
COMADMIN_E_APPDIRNOTFOUND -2146368481 0x8011041f Application install directory not found
COMADMIN_E_REGISTRARFAILED -2146368477 0x80110423 Errors occurred while in the component registrar
COMADMIN_E_COMPFILE_DOESNOTEXIST -2146368476 0x80110424 The file does not exist
COMADMIN_E_COMPFILE_LOADDLLFAIL -2146368475 0x80110425 The DLL could not be loaded
COMADMIN_E_COMPFILE_GETCLASSOBJ -2146368474 0x80110426 GetClassObject failed in the DLL
COMADMIN_E_COMPFILE_CLASSNOTAVAIL -2146368473 0x80110427 The DLL does not support the components listed in the TypeLib
COMADMIN_E_COMPFILE_BADTLB -2146368472 0x80110428 The TypeLib could not be loaded
COMADMIN_E_COMPFILE_NOTINSTALLABLE -2146368471 0x80110429 The file does not contain components or component information
COMADMIN_E_NOTCHANGEABLE -2146368470 0x8011042a Changes to this object and its sub-objects have been disabled
COMADMIN_E_NOTDELETEABLE -2146368469 0x8011042b The delete function has been disabled for this object
COMADMIN_E_SESSION -2146368468 0x8011042c The server catalog version is not supported
COMADMIN_E_COMP_MOVE_LOCKED -2146368467 0x8011042d The component move was disallowed, because the source or destination application is either a system application or currently locked against changes
COMADMIN_E_COMP_MOVE_BAD_DEST -2146368466 0x8011042e The component move failed because the destination application no longer exists
COMADMIN_E_REGISTERTLB -2146368464 0x80110430 The system was unable to register the TypeLib
COMADMIN_E_SYSTEMAPP -2146368461 0x80110433 This operation cannot be performed on the system application
COMADMIN_E_COMPFILE_NOREGISTRAR -2146368460 0x80110434 The component registrar referenced in this file is not available
COMADMIN_E_COREQCOMPINSTALLED -2146368459 0x80110435 A component in the same DLL is already installed
COMADMIN_E_SERVICENOTINSTALLED -2146368458 0x80110436 The service is not installed
COMADMIN_E_PROPERTYSAVEFAILED -2146368457 0x80110437 One or more property settings are either invalid or in conflict with each other
COMADMIN_E_OBJECTEXISTS -2146368456 0x80110438 The object you are attempting to add or rename already exists
COMADMIN_E_COMPONENTEXISTS -2146368455 0x80110439 The component already exists
COMADMIN_E_REGFILE_CORRUPT -2146368453 0x8011043b The registration file is corrupt
COMADMIN_E_PROPERTY_OVERFLOW -2146368452 0x8011043c The property value is too large
COMADMIN_E_NOTINREGISTRY -2146368450 0x8011043e Object was not found in registry
COMADMIN_E_OBJECTNOTPOOLABLE -2146368449 0x8011043f This object is not poolable
COMADMIN_E_APPLID_MATCHES_CLSID -2146368442 0x80110446 A CLSID with the same GUID as the new application ID is already installed on this machine
COMADMIN_E_ROLE_DOES_NOT_EXIST -2146368441 0x80110447 A role assigned to a component, interface, or method did not exist in the application
COMADMIN_E_START_APP_NEEDS_COMPONENTS -2146368440 0x80110448 You must have components in an application in order to start the application
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM -2146368439 0x80110449 This operation is not enabled on this platform
COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY -2146368438 0x8011044a Application Proxy is not exportable
COMADMIN_E_CAN_NOT_START_APP -2146368437 0x8011044b Failed to start application because it is either a library application or an application proxy
COMADMIN_E_CAN_NOT_EXPORT_SYS_APP -2146368436 0x8011044c System application is not exportable
COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT -2146368435 0x8011044d Cannot subscribe to this component (the component may have been imported)
COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER -2146368434 0x8011044e An event class cannot also be a subscriber component
COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE -2146368433 0x8011044f Library applications and application proxies are incompatible
COMADMIN_E_BASE_PARTITION_ONLY -2146368432 0x80110450 This function is valid for the base partition only
COMADMIN_E_START_APP_DISABLED -2146368431 0x80110451 You cannot start an application that has been disabled
COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME -2146368425 0x80110457 The specified partition name is already in use on this computer
COMADMIN_E_CAT_INVALID_PARTITION_NAME -2146368424 0x80110458 The specified partition name is invalid. Check that the name contains at least one visible character
COMADMIN_E_CAT_PARTITION_IN_USE -2146368423 0x80110459 The partition cannot be deleted because it is the default partition for one or more users
COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES -2146368422 0x8011045a The partition cannot be exported, because one or more components in the partition have the same file name
COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED -2146368421 0x8011045b Applications that contain one or more imported components cannot be installed into a non-base partition
COMADMIN_E_AMBIGUOUS_APPLICATION_NAME -2146368420 0x8011045c The application name is not unique and cannot be resolved to an application id
COMADMIN_E_AMBIGUOUS_PARTITION_NAME -2146368419 0x8011045d The partition name is not unique and cannot be resolved to a partition id
COMADMIN_E_REGDB_NOTINITIALIZED -2146368398 0x80110472 The COM+ registry database has not been initialized
COMADMIN_E_REGDB_NOTOPEN -2146368397 0x80110473 The COM+ registry database is not open
COMADMIN_E_REGDB_SYSTEMERR -2146368396 0x80110474 The COM+ registry database detected a system error
COMADMIN_E_REGDB_ALREADYRUNNING -2146368395 0x80110475 The COM+ registry database is already running
COMADMIN_E_MIG_VERSIONNOTSUPPORTED -2146368384 0x80110480 This version of the COM+ registry database cannot be migrated
COMADMIN_E_MIG_SCHEMANOTFOUND -2146368383 0x80110481 The schema version to be migrated could not be found in the COM+ registry database
COMADMIN_E_CAT_BITNESSMISMATCH -2146368382 0x80110482 There was a type mismatch between binaries
COMADMIN_E_CAT_UNACCEPTABLEBITNESS -2146368381 0x80110483 A binary of unknown or invalid type was provided
COMADMIN_E_CAT_WRONGAPPBITNESS -2146368380 0x80110484 There was a type mismatch between a binary and an application
COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED -2146368379 0x80110485 The application cannot be paused or resumed
COMADMIN_E_CAT_SERVERFAULT -2146368378 0x80110486 The COM+ Catalog Server threw an exception during execution
COMQC_E_APPLICATION_NOT_QUEUED -2146368000 0x80110600 Only COM+ Applications marked "queued" can be invoked using the "queue" moniker
COMQC_E_NO_QUEUEABLE_INTERFACES -2146367999 0x80110601 At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker
COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE -2146367998 0x80110602 MSMQ is required for the requested operation and is not installed
COMQC_E_NO_IPERSISTSTREAM -2146367997 0x80110603 Unable to marshal an interface that does not support IPersistStream
COMQC_E_BAD_MESSAGE -2146367996 0x80110604 The message is improperly formatted or was damaged in transit
COMQC_E_UNAUTHENTICATED -2146367995 0x80110605 An unauthenticated message was received by an application that accepts only authenticated messages
COMQC_E_UNTRUSTED_ENQUEUER -2146367994 0x80110606 The message was requeued or moved by a user not in the "QC Trusted User" role
MSDTC_E_DUPLICATE_RESOURCE -2146367743 0x80110701 Cannot create a duplicate resource of type Distributed Transaction Coordinator
COMADMIN_E_OBJECT_PARENT_MISSING -2146367480 0x80110808 One of the objects being inserted or updated does not belong to a valid parent collection
COMADMIN_E_OBJECT_DOES_NOT_EXIST -2146367479 0x80110809 One of the specified objects cannot be found
COMADMIN_E_APP_NOT_RUNNING -2146367478 0x8011080a The specified application is not currently running
COMADMIN_E_INVALID_PARTITION -2146367477 0x8011080b The partition(s) specified are not valid.
COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE -2146367475 0x8011080d COM+ applications that run as NT service may not be pooled or recycled
COMADMIN_E_USER_IN_SET -2146367474 0x8011080e One or more users are already assigned to a local partition set.
COMADMIN_E_CANTRECYCLELIBRARYAPPS -2146367473 0x8011080f Library applications may not be recycled.
COMADMIN_E_CANTRECYCLESERVICEAPPS -2146367471 0x80110811 Applications running as NT services may not be recycled.
COMADMIN_E_PROCESSALREADYRECYCLED -2146367470 0x80110812 The process has already been recycled.
COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED -2146367469 0x80110813 A paused process may not be recycled.
COMADMIN_E_CANTMAKEINPROCSERVICE -2146367468 0x80110814 Library applications may not be NT services.
COMADMIN_E_PROGIDINUSEBYCLSID -2146367467 0x80110815 The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET -2146367466 0x80110816 The partition specified as default is not a member of the partition set.
COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED -2146367465 0x80110817 A recycled process may not be paused.
COMADMIN_E_PARTITION_ACCESSDENIED -2146367464 0x80110818 Access to the specified partition is denied.
COMADMIN_E_PARTITION_MSI_ONLY -2146367463 0x80110819 Only Application Files (*.MSI files) can be installed into partitions.
COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS -2146367461 0x8011081b Legacy components may not exist in non-base partitions.
COMADMIN_E_COMP_MOVE_SOURCE -2146367460 0x8011081c A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application
COMADMIN_E_COMP_MOVE_DEST -2146367459 0x8011081d A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application
COMADMIN_E_COMP_MOVE_PRIVATE -2146367458 0x8011081e A private component cannot be moved (or copied) to a library application or to the base partition
COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET -2146367457 0x8011081f The Base Application Partition exists in all partition sets and cannot be removed.
COMADMIN_E_CANNOT_ALIAS_EVENTCLASS -2146367456 0x80110820 Alas, Event Class components cannot be aliased.
COMADMIN_E_PRIVATE_ACCESSDENIED -2146367455 0x80110821 Access is denied because the component is private.
COMADMIN_E_SAFERINVALID -2146367454 0x80110822 The specified SAFER level is invalid.
COMADMIN_E_REGISTRY_ACCESSDENIED -2146367453 0x80110823 The specified user cannot write to the system registry
COMADMIN_E_PARTITIONS_DISABLED -2146367452 0x80110824 COM+ partitions are currently disabled.
WER_S_REPORT_DEBUG 1769472 0x1b0000 Debugger was attached.
WER_S_REPORT_UPLOADED 1769473 0x1b0001 Report was uploaded.
WER_S_REPORT_QUEUED 1769474 0x1b0002 Report was queued.
WER_S_DISABLED 1769475 0x1b0003 Reporting was disabled.
WER_S_SUSPENDED_UPLOAD 1769476 0x1b0004 Reporting was temporarily suspended.
WER_S_DISABLED_QUEUE 1769477 0x1b0005 Report was not queued to queuing being disabled.
WER_S_DISABLED_ARCHIVE 1769478 0x1b0006 Report was uploaded, but not archived due to archiving being disabled.
WER_S_REPORT_ASYNC 1769479 0x1b0007 Reporting was successfully spun off as an asynchronous operation.
WER_S_IGNORE_ASSERT_INSTANCE 1769480 0x1b0008 The assertion was handled.
WER_S_IGNORE_ALL_ASSERTS 1769481 0x1b0009 The assertion was handled and added to a permanent ignore list.
WER_S_ASSERT_CONTINUE 1769482 0x1b000a The assertion was resumed as unhandled.
WER_S_THROTTLED 1769483 0x1b000b Report was throttled.
WER_S_REPORT_UPLOADED_CAB 1769484 0x1b000c Report was uploaded with cab.
WER_E_CRASH_FAILURE -2145681408 0x801b8000 Crash reporting failed.
WER_E_CANCELED -2145681407 0x801b8001 Report aborted due to user cancellation.
WER_E_NETWORK_FAILURE -2145681406 0x801b8002 Report aborted due to network failure.
WER_E_NOT_INITIALIZED -2145681405 0x801b8003 Report not initialized.
WER_E_ALREADY_REPORTING -2145681404 0x801b8004 Reporting is already in progress for the specified process.
WER_E_DUMP_THROTTLED -2145681403 0x801b8005 Dump not generated due to a throttle.
WER_E_INSUFFICIENT_CONSENT -2145681402 0x801b8006 Operation failed due to insufficient user consent.
WER_E_TOO_HEAVY -2145681401 0x801b8007 Report aborted due to performance criteria.
ERROR_FLT_IO_COMPLETE 2031617 0x1f0001 The IO was completed by a filter.
ERROR_FLT_NO_HANDLER_DEFINED -2145452031 0x801f0001 A handler was not defined by the filter for this operation.
ERROR_FLT_CONTEXT_ALREADY_DEFINED -2145452030 0x801f0002 A context is already defined for this object.
ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST -2145452029 0x801f0003 Asynchronous requests are not valid for this operation.
ERROR_FLT_DISALLOW_FAST_IO -2145452028 0x801f0004 Disallow the Fast IO path for this operation.
ERROR_FLT_INVALID_NAME_REQUEST -2145452027 0x801f0005 An invalid name request was made. The name requested cannot be retrieved at this time.
ERROR_FLT_NOT_SAFE_TO_POST_OPERATION -2145452026 0x801f0006 Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
ERROR_FLT_NOT_INITIALIZED -2145452025 0x801f0007 The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver.
ERROR_FLT_FILTER_NOT_READY -2145452024 0x801f0008 The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
ERROR_FLT_POST_OPERATION_CLEANUP -2145452023 0x801f0009 The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
ERROR_FLT_INTERNAL_ERROR -2145452022 0x801f000a The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.
ERROR_FLT_DELETING_OBJECT -2145452021 0x801f000b The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time.
ERROR_FLT_MUST_BE_NONPAGED_POOL -2145452020 0x801f000c Non-paged pool must be used for this type of context.
ERROR_FLT_DUPLICATE_ENTRY -2145452019 0x801f000d A duplicate handler definition has been provided for an operation.
ERROR_FLT_CBDQ_DISABLED -2145452018 0x801f000e The callback data queue has been disabled.
ERROR_FLT_DO_NOT_ATTACH -2145452017 0x801f000f Do not attach the filter to the volume at this time.
ERROR_FLT_DO_NOT_DETACH -2145452016 0x801f0010 Do not detach the filter from the volume at this time.
ERROR_FLT_INSTANCE_ALTITUDE_COLLISION -2145452015 0x801f0011 An instance already exists at this altitude on the volume specified.
ERROR_FLT_INSTANCE_NAME_COLLISION -2145452014 0x801f0012 An instance already exists with this name on the volume specified.
ERROR_FLT_FILTER_NOT_FOUND -2145452013 0x801f0013 The system could not find the filter specified.
ERROR_FLT_VOLUME_NOT_FOUND -2145452012 0x801f0014 The system could not find the volume specified.
ERROR_FLT_INSTANCE_NOT_FOUND -2145452011 0x801f0015 The system could not find the instance specified.
ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND -2145452010 0x801f0016 No registered context allocation definition was found for the given request.
ERROR_FLT_INVALID_CONTEXT_REGISTRATION -2145452009 0x801f0017 An invalid parameter was specified during context registration.
ERROR_FLT_NAME_CACHE_MISS -2145452008 0x801f0018 The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
ERROR_FLT_NO_DEVICE_OBJECT -2145452007 0x801f0019 The requested device object does not exist for the given volume.
ERROR_FLT_VOLUME_ALREADY_MOUNTED -2145452006 0x801f001a The specified volume is already mounted.
ERROR_FLT_ALREADY_ENLISTED -2145452005 0x801f001b The specified Transaction Context is already enlisted in a transaction
ERROR_FLT_CONTEXT_ALREADY_LINKED -2145452004 0x801f001c The specified context is already attached to another object
ERROR_FLT_NO_WAITER_FOR_REPLY -2145452000 0x801f0020 No waiter is present for the filter's reply to this message.
ERROR_FLT_REGISTRATION_BUSY -2145451997 0x801f0023 The filesystem database resource is in use. Registration cannot complete at this time.
ERROR_HUNG_DISPLAY_DRIVER_THREAD -2144993279 0x80260001 {Display Driver Stopped Responding}\r\nThe %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality.\r\nThe next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
DWM_E_COMPOSITIONDISABLED -2144980991 0x80263001 {Desktop composition is disabled}\r\nThe operation could not be completed because desktop composition is disabled.
DWM_E_REMOTING_NOT_SUPPORTED -2144980990 0x80263002 {Some desktop composition APIs are not supported while remoting}\r\nThe operation is not supported while running in a remote session.
DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE -2144980989 0x80263003 {No DWM redirection surface is available}\r\nThe DWM was unable to provide a redirection surface to complete the DirectX present.
DWM_E_NOT_QUEUING_PRESENTS -2144980988 0x80263004 {DWM is not queuing presents for the specified window}\r\nThe window specified is not currently using queued presents.
DWM_E_ADAPTER_NOT_FOUND -2144980987 0x80263005 {The adapter specified by the LUID is not found}\r\nDWM can not find the adapter specified by the LUID.
DWM_S_GDI_REDIRECTION_SURFACE 2502661 0x263005 {GDI redirection surface was returned}\r\nGDI redirection surface of the top level window was returned.
DWM_E_TEXTURE_TOO_LARGE -2144980985 0x80263007 {Redirection surface can not be created. The size of the surface is larger than what is supported on this machine}\r\nRedirection surface can not be created. The size of the surface is larger than what is supported on this machine.
DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI 2502664 0x263008 {GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI}\r\nGDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI.
ERROR_MONITOR_NO_DESCRIPTOR 2494465 0x261001 Monitor descriptor could not be obtained.
ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT 2494466 0x261002 Format of the obtained monitor descriptor is not supported by this release.
ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM -1071247357 0xc0261003 Checksum of the obtained monitor descriptor is invalid.
ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK -1071247356 0xc0261004 Monitor descriptor contains an invalid standard timing block.
ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED -1071247355 0xc0261005 WMI data block registration failed for one of the MSMonitorClass WMI subclasses.
ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK -1071247354 0xc0261006 Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number.
ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK -1071247353 0xc0261007 Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name.
ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA -1071247352 0xc0261008 There is no monitor descriptor data at the specified (offset, size) region.
ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK -1071247351 0xc0261009 Monitor descriptor contains an invalid detailed timing block.
ERROR_MONITOR_INVALID_MANUFACTURE_DATE -1071247350 0xc026100a Monitor descriptor contains invalid manufacture date.
ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER -1071243264 0xc0262000 Exclusive mode ownership is needed to create unmanaged primary allocation.
ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER -1071243263 0xc0262001 The driver needs more DMA buffer space in order to complete the requested operation.
ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER -1071243262 0xc0262002 Specified display adapter handle is invalid.
ERROR_GRAPHICS_ADAPTER_WAS_RESET -1071243261 0xc0262003 Specified display adapter and all of its state has been reset.
ERROR_GRAPHICS_INVALID_DRIVER_MODEL -1071243260 0xc0262004 The driver stack doesn't match the expected driver model.
ERROR_GRAPHICS_PRESENT_MODE_CHANGED -1071243259 0xc0262005 Present happened but ended up into the changed desktop mode
ERROR_GRAPHICS_PRESENT_OCCLUDED -1071243258 0xc0262006 Nothing to present due to desktop occlusion
ERROR_GRAPHICS_PRESENT_DENIED -1071243257 0xc0262007 Not able to present due to denial of desktop access
ERROR_GRAPHICS_CANNOTCOLORCONVERT -1071243256 0xc0262008 Not able to present with color conversion
ERROR_GRAPHICS_DRIVER_MISMATCH -1071243255 0xc0262009 The kernel driver detected a version mismatch between it and the user mode driver.
ERROR_GRAPHICS_PARTIAL_DATA_POPULATED 1076240394 0x4026200a Specified buffer is not big enough to contain entire requested dataset. Partial data populated up to the size of the buffer. Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific).
ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED -1071243253 0xc026200b Present redirection is disabled (desktop windowing management subsystem is off).
ERROR_GRAPHICS_PRESENT_UNOCCLUDED -1071243252 0xc026200c Previous exclusive VidPn source owner has released its ownership
ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE -1071243251 0xc026200d Window DC is not available for presentation
ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED -1071243250 0xc026200e Windowless present is disabled (desktop windowing management subsystem is off).
ERROR_GRAPHICS_PRESENT_INVALID_WINDOW -1071243249 0xc026200f Window handle is invalid
ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND -1071243248 0xc0262010 No buffer is bound to composition surface
ERROR_GRAPHICS_VAIL_STATE_CHANGED -1071243247 0xc0262011 Vail state has been changed
ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN -1071243246 0xc0262012 Notifying indirect display UMDF class driver to abandon current swapchain.
ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED -1071243245 0xc0262013 Notifying indirect display UMDF class driver that indirect display device has been stopped.
ERROR_GRAPHICS_NO_VIDEO_MEMORY -1071243008 0xc0262100 Not enough video memory available to complete the operation.
ERROR_GRAPHICS_CANT_LOCK_MEMORY -1071243007 0xc0262101 Couldn't probe and lock the underlying memory of an allocation.
ERROR_GRAPHICS_ALLOCATION_BUSY -1071243006 0xc0262102 The allocation is currently busy.
ERROR_GRAPHICS_TOO_MANY_REFERENCES -1071243005 0xc0262103 An object being referenced has reach the maximum reference count already and can't be reference further.
ERROR_GRAPHICS_TRY_AGAIN_LATER -1071243004 0xc0262104 A problem couldn't be solved due to some currently existing condition. The problem should be tried again later.
ERROR_GRAPHICS_TRY_AGAIN_NOW -1071243003 0xc0262105 A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately.
ERROR_GRAPHICS_ALLOCATION_INVALID -1071243002 0xc0262106 The allocation is invalid.
ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE -1071243001 0xc0262107 No more unswizzling aperture are currently available.
ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED -1071243000 0xc0262108 The current allocation can't be unswizzled by an aperture.
ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION -1071242999 0xc0262109 The request failed because a pinned allocation can't be evicted.
ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE -1071242992 0xc0262110 The allocation can't be used from its current segment location for the specified operation.
ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION -1071242991 0xc0262111 A locked allocation can't be used in the current command buffer.
ERROR_GRAPHICS_ALLOCATION_CLOSED -1071242990 0xc0262112 The allocation being referenced has been closed permanently.
ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE -1071242989 0xc0262113 An invalid allocation instance is being referenced.
ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE -1071242988 0xc0262114 An invalid allocation handle is being referenced.
ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE -1071242987 0xc0262115 The allocation being referenced doesn't belong to the current device.
ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST -1071242986 0xc0262116 The specified allocation lost its content.
ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE -1071242752 0xc0262200 GPU exception is detected on the given device. The device is not able to be scheduled.
ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION 1076240897 0x40262201 Skip preparation of allocations referenced by the DMA buffer.
ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY -1071242496 0xc0262300 Specified VidPN topology is invalid.
ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED -1071242495 0xc0262301 Specified VidPN topology is valid but is not supported by this model of the display adapter.
ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED -1071242494 0xc0262302 Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources.
ERROR_GRAPHICS_INVALID_VIDPN -1071242493 0xc0262303 Specified VidPN handle is invalid.
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE -1071242492 0xc0262304 Specified video present source is invalid.
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET -1071242491 0xc0262305 Specified video present target is invalid.
ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED -1071242490 0xc0262306 Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional).
ERROR_GRAPHICS_MODE_NOT_PINNED 2499335 0x262307 No mode is pinned on the specified VidPN source/target.
ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET -1071242488 0xc0262308 Specified VidPN source mode set is invalid.
ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET -1071242487 0xc0262309 Specified VidPN target mode set is invalid.
ERROR_GRAPHICS_INVALID_FREQUENCY -1071242486 0xc026230a Specified video signal frequency is invalid.
ERROR_GRAPHICS_INVALID_ACTIVE_REGION -1071242485 0xc026230b Specified video signal active region is invalid.
ERROR_GRAPHICS_INVALID_TOTAL_REGION -1071242484 0xc026230c Specified video signal total region is invalid.
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE -1071242480 0xc0262310 Specified video present source mode is invalid.
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE -1071242479 0xc0262311 Specified video present target mode is invalid.
ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET -1071242478 0xc0262312 Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.
ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY -1071242477 0xc0262313 Specified video present path is already in VidPN's topology.
ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET -1071242476 0xc0262314 Specified mode is already in the mode set.
ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET -1071242475 0xc0262315 Specified video present source set is invalid.
ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET -1071242474 0xc0262316 Specified video present target set is invalid.
ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET -1071242473 0xc0262317 Specified video present source is already in the video present source set.
ERROR_GRAPHICS_TARGET_ALREADY_IN_SET -1071242472 0xc0262318 Specified video present target is already in the video present target set.
ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH -1071242471 0xc0262319 Specified VidPN present path is invalid.
ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY -1071242470 0xc026231a Miniport has no recommendation for augmentation of the specified VidPN's topology.
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET -1071242469 0xc026231b Specified monitor frequency range set is invalid.
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE -1071242468 0xc026231c Specified monitor frequency range is invalid.
ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET -1071242467 0xc026231d Specified frequency range is not in the specified monitor frequency range set.
ERROR_GRAPHICS_NO_PREFERRED_MODE 2499358 0x26231e Specified mode set does not specify preference for one of its modes.
ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET -1071242465 0xc026231f Specified frequency range is already in the specified monitor frequency range set.
ERROR_GRAPHICS_STALE_MODESET -1071242464 0xc0262320 Specified mode set is stale. Please reacquire the new mode set.
ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET -1071242463 0xc0262321 Specified monitor source mode set is invalid.
ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE -1071242462 0xc0262322 Specified monitor source mode is invalid.
ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN -1071242461 0xc0262323 Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.
ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE -1071242460 0xc0262324 ID of the specified mode is already used by another mode in the set.
ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION -1071242459 0xc0262325 System failed to determine a mode that is supported by both the display adapter and the monitor connected to it.
ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES -1071242458 0xc0262326 Number of video present targets must be greater than or equal to the number of video present sources.
ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY -1071242457 0xc0262327 Specified present path is not in VidPN's topology.
ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE -1071242456 0xc0262328 Display adapter must have at least one video present source.
ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET -1071242455 0xc0262329 Display adapter must have at least one video present target.
ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET -1071242454 0xc026232a Specified monitor descriptor set is invalid.
ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR -1071242453 0xc026232b Specified monitor descriptor is invalid.
ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET -1071242452 0xc026232c Specified descriptor is not in the specified monitor descriptor set.
ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET -1071242451 0xc026232d Specified descriptor is already in the specified monitor descriptor set.
ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE -1071242450 0xc026232e ID of the specified monitor descriptor is already used by another descriptor in the set.
ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE -1071242449 0xc026232f Specified video present target subset type is invalid.
ERROR_GRAPHICS_RESOURCES_NOT_RELATED -1071242448 0xc0262330 Two or more of the specified resources are not related to each other, as defined by the interface semantics.
ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE -1071242447 0xc0262331 ID of the specified video present source is already used by another source in the set.
ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE -1071242446 0xc0262332 ID of the specified video present target is already used by another target in the set.
ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET -1071242445 0xc0262333 Specified VidPN source cannot be used because there is no available VidPN target to connect it to.
ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER -1071242444 0xc0262334 Newly arrived monitor could not be associated with a display adapter.
ERROR_GRAPHICS_NO_VIDPNMGR -1071242443 0xc0262335 Display adapter in question does not have an associated VidPN manager.
ERROR_GRAPHICS_NO_ACTIVE_VIDPN -1071242442 0xc0262336 VidPN manager of the display adapter in question does not have an active VidPN.
ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY -1071242441 0xc0262337 Specified VidPN topology is stale. Please reacquire the new topology.
ERROR_GRAPHICS_MONITOR_NOT_CONNECTED -1071242440 0xc0262338 There is no monitor connected on the specified video present target.
ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY -1071242439 0xc0262339 Specified source is not part of the specified VidPN's topology.
ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE -1071242438 0xc026233a Specified primary surface size is invalid.
ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE -1071242437 0xc026233b Specified visible region size is invalid.
ERROR_GRAPHICS_INVALID_STRIDE -1071242436 0xc026233c Specified stride is invalid.
ERROR_GRAPHICS_INVALID_PIXELFORMAT -1071242435 0xc026233d Specified pixel format is invalid.
ERROR_GRAPHICS_INVALID_COLORBASIS -1071242434 0xc026233e Specified color basis is invalid.
ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE -1071242433 0xc026233f Specified pixel value access mode is invalid.
ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY -1071242432 0xc0262340 Specified target is not part of the specified VidPN's topology.
ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT -1071242431 0xc0262341 Failed to acquire display mode management interface.
ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE -1071242430 0xc0262342 Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.
ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN -1071242429 0xc0262343 Specified VidPN is active and cannot be accessed.
ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL -1071242428 0xc0262344 Specified VidPN present path importance ordinal is invalid.
ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION -1071242427 0xc0262345 Specified VidPN present path content geometry transformation is invalid.
ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED -1071242426 0xc0262346 Specified content geometry transformation is not supported on the respective VidPN present path.
ERROR_GRAPHICS_INVALID_GAMMA_RAMP -1071242425 0xc0262347 Specified gamma ramp is invalid.
ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED -1071242424 0xc0262348 Specified gamma ramp is not supported on the respective VidPN present path.
ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED -1071242423 0xc0262349 Multi-sampling is not supported on the respective VidPN present path.
ERROR_GRAPHICS_MODE_NOT_IN_MODESET -1071242422 0xc026234a Specified mode is not in the specified mode set.
ERROR_GRAPHICS_DATASET_IS_EMPTY 2499403 0x26234b Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty.
ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET 2499404 0x26234c Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements.
ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON -1071242419 0xc026234d Specified VidPN topology recommendation reason is invalid.
ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE -1071242418 0xc026234e Specified VidPN present path content type is invalid.
ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE -1071242417 0xc026234f Specified VidPN present path copy protection type is invalid.
ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS -1071242416 0xc0262350 No more than one unassigned mode set can exist at any given time for a given VidPN source/target.
ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED 2499409 0x262351 Specified content transformation is not pinned on the specified VidPN present path.
ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING -1071242414 0xc0262352 Specified scanline ordering type is invalid.
ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED -1071242413 0xc0262353 Topology changes are not allowed for the specified VidPN.
ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS -1071242412 0xc0262354 All available importance ordinals are already used in specified topology.
ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT -1071242411 0xc0262355 Specified primary surface has a different private format attribute than the current primary surface
ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM -1071242410 0xc0262356 Specified mode pruning algorithm is invalid
ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN -1071242409 0xc0262357 Specified monitor capability origin is invalid.
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT -1071242408 0xc0262358 Specified monitor frequency range constraint is invalid.
ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED -1071242407 0xc0262359 Maximum supported number of present paths has been reached.
ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION -1071242406 0xc026235a Miniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology.
ERROR_GRAPHICS_INVALID_CLIENT_TYPE -1071242405 0xc026235b Specified client type was not recognized.
ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET -1071242404 0xc026235c Client VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet).
ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED -1071242240 0xc0262400 Specified display adapter child device already has an external device connected to it.
ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED -1071242239 0xc0262401 Specified display adapter child device does not support descriptor exposure.
ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS 1076241455 0x4026242f Child device presence was not reliably detected.
ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER -1071242192 0xc0262430 The display adapter is not linked to any other adapters.
ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED -1071242191 0xc0262431 Lead adapter in a linked configuration was not enumerated yet.
ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED -1071242190 0xc0262432 Some chain adapters in a linked configuration were not enumerated yet.
ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY -1071242189 0xc0262433 The chain of linked adapters is not ready to start because of an unknown failure.
ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED -1071242188 0xc0262434 An attempt was made to start a lead link display adapter when the chain links were not started yet.
ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON -1071242187 0xc0262435 An attempt was made to power up a lead link display adapter when the chain links were powered down.
ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE -1071242186 0xc0262436 The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state.
ERROR_GRAPHICS_LEADLINK_START_DEFERRED 1076241463 0x40262437 Starting the leadlink adapter has been deferred temporarily.
ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER -1071242184 0xc0262438 The driver trying to start is not the same as the driver for the POSTed display adapter.
ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY 1076241465 0x40262439 The display adapter is being polled for children too frequently at the same polling level.
ERROR_GRAPHICS_START_DEFERRED 1076241466 0x4026243a Starting the adapter has been deferred temporarily.
ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED -1071242181 0xc026243b An operation is being attempted that requires the display adapter to be in a quiescent state.
ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS 1076241468 0x4026243c We can depend on the child device presence returned by the driver.
ERROR_GRAPHICS_OPM_NOT_SUPPORTED -1071241984 0xc0262500 The driver does not support OPM.
ERROR_GRAPHICS_COPP_NOT_SUPPORTED -1071241983 0xc0262501 The driver does not support COPP.
ERROR_GRAPHICS_UAB_NOT_SUPPORTED -1071241982 0xc0262502 The driver does not support UAB.
ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS -1071241981 0xc0262503 The specified encrypted parameters are invalid.
ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST -1071241979 0xc0262505 The GDI display device passed to this function does not have any active video outputs.
ERROR_GRAPHICS_OPM_INTERNAL_ERROR -1071241973 0xc026250b An internal error caused this operation to fail.
ERROR_GRAPHICS_OPM_INVALID_HANDLE -1071241972 0xc026250c The function failed because the caller passed in an invalid OPM user mode handle.
ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH -1071241970 0xc026250e A certificate could not be returned because the certificate buffer passed to the function was too small.
ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED -1071241969 0xc026250f A video output could not be created because the frame buffer is in spanning mode.
ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED -1071241968 0xc0262510 A video output could not be created because the frame buffer is in theater mode.
ERROR_GRAPHICS_PVP_HFS_FAILED -1071241967 0xc0262511 The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware.
ERROR_GRAPHICS_OPM_INVALID_SRM -1071241966 0xc0262512 The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification.
ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP -1071241965 0xc0262513 The video output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP.
ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP -1071241964 0xc0262514 The video output cannot enable Analogue Copy Protection (ACP) because it does not support ACP.
ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA -1071241963 0xc0262515 The video output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A.
ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET -1071241962 0xc0262516 The IOPMVideoOutput::GetInformation method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output.
ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH -1071241961 0xc0262517 The IOPMVideoOutput::Configure method cannot enable the specified output protection technology because the output's screen resolution is too high.
ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE -1071241960 0xc0262518 The IOPMVideoOutput::Configure method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs.
ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS -1071241958 0xc026251a The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a non-console session or the video output's desktop became an inactive desktop.
ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS -1071241957 0xc026251b The method failed because the session is changing its type. No IOPMVideoOutput methods can be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote.
ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS -1071241956 0xc026251c Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is returned when the caller tries to use a COPP specific command while the video output has OPM semantics only.
ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST -1071241955 0xc026251d The IOPMVideoOutput::GetInformation and IOPMVideoOutput::COPPCompatibleGetInformation methods return this error if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.
ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR -1071241954 0xc026251e The method failed because an unexpected error occurred inside of a display driver.
ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS -1071241953 0xc026251f Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is returned when the caller tries to use an OPM specific command while the video output has COPP semantics only.
ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED -1071241952 0xc0262520 The IOPMVideoOutput::COPPCompatibleGetInformation or IOPMVideoOutput::Configure method failed because the display driver does not support the OPM_GET_ACP_AND_CGMSA_SIGNALING and OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs.
ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST -1071241951 0xc0262521 The IOPMVideoOutput::Configure function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.
ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED -1071241852 0xc0262584 The monitor does not support the specified VCP code.
ERROR_GRAPHICS_DDCCI_INVALID_DATA -1071241851 0xc0262585 The data received from the monitor is invalid.
ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE -1071241850 0xc0262586 The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report & Timing Message command to get a timing report from a monitor.
ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING -1071241849 0xc0262587 The monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.
ERROR_GRAPHICS_MCA_INTERNAL_ERROR -1071241848 0xc0262588 An internal Monitor Configuration API error occurred.
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND -1071241847 0xc0262589 An operation failed because a DDC/CI message had an invalid value in its command field.
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH -1071241846 0xc026258a An error occurred because the field length of a DDC/CI message contained an invalid value.
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM -1071241845 0xc026258b An error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer.
ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE -1071241844 0xc026258c This function failed because an invalid monitor handle was passed to it.
ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS -1071241843 0xc026258d The operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications.
ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE -1071241768 0xc02625d8 A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value.
ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION -1071241767 0xc02625d9 The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION -1071241766 0xc02625da The monitor does not comply with the MCCS specification it claims to support.
ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH -1071241765 0xc02625db 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.
ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION -1071241764 0xc02625dc The Monitor Configuration API only works with monitors which support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification.
ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED -1071241762 0xc02625de 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.
ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE -1071241761 0xc02625df SetMonitorColorTemperature()'s caller passed a color temperature to it which the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED -1071241760 0xc02625e0 This function can only be used if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session.
ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME -1071241759 0xc02625e1 This function cannot find an actual GDI display device which corresponds to the specified GDI display device name.
ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP -1071241758 0xc02625e2 The function failed because the specified GDI display device was not attached to the Windows desktop.
ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED -1071241757 0xc02625e3 This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them.
ERROR_GRAPHICS_INVALID_POINTER -1071241756 0xc02625e4 The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, points to an invalid address, points to a kernel mode address, or is not correctly aligned.
ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE -1071241755 0xc02625e5 The function failed because the specified GDI device did not have any monitors associated with it.
ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL -1071241754 0xc02625e6 An array passed to the function cannot hold all of the data that the function must copy into the array.
ERROR_GRAPHICS_INTERNAL_ERROR -1071241753 0xc02625e7 An internal error caused an operation to fail.
ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS -1071249944 0xc02605e8 The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote.
NAP_E_INVALID_PACKET -2144927743 0x80270001 The NAP SoH packet is invalid.
NAP_E_MISSING_SOH -2144927742 0x80270002 An SoH was missing from the NAP packet.
NAP_E_CONFLICTING_ID -2144927741 0x80270003 The entity ID conflicts with an already registered id.
NAP_E_NO_CACHED_SOH -2144927740 0x80270004 No cached SoH is present.
NAP_E_STILL_BOUND -2144927739 0x80270005 The entity is still bound to the NAP system.
NAP_E_NOT_REGISTERED -2144927738 0x80270006 The entity is not registered with the NAP system.
NAP_E_NOT_INITIALIZED -2144927737 0x80270007 The entity is not initialized with the NAP system.
NAP_E_MISMATCHED_ID -2144927736 0x80270008 The correlation id in the SoH-Request and SoH-Response do not match up.
NAP_E_NOT_PENDING -2144927735 0x80270009 Completion was indicated on a request that is not currently pending.
NAP_E_ID_NOT_FOUND -2144927734 0x8027000a The NAP component's id was not found.
NAP_E_MAXSIZE_TOO_SMALL -2144927733 0x8027000b The maximum size of the connection is too small for an SoH packet.
NAP_E_SERVICE_NOT_RUNNING -2144927732 0x8027000c The NapAgent service is not running.
NAP_S_CERT_ALREADY_PRESENT 2555917 0x27000d A certificate is already present in the cert store.
NAP_E_ENTITY_DISABLED -2144927730 0x8027000e The entity is disabled with the NapAgent service.
NAP_E_NETSH_GROUPPOLICY_ERROR -2144927729 0x8027000f Group Policy is not configured.
NAP_E_TOO_MANY_CALLS -2144927728 0x80270010 Too many simultaneous calls.
NAP_E_SHV_CONFIG_EXISTED -2144927727 0x80270011 SHV configuration already existed.
NAP_E_SHV_CONFIG_NOT_FOUND -2144927726 0x80270012 SHV configuration is not found.
NAP_E_SHV_TIMEOUT -2144927725 0x80270013 SHV timed out on the request.
TPM_E_ERROR_MASK -2144862208 0x80280000 This is an error mask to convert TPM hardware errors to win errors.
TPM_E_AUTHFAIL -2144862207 0x80280001 TPM 1.2: Authentication failed.
TPM_E_BADINDEX -2144862206 0x80280002 TPM 1.2: The index to a PCR, DIR or other register is incorrect.
TPM_E_BAD_PARAMETER -2144862205 0x80280003 TPM 1.2: One or more parameter is bad.
TPM_E_AUDITFAILURE -2144862204 0x80280004 TPM 1.2: An operation completed successfully but the auditing of that operation failed.
TPM_E_CLEAR_DISABLED -2144862203 0x80280005 TPM 1.2: The clear disable flag is set and all clear operations now require physical access.
TPM_E_DEACTIVATED -2144862202 0x80280006 TPM 1.2: Activate the Trusted Platform Module (TPM).
TPM_E_DISABLED -2144862201 0x80280007 TPM 1.2: Enable the Trusted Platform Module (TPM).
TPM_E_DISABLED_CMD -2144862200 0x80280008 TPM 1.2: The target command has been disabled.
TPM_E_FAIL -2144862199 0x80280009 TPM 1.2: The operation failed.
TPM_E_BAD_ORDINAL -2144862198 0x8028000a TPM 1.2: The ordinal was unknown or inconsistent.
TPM_E_INSTALL_DISABLED -2144862197 0x8028000b TPM 1.2: The ability to install an owner is disabled.
TPM_E_INVALID_KEYHANDLE -2144862196 0x8028000c TPM 1.2: The key handle cannot be interpreted.
TPM_E_KEYNOTFOUND -2144862195 0x8028000d TPM 1.2: The key handle points to an invalid key.
TPM_E_INAPPROPRIATE_ENC -2144862194 0x8028000e TPM 1.2: Unacceptable encryption scheme.
TPM_E_MIGRATEFAIL -2144862193 0x8028000f TPM 1.2: Migration authorization failed.
TPM_E_INVALID_PCR_INFO -2144862192 0x80280010 TPM 1.2: PCR information could not be interpreted.
TPM_E_NOSPACE -2144862191 0x80280011 TPM 1.2: No room to load key.
TPM_E_NOSRK -2144862190 0x80280012 TPM 1.2: There is no Storage Root Key (SRK) set.
TPM_E_NOTSEALED_BLOB -2144862189 0x80280013 TPM 1.2: An encrypted blob is invalid or was not created by this TPM.
TPM_E_OWNER_SET -2144862188 0x80280014 TPM 1.2: The Trusted Platform Module (TPM) already has an owner.
TPM_E_RESOURCES -2144862187 0x80280015 TPM 1.2: The TPM has insufficient internal resources to perform the requested action.
TPM_E_SHORTRANDOM -2144862186 0x80280016 TPM 1.2: A random string was too short.
TPM_E_SIZE -2144862185 0x80280017 TPM 1.2: The TPM does not have the space to perform the operation.
TPM_E_WRONGPCRVAL -2144862184 0x80280018 TPM 1.2: The named PCR value does not match the current PCR value.
TPM_E_BAD_PARAM_SIZE -2144862183 0x80280019 TPM 1.2: The paramSize argument to the command has the incorrect value .
TPM_E_SHA_THREAD -2144862182 0x8028001a TPM 1.2: There is no existing SHA-1 thread.
TPM_E_SHA_ERROR -2144862181 0x8028001b TPM 1.2: The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.
TPM_E_FAILEDSELFTEST -2144862180 0x8028001c TPM 1.2: The TPM hardware device reported a failure during its internal self test. Try restarting the computer to resolve the problem. If the problem continues, check for the latest BIOS or firmware update for your TPM hardware. Consult the computer manufacturer's documentation for instructions.
TPM_E_BADTAG -2144862178 0x8028001e TPM 1.2: The tag value sent to for a command is invalid.
TPM_E_IOERROR -2144862177 0x8028001f TPM 1.2: An IO error occurred transmitting information to the TPM.
TPM_E_ENCRYPT_ERROR -2144862176 0x80280020 TPM 1.2: The encryption process had a problem.
TPM_E_DECRYPT_ERROR -2144862175 0x80280021 TPM 1.2: The decryption process did not complete.
TPM_E_INVALID_AUTHHANDLE -2144862174 0x80280022 TPM 1.2: An invalid handle was used.
TPM_E_NO_ENDORSEMENT -2144862173 0x80280023 TPM 1.2: The TPM does not have an Endorsement Key (EK) installed.
TPM_E_INVALID_KEYUSAGE -2144862172 0x80280024 TPM 1.2: The usage of a key is not allowed.
TPM_E_WRONG_ENTITYTYPE -2144862171 0x80280025 TPM 1.2: The submitted entity type is not allowed.
TPM_E_INVALID_POSTINIT -2144862170 0x80280026 TPM 1.2: The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.
TPM_E_INAPPROPRIATE_SIG -2144862169 0x80280027 TPM 1.2: Signed data cannot include additional DER information.
TPM_E_BAD_KEY_PROPERTY -2144862168 0x80280028 TPM 1.2: The key properties in TPM_KEY_PARMs are not supported by this TPM.
TPM_E_BAD_MIGRATION -2144862167 0x80280029 TPM 1.2: The migration properties of this key are incorrect.
TPM_E_BAD_SCHEME -2144862166 0x8028002a TPM 1.2: The signature or encryption scheme for this key is incorrect or not permitted in this situation.
TPM_E_BAD_DATASIZE -2144862165 0x8028002b TPM 1.2: The size of the data (or blob) parameter is bad or inconsistent with the referenced key.
TPM_E_BAD_MODE -2144862164 0x8028002c TPM 1.2: A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob.
TPM_E_BAD_PRESENCE -2144862163 0x8028002d TPM 1.2: Either the physicalPresence or physicalPresenceLock bits have the wrong value.
TPM_E_BAD_VERSION -2144862162 0x8028002e TPM 1.2: The TPM cannot perform this version of the capability.
TPM_E_NO_WRAP_TRANSPORT -2144862161 0x8028002f TPM 1.2: The TPM does not allow for wrapped transport sessions.
TPM_E_AUDITFAIL_UNSUCCESSFUL -2144862160 0x80280030 TPM 1.2: TPM audit construction failed and the underlying command was returning a failure code also.
TPM_E_AUDITFAIL_SUCCESSFUL -2144862159 0x80280031 TPM 1.2: TPM audit construction failed and the underlying command was returning success.
TPM_E_NOTRESETABLE -2144862158 0x80280032 TPM 1.2: Attempt to reset a PCR register that does not have the resettable attribute.
TPM_E_NOTLOCAL -2144862157 0x80280033 TPM 1.2: Attempt to reset a PCR register that requires locality and locality modifier not part of command transport.
TPM_E_BAD_TYPE -2144862156 0x80280034 TPM 1.2: Make identity blob not properly typed.
TPM_E_INVALID_RESOURCE -2144862155 0x80280035 TPM 1.2: When saving context identified resource type does not match actual resource.
TPM_E_NOTFIPS -2144862154 0x80280036 TPM 1.2: The TPM is attempting to execute a command only available when in FIPS mode.
TPM_E_INVALID_FAMILY -2144862153 0x80280037 TPM 1.2: The command is attempting to use an invalid family ID.
TPM_E_NO_NV_PERMISSION -2144862152 0x80280038 TPM 1.2: The permission to manipulate the NV storage is not available.
TPM_E_REQUIRES_SIGN -2144862151 0x80280039 TPM 1.2: The operation requires a signed command.
TPM_E_KEY_NOTSUPPORTED -2144862150 0x8028003a TPM 1.2: Wrong operation to load an NV key.
TPM_E_AUTH_CONFLICT -2144862149 0x8028003b TPM 1.2: NV_LoadKey blob requires both owner and blob authorization.
TPM_E_AREA_LOCKED -2144862148 0x8028003c TPM 1.2: The NV area is locked and not writable.
TPM_E_BAD_LOCALITY -2144862147 0x8028003d TPM 1.2: The locality is incorrect for the attempted operation.
TPM_E_READ_ONLY -2144862146 0x8028003e TPM 1.2: The NV area is read only and can't be written to.
TPM_E_PER_NOWRITE -2144862145 0x8028003f TPM 1.2: There is no protection on the write to the NV area.
TPM_E_FAMILYCOUNT -2144862144 0x80280040 TPM 1.2: The family count value does not match.
TPM_E_WRITE_LOCKED -2144862143 0x80280041 TPM 1.2: The NV area has already been written to.
TPM_E_BAD_ATTRIBUTES -2144862142 0x80280042 TPM 1.2: The NV area attributes conflict.
TPM_E_INVALID_STRUCTURE -2144862141 0x80280043 TPM 1.2: The structure tag and version are invalid or inconsistent.
TPM_E_KEY_OWNER_CONTROL -2144862140 0x80280044 TPM 1.2: The key is under control of the TPM Owner and can only be evicted by the TPM Owner.
TPM_E_BAD_COUNTER -2144862139 0x80280045 TPM 1.2: The counter handle is incorrect.
TPM_E_NOT_FULLWRITE -2144862138 0x80280046 TPM 1.2: The write is not a complete write of the area.
TPM_E_CONTEXT_GAP -2144862137 0x80280047 TPM 1.2: The gap between saved context counts is too large.
TPM_E_MAXNVWRITES -2144862136 0x80280048 TPM 1.2: The maximum number of NV writes without an owner has been exceeded.
TPM_E_NOOPERATOR -2144862135 0x80280049 TPM 1.2: No operator AuthData value is set.
TPM_E_RESOURCEMISSING -2144862134 0x8028004a TPM 1.2: The resource pointed to by context is not loaded.
TPM_E_DELEGATE_LOCK -2144862133 0x8028004b TPM 1.2: The delegate administration is locked.
TPM_E_DELEGATE_FAMILY -2144862132 0x8028004c TPM 1.2: Attempt to manage a family other then the delegated family.
TPM_E_DELEGATE_ADMIN -2144862131 0x8028004d TPM 1.2: Delegation table management not enabled.
TPM_E_TRANSPORT_NOTEXCLUSIVE -2144862130 0x8028004e TPM 1.2: There was a command executed outside of an exclusive transport session.
TPM_E_OWNER_CONTROL -2144862129 0x8028004f TPM 1.2: Attempt to context save a owner evict controlled key.
TPM_E_DAA_RESOURCES -2144862128 0x80280050 TPM 1.2: The DAA command has no resources available to execute the command.
TPM_E_DAA_ISSUER_SETTINGS -2144862125 0x80280053 TPM 1.2: The consistency check on DAA_issuerSettings has failed.
TPM_E_DAA_TPM_SETTINGS -2144862124 0x80280054 TPM 1.2: The consistency check on DAA_tpmSpecific has failed.
TPM_E_DAA_STAGE -2144862123 0x80280055 TPM 1.2: The atomic process indicated by the submitted DAA command is not the expected process.
TPM_E_DAA_ISSUER_VALIDITY -2144862122 0x80280056 TPM 1.2: The issuer's validity check has detected an inconsistency.
TPM_E_DAA_WRONG_W -2144862121 0x80280057 TPM 1.2: The consistency check on w has failed.
TPM_E_BAD_HANDLE -2144862120 0x80280058 TPM 1.2: The handle is incorrect.
TPM_E_BAD_DELEGATE -2144862119 0x80280059 TPM 1.2: Delegation is not correct.
TPM_E_BADCONTEXT -2144862118 0x8028005a TPM 1.2: The context blob is invalid.
TPM_E_TOOMANYCONTEXTS -2144862117 0x8028005b TPM 1.2: Too many contexts held by the TPM.
TPM_E_MA_TICKET_SIGNATURE -2144862116 0x8028005c TPM 1.2: Migration authority signature validation failure.
TPM_E_MA_DESTINATION -2144862115 0x8028005d TPM 1.2: Migration destination not authenticated.
TPM_E_MA_SOURCE -2144862114 0x8028005e TPM 1.2: Migration source incorrect.
TPM_E_MA_AUTHORITY -2144862113 0x8028005f TPM 1.2: Incorrect migration authority.
TPM_E_PERMANENTEK -2144862111 0x80280061 TPM 1.2: Attempt to revoke the EK and the EK is not revocable.
TPM_E_BAD_SIGNATURE -2144862110 0x80280062 TPM 1.2: Bad signature of CMK ticket.
TPM_E_NOCONTEXTSPACE -2144862109 0x80280063 TPM 1.2: There is no room in the context list for additional contexts.
TPM_E_COMMAND_BLOCKED -2144861184 0x80280400 The command was blocked.
TPM_E_INVALID_HANDLE -2144861183 0x80280401 The specified handle was not found.
TPM_E_DUPLICATE_VHANDLE -2144861182 0x80280402 The TPM returned a duplicate handle and the command needs to be resubmitted.
TPM_E_EMBEDDED_COMMAND_BLOCKED -2144861181 0x80280403 The command within the transport was blocked.
TPM_E_EMBEDDED_COMMAND_UNSUPPORTED -2144861180 0x80280404 The command within the transport is not supported.
TPM_E_RETRY -2144860160 0x80280800 The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time.
TPM_E_NEEDS_SELFTEST -2144860159 0x80280801 SelfTestFull has not been run.
TPM_E_DOING_SELFTEST -2144860158 0x80280802 The TPM is currently executing a full selftest.
TPM_E_DEFEND_LOCK_RUNNING -2144860157 0x80280803 The TPM is defending against dictionary attacks and is in a time-out period.
TBS_E_INTERNAL_ERROR -2144845823 0x80284001 An internal error has occurred within the Trusted Platform Module support program.
TBS_E_BAD_PARAMETER -2144845822 0x80284002 One or more input parameters is bad.
TBS_E_INVALID_OUTPUT_POINTER -2144845821 0x80284003 A specified output pointer is bad.
TBS_E_INVALID_CONTEXT -2144845820 0x80284004 The specified context handle does not refer to a valid context.
TBS_E_INSUFFICIENT_BUFFER -2144845819 0x80284005 A specified output buffer is too small.
TBS_E_IOERROR -2144845818 0x80284006 An error occurred while communicating with the TPM.
TBS_E_INVALID_CONTEXT_PARAM -2144845817 0x80284007 One or more context parameters is invalid.
TBS_E_SERVICE_NOT_RUNNING -2144845816 0x80284008 The TBS service is not running and could not be started.
TBS_E_TOO_MANY_TBS_CONTEXTS -2144845815 0x80284009 A new context could not be created because there are too many open contexts.
TBS_E_TOO_MANY_RESOURCES -2144845814 0x8028400a A new virtual resource could not be created because there are too many open virtual resources.
TBS_E_SERVICE_START_PENDING -2144845813 0x8028400b The TBS service has been started but is not yet running.
TBS_E_PPI_NOT_SUPPORTED -2144845812 0x8028400c The physical presence interface is not supported.
TBS_E_COMMAND_CANCELED -2144845811 0x8028400d The command was canceled.
TBS_E_BUFFER_TOO_LARGE -2144845810 0x8028400e The input or output buffer is too large.
TBS_E_TPM_NOT_FOUND -2144845809 0x8028400f A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer.
TBS_E_SERVICE_DISABLED -2144845808 0x80284010 The TBS service has been disabled.
TBS_E_NO_EVENT_LOG -2144845807 0x80284011 No TCG event log is available.
TBS_E_ACCESS_DENIED -2144845806 0x80284012 The caller does not have the appropriate rights to perform the requested operation.
TBS_E_PROVISIONING_NOT_ALLOWED -2144845805 0x80284013 The TPM provisioning action is not allowed by the specified flags. For provisioning to be successful, one of several actions may be required. The TPM management console (tpm.msc) action to make the TPM Ready may help. For further information, see the documentation for the Win32_Tpm WMI method 'Provision'. (The actions that may be required include importing the TPM Owner Authorization value into the system, calling the Win32_Tpm WMI method for provisioning the TPM and specifying TRUE for either 'ForceClear_Allowed' or 'PhysicalPresencePrompts_Allowed' (as indicated by the value returned in the Additional Information), or enabling the TPM in the system BIOS.)
TBS_E_PPI_FUNCTION_UNSUPPORTED -2144845804 0x80284014 The Physical Presence Interface of this firmware does not support the requested method.
TBS_E_OWNERAUTH_NOT_FOUND -2144845803 0x80284015 The requested TPM OwnerAuth value was not found.
TBS_E_PROVISIONING_INCOMPLETE -2144845802 0x80284016 The TPM provisioning did not complete. For more information on completing the provisioning, call the Win32_Tpm WMI method for provisioning the TPM ('Provision') and check the returned Information.
TPMAPI_E_INVALID_STATE -2144796416 0x80290100 The command buffer is not in the correct state.
TPMAPI_E_NOT_ENOUGH_DATA -2144796415 0x80290101 The command buffer does not contain enough data to satisfy the request.
TPMAPI_E_TOO_MUCH_DATA -2144796414 0x80290102 The command buffer cannot contain any more data.
TPMAPI_E_INVALID_OUTPUT_POINTER -2144796413 0x80290103 One or more output parameters was NULL or invalid.
TPMAPI_E_INVALID_PARAMETER -2144796412 0x80290104 One or more input parameters is invalid.
TPMAPI_E_OUT_OF_MEMORY -2144796411 0x80290105 Not enough memory was available to satisfy the request.
TPMAPI_E_BUFFER_TOO_SMALL -2144796410 0x80290106 The specified buffer was too small.
TPMAPI_E_INTERNAL_ERROR -2144796409 0x80290107 An internal error was detected.
TPMAPI_E_ACCESS_DENIED -2144796408 0x80290108 The caller does not have the appropriate rights to perform the requested operation.
TPMAPI_E_AUTHORIZATION_FAILED -2144796407 0x80290109 The specified authorization information was invalid.
TPMAPI_E_INVALID_CONTEXT_HANDLE -2144796406 0x8029010a The specified context handle was not valid.
TPMAPI_E_TBS_COMMUNICATION_ERROR -2144796405 0x8029010b An error occurred while communicating with the TBS.
TPMAPI_E_TPM_COMMAND_ERROR -2144796404 0x8029010c The TPM returned an unexpected result.
TPMAPI_E_MESSAGE_TOO_LARGE -2144796403 0x8029010d The message was too large for the encoding scheme.
TPMAPI_E_INVALID_ENCODING -2144796402 0x8029010e The encoding in the blob was not recognized.
TPMAPI_E_INVALID_KEY_SIZE -2144796401 0x8029010f The key size is not valid.
TPMAPI_E_ENCRYPTION_FAILED -2144796400 0x80290110 The encryption operation failed.
TPMAPI_E_INVALID_KEY_PARAMS -2144796399 0x80290111 The key parameters structure was not valid
TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB -2144796398 0x80290112 The requested supplied data does not appear to be a valid migration authorization blob.
TPMAPI_E_INVALID_PCR_INDEX -2144796397 0x80290113 The specified PCR index was invalid
TPMAPI_E_INVALID_DELEGATE_BLOB -2144796396 0x80290114 The data given does not appear to be a valid delegate blob.
TPMAPI_E_INVALID_CONTEXT_PARAMS -2144796395 0x80290115 One or more of the specified context parameters was not valid.
TPMAPI_E_INVALID_KEY_BLOB -2144796394 0x80290116 The data given does not appear to be a valid key blob
TPMAPI_E_INVALID_PCR_DATA -2144796393 0x80290117 The specified PCR data was invalid.
TPMAPI_E_INVALID_OWNER_AUTH -2144796392 0x80290118 The format of the owner auth data was invalid.
TPMAPI_E_FIPS_RNG_CHECK_FAILED -2144796391 0x80290119 The random number generated did not pass FIPS RNG check.
TPMAPI_E_EMPTY_TCG_LOG -2144796390 0x8029011a The TCG Event Log does not contain any data.
TPMAPI_E_INVALID_TCG_LOG_ENTRY -2144796389 0x8029011b An entry in the TCG Event Log was invalid.
TPMAPI_E_TCG_SEPARATOR_ABSENT -2144796388 0x8029011c A TCG Separator was not found.
TPMAPI_E_TCG_INVALID_DIGEST_ENTRY -2144796387 0x8029011d A digest value in a TCG Log entry did not match hashed data.
TPMAPI_E_POLICY_DENIES_OPERATION -2144796386 0x8029011e The requested operation was blocked by current TPM policy. Please contact your system administrator for assistance.
TPMAPI_E_NV_BITS_NOT_DEFINED -2144796385 0x8029011f The Windows TPM NV Bits index is not defined.
TPMAPI_E_NV_BITS_NOT_READY -2144796384 0x80290120 The Windows TPM NV Bits index is not ready for use.
TPMAPI_E_SEALING_KEY_NOT_AVAILABLE -2144796383 0x80290121 The TPM key that was used to seal the data is no longer available.
TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND -2144796382 0x80290122 An authorization chain could not be found that authorizes the PolicyAuthorize unseal.
TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE -2144796381 0x80290123 The SVN counter to which the authorization was bound is not available.
TPMAPI_E_OWNER_AUTH_NOT_NULL -2144796380 0x80290124 The TPM Storage hierarchy (Owner) auth value is required to be NULL for this operation.
TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL -2144796379 0x80290125 The TPM Endorsement hierarchy auth value is required to be NULL for this operation.
TPMAPI_E_AUTHORIZATION_REVOKED -2144796378 0x80290126 The authorization to perform this operation has been revoked.
TPMAPI_E_MALFORMED_AUTHORIZATION_KEY -2144796377 0x80290127 The authorization public key is malformed.
TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED -2144796376 0x80290128 The authorization public key is not supported.
TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE -2144796375 0x80290129 The authorization signature is invalid.
TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY -2144796374 0x8029012a The authorization policy is malformed.
TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER -2144796373 0x8029012b The authorization data is malformed.
TPMAPI_E_SEALING_KEY_CHANGED -2144796372 0x8029012c The key used to unseal this data has changed since sealing the data. This may be the result of a TPM clear.
TBSIMP_E_BUFFER_TOO_SMALL -2144796160 0x80290200 The specified buffer was too small.
TBSIMP_E_CLEANUP_FAILED -2144796159 0x80290201 The context could not be cleaned up.
TBSIMP_E_INVALID_CONTEXT_HANDLE -2144796158 0x80290202 The specified context handle is invalid.
TBSIMP_E_INVALID_CONTEXT_PARAM -2144796157 0x80290203 An invalid context parameter was specified.
TBSIMP_E_TPM_ERROR -2144796156 0x80290204 An error occurred while communicating with the TPM
TBSIMP_E_HASH_BAD_KEY -2144796155 0x80290205 No entry with the specified key was found.
TBSIMP_E_DUPLICATE_VHANDLE -2144796154 0x80290206 The specified virtual handle matches a virtual handle already in use.
TBSIMP_E_INVALID_OUTPUT_POINTER -2144796153 0x80290207 The pointer to the returned handle location was NULL or invalid
TBSIMP_E_INVALID_PARAMETER -2144796152 0x80290208 One or more parameters is invalid
TBSIMP_E_RPC_INIT_FAILED -2144796151 0x80290209 The RPC subsystem could not be initialized.
TBSIMP_E_SCHEDULER_NOT_RUNNING -2144796150 0x8029020a The TBS scheduler is not running.
TBSIMP_E_COMMAND_CANCELED -2144796149 0x8029020b The command was canceled.
TBSIMP_E_OUT_OF_MEMORY -2144796148 0x8029020c There was not enough memory to fulfill the request
TBSIMP_E_LIST_NO_MORE_ITEMS -2144796147 0x8029020d The specified list is empty, or the iteration has reached the end of the list.
TBSIMP_E_LIST_NOT_FOUND -2144796146 0x8029020e The specified item was not found in the list.
TBSIMP_E_NOT_ENOUGH_SPACE -2144796145 0x8029020f The TPM does not have enough space to load the requested resource.
TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS -2144796144 0x80290210 There are too many TPM contexts in use.
TBSIMP_E_COMMAND_FAILED -2144796143 0x80290211 The TPM command failed.
TBSIMP_E_UNKNOWN_ORDINAL -2144796142 0x80290212 The TBS does not recognize the specified ordinal.
TBSIMP_E_RESOURCE_EXPIRED -2144796141 0x80290213 The requested resource is no longer available.
TBSIMP_E_INVALID_RESOURCE -2144796140 0x80290214 The resource type did not match.
TBSIMP_E_NOTHING_TO_UNLOAD -2144796139 0x80290215 No resources can be unloaded.
TBSIMP_E_HASH_TABLE_FULL -2144796138 0x80290216 No new entries can be added to the hash table.
TBSIMP_E_TOO_MANY_TBS_CONTEXTS -2144796137 0x80290217 A new TBS context could not be created because there are too many open contexts.
TBSIMP_E_TOO_MANY_RESOURCES -2144796136 0x80290218 A new virtual resource could not be created because there are too many open virtual resources.
TBSIMP_E_PPI_NOT_SUPPORTED -2144796135 0x80290219 The physical presence interface is not supported.
TBSIMP_E_TPM_INCOMPATIBLE -2144796134 0x8029021a TBS is not compatible with the version of TPM found on the system.
TBSIMP_E_NO_EVENT_LOG -2144796133 0x8029021b No TCG event log is available.
TPM_E_PPI_ACPI_FAILURE -2144795904 0x80290300 A general error was detected when attempting to acquire the BIOS's response to a Physical Presence command.
TPM_E_PPI_USER_ABORT -2144795903 0x80290301 The user failed to confirm the TPM operation request.
TPM_E_PPI_BIOS_FAILURE -2144795902 0x80290302 The BIOS failure prevented the successful execution of the requested TPM operation (e.g. invalid TPM operation request, BIOS communication error with the TPM).
TPM_E_PPI_NOT_SUPPORTED -2144795901 0x80290303 The BIOS does not support the physical presence interface.
TPM_E_PPI_BLOCKED_IN_BIOS -2144795900 0x80290304 The Physical Presence command was blocked by current BIOS settings. The system owner may be able to reconfigure the BIOS settings to allow the command.
TPM_E_PCP_ERROR_MASK -2144795648 0x80290400 This is an error mask to convert Platform Crypto Provider errors to win errors.
TPM_E_PCP_DEVICE_NOT_READY -2144795647 0x80290401 The Platform Crypto Device is currently not ready. It needs to be fully provisioned to be operational.
TPM_E_PCP_INVALID_HANDLE -2144795646 0x80290402 The handle provided to the Platform Crypto Provider is invalid.
TPM_E_PCP_INVALID_PARAMETER -2144795645 0x80290403 A parameter provided to the Platform Crypto Provider is invalid.
TPM_E_PCP_FLAG_NOT_SUPPORTED -2144795644 0x80290404 A provided flag to the Platform Crypto Provider is not supported.
TPM_E_PCP_NOT_SUPPORTED -2144795643 0x80290405 The requested operation is not supported by this Platform Crypto Provider.
TPM_E_PCP_BUFFER_TOO_SMALL -2144795642 0x80290406 The buffer is too small to contain all data. No information has been written to the buffer.
TPM_E_PCP_INTERNAL_ERROR -2144795641 0x80290407 An unexpected internal error has occurred in the Platform Crypto Provider.
TPM_E_PCP_AUTHENTICATION_FAILED -2144795640 0x80290408 The authorization to use a provider object has failed.
TPM_E_PCP_AUTHENTICATION_IGNORED -2144795639 0x80290409 The Platform Crypto Device has ignored the authorization for the provider object, to mitigate against a dictionary attack.
TPM_E_PCP_POLICY_NOT_FOUND -2144795638 0x8029040a The referenced policy was not found.
TPM_E_PCP_PROFILE_NOT_FOUND -2144795637 0x8029040b The referenced profile was not found.
TPM_E_PCP_VALIDATION_FAILED -2144795636 0x8029040c The validation was not succesful.
TPM_E_PCP_WRONG_PARENT -2144795634 0x8029040e An attempt was made to import or load a key under an incorrect storage parent.
TPM_E_KEY_NOT_LOADED -2144795633 0x8029040f The TPM key is not loaded.
TPM_E_NO_KEY_CERTIFICATION -2144795632 0x80290410 The TPM key certification has not been generated.
TPM_E_KEY_NOT_FINALIZED -2144795631 0x80290411 The TPM key is not yet finalized.
TPM_E_ATTESTATION_CHALLENGE_NOT_SET -2144795630 0x80290412 The TPM attestation challenge is not set.
TPM_E_NOT_PCR_BOUND -2144795629 0x80290413 The TPM PCR info is not available.
TPM_E_KEY_ALREADY_FINALIZED -2144795628 0x80290414 The TPM key is already finalized.
TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED -2144795627 0x80290415 The TPM key usage policy is not supported.
TPM_E_KEY_USAGE_POLICY_INVALID -2144795626 0x80290416 The TPM key usage policy is invalid.
TPM_E_SOFT_KEY_ERROR -2144795625 0x80290417 There was a problem with the software key being imported into the TPM.
TPM_E_KEY_NOT_AUTHENTICATED -2144795624 0x80290418 The TPM key is not authenticated.
TPM_E_PCP_KEY_NOT_AIK -2144795623 0x80290419 The TPM key is not an AIK.
TPM_E_KEY_NOT_SIGNING_KEY -2144795622 0x8029041a The TPM key is not a signing key.
TPM_E_LOCKED_OUT -2144795621 0x8029041b The TPM is locked out.
TPM_E_CLAIM_TYPE_NOT_SUPPORTED -2144795620 0x8029041c The claim type requested is not supported.
TPM_E_VERSION_NOT_SUPPORTED -2144795619 0x8029041d TPM version is not supported.
TPM_E_BUFFER_LENGTH_MISMATCH -2144795618 0x8029041e The buffer lengths do not match.
TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED -2144795617 0x8029041f The RSA key creation is blocked on this TPM due to known security vulnerabilities.
TPM_E_PCP_TICKET_MISSING -2144795616 0x80290420 A ticket required to use a key was not provided.
TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED -2144795615 0x80290421 This key has a raw policy so the KSP can't authenticate against it.
TPM_E_PCP_KEY_HANDLE_INVALIDATED -2144795614 0x80290422 The TPM key's handle was unexpectedly invalidated due to a hardware or firmware issue.
TPM_E_PCP_UNSUPPORTED_PSS_SALT 1076429859 0x40290423 The requested salt size for signing with RSAPSS does not match what the TPM uses.
TPM_E_ZERO_EXHAUST_ENABLED -2144795392 0x80290500 TPM related network operations are blocked as Zero Exhaust mode is enabled on client.
PLA_E_DCS_NOT_FOUND -2144337918 0x80300002 Data Collector Set was not found.
PLA_E_DCS_IN_USE -2144337750 0x803000aa The Data Collector Set or one of its dependencies is already in use.
PLA_E_TOO_MANY_FOLDERS -2144337851 0x80300045 Unable to start Data Collector Set because there are too many folders.
PLA_E_NO_MIN_DISK -2144337808 0x80300070 Not enough free disk space to start Data Collector Set.
PLA_E_DCS_ALREADY_EXISTS -2144337737 0x803000b7 Data Collector Set already exists.
PLA_S_PROPERTY_IGNORED 3145984 0x300100 Property value will be ignored.
PLA_E_PROPERTY_CONFLICT -2144337663 0x80300101 Property value conflict.
PLA_E_DCS_SINGLETON_REQUIRED -2144337662 0x80300102 The current configuration for this Data Collector Set requires that it contain exactly one Data Collector.
PLA_E_CREDENTIALS_REQUIRED -2144337661 0x80300103 A user account is required in order to commit the current Data Collector Set properties.
PLA_E_DCS_NOT_RUNNING -2144337660 0x80300104 Data Collector Set is not running.
PLA_E_CONFLICT_INCL_EXCL_API -2144337659 0x80300105 A conflict was detected in the list of include/exclude APIs. Do not specify the same API in both the include list and the exclude list.
PLA_E_NETWORK_EXE_NOT_VALID -2144337658 0x80300106 The executable path you have specified refers to a network share or UNC path.
PLA_E_EXE_ALREADY_CONFIGURED -2144337657 0x80300107 The executable path you have specified is already configured for API tracing.
PLA_E_EXE_PATH_NOT_VALID -2144337656 0x80300108 The executable path you have specified does not exist. Verify that the specified path is correct.
PLA_E_DC_ALREADY_EXISTS -2144337655 0x80300109 Data Collector already exists.
PLA_E_DCS_START_WAIT_TIMEOUT -2144337654 0x8030010a The wait for the Data Collector Set start notification has timed out.
PLA_E_DC_START_WAIT_TIMEOUT -2144337653 0x8030010b The wait for the Data Collector to start has timed out.
PLA_E_REPORT_WAIT_TIMEOUT -2144337652 0x8030010c The wait for the report generation tool to finish has timed out.
PLA_E_NO_DUPLICATES -2144337651 0x8030010d Duplicate items are not allowed.
PLA_E_EXE_FULL_PATH_REQUIRED -2144337650 0x8030010e When specifying the executable that you want to trace, you must specify a full path to the executable and not just a filename.
PLA_E_INVALID_SESSION_NAME -2144337649 0x8030010f The session name provided is invalid.
PLA_E_PLA_CHANNEL_NOT_ENABLED -2144337648 0x80300110 The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation.
PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED -2144337647 0x80300111 The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation.
PLA_E_RULES_MANAGER_FAILED -2144337646 0x80300112 The execution of the Rules Manager failed.
PLA_E_CABAPI_FAILURE -2144337645 0x80300113 An error occurred while attempting to compress or extract the data.
FVE_E_LOCKED_VOLUME -2144272384 0x80310000 This drive is locked by BitLocker Drive Encryption. You must unlock this drive from Control Panel.
FVE_E_NOT_ENCRYPTED -2144272383 0x80310001 This drive is not encrypted.
FVE_E_NO_TPM_BIOS -2144272382 0x80310002 The BIOS did not correctly communicate with the Trusted Platform Module (TPM). Contact the computer manufacturer for BIOS upgrade instructions.
FVE_E_NO_MBR_METRIC -2144272381 0x80310003 The BIOS did not correctly communicate with the master boot record (MBR). Contact the computer manufacturer for BIOS upgrade instructions.
FVE_E_NO_BOOTSECTOR_METRIC -2144272380 0x80310004 A required TPM measurement is missing. If there is a bootable CD or DVD in your computer, remove it, restart the computer, and turn on BitLocker again. If the problem persists, ensure the master boot record is up to date.
FVE_E_NO_BOOTMGR_METRIC -2144272379 0x80310005 The boot sector of this drive is not compatible with BitLocker Drive Encryption. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot manager (BOOTMGR).
FVE_E_WRONG_BOOTMGR -2144272378 0x80310006 The boot manager of this operating system is not compatible with BitLocker Drive Encryption. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot manager (BOOTMGR).
FVE_E_SECURE_KEY_REQUIRED -2144272377 0x80310007 At least one secure key protector is required for this operation to be performed.
FVE_E_NOT_ACTIVATED -2144272376 0x80310008 BitLocker Drive Encryption is not enabled on this drive. Turn on BitLocker.
FVE_E_ACTION_NOT_ALLOWED -2144272375 0x80310009 BitLocker Drive Encryption cannot perform the requested action. This condition may occur when two requests are issued at the same time. Wait a few moments and then try the action again.
FVE_E_AD_SCHEMA_NOT_INSTALLED -2144272374 0x8031000a The Active Directory Domain Services forest does not contain the required attributes and classes to host BitLocker Drive Encryption or Trusted Platform Module information. Contact your domain administrator to verify that any required BitLocker Active Directory schema extensions have been installed.
FVE_E_AD_INVALID_DATATYPE -2144272373 0x8031000b The type of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted.
FVE_E_AD_INVALID_DATASIZE -2144272372 0x8031000c The size of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted.
FVE_E_AD_NO_VALUES -2144272371 0x8031000d The attribute read from Active Directory does not contain any values. The BitLocker recovery information may be missing or corrupted.
FVE_E_AD_ATTR_NOT_SET -2144272370 0x8031000e The attribute was not set. Verify that you are logged on with a domain account that has the ability to write information to Active Directory objects.
FVE_E_AD_GUID_NOT_FOUND -2144272369 0x8031000f The specified attribute cannot be found in Active Directory Domain Services. Contact your domain administrator to verify that any required BitLocker Active Directory schema extensions have been installed.
FVE_E_BAD_INFORMATION -2144272368 0x80310010 The BitLocker metadata for the encrypted drive is not valid. You can attempt to repair the drive to restore access.
FVE_E_TOO_SMALL -2144272367 0x80310011 The drive cannot be encrypted because it does not have enough free space. Delete any unnecessary data on the drive to create additional free space and then try again.
FVE_E_SYSTEM_VOLUME -2144272366 0x80310012 The drive cannot be encrypted because it contains system boot information. Create a separate partition for use as the system drive that contains the boot information and a second partition for use as the operating system drive and then encrypt the operating system drive.
FVE_E_FAILED_WRONG_FS -2144272365 0x80310013 The drive cannot be encrypted because the file system is not supported.
FVE_E_BAD_PARTITION_SIZE -2144272364 0x80310014 The file system size is larger than the partition size in the partition table. This drive may be corrupt or may have been tampered with. To use it with BitLocker, you must reformat the partition.
FVE_E_NOT_SUPPORTED -2144272363 0x80310015 This drive cannot be encrypted.
FVE_E_BAD_DATA -2144272362 0x80310016 The data is not valid.
FVE_E_VOLUME_NOT_BOUND -2144272361 0x80310017 The data drive specified is not set to automatically unlock on the current computer and cannot be unlocked automatically.
FVE_E_TPM_NOT_OWNED -2144272360 0x80310018 You must initialize the Trusted Platform Module (TPM) before you can use BitLocker Drive Encryption.
FVE_E_NOT_DATA_VOLUME -2144272359 0x80310019 The operation attempted cannot be performed on an operating system drive.
FVE_E_AD_INSUFFICIENT_BUFFER -2144272358 0x8031001a The buffer supplied to a function was insufficient to contain the returned data. Increase the buffer size before running the function again.
FVE_E_CONV_READ -2144272357 0x8031001b A read operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker.
FVE_E_CONV_WRITE -2144272356 0x8031001c A write operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker.
FVE_E_KEY_REQUIRED -2144272355 0x8031001d One or more BitLocker key protectors are required. You cannot delete the last key on this drive.
FVE_E_CLUSTERING_NOT_SUPPORTED -2144272354 0x8031001e Cluster configurations are not supported by BitLocker Drive Encryption.
FVE_E_VOLUME_BOUND_ALREADY -2144272353 0x8031001f The drive specified is already configured to be automatically unlocked on the current computer.
FVE_E_OS_NOT_PROTECTED -2144272352 0x80310020 The operating system drive is not protected by BitLocker Drive Encryption.
FVE_E_PROTECTION_DISABLED -2144272351 0x80310021 BitLocker Drive Encryption has been suspended on this drive. All BitLocker key protectors configured for this drive are effectively disabled, and the drive will be automatically unlocked using an unencrypted (clear) key.
FVE_E_RECOVERY_KEY_REQUIRED -2144272350 0x80310022 The drive you are attempting to lock does not have any key protectors available for encryption because BitLocker protection is currently suspended. Re-enable BitLocker to lock this drive.
FVE_E_FOREIGN_VOLUME -2144272349 0x80310023 BitLocker cannot use the Trusted Platform Module (TPM) to protect a data drive. TPM protection can only be used with the operating system drive.
FVE_E_OVERLAPPED_UPDATE -2144272348 0x80310024 The BitLocker metadata for the encrypted drive cannot be updated because it was locked for updating by another process. Please try this process again.
FVE_E_TPM_SRK_AUTH_NOT_ZERO -2144272347 0x80310025 The authorization data for the storage root key (SRK) of the Trusted Platform Module (TPM) is not zero and is therefore incompatible with BitLocker. Please initialize the TPM before attempting to use it with BitLocker.
FVE_E_FAILED_SECTOR_SIZE -2144272346 0x80310026 The drive encryption algorithm cannot be used on this sector size.
FVE_E_FAILED_AUTHENTICATION -2144272345 0x80310027 The drive cannot be unlocked with the key provided. Confirm that you have provided the correct key and try again.
FVE_E_NOT_OS_VOLUME -2144272344 0x80310028 The drive specified is not the operating system drive.
FVE_E_AUTOUNLOCK_ENABLED -2144272343 0x80310029 BitLocker Drive Encryption cannot be turned off on the operating system drive until the auto unlock feature has been disabled for the fixed data drives and removable data drives associated with this computer.
FVE_E_WRONG_BOOTSECTOR -2144272342 0x8031002a The system partition boot sector does not perform Trusted Platform Module (TPM) measurements. Use the Bootrec.exe tool in the Windows Recovery Environment to update or repair the boot sector.
FVE_E_WRONG_SYSTEM_FS -2144272341 0x8031002b BitLocker Drive Encryption operating system drives must be formatted with the NTFS file system in order to be encrypted. Convert the drive to NTFS, and then turn on BitLocker.
FVE_E_POLICY_PASSWORD_REQUIRED -2144272340 0x8031002c Group Policy settings require that a recovery password be specified before encrypting the drive.
FVE_E_CANNOT_SET_FVEK_ENCRYPTED -2144272339 0x8031002d The drive encryption algorithm and key cannot be set on a previously encrypted drive. To encrypt this drive with BitLocker Drive Encryption, remove the previous encryption and then turn on BitLocker.
FVE_E_CANNOT_ENCRYPT_NO_KEY -2144272338 0x8031002e BitLocker Drive Encryption cannot encrypt the specified drive because an encryption key is not available. Add a key protector to encrypt this drive.
FVE_E_BOOTABLE_CDDVD -2144272336 0x80310030 BitLocker Drive Encryption detected bootable media (CD or DVD) in the computer. Remove the media and restart the computer before configuring BitLocker.
FVE_E_PROTECTOR_EXISTS -2144272335 0x80310031 This key protector cannot be added. Only one key protector of this type is allowed for this drive.
FVE_E_RELATIVE_PATH -2144272334 0x80310032 The recovery password file was not found because a relative path was specified. Recovery passwords must be saved to a fully qualified path. Environment variables configured on the computer can be used in the path.
FVE_E_PROTECTOR_NOT_FOUND -2144272333 0x80310033 The specified key protector was not found on the drive. Try another key protector.
FVE_E_INVALID_KEY_FORMAT -2144272332 0x80310034 The recovery key provided is corrupt and cannot be used to access the drive. An alternative recovery method, such as recovery password, a data recovery agent, or a backup version of the recovery key must be used to recover access to the drive.
FVE_E_INVALID_PASSWORD_FORMAT -2144272331 0x80310035 The format of the recovery password provided is invalid. BitLocker recovery passwords are 48 digits. Verify that the recovery password is in the correct format and then try again.
FVE_E_FIPS_RNG_CHECK_FAILED -2144272330 0x80310036 The random number generator check test failed.
FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD -2144272329 0x80310037 The Group Policy setting requiring FIPS compliance prevents a local recovery password from being generated or used by BitLocker Drive Encryption. When operating in FIPS-compliant mode, BitLocker recovery options can be either a recovery key stored on a USB drive or recovery through a data recovery agent.
FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT -2144272328 0x80310038 The Group Policy setting requiring FIPS compliance prevents the recovery password from being saved to Active Directory. When operating in FIPS-compliant mode, BitLocker recovery options can be either a recovery key stored on a USB drive or recovery through a data recovery agent. Check your Group Policy settings configuration.
FVE_E_NOT_DECRYPTED -2144272327 0x80310039 The drive must be fully decrypted to complete this operation.
FVE_E_INVALID_PROTECTOR_TYPE -2144272326 0x8031003a The key protector specified cannot be used for this operation.
FVE_E_NO_PROTECTORS_TO_TEST -2144272325 0x8031003b No key protectors exist on the drive to perform the hardware test.
FVE_E_KEYFILE_NOT_FOUND -2144272324 0x8031003c The BitLocker startup key or recovery password cannot be found on the USB device. Verify that you have the correct USB device, that the USB device is plugged into the computer on an active USB port, restart the computer, and then try again. If the problem persists, contact the computer manufacturer for BIOS upgrade instructions.
FVE_E_KEYFILE_INVALID -2144272323 0x8031003d The BitLocker startup key or recovery password file provided is corrupt or invalid. Verify that you have the correct startup key or recovery password file and try again.
FVE_E_KEYFILE_NO_VMK -2144272322 0x8031003e The BitLocker encryption key cannot be obtained from the startup key or recovery password. Verify that you have the correct startup key or recovery password and try again.
FVE_E_TPM_DISABLED -2144272321 0x8031003f The Trusted Platform Module (TPM) is disabled. The TPM must be enabled, initialized, and have valid ownership before it can be used with BitLocker Drive Encryption.
FVE_E_NOT_ALLOWED_IN_SAFE_MODE -2144272320 0x80310040 The BitLocker configuration of the specified drive cannot be managed because this computer is currently operating in Safe Mode. While in Safe Mode, BitLocker Drive Encryption can only be used for recovery purposes.
FVE_E_TPM_INVALID_PCR -2144272319 0x80310041 The Trusted Platform Module (TPM) was unable to unlock the drive. Either the system boot information changed after choosing BitLocker settings or the PIN did not match. If the problem persists after several tries, there may be a hardware or firmware problem.
FVE_E_TPM_NO_VMK -2144272318 0x80310042 The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM).
FVE_E_PIN_INVALID -2144272317 0x80310043 The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM) and PIN.
FVE_E_AUTH_INVALID_APPLICATION -2144272316 0x80310044 A boot application has changed since BitLocker Drive Encryption was enabled.
FVE_E_AUTH_INVALID_CONFIG -2144272315 0x80310045 The Boot Configuration Data (BCD) settings have changed since BitLocker Drive Encryption was enabled.
FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED -2144272314 0x80310046 The Group Policy setting requiring FIPS compliance prohibits the use of unencrypted keys, which prevents BitLocker from being suspended on this drive. Please contact your domain administrator for more information.
FVE_E_FS_NOT_EXTENDED -2144272313 0x80310047 This drive cannot be encrypted by BitLocker Drive Encryption because the file system does not extend to the end of the drive. Repartition this drive and then try again.
FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED -2144272312 0x80310048 BitLocker Drive Encryption cannot be enabled on the operating system drive. Contact the computer manufacturer for BIOS upgrade instructions.
FVE_E_NO_LICENSE -2144272311 0x80310049 This version of Windows does not include BitLocker Drive Encryption. To use BitLocker Drive Encryption, please upgrade the operating system.
FVE_E_NOT_ON_STACK -2144272310 0x8031004a BitLocker Drive Encryption cannot be used because critical BitLocker system files are missing or corrupted. Use Windows Startup Repair to restore these files to your computer.
FVE_E_FS_MOUNTED -2144272309 0x8031004b The drive cannot be locked when the drive is in use.
FVE_E_TOKEN_NOT_IMPERSONATED -2144272308 0x8031004c The access token associated with the current thread is not an impersonated token.
FVE_E_DRY_RUN_FAILED -2144272307 0x8031004d The BitLocker encryption key cannot be obtained. Verify that the Trusted Platform Module (TPM) is enabled and ownership has been taken. If this computer does not have a TPM, verify that the USB drive is inserted and available.
FVE_E_REBOOT_REQUIRED -2144272306 0x8031004e You must restart your computer before continuing with BitLocker Drive Encryption.
FVE_E_DEBUGGER_ENABLED -2144272305 0x8031004f Drive encryption cannot occur while boot debugging is enabled. Use the bcdedit command-line tool to turn off boot debugging.
FVE_E_RAW_ACCESS -2144272304 0x80310050 No action was taken as BitLocker Drive Encryption is in raw access mode.
FVE_E_RAW_BLOCKED -2144272303 0x80310051 BitLocker Drive Encryption cannot enter raw access mode for this drive because the drive is currently in use.
FVE_E_BCD_APPLICATIONS_PATH_INCORRECT -2144272302 0x80310052 The path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again.
FVE_E_NOT_ALLOWED_IN_VERSION -2144272301 0x80310053 BitLocker Drive Encryption can only be used for limited provisioning or recovery purposes when the computer is running in pre-installation or recovery environments.
FVE_E_NO_AUTOUNLOCK_MASTER_KEY -2144272300 0x80310054 The auto-unlock master key was not available from the operating system drive.
FVE_E_MOR_FAILED -2144272299 0x80310055 The system firmware failed to enable clearing of system memory when the computer was restarted.
FVE_E_HIDDEN_VOLUME -2144272298 0x80310056 The hidden drive cannot be encrypted.
FVE_E_TRANSIENT_STATE -2144272297 0x80310057 BitLocker encryption keys were ignored because the drive was in a transient state.
FVE_E_PUBKEY_NOT_ALLOWED -2144272296 0x80310058 Public key based protectors are not allowed on this drive.
FVE_E_VOLUME_HANDLE_OPEN -2144272295 0x80310059 BitLocker Drive Encryption is already performing an operation on this drive. Please complete all operations before continuing.
FVE_E_NO_FEATURE_LICENSE -2144272294 0x8031005a This version of Windows does not support this feature of BitLocker Drive Encryption. To use this feature, upgrade the operating system.
FVE_E_INVALID_STARTUP_OPTIONS -2144272293 0x8031005b The Group Policy settings for BitLocker startup options are in conflict and cannot be applied. Contact your system administrator for more information.
FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED -2144272292 0x8031005c Group Policy settings do not permit the creation of a recovery password.
FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED -2144272291 0x8031005d Group Policy settings require the creation of a recovery password.
FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED -2144272290 0x8031005e Group Policy settings do not permit the creation of a recovery key.
FVE_E_POLICY_RECOVERY_KEY_REQUIRED -2144272289 0x8031005f Group Policy settings require the creation of a recovery key.
FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED -2144272288 0x80310060 Group Policy settings do not permit the use of a PIN at startup. Please choose a different BitLocker startup option.
FVE_E_POLICY_STARTUP_PIN_REQUIRED -2144272287 0x80310061 Group Policy settings require the use of a PIN at startup. Please choose this BitLocker startup option.
FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED -2144272286 0x80310062 Group Policy settings do not permit the use of a startup key. Please choose a different BitLocker startup option.
FVE_E_POLICY_STARTUP_KEY_REQUIRED -2144272285 0x80310063 Group Policy settings require the use of a startup key. Please choose this BitLocker startup option.
FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED -2144272284 0x80310064 Group Policy settings do not permit the use of a startup key and PIN. Please choose a different BitLocker startup option.
FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED -2144272283 0x80310065 Group Policy settings require the use of a startup key and PIN. Please choose this BitLocker startup option.
FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED -2144272282 0x80310066 Group policy does not permit the use of TPM-only at startup. Please choose a different BitLocker startup option.
FVE_E_POLICY_STARTUP_TPM_REQUIRED -2144272281 0x80310067 Group Policy settings require the use of TPM-only at startup. Please choose this BitLocker startup option.
FVE_E_POLICY_INVALID_PIN_LENGTH -2144272280 0x80310068 The PIN provided does not meet minimum or maximum length requirements.
FVE_E_KEY_PROTECTOR_NOT_SUPPORTED -2144272279 0x80310069 The key protector is not supported by the version of BitLocker Drive Encryption currently on the drive. Upgrade the drive to add the key protector.
FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED -2144272278 0x8031006a Group Policy settings do not permit the creation of a password.
FVE_E_POLICY_PASSPHRASE_REQUIRED -2144272277 0x8031006b Group Policy settings require the creation of a password.
FVE_E_FIPS_PREVENTS_PASSPHRASE -2144272276 0x8031006c The Group Policy setting requiring FIPS compliance prevents passwords from being generated or used. Please contact your system administrator for more information.
FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED -2144272275 0x8031006d A password cannot be added to the operating system drive.
FVE_E_INVALID_BITLOCKER_OID -2144272274 0x8031006e The BitLocker object identifier (OID) on the drive appears to be invalid or corrupt. Use manage-BDE to reset the OID on this drive.
FVE_E_VOLUME_TOO_SMALL -2144272273 0x8031006f The drive is too small to be protected using BitLocker Drive Encryption.
FVE_E_DV_NOT_SUPPORTED_ON_FS -2144272272 0x80310070 The selected discovery drive type is incompatible with the file system on the drive. BitLocker To Go discovery drives must be created on FAT formatted drives.
FVE_E_DV_NOT_ALLOWED_BY_GP -2144272271 0x80310071 The selected discovery drive type is not allowed by the computer's Group Policy settings. Verify that Group Policy settings allow the creation of discovery drives for use with BitLocker To Go.
FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED -2144272270 0x80310072 Group Policy settings do not permit user certificates such as smart cards to be used with BitLocker Drive Encryption.
FVE_E_POLICY_USER_CERTIFICATE_REQUIRED -2144272269 0x80310073 Group Policy settings require that you have a valid user certificate, such as a smart card, to be used with BitLocker Drive Encryption.
FVE_E_POLICY_USER_CERT_MUST_BE_HW -2144272268 0x80310074 Group Policy settings requires that you use a smart card-based key protector with BitLocker Drive Encryption.
FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED -2144272267 0x80310075 Group Policy settings do not permit BitLocker-protected fixed data drives to be automatically unlocked.
FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED -2144272266 0x80310076 Group Policy settings do not permit BitLocker-protected removable data drives to be automatically unlocked.
FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED -2144272265 0x80310077 Group Policy settings do not permit you to configure BitLocker Drive Encryption on removable data drives.
FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED -2144272264 0x80310078 Group Policy settings do not permit you to turn on BitLocker Drive Encryption on removable data drives. Please contact your system administrator if you need to turn on BitLocker.
FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED -2144272263 0x80310079 Group Policy settings do not permit turning off BitLocker Drive Encryption on removable data drives. Please contact your system administrator if you need to turn off BitLocker.
FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH -2144272256 0x80310080 Your password does not meet minimum password length requirements. By default, passwords must be at least 8 characters in length. Check with your system administrator for the password length requirement in your organization.
FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE -2144272255 0x80310081 Your password does not meet the complexity requirements set by your system administrator. Try adding upper and lowercase characters, numbers, and symbols.
FVE_E_RECOVERY_PARTITION -2144272254 0x80310082 This drive cannot be encrypted because it is reserved for Windows System Recovery Options.
FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON -2144272253 0x80310083 BitLocker Drive Encryption cannot be applied to this drive because of conflicting Group Policy settings. BitLocker cannot be configured to automatically unlock fixed data drives when user recovery options are disabled. If you want BitLocker-protected fixed data drives to be automatically unlocked after key validation has occurred, please ask your system administrator to resolve the settings conflict before enabling BitLocker.
FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON -2144272252 0x80310084 BitLocker Drive Encryption cannot be applied to this drive because of conflicting Group Policy settings. BitLocker cannot be configured to automatically unlock removable data drives when user recovery option are disabled. If you want BitLocker-protected removable data drives to be automatically unlocked after key validation has occurred, please ask your system administrator to resolve the settings conflict before enabling BitLocker.
FVE_E_NON_BITLOCKER_OID -2144272251 0x80310085 The Enhanced Key Usage (EKU) attribute of the specified certificate does not permit it to be used for BitLocker Drive Encryption. BitLocker does not require that a certificate have an EKU attribute, but if one is configured it must be set to an object identifier (OID) that matches the OID configured for BitLocker.
FVE_E_POLICY_PROHIBITS_SELFSIGNED -2144272250 0x80310086 BitLocker Drive Encryption cannot be applied to this drive as currently configured because of Group Policy settings. The certificate you provided for drive encryption is self-signed. Current Group Policy settings do not permit the use of self-signed certificates. Obtain a new certificate from your certification authority before attempting to enable BitLocker.
FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED -2144272249 0x80310087 BitLocker Encryption cannot be applied to this drive because of conflicting Group Policy settings. When write access to drives not protected by BitLocker is denied, the use of a USB startup key cannot be required. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
FVE_E_CONV_RECOVERY_FAILED -2144272248 0x80310088 BitLocker Drive Encryption failed to recover from an abruptly terminated conversion. This could be due to either all conversion logs being corrupted or the media being write-protected.
FVE_E_VIRTUALIZED_SPACE_TOO_BIG -2144272247 0x80310089 The requested virtualization size is too big.
FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON -2144272240 0x80310090 BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on operating system drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON -2144272239 0x80310091 BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on fixed data drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON -2144272238 0x80310092 BitLocker Drive Encryption cannot be applied to this drive because there are conflicting Group Policy settings for recovery options on removable data drives. Storing recovery information to Active Directory Domain Services cannot be required when the generation of recovery passwords is not permitted. Please have your system administrator resolve these policy conflicts before attempting to enable BitLocker.
FVE_E_NON_BITLOCKER_KU -2144272237 0x80310093 The Key Usage (KU) attribute of the specified certificate does not permit it to be used for BitLocker Drive Encryption. BitLocker does not require that a certificate have a KU attribute, but if one is configured it must be set to either Key Encipherment or Key Agreement.
FVE_E_PRIVATEKEY_AUTH_FAILED -2144272236 0x80310094 The private key associated with the specified certificate cannot be authorized. The private key authorization was either not provided or the provided authorization was invalid.
FVE_E_REMOVAL_OF_DRA_FAILED -2144272235 0x80310095 Removal of the data recovery agent certificate must be done using the Certificates snap-in.
FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME -2144272234 0x80310096 This drive was encrypted using the version of BitLocker Drive Encryption included with Windows Vista and Windows Server 2008 which does not support organizational identifiers. To specify organizational identifiers for this drive upgrade the drive encryption to the latest version using the "manage-bde -upgrade" command.
FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME -2144272233 0x80310097 The drive cannot be locked because it is automatically unlocked on this computer. Remove the automatic unlock protector to lock this drive.
FVE_E_FIPS_HASH_KDF_NOT_ALLOWED -2144272232 0x80310098 The default BitLocker Key Derivation Function SP800-56A for ECC smart cards is not supported by your smart card. The Group Policy setting requiring FIPS-compliance prevents BitLocker from using any other key derivation function for encryption. You have to use a FIPS compliant smart card in FIPS restricted environments.
FVE_E_ENH_PIN_INVALID -2144272231 0x80310099 The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and enhanced PIN. Try using a PIN containing only numerals.
FVE_E_INVALID_PIN_CHARS -2144272230 0x8031009a The requested TPM PIN contains invalid characters.
FVE_E_INVALID_DATUM_TYPE -2144272229 0x8031009b The management information stored on the drive contained an unknown type. If you are using an old version of Windows, try accessing the drive from the latest version.
FVE_E_EFI_ONLY -2144272228 0x8031009c The feature is only supported on EFI systems.
FVE_E_MULTIPLE_NKP_CERTS -2144272227 0x8031009d More than one Network Key Protector certificate has been found on the system.
FVE_E_REMOVAL_OF_NKP_FAILED -2144272226 0x8031009e Removal of the Network Key Protector certificate must be done using the Certificates snap-in.
FVE_E_INVALID_NKP_CERT -2144272225 0x8031009f An invalid certificate has been found in the Network Key Protector certificate store.
FVE_E_NO_EXISTING_PIN -2144272224 0x803100a0 This drive isn't protected with a PIN.
FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH -2144272223 0x803100a1 Please enter the correct current PIN.
FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED -2144272222 0x803100a2 You must be logged on with an administrator account to change the PIN. Click the link to reset the PIN as an administrator.
FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED -2144272221 0x803100a3 BitLocker has disabled PIN changes after too many failed requests. Click the link to reset the PIN as an administrator.
FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII -2144272220 0x803100a4 Your system administrator requires that passwords contain only printable ASCII characters. This includes unaccented letters (A-Z, a-z), numbers (0-9), space, arithmetic signs, common punctuation, separators, and the following symbols: # $ & @ ^ _ ~ .
FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE -2144272219 0x803100a5 BitLocker Drive Encryption only supports Used Space Only encryption on thin provisioned storage.
FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE -2144272218 0x803100a6 BitLocker Drive Encryption does not support wiping free space on thin provisioned storage.
FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE -2144272217 0x803100a7 The required authentication key length is not supported by the drive.
FVE_E_NO_EXISTING_PASSPHRASE -2144272216 0x803100a8 This drive isn't protected with a password.
FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH -2144272215 0x803100a9 Please enter the correct current password.
FVE_E_PASSPHRASE_TOO_LONG -2144272214 0x803100aa The password cannot exceed 256 characters.
FVE_E_NO_PASSPHRASE_WITH_TPM -2144272213 0x803100ab A password key protector cannot be added because a TPM protector exists on the drive.
FVE_E_NO_TPM_WITH_PASSPHRASE -2144272212 0x803100ac A TPM key protector cannot be added because a password protector exists on the drive.
FVE_E_NOT_ALLOWED_ON_CSV_STACK -2144272211 0x803100ad This command can only be performed from the coordinator node for the specified CSV volume.
FVE_E_NOT_ALLOWED_ON_CLUSTER -2144272210 0x803100ae This command cannot be performed on a volume when it is part of a cluster.
FVE_E_EDRIVE_NO_FAILOVER_TO_SW -2144272209 0x803100af BitLocker did not revert to using BitLocker software encryption due to group policy configuration.
FVE_E_EDRIVE_BAND_IN_USE -2144272208 0x803100b0 The drive cannot be managed by BitLocker because the drive's hardware encryption feature is already in use.
FVE_E_EDRIVE_DISALLOWED_BY_GP -2144272207 0x803100b1 Group Policy settings do not allow the use of hardware-based encryption.
FVE_E_EDRIVE_INCOMPATIBLE_VOLUME -2144272206 0x803100b2 The drive specified does not support hardware-based encryption.
FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING -2144272205 0x803100b3 BitLocker cannot be upgraded during disk encryption or decryption.
FVE_E_EDRIVE_DV_NOT_SUPPORTED -2144272204 0x803100b4 Discovery Volumes are not supported for volumes using hardware encryption.
FVE_E_NO_PREBOOT_KEYBOARD_DETECTED -2144272203 0x803100b5 No pre-boot keyboard detected. The user may not be able to provide required input to unlock the volume.
FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED -2144272202 0x803100b6 No pre-boot keyboard or Windows Recovery Environment detected. The user may not be able to provide required input to unlock the volume.
FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE -2144272201 0x803100b7 Group Policy settings require the creation of a startup PIN, but a pre-boot keyboard is not available on this device. The user may not be able to provide required input to unlock the volume.
FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE -2144272200 0x803100b8 Group Policy settings require the creation of a recovery password, but neither a pre-boot keyboard nor Windows Recovery Environment is available on this device. The user may not be able to provide required input to unlock the volume.
FVE_E_WIPE_CANCEL_NOT_APPLICABLE -2144272199 0x803100b9 Wipe of free space is not currently taking place.
FVE_E_SECUREBOOT_DISABLED -2144272198 0x803100ba BitLocker cannot use Secure Boot for platform integrity because Secure Boot has been disabled.
FVE_E_SECUREBOOT_CONFIGURATION_INVALID -2144272197 0x803100bb BitLocker cannot use Secure Boot for platform integrity because the Secure Boot configuration does not meet the requirements for BitLocker.
FVE_E_EDRIVE_DRY_RUN_FAILED -2144272196 0x803100bc Your computer doesn't support BitLocker hardware-based encryption. Check with your computer manufacturer for firmware updates.
FVE_E_SHADOW_COPY_PRESENT -2144272195 0x803100bd BitLocker cannot be enabled on the volume because it contains a Volume Shadow Copy. Remove all Volume Shadow Copies before encrypting the volume.
FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS -2144272194 0x803100be BitLocker Drive Encryption cannot be applied to this drive because the Group Policy setting for Enhanced Boot Configuration Data contains invalid data. Please have your system administrator resolve this invalid configuration before attempting to enable BitLocker.
FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE -2144272193 0x803100bf This PC's firmware is not capable of supporting hardware encryption.
FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED -2144272192 0x803100c0 BitLocker has disabled password changes after too many failed requests. Click the link to reset the password as an administrator.
FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED -2144272191 0x803100c1 You must be logged on with an administrator account to change the password. Click the link to reset the password as an administrator.
FVE_E_LIVEID_ACCOUNT_SUSPENDED -2144272190 0x803100c2 BitLocker cannot save the recovery password because the specified Microsoft account is Suspended.
FVE_E_LIVEID_ACCOUNT_BLOCKED -2144272189 0x803100c3 BitLocker cannot save the recovery password because the specified Microsoft account is Blocked.
FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES -2144272188 0x803100c4 This PC is not provisioned to support device encryption. Please enable BitLocker on all volumes to comply with device encryption policy.
FVE_E_DE_FIXED_DATA_NOT_SUPPORTED -2144272187 0x803100c5 This PC cannot support device encryption because unencrypted fixed data volumes are present.
FVE_E_DE_HARDWARE_NOT_COMPLIANT -2144272186 0x803100c6 This PC does not meet the hardware requirements to support device encryption.
FVE_E_DE_WINRE_NOT_CONFIGURED -2144272185 0x803100c7 This PC cannot support device encryption because WinRE is not properly configured.
FVE_E_DE_PROTECTION_SUSPENDED -2144272184 0x803100c8 Protection is enabled on the volume but has been suspended. This is likely to have happened due to an update being applied to your system. Please try again after a reboot.
FVE_E_DE_OS_VOLUME_NOT_PROTECTED -2144272183 0x803100c9 This PC is not provisioned to support device encryption.
FVE_E_DE_DEVICE_LOCKEDOUT -2144272182 0x803100ca Device Lock has been triggered due to too many incorrect password attempts.
FVE_E_DE_PROTECTION_NOT_YET_ENABLED -2144272181 0x803100cb Protection has not been enabled on the volume. Enabling protection requires a connected account. If you already have a connected account and are seeing this error, please refer to the event log for more information.
FVE_E_INVALID_PIN_CHARS_DETAILED -2144272180 0x803100cc Your PIN can only contain numbers from 0 to 9.
FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE -2144272179 0x803100cd BitLocker cannot use hardware replay protection because no counter is available on your PC.
FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH -2144272178 0x803100ce Device Lockout state validation failed due to counter mismatch.
FVE_E_BUFFER_TOO_LARGE -2144272177 0x803100cf The input buffer is too large.
FVE_E_NO_SUCH_CAPABILITY_ON_TARGET -2144272176 0x803100d0 The target of an invocation does not support requested capability.
FVE_E_DE_PREVENTED_FOR_OS -2144272175 0x803100d1 Device encryption is currently blocked by this PC's configuration.
FVE_E_DE_VOLUME_OPTED_OUT -2144272174 0x803100d2 This drive has been opted out of device encryption.
FVE_E_DE_VOLUME_NOT_SUPPORTED -2144272173 0x803100d3 Device encryption isn't available for this drive.
FVE_E_EOW_NOT_SUPPORTED_IN_VERSION -2144272172 0x803100d4 The encrypt on write mode for BitLocker is not supported in this version of Windows. You can turn on BitLocker without using the encrypt on write mode.
FVE_E_ADBACKUP_NOT_ENABLED -2144272171 0x803100d5 Group policy prevents you from backing up your recovery password to Active Directory for this drive type. For more info, contact your system administrator.
FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT -2144272170 0x803100d6 Device encryption can't be turned off while this drive is being encrypted. Please try again later.
FVE_E_NOT_DE_VOLUME -2144272169 0x803100d7 This action isn't supported because this drive isn't automatically managed with device encryption.
FVE_E_PROTECTION_CANNOT_BE_DISABLED -2144272168 0x803100d8 BitLocker can't be suspended on this drive until the next restart.
FVE_E_OSV_KSR_NOT_ALLOWED -2144272167 0x803100d9 BitLocker Drive Encryption policy does not allow KSR operation with protected OS volume.
FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE -2144272166 0x803100da Recovery Password Rotation cannot be performed because Active Directory Backup policy is not set to Required for OS drive.
FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE -2144272165 0x803100db Recovery Password Rotation cannot be performed because Active Directory Backup policy is not set to Required for Fixed drive.
FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE -2144272164 0x803100dc Recovery Password Rotation cannot be performed because Active Directory Backup policy is not set to Required for Removable drive.
FVE_E_KEY_ROTATION_NOT_SUPPORTED -2144272163 0x803100dd Bitlocker Recovery Password rotation not supported.
FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON -2144272162 0x803100de An Instance of Server issued recovery password rotation already in Progress. No second RotateRecoveryPasswords request allowed within 1 hour interval.
FVE_E_KEY_ROTATION_NOT_ENABLED -2144272161 0x803100df Recovery Passwords Key Rotation is not Enabled.
FVE_E_DEVICE_NOT_JOINED -2144272160 0x803100e0 Recovery Passwords Rotation could not be performed because the device is not joined to AAD or Hybrid.
FWP_E_CALLOUT_NOT_FOUND -2144206847 0x80320001 The callout does not exist.
FWP_E_CONDITION_NOT_FOUND -2144206846 0x80320002 The filter condition does not exist.
FWP_E_FILTER_NOT_FOUND -2144206845 0x80320003 The filter does not exist.
FWP_E_LAYER_NOT_FOUND -2144206844 0x80320004 The layer does not exist.
FWP_E_PROVIDER_NOT_FOUND -2144206843 0x80320005 The provider does not exist.
FWP_E_PROVIDER_CONTEXT_NOT_FOUND -2144206842 0x80320006 The provider context does not exist.
FWP_E_SUBLAYER_NOT_FOUND -2144206841 0x80320007 The sublayer does not exist.
FWP_E_NOT_FOUND -2144206840 0x80320008 The object does not exist.
FWP_E_ALREADY_EXISTS -2144206839 0x80320009 An object with that GUID or LUID already exists.
FWP_E_IN_USE -2144206838 0x8032000a The object is referenced by other objects so cannot be deleted.
FWP_E_DYNAMIC_SESSION_IN_PROGRESS -2144206837 0x8032000b The call is not allowed from within a dynamic session.
FWP_E_WRONG_SESSION -2144206836 0x8032000c The call was made from the wrong session so cannot be completed.
FWP_E_NO_TXN_IN_PROGRESS -2144206835 0x8032000d The call must be made from within an explicit transaction.
FWP_E_TXN_IN_PROGRESS -2144206834 0x8032000e The call is not allowed from within an explicit transaction.
FWP_E_TXN_ABORTED -2144206833 0x8032000f The explicit transaction has been forcibly cancelled.
FWP_E_SESSION_ABORTED -2144206832 0x80320010 The session has been cancelled.
FWP_E_INCOMPATIBLE_TXN -2144206831 0x80320011 The call is not allowed from within a read-only transaction.
FWP_E_TIMEOUT -2144206830 0x80320012 The call timed out while waiting to acquire the transaction lock.
FWP_E_NET_EVENTS_DISABLED -2144206829 0x80320013 Collection of network diagnostic events is disabled.
FWP_E_INCOMPATIBLE_LAYER -2144206828 0x80320014 The operation is not supported by the specified layer.
FWP_E_KM_CLIENTS_ONLY -2144206827 0x80320015 The call is allowed for kernel-mode callers only.
FWP_E_LIFETIME_MISMATCH -2144206826 0x80320016 The call tried to associate two objects with incompatible lifetimes.
FWP_E_BUILTIN_OBJECT -2144206825 0x80320017 The object is built in so cannot be deleted.
FWP_E_TOO_MANY_CALLOUTS -2144206824 0x80320018 The maximum number of callouts has been reached.
FWP_E_NOTIFICATION_DROPPED -2144206823 0x80320019 A notification could not be delivered because a message queue is at its maximum capacity.
FWP_E_TRAFFIC_MISMATCH -2144206822 0x8032001a The traffic parameters do not match those for the security association context.
FWP_E_INCOMPATIBLE_SA_STATE -2144206821 0x8032001b The call is not allowed for the current security association state.
FWP_E_NULL_POINTER -2144206820 0x8032001c A required pointer is null.
FWP_E_INVALID_ENUMERATOR -2144206819 0x8032001d An enumerator is not valid.
FWP_E_INVALID_FLAGS -2144206818 0x8032001e The flags field contains an invalid value.
FWP_E_INVALID_NET_MASK -2144206817 0x8032001f A network mask is not valid.
FWP_E_INVALID_RANGE -2144206816 0x80320020 An FWP_RANGE is not valid.
FWP_E_INVALID_INTERVAL -2144206815 0x80320021 The time interval is not valid.
FWP_E_ZERO_LENGTH_ARRAY -2144206814 0x80320022 An array that must contain at least one element is zero length.
FWP_E_NULL_DISPLAY_NAME -2144206813 0x80320023 The displayData.name field cannot be null.
FWP_E_INVALID_ACTION_TYPE -2144206812 0x80320024 The action type is not one of the allowed action types for a filter.
FWP_E_INVALID_WEIGHT -2144206811 0x80320025 The filter weight is not valid.
FWP_E_MATCH_TYPE_MISMATCH -2144206810 0x80320026 A filter condition contains a match type that is not compatible with the operands.
FWP_E_TYPE_MISMATCH -2144206809 0x80320027 An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
FWP_E_OUT_OF_BOUNDS -2144206808 0x80320028 An integer value is outside the allowed range.
FWP_E_RESERVED -2144206807 0x80320029 A reserved field is non-zero.
FWP_E_DUPLICATE_CONDITION -2144206806 0x8032002a A filter cannot contain multiple conditions operating on a single field.
FWP_E_DUPLICATE_KEYMOD -2144206805 0x8032002b A policy cannot contain the same keying module more than once.
FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER -2144206804 0x8032002c The action type is not compatible with the layer.
FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER -2144206803 0x8032002d The action type is not compatible with the sublayer.
FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER -2144206802 0x8032002e The raw context or the provider context is not compatible with the layer.
FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT -2144206801 0x8032002f The raw context or the provider context is not compatible with the callout.
FWP_E_INCOMPATIBLE_AUTH_METHOD -2144206800 0x80320030 The authentication method is not compatible with the policy type.
FWP_E_INCOMPATIBLE_DH_GROUP -2144206799 0x80320031 The Diffie-Hellman group is not compatible with the policy type.
FWP_E_EM_NOT_SUPPORTED -2144206798 0x80320032 An IKE policy cannot contain an Extended Mode policy.
FWP_E_NEVER_MATCH -2144206797 0x80320033 The enumeration template or subscription will never match any objects.
FWP_E_PROVIDER_CONTEXT_MISMATCH -2144206796 0x80320034 The provider context is of the wrong type.
FWP_E_INVALID_PARAMETER -2144206795 0x80320035 The parameter is incorrect.
FWP_E_TOO_MANY_SUBLAYERS -2144206794 0x80320036 The maximum number of sublayers has been reached.
FWP_E_CALLOUT_NOTIFICATION_FAILED -2144206793 0x80320037 The notification function for a callout returned an error.
FWP_E_INVALID_AUTH_TRANSFORM -2144206792 0x80320038 The IPsec authentication transform is not valid.
FWP_E_INVALID_CIPHER_TRANSFORM -2144206791 0x80320039 The IPsec cipher transform is not valid.
FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM -2144206790 0x8032003a The IPsec cipher transform is not compatible with the policy.
FWP_E_INVALID_TRANSFORM_COMBINATION -2144206789 0x8032003b The combination of IPsec transform types is not valid.
FWP_E_DUPLICATE_AUTH_METHOD -2144206788 0x8032003c A policy cannot contain the same auth method more than once.
FWP_E_INVALID_TUNNEL_ENDPOINT -2144206787 0x8032003d A tunnel endpoint configuration is invalid.
FWP_E_KEY_DICTATOR_ALREADY_REGISTERED -2144206785 0x8032003f A key manager capable of key dictation is already registered
FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL -2144206784 0x80320040 A key manager dictated invalid keys
FWP_E_CONNECTIONS_DISABLED -2144206783 0x80320041 The BFE IPsec Connection Tracking is disabled.
FWP_E_INVALID_DNS_NAME -2144206782 0x80320042 The DNS name is invalid.
FWP_E_STILL_ON -2144206781 0x80320043 The engine option is still enabled due to other configuration settings.
FWP_E_IKEEXT_NOT_RUNNING -2144206780 0x80320044 The IKEEXT service is not running. This service only runs when there is IPsec policy applied to the machine.
FWP_E_DROP_NOICMP -2144206588 0x80320104 The packet should be dropped, no ICMP should be sent.
WS_S_ASYNC 3997696 0x3d0000 The function call is completing asynchronously.
WS_S_END 3997697 0x3d0001 There are no more messages available on the channel.
WS_E_INVALID_FORMAT -2143485952 0x803d0000 The input data was not in the expected format or did not have the expected value.
WS_E_OBJECT_FAULTED -2143485951 0x803d0001 The operation could not be completed because the object is in a faulted state due to a previous error.
WS_E_NUMERIC_OVERFLOW -2143485950 0x803d0002 The operation could not be completed because it would lead to numeric overflow.
WS_E_INVALID_OPERATION -2143485949 0x803d0003 The operation is not allowed due to the current state of the object.
WS_E_OPERATION_ABORTED -2143485948 0x803d0004 The operation was aborted.
WS_E_ENDPOINT_ACCESS_DENIED -2143485947 0x803d0005 Access was denied by the remote endpoint.
WS_E_OPERATION_TIMED_OUT -2143485946 0x803d0006 The operation did not complete within the time allotted.
WS_E_OPERATION_ABANDONED -2143485945 0x803d0007 The operation was abandoned.
WS_E_QUOTA_EXCEEDED -2143485944 0x803d0008 A quota was exceeded.
WS_E_NO_TRANSLATION_AVAILABLE -2143485943 0x803d0009 The information was not available in the specified language.
WS_E_SECURITY_VERIFICATION_FAILURE -2143485942 0x803d000a Security verification was not successful for the received data.
WS_E_ADDRESS_IN_USE -2143485941 0x803d000b The address is already being used.
WS_E_ADDRESS_NOT_AVAILABLE -2143485940 0x803d000c The address is not valid for this context.
WS_E_ENDPOINT_NOT_FOUND -2143485939 0x803d000d The remote endpoint does not exist or could not be located.
WS_E_ENDPOINT_NOT_AVAILABLE -2143485938 0x803d000e The remote endpoint is not currently in service at this location.
WS_E_ENDPOINT_FAILURE -2143485937 0x803d000f The remote endpoint could not process the request.
WS_E_ENDPOINT_UNREACHABLE -2143485936 0x803d0010 The remote endpoint was not reachable.
WS_E_ENDPOINT_ACTION_NOT_SUPPORTED -2143485935 0x803d0011 The operation was not supported by the remote endpoint.
WS_E_ENDPOINT_TOO_BUSY -2143485934 0x803d0012 The remote endpoint is unable to process the request due to being overloaded.
WS_E_ENDPOINT_FAULT_RECEIVED -2143485933 0x803d0013 A message containing a fault was received from the remote endpoint.
WS_E_ENDPOINT_DISCONNECTED -2143485932 0x803d0014 The connection with the remote endpoint was terminated.
WS_E_PROXY_FAILURE -2143485931 0x803d0015 The HTTP proxy server could not process the request.
WS_E_PROXY_ACCESS_DENIED -2143485930 0x803d0016 Access was denied by the HTTP proxy server.
WS_E_NOT_SUPPORTED -2143485929 0x803d0017 The requested feature is not available on this platform.
WS_E_PROXY_REQUIRES_BASIC_AUTH -2143485928 0x803d0018 The HTTP proxy server requires HTTP authentication scheme 'basic'.
WS_E_PROXY_REQUIRES_DIGEST_AUTH -2143485927 0x803d0019 The HTTP proxy server requires HTTP authentication scheme 'digest'.
WS_E_PROXY_REQUIRES_NTLM_AUTH -2143485926 0x803d001a The HTTP proxy server requires HTTP authentication scheme 'NTLM'.
WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH -2143485925 0x803d001b The HTTP proxy server requires HTTP authentication scheme 'negotiate'.
WS_E_SERVER_REQUIRES_BASIC_AUTH -2143485924 0x803d001c The remote endpoint requires HTTP authentication scheme 'basic'.
WS_E_SERVER_REQUIRES_DIGEST_AUTH -2143485923 0x803d001d The remote endpoint requires HTTP authentication scheme 'digest'.
WS_E_SERVER_REQUIRES_NTLM_AUTH -2143485922 0x803d001e The remote endpoint requires HTTP authentication scheme 'NTLM'.
WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH -2143485921 0x803d001f The remote endpoint requires HTTP authentication scheme 'negotiate'.
WS_E_INVALID_ENDPOINT_URL -2143485920 0x803d0020 The endpoint address URL is invalid.
WS_E_OTHER -2143485919 0x803d0021 Unrecognized error occurred in the Windows Web Services framework.
WS_E_SECURITY_TOKEN_EXPIRED -2143485918 0x803d0022 A security token was rejected by the server because it has expired.
WS_E_SECURITY_SYSTEM_FAILURE -2143485917 0x803d0023 A security operation failed in the Windows Web Services framework.
ERROR_NDIS_INTERFACE_CLOSING -2144075774 0x80340002 The binding to the network interface is being closed.
ERROR_NDIS_BAD_VERSION -2144075772 0x80340004 An invalid version was specified.
ERROR_NDIS_BAD_CHARACTERISTICS -2144075771 0x80340005 An invalid characteristics table was used.
ERROR_NDIS_ADAPTER_NOT_FOUND -2144075770 0x80340006 Failed to find the network interface or network interface is not ready.
ERROR_NDIS_OPEN_FAILED -2144075769 0x80340007 Failed to open the network interface.
ERROR_NDIS_DEVICE_FAILED -2144075768 0x80340008 Network interface has encountered an internal unrecoverable failure.
ERROR_NDIS_MULTICAST_FULL -2144075767 0x80340009 The multicast list on the network interface is full.
ERROR_NDIS_MULTICAST_EXISTS -2144075766 0x8034000a An attempt was made to add a duplicate multicast address to the list.
ERROR_NDIS_MULTICAST_NOT_FOUND -2144075765 0x8034000b At attempt was made to remove a multicast address that was never added.
ERROR_NDIS_REQUEST_ABORTED -2144075764 0x8034000c Netowork interface aborted the request.
ERROR_NDIS_RESET_IN_PROGRESS -2144075763 0x8034000d Network interface can not process the request because it is being reset.
ERROR_NDIS_NOT_SUPPORTED -2144075589 0x803400bb Netword interface does not support this request.
ERROR_NDIS_INVALID_PACKET -2144075761 0x8034000f An attempt was made to send an invalid packet on a network interface.
ERROR_NDIS_ADAPTER_NOT_READY -2144075759 0x80340011 Network interface is not ready to complete this operation.
ERROR_NDIS_INVALID_LENGTH -2144075756 0x80340014 The length of the buffer submitted for this operation is not valid.
ERROR_NDIS_INVALID_DATA -2144075755 0x80340015 The data used for this operation is not valid.
ERROR_NDIS_BUFFER_TOO_SHORT -2144075754 0x80340016 The length of buffer submitted for this operation is too small.
ERROR_NDIS_INVALID_OID -2144075753 0x80340017 Network interface does not support this OID (Object Identifier)
ERROR_NDIS_ADAPTER_REMOVED -2144075752 0x80340018 The network interface has been removed.
ERROR_NDIS_UNSUPPORTED_MEDIA -2144075751 0x80340019 Network interface does not support this media type.
ERROR_NDIS_GROUP_ADDRESS_IN_USE -2144075750 0x8034001a An attempt was made to remove a token ring group address that is in use by other components.
ERROR_NDIS_FILE_NOT_FOUND -2144075749 0x8034001b An attempt was made to map a file that can not be found.
ERROR_NDIS_ERROR_READING_FILE -2144075748 0x8034001c An error occurred while NDIS tried to map the file.
ERROR_NDIS_ALREADY_MAPPED -2144075747 0x8034001d An attempt was made to map a file that is alreay mapped.
ERROR_NDIS_RESOURCE_CONFLICT -2144075746 0x8034001e An attempt to allocate a hardware resource failed because the resource is used by another component.
ERROR_NDIS_MEDIA_DISCONNECTED -2144075745 0x8034001f The I/O operation failed because network media is disconnected or wireless access point is out of range.
ERROR_NDIS_INVALID_ADDRESS -2144075742 0x80340022 The network address used in the request is invalid.
ERROR_NDIS_INVALID_DEVICE_REQUEST -2144075760 0x80340010 The specified request is not a valid operation for the target device.
ERROR_NDIS_PAUSED -2144075734 0x8034002a The offload operation on the network interface has been paused.
ERROR_NDIS_INTERFACE_NOT_FOUND -2144075733 0x8034002b Network interface was not found.
ERROR_NDIS_UNSUPPORTED_REVISION -2144075732 0x8034002c The revision number specified in the structure is not supported.
ERROR_NDIS_INVALID_PORT -2144075731 0x8034002d The specified port does not exist on this network interface.
ERROR_NDIS_INVALID_PORT_STATE -2144075730 0x8034002e The current state of the specified port on this network interface does not support the requested operation.
ERROR_NDIS_LOW_POWER_STATE -2144075729 0x8034002f The miniport adapter is in low power state.
ERROR_NDIS_REINIT_REQUIRED -2144075728 0x80340030 This operation requires the miniport adapter to be reinitialized.
ERROR_NDIS_NO_QUEUES -2144075727 0x80340031 There are not enough queues to complete the operation.
ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL -2144067581 0x80342003 The list of wake on LAN patterns is full.
ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL -2144067580 0x80342004 The list of low power protocol offloads is full.
ERROR_NDIS_INDICATION_REQUIRED 3407873 0x340001 The request will be completed later by NDIS status indication.
ERROR_NDIS_OFFLOAD_POLICY -1070329841 0xc034100f The TCP connection is not offloadable because of a local policy setting.
ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED -1070329838 0xc0341012 The TCP connection is not offloadable by the Chimney Offload target.
ERROR_NDIS_OFFLOAD_PATH_REJECTED -1070329837 0xc0341013 The IP Path object is not in an offloadable state.
ERROR_HV_INVALID_HYPERCALL_CODE -1070268414 0xc0350002 The hypervisor does not support the operation because the specified hypercall code is not supported.
ERROR_HV_INVALID_HYPERCALL_INPUT -1070268413 0xc0350003 The hypervisor does not support the operation because the encoding for the hypercall input register is not supported.
ERROR_HV_INVALID_ALIGNMENT -1070268412 0xc0350004 The hypervisor could not perform the operation because a parameter has an invalid alignment.
ERROR_HV_INVALID_PARAMETER -1070268411 0xc0350005 The hypervisor could not perform the operation because an invalid parameter was specified.
ERROR_HV_ACCESS_DENIED -1070268410 0xc0350006 Access to the specified object was denied.
ERROR_HV_INVALID_PARTITION_STATE -1070268409 0xc0350007 The hypervisor could not perform the operation because the partition is entering or in an invalid state.
ERROR_HV_OPERATION_DENIED -1070268408 0xc0350008 The operation is not allowed in the current state.
ERROR_HV_UNKNOWN_PROPERTY -1070268407 0xc0350009 The hypervisor does not recognize the specified partition property.
ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE -1070268406 0xc035000a The specified value of a partition property is out of range or violates an invariant.
ERROR_HV_INSUFFICIENT_MEMORY -1070268405 0xc035000b There is not enough memory in the hypervisor pool to complete the operation.
ERROR_HV_PARTITION_TOO_DEEP -1070268404 0xc035000c The maximum partition depth has been exceeded for the partition hierarchy.
ERROR_HV_INVALID_PARTITION_ID -1070268403 0xc035000d A partition with the specified partition Id does not exist.
ERROR_HV_INVALID_VP_INDEX -1070268402 0xc035000e The hypervisor could not perform the operation because the specified VP index is invalid.
ERROR_HV_INVALID_PORT_ID -1070268399 0xc0350011 The hypervisor could not perform the operation because the specified port identifier is invalid.
ERROR_HV_INVALID_CONNECTION_ID -1070268398 0xc0350012 The hypervisor could not perform the operation because the specified connection identifier is invalid.
ERROR_HV_INSUFFICIENT_BUFFERS -1070268397 0xc0350013 Not enough buffers were supplied to send a message.
ERROR_HV_NOT_ACKNOWLEDGED -1070268396 0xc0350014 The previous virtual interrupt has not been acknowledged.
ERROR_HV_INVALID_VP_STATE -1070268395 0xc0350015 A virtual processor is not in the correct state for the indicated operation.
ERROR_HV_ACKNOWLEDGED -1070268394 0xc0350016 The previous virtual interrupt has already been acknowledged.
ERROR_HV_INVALID_SAVE_RESTORE_STATE -1070268393 0xc0350017 The indicated partition is not in a valid state for saving or restoring.
ERROR_HV_INVALID_SYNIC_STATE -1070268392 0xc0350018 The hypervisor could not complete the operation because a required feature of the synthetic interrupt controller (SynIC) was disabled.
ERROR_HV_OBJECT_IN_USE -1070268391 0xc0350019 The hypervisor could not perform the operation because the object or value was either already in use or being used for a purpose that would not permit completing the operation.
ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO -1070268390 0xc035001a The proximity domain information is invalid.
ERROR_HV_NO_DATA -1070268389 0xc035001b An attempt to retrieve debugging data failed because none was available.
ERROR_HV_INACTIVE -1070268388 0xc035001c The physical connection being used for debugging has not recorded any receive activity since the last operation.
ERROR_HV_NO_RESOURCES -1070268387 0xc035001d There are not enough resources to complete the operation.
ERROR_HV_FEATURE_UNAVAILABLE -1070268386 0xc035001e A hypervisor feature is not available to the user.
ERROR_HV_INSUFFICIENT_BUFFER -1070268365 0xc0350033 The specified buffer was too small to contain all of the requested data.
ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS -1070268360 0xc0350038 The maximum number of domains supported by the platform I/O remapping hardware is currently in use. No domains are available to assign this device to this partition.
ERROR_HV_CPUID_FEATURE_VALIDATION -1070268356 0xc035003c Validation of CPUID data of the processor failed.
ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION -1070268355 0xc035003d Validation of XSAVE CPUID data of the processor failed.
ERROR_HV_PROCESSOR_STARTUP_TIMEOUT -1070268354 0xc035003e Processor did not respond within the timeout period.
ERROR_HV_SMX_ENABLED -1070268353 0xc035003f SMX has been enabled in the BIOS.
ERROR_HV_INVALID_LP_INDEX -1070268351 0xc0350041 The hypervisor could not perform the operation because the specified LP index is invalid.
ERROR_HV_INVALID_REGISTER_VALUE -1070268336 0xc0350050 The supplied register value is invalid.
ERROR_HV_INVALID_VTL_STATE -1070268335 0xc0350051 The supplied virtual trust level is not in the correct state to perform the requested operation.
ERROR_HV_NX_NOT_DETECTED -1070268331 0xc0350055 No execute feature (NX) is not present or not enabled in the BIOS.
ERROR_HV_INVALID_DEVICE_ID -1070268329 0xc0350057 The supplied device ID is invalid.
ERROR_HV_INVALID_DEVICE_STATE -1070268328 0xc0350058 The operation is not allowed in the current device state.
ERROR_HV_PENDING_PAGE_REQUESTS 3473497 0x350059 The device had pending page requests which were discarded.
ERROR_HV_PAGE_REQUEST_INVALID -1070268320 0xc0350060 The supplied page request specifies a memory access that the guest does not have permissions to perform.
ERROR_HV_INVALID_CPU_GROUP_ID -1070268305 0xc035006f A CPU group with the specified CPU group Id does not exist.
ERROR_HV_INVALID_CPU_GROUP_STATE -1070268304 0xc0350070 The hypervisor could not perform the operation because the CPU group is entering or in an invalid state.
ERROR_HV_OPERATION_FAILED -1070268303 0xc0350071 The requested operation failed.
ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE -1070268302 0xc0350072 The hypervisor could not perform the operation because it is not allowed with nested virtualization active.
ERROR_HV_INSUFFICIENT_ROOT_MEMORY -1070268301 0xc0350073 There is not enough memory in the root partition's pool to complete the operation.
ERROR_HV_NOT_PRESENT -1070264320 0xc0351000 No hypervisor is present on this system.
ERROR_VID_DUPLICATE_HANDLER -1070137343 0xc0370001 The handler for the virtualization infrastructure driver is already registered. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_TOO_MANY_HANDLERS -1070137342 0xc0370002 The number of registered handlers for the virtualization infrastructure driver exceeded the maximum. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_QUEUE_FULL -1070137341 0xc0370003 The message queue for the virtualization infrastructure driver is full and cannot accept new messages. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_HANDLER_NOT_PRESENT -1070137340 0xc0370004 No handler exists to handle the message for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_INVALID_OBJECT_NAME -1070137339 0xc0370005 The name of the partition or message queue for the virtualization infrastructure driver is invalid. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_PARTITION_NAME_TOO_LONG -1070137338 0xc0370006 The partition name of the virtualization infrastructure driver exceeds the maximum.
ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG -1070137337 0xc0370007 The message queue name of the virtualization infrastructure driver exceeds the maximum.
ERROR_VID_PARTITION_ALREADY_EXISTS -1070137336 0xc0370008 Cannot create the partition for the virtualization infrastructure driver because another partition with the same name already exists.
ERROR_VID_PARTITION_DOES_NOT_EXIST -1070137335 0xc0370009 The virtualization infrastructure driver has encountered an error. The requested partition does not exist. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_PARTITION_NAME_NOT_FOUND -1070137334 0xc037000a The virtualization infrastructure driver has encountered an error. Could not find the requested partition. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS -1070137333 0xc037000b A message queue with the same name already exists for the virtualization infrastructure driver.
ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT -1070137332 0xc037000c The memory block page for the virtualization infrastructure driver cannot be mapped because the page map limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_MB_STILL_REFERENCED -1070137331 0xc037000d The memory block for the virtualization infrastructure driver is still being used and cannot be destroyed.
ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED -1070137330 0xc037000e Cannot unlock the page array for the guest operating system memory address because it does not match a previous lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_INVALID_NUMA_SETTINGS -1070137329 0xc037000f The non-uniform memory access (NUMA) node settings do not match the system NUMA topology. In order to start the virtual machine, you will need to modify the NUMA configuration.
ERROR_VID_INVALID_NUMA_NODE_INDEX -1070137328 0xc0370010 The non-uniform memory access (NUMA) node index does not match a valid index in the system NUMA topology.
ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED -1070137327 0xc0370011 The memory block for the virtualization infrastructure driver is already associated with a message queue.
ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE -1070137326 0xc0370012 The handle is not a valid memory block handle for the virtualization infrastructure driver.
ERROR_VID_PAGE_RANGE_OVERFLOW -1070137325 0xc0370013 The request exceeded the memory block page limit for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE -1070137324 0xc0370014 The handle is not a valid message queue handle for the virtualization infrastructure driver.
ERROR_VID_INVALID_GPA_RANGE_HANDLE -1070137323 0xc0370015 The handle is not a valid page range handle for the virtualization infrastructure driver.
ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE -1070137322 0xc0370016 Cannot install client notifications because no message queue for the virtualization infrastructure driver is associated with the memory block.
ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED -1070137321 0xc0370017 The request to lock or map a memory block page failed because the virtualization infrastructure driver memory block limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_INVALID_PPM_HANDLE -1070137320 0xc0370018 The handle is not a valid parent partition mapping handle for the virtualization infrastructure driver.
ERROR_VID_MBPS_ARE_LOCKED -1070137319 0xc0370019 Notifications cannot be created on the memory block because it is use.
ERROR_VID_MESSAGE_QUEUE_CLOSED -1070137318 0xc037001a The message queue for the virtualization infrastructure driver has been closed. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED -1070137317 0xc037001b Cannot add a virtual processor to the partition because the maximum has been reached.
ERROR_VID_STOP_PENDING -1070137316 0xc037001c Cannot stop the virtual processor immediately because of a pending intercept.
ERROR_VID_INVALID_PROCESSOR_STATE -1070137315 0xc037001d Invalid state for the virtual processor. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT -1070137314 0xc037001e The maximum number of kernel mode clients for the virtualization infrastructure driver has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED -1070137313 0xc037001f This kernel mode interface for the virtualization infrastructure driver has already been initialized. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET -1070137312 0xc0370020 Cannot set or reset the memory block property more than once for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_MMIO_RANGE_DESTROYED -1070137311 0xc0370021 The memory mapped I/O for this page range no longer exists. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_INVALID_CHILD_GPA_PAGE_SET -1070137310 0xc0370022 The lock or unlock request uses an invalid guest operating system memory address. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED -1070137309 0xc0370023 Cannot destroy or reuse the reserve page set for the virtualization infrastructure driver because it is in use. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL -1070137308 0xc0370024 The reserve page set for the virtualization infrastructure driver is too small to use in the lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE -1070137307 0xc0370025 Cannot lock or map the memory block page for the virtualization infrastructure driver because it has already been locked using a reserve page set page. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT -1070137306 0xc0370026 Cannot create the memory block for the virtualization infrastructure driver because the requested number of pages exceeded the limit. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
ERROR_VID_SAVED_STATE_CORRUPT -1070137305 0xc0370027 Cannot restore this virtual machine because the saved state data cannot be read. Delete the saved state data and then try to start the virtual machine.
ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM -1070137304 0xc0370028 Cannot restore this virtual machine because an item read from the saved state data is not recognized. Delete the saved state data and then try to start the virtual machine.
ERROR_VID_SAVED_STATE_INCOMPATIBLE -1070137303 0xc0370029 Cannot restore this virtual machine to the saved state because of hypervisor incompatibility. Delete the saved state data and then try to start the virtual machine.
ERROR_VID_VTL_ACCESS_DENIED -1070137302 0xc037002a The specified VTL does not have the permission to access the resource.
ERROR_VMCOMPUTE_TERMINATED_DURING_START -1070137088 0xc0370100 The virtual machine or container exited unexpectedly while starting.
ERROR_VMCOMPUTE_IMAGE_MISMATCH -1070137087 0xc0370101 The container operating system does not match the host operating system.
ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED -1070137086 0xc0370102 The virtual machine could not be started because a required feature is not installed.
ERROR_VMCOMPUTE_OPERATION_PENDING -1070137085 0xc0370103 The call to start an asynchronous operation succeeded and the operation is performed in the background.
ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS -1070137084 0xc0370104 The supported number of notification callbacks has been exceeded.
ERROR_VMCOMPUTE_INVALID_STATE -1070137083 0xc0370105 The requested virtual machine or container operation is not valid in the current state.
ERROR_VMCOMPUTE_UNEXPECTED_EXIT -1070137082 0xc0370106 The virtual machine or container exited unexpectedly.
ERROR_VMCOMPUTE_TERMINATED -1070137081 0xc0370107 The virtual machine or container was forcefully exited.
ERROR_VMCOMPUTE_CONNECT_FAILED -1070137080 0xc0370108 A connection could not be established with the container or virtual machine.
ERROR_VMCOMPUTE_TIMEOUT -1070137079 0xc0370109 The operation timed out because a response was not received from the virtual machine or container.
ERROR_VMCOMPUTE_CONNECTION_CLOSED -1070137078 0xc037010a The connection with the virtual machine or container was closed.
ERROR_VMCOMPUTE_UNKNOWN_MESSAGE -1070137077 0xc037010b An unknown internal message was received by the virtual machine or container.
ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION -1070137076 0xc037010c The virtual machine or container does not support an available version of the communication protocol with the host.
ERROR_VMCOMPUTE_INVALID_JSON -1070137075 0xc037010d The virtual machine or container JSON document is invalid.
ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND -1070137074 0xc037010e A virtual machine or container with the specified identifier does not exist.
ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS -1070137073 0xc037010f A virtual machine or container with the specified identifier already exists.
ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED -1070137072 0xc0370110 The virtual machine or container with the specified identifier is not running.
ERROR_VMCOMPUTE_PROTOCOL_ERROR -1070137071 0xc0370111 A communication protocol error has occurred between the virtual machine or container and the host.
ERROR_VMCOMPUTE_INVALID_LAYER -1070137070 0xc0370112 The container image contains a layer with an unrecognized format.
ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED -1070137069 0xc0370113 To use this container image, you must join the Windows Insider Program. Please see https://go.microsoft.com/fwlink/?linkid=850659 for more information.
HCS_E_TERMINATED_DURING_START -2143878912 0x80370100 The virtual machine or container exited unexpectedly while starting.
HCS_E_IMAGE_MISMATCH -2143878911 0x80370101 The container operating system does not match the host operating system.
HCS_E_HYPERV_NOT_INSTALLED -2143878910 0x80370102 The virtual machine could not be started because a required feature is not installed.
HCS_E_INVALID_STATE -2143878907 0x80370105 The requested virtual machine or container operation is not valid in the current state.
HCS_E_UNEXPECTED_EXIT -2143878906 0x80370106 The virtual machine or container exited unexpectedly.
HCS_E_TERMINATED -2143878905 0x80370107 The virtual machine or container was forcefully exited.
HCS_E_CONNECT_FAILED -2143878904 0x80370108 A connection could not be established with the container or virtual machine.
HCS_E_CONNECTION_TIMEOUT -2143878903 0x80370109 The operation timed out because a response was not received from the virtual machine or container.
HCS_E_CONNECTION_CLOSED -2143878902 0x8037010a The connection with the virtual machine or container was closed.
HCS_E_UNKNOWN_MESSAGE -2143878901 0x8037010b An unknown internal message was received by the virtual machine or container.
HCS_E_UNSUPPORTED_PROTOCOL_VERSION -2143878900 0x8037010c The virtual machine or container does not support an available version of the communication protocol with the host.
HCS_E_INVALID_JSON -2143878899 0x8037010d The virtual machine or container JSON document is invalid.
HCS_E_SYSTEM_NOT_FOUND -2143878898 0x8037010e A virtual machine or container with the specified identifier does not exist.
HCS_E_SYSTEM_ALREADY_EXISTS -2143878897 0x8037010f A virtual machine or container with the specified identifier already exists.
HCS_E_SYSTEM_ALREADY_STOPPED -2143878896 0x80370110 The virtual machine or container with the specified identifier is not running.
HCS_E_PROTOCOL_ERROR -2143878895 0x80370111 A communication protocol error has occurred between the virtual machine or container and the host.
HCS_E_INVALID_LAYER -2143878894 0x80370112 The container image contains a layer with an unrecognized format.
HCS_E_WINDOWS_INSIDER_REQUIRED -2143878893 0x80370113 To use this container image, you must join the Windows Insider Program. Please see https://go.microsoft.com/fwlink/?linkid=850659 for more information.
HCS_E_SERVICE_NOT_AVAILABLE -2143878892 0x80370114 The operation could not be started because a required feature is not installed.
HCS_E_OPERATION_NOT_STARTED -2143878891 0x80370115 The operation has not started.
HCS_E_OPERATION_ALREADY_STARTED -2143878890 0x80370116 The operation is already running.
HCS_E_OPERATION_PENDING -2143878889 0x80370117 The operation is still running.
HCS_E_OPERATION_TIMEOUT -2143878888 0x80370118 The operation did not complete in time.
HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET -2143878887 0x80370119 An event callback has already been registered on this handle.
HCS_E_OPERATION_RESULT_ALLOCATION_FAILED -2143878886 0x8037011a Not enough memory available to return the result of the operation.
HCS_E_ACCESS_DENIED -2143878885 0x8037011b Insufficient privileges. Only administrators or users that are members of the Hyper-V Administrators user group are permitted to access virtual machines or containers. To add yourself to the Hyper-V Administrators user group, please see https://aka.ms/hcsadmin for more information.
HCS_E_GUEST_CRITICAL_ERROR -2143878884 0x8037011c The virtual machine or container reported a critical error and was stopped or restarted.
ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND -1070136832 0xc0370200 A virtual switch with the given name was not found.
ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED -2143879167 0x80370001 A virtual machine is running with its memory allocated across multiple NUMA nodes. This does not indicate a problem unless the performance of your virtual machine is unusually slow. If you are experiencing performance problems, you may need to modify the NUMA configuration.
WHV_E_UNKNOWN_CAPABILITY -2143878400 0x80370300 The specified capability does not exist.
WHV_E_INSUFFICIENT_BUFFER -2143878399 0x80370301 The specified buffer is too small for the requested data.
WHV_E_UNKNOWN_PROPERTY -2143878398 0x80370302 The specified property does not exist.
WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG -2143878397 0x80370303 The configuration of the hypervisor on this system is not supported.
WHV_E_INVALID_PARTITION_CONFIG -2143878396 0x80370304 The configuration of the partition is not valid.
WHV_E_GPA_RANGE_NOT_FOUND -2143878395 0x80370305 The specified GPA range was not found.
WHV_E_VP_ALREADY_EXISTS -2143878394 0x80370306 A virtual processor with the specified index already exists.
WHV_E_VP_DOES_NOT_EXIST -2143878393 0x80370307 A virtual processor with the specified index does not exist.
WHV_E_INVALID_VP_STATE -2143878392 0x80370308 The virtual processor is not in the correct state to perform the requested operation.
WHV_E_INVALID_VP_REGISTER_NAME -2143878391 0x80370309 A virtual processor register with the specified name does not exist.
ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND -1070136320 0xc0370400 Cannot restore this virtual machine because a file read from the vSMB saved state data could not be found. Delete the saved state data and then try to start the virtual machine.
ERROR_VSMB_SAVED_STATE_CORRUPT -1070136319 0xc0370401 Cannot restore this virtual machine because the vSMB saved state data cannot be read. Delete the saved state data and then try to start the virtual machine.
ERROR_VOLMGR_INCOMPLETE_REGENERATION -2143813631 0x80380001 The regeneration operation was not able to copy all data from the active plexes due to bad sectors.
ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION -2143813630 0x80380002 One or more disks were not fully migrated to the target pack. They may or may not require reimport after fixing the hardware problems.
ERROR_VOLMGR_DATABASE_FULL -1070071807 0xc0380001 The configuration database is full.
ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED -1070071806 0xc0380002 The configuration data on the disk is corrupted.
ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC -1070071805 0xc0380003 The configuration on the disk is not insync with the in-memory configuration.
ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED -1070071804 0xc0380004 A majority of disks failed to be updated with the new configuration.
ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME -1070071803 0xc0380005 The disk contains non-simple volumes.
ERROR_VOLMGR_DISK_DUPLICATE -1070071802 0xc0380006 The same disk was specified more than once in the migration list.
ERROR_VOLMGR_DISK_DYNAMIC -1070071801 0xc0380007 The disk is already dynamic.
ERROR_VOLMGR_DISK_ID_INVALID -1070071800 0xc0380008 The specified disk id is invalid. There are no disks with the specified disk id.
ERROR_VOLMGR_DISK_INVALID -1070071799 0xc0380009 The specified disk is an invalid disk. Operation cannot complete on an invalid disk.
ERROR_VOLMGR_DISK_LAST_VOTER -1070071798 0xc038000a The specified disk(s) cannot be removed since it is the last remaining voter.
ERROR_VOLMGR_DISK_LAYOUT_INVALID -1070071797 0xc038000b The specified disk has an invalid disk layout.
ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS -1070071796 0xc038000c The disk layout contains non-basic partitions which appear after basic partitions. This is an invalid disk layout.
ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED -1070071795 0xc038000d The disk layout contains partitions which are not cylinder aligned.
ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL -1070071794 0xc038000e The disk layout contains partitions which are smaller than the minimum size.
ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS -1070071793 0xc038000f The disk layout contains primary partitions in between logical drives. This is an invalid disk layout.
ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS -1070071792 0xc0380010 The disk layout contains more than the maximum number of supported partitions.
ERROR_VOLMGR_DISK_MISSING -1070071791 0xc0380011 The specified disk is missing. The operation cannot complete on a missing disk.
ERROR_VOLMGR_DISK_NOT_EMPTY -1070071790 0xc0380012 The specified disk is not empty.
ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE -1070071789 0xc0380013 There is not enough usable space for this operation.
ERROR_VOLMGR_DISK_REVECTORING_FAILED -1070071788 0xc0380014 The force revectoring of bad sectors failed.
ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID -1070071787 0xc0380015 The specified disk has an invalid sector size.
ERROR_VOLMGR_DISK_SET_NOT_CONTAINED -1070071786 0xc0380016 The specified disk set contains volumes which exist on disks outside of the set.
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS -1070071785 0xc0380017 A disk in the volume layout provides extents to more than one member of a plex.
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES -1070071784 0xc0380018 A disk in the volume layout provides extents to more than one plex.
ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED -1070071783 0xc0380019 Dynamic disks are not supported on this system.
ERROR_VOLMGR_EXTENT_ALREADY_USED -1070071782 0xc038001a The specified extent is already used by other volumes.
ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS -1070071781 0xc038001b The specified volume is retained and can only be extended into a contiguous extent. The specified extent to grow the volume is not contiguous with the specified volume.
ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION -1070071780 0xc038001c The specified volume extent is not within the public region of the disk.
ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED -1070071779 0xc038001d The specified volume extent is not sector aligned.
ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION -1070071778 0xc038001e The specified partition overlaps an EBR (the first track of an extended partition on an MBR disk).
ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH -1070071777 0xc038001f The specified extent lengths cannot be used to construct a volume with specified length.
ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED -1070071776 0xc0380020 The system does not support fault tolerant volumes.
ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID -1070071775 0xc0380021 The specified interleave length is invalid.
ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS -1070071774 0xc0380022 There is already a maximum number of registered users.
ERROR_VOLMGR_MEMBER_IN_SYNC -1070071773 0xc0380023 The specified member is already in-sync with the other active members. It does not need to be regenerated.
ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE -1070071772 0xc0380024 The same member index was specified more than once.
ERROR_VOLMGR_MEMBER_INDEX_INVALID -1070071771 0xc0380025 The specified member index is greater or equal than the number of members in the volume plex.
ERROR_VOLMGR_MEMBER_MISSING -1070071770 0xc0380026 The specified member is missing. It cannot be regenerated.
ERROR_VOLMGR_MEMBER_NOT_DETACHED -1070071769 0xc0380027 The specified member is not detached. Cannot replace a member which is not detached.
ERROR_VOLMGR_MEMBER_REGENERATING -1070071768 0xc0380028 The specified member is already regenerating.
ERROR_VOLMGR_ALL_DISKS_FAILED -1070071767 0xc0380029 All disks belonging to the pack failed.
ERROR_VOLMGR_NO_REGISTERED_USERS -1070071766 0xc038002a There are currently no registered users for notifications. The task number is irrelevant unless there are registered users.
ERROR_VOLMGR_NO_SUCH_USER -1070071765 0xc038002b The specified notification user does not exist. Failed to unregister user for notifications.
ERROR_VOLMGR_NOTIFICATION_RESET -1070071764 0xc038002c The notifications have been reset. Notifications for the current user are invalid. Unregister and re-register for notifications.
ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID -1070071763 0xc038002d The specified number of members is invalid.
ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID -1070071762 0xc038002e The specified number of plexes is invalid.
ERROR_VOLMGR_PACK_DUPLICATE -1070071761 0xc038002f The specified source and target packs are identical.
ERROR_VOLMGR_PACK_ID_INVALID -1070071760 0xc0380030 The specified pack id is invalid. There are no packs with the specified pack id.
ERROR_VOLMGR_PACK_INVALID -1070071759 0xc0380031 The specified pack is the invalid pack. The operation cannot complete with the invalid pack.
ERROR_VOLMGR_PACK_NAME_INVALID -1070071758 0xc0380032 The specified pack name is invalid.
ERROR_VOLMGR_PACK_OFFLINE -1070071757 0xc0380033 The specified pack is offline.
ERROR_VOLMGR_PACK_HAS_QUORUM -1070071756 0xc0380034 The specified pack already has a quorum of healthy disks.
ERROR_VOLMGR_PACK_WITHOUT_QUORUM -1070071755 0xc0380035 The pack does not have a quorum of healthy disks.
ERROR_VOLMGR_PARTITION_STYLE_INVALID -1070071754 0xc0380036 The specified disk has an unsupported partition style. Only MBR and GPT partition styles are supported.
ERROR_VOLMGR_PARTITION_UPDATE_FAILED -1070071753 0xc0380037 Failed to update the disk's partition layout.
ERROR_VOLMGR_PLEX_IN_SYNC -1070071752 0xc0380038 The specified plex is already in-sync with the other active plexes. It does not need to be regenerated.
ERROR_VOLMGR_PLEX_INDEX_DUPLICATE -1070071751 0xc0380039 The same plex index was specified more than once.
ERROR_VOLMGR_PLEX_INDEX_INVALID -1070071750 0xc038003a The specified plex index is greater or equal than the number of plexes in the volume.
ERROR_VOLMGR_PLEX_LAST_ACTIVE -1070071749 0xc038003b The specified plex is the last active plex in the volume. The plex cannot be removed or else the volume will go offline.
ERROR_VOLMGR_PLEX_MISSING -1070071748 0xc038003c The specified plex is missing.
ERROR_VOLMGR_PLEX_REGENERATING -1070071747 0xc038003d The specified plex is currently regenerating.
ERROR_VOLMGR_PLEX_TYPE_INVALID -1070071746 0xc038003e The specified plex type is invalid.
ERROR_VOLMGR_PLEX_NOT_SIMPLE -1070071744 0xc0380040 The operation is only supported on simple plexes.
ERROR_VOLMGR_STRUCTURE_SIZE_INVALID -1070071743 0xc0380041 The Size fields in the VM_VOLUME_LAYOUT input structure are incorrectly set.
ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS -1070071742 0xc0380042 There is already a pending request for notifications. Wait for the existing request to return before requesting for more notifications.
ERROR_VOLMGR_TRANSACTION_IN_PROGRESS -1070071741 0xc0380043 There is currently a transaction in process.
ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE -1070071740 0xc0380044 An unexpected layout change occurred outside of the volume manager.
ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK -1070071739 0xc0380045 The specified volume contains a missing disk.
ERROR_VOLMGR_VOLUME_ID_INVALID -1070071738 0xc0380046 The specified volume id is invalid. There are no volumes with the specified volume id.
ERROR_VOLMGR_VOLUME_LENGTH_INVALID -1070071737 0xc0380047 The specified volume length is invalid.
ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE -1070071736 0xc0380048 The specified size for the volume is not a multiple of the sector size.
ERROR_VOLMGR_VOLUME_NOT_MIRRORED -1070071735 0xc0380049 The operation is only supported on mirrored volumes.
ERROR_VOLMGR_VOLUME_NOT_RETAINED -1070071734 0xc038004a The specified volume does not have a retain partition.
ERROR_VOLMGR_VOLUME_OFFLINE -1070071733 0xc038004b The specified volume is offline.
ERROR_VOLMGR_VOLUME_RETAINED -1070071732 0xc038004c The specified volume already has a retain partition.
ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID -1070071731 0xc038004d The specified number of extents is invalid.
ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE -1070071730 0xc038004e All disks participating to the volume must have the same sector size.
ERROR_VOLMGR_BAD_BOOT_DISK -1070071729 0xc038004f The boot disk experienced failures.
ERROR_VOLMGR_PACK_CONFIG_OFFLINE -1070071728 0xc0380050 The configuration of the pack is offline.
ERROR_VOLMGR_PACK_CONFIG_ONLINE -1070071727 0xc0380051 The configuration of the pack is online.
ERROR_VOLMGR_NOT_PRIMARY_PACK -1070071726 0xc0380052 The specified pack is not the primary pack.
ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED -1070071725 0xc0380053 All disks failed to be updated with the new content of the log.
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID -1070071724 0xc0380054 The specified number of disks in a plex is invalid.
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID -1070071723 0xc0380055 The specified number of disks in a plex member is invalid.
ERROR_VOLMGR_VOLUME_MIRRORED -1070071722 0xc0380056 The operation is not supported on mirrored volumes.
ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED -1070071721 0xc0380057 The operation is only supported on simple and spanned plexes.
ERROR_VOLMGR_NO_VALID_LOG_COPIES -1070071720 0xc0380058 The pack has no valid log copies.
ERROR_VOLMGR_PRIMARY_PACK_PRESENT -1070071719 0xc0380059 A primary pack is already present.
ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID -1070071718 0xc038005a The specified number of disks is invalid.
ERROR_VOLMGR_MIRROR_NOT_SUPPORTED -1070071717 0xc038005b The system does not support mirrored volumes.
ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED -2143748095 0x80390001 Some BCD entries were not imported correctly from the BCD store.
ERROR_BCD_TOO_MANY_ELEMENTS -1070006270 0xc0390002 Entries enumerated have exceeded the allowed threshold.
ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED -2143748093 0x80390003 Some BCD entries were not synchronized correctly with the firmware.
ERROR_VHD_DRIVE_FOOTER_MISSING -1069940735 0xc03a0001 The virtual hard disk is corrupted. The virtual hard disk drive footer is missing.
ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH -1069940734 0xc03a0002 The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum.
ERROR_VHD_DRIVE_FOOTER_CORRUPT -1069940733 0xc03a0003 The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted.
ERROR_VHD_FORMAT_UNKNOWN -1069940732 0xc03a0004 The system does not recognize the file format of this virtual hard disk.
ERROR_VHD_FORMAT_UNSUPPORTED_VERSION -1069940731 0xc03a0005 The version does not support this version of the file format.
ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH -1069940730 0xc03a0006 The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum.
ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION -1069940729 0xc03a0007 The system does not support this version of the virtual hard disk.This version of the sparse header is not supported.
ERROR_VHD_SPARSE_HEADER_CORRUPT -1069940728 0xc03a0008 The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt.
ERROR_VHD_BLOCK_ALLOCATION_FAILURE -1069940727 0xc03a0009 Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk.
ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT -1069940726 0xc03a000a The virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt.
ERROR_VHD_INVALID_BLOCK_SIZE -1069940725 0xc03a000b The system does not support this version of the virtual hard disk. The block size is invalid.
ERROR_VHD_BITMAP_MISMATCH -1069940724 0xc03a000c The virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk.
ERROR_VHD_PARENT_VHD_NOT_FOUND -1069940723 0xc03a000d The chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk.
ERROR_VHD_CHILD_PARENT_ID_MISMATCH -1069940722 0xc03a000e The chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk.
ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH -1069940721 0xc03a000f The chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk.
ERROR_VHD_METADATA_READ_FAILURE -1069940720 0xc03a0010 Failed to read the metadata of the virtual hard disk.
ERROR_VHD_METADATA_WRITE_FAILURE -1069940719 0xc03a0011 Failed to write to the metadata of the virtual hard disk.
ERROR_VHD_INVALID_SIZE -1069940718 0xc03a0012 The size of the virtual hard disk is not valid.
ERROR_VHD_INVALID_FILE_SIZE -1069940717 0xc03a0013 The file size of this virtual hard disk is not valid.
ERROR_VIRTDISK_PROVIDER_NOT_FOUND -1069940716 0xc03a0014 A virtual disk support provider for the specified file was not found.
ERROR_VIRTDISK_NOT_VIRTUAL_DISK -1069940715 0xc03a0015 The specified disk is not a virtual disk.
ERROR_VHD_PARENT_VHD_ACCESS_DENIED -1069940714 0xc03a0016 The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk.
ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH -1069940713 0xc03a0017 The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk.
ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED -1069940712 0xc03a0018 The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.
ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT -1069940711 0xc03a0019 The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain.
ERROR_VIRTUAL_DISK_LIMITATION -1069940710 0xc03a001a The requested operation could not be completed due to a virtual disk system limitation. Virtual hard disk files must be uncompressed and unencrypted and must not be sparse.
ERROR_VHD_INVALID_TYPE -1069940709 0xc03a001b The requested operation cannot be performed on a virtual disk of this type.
ERROR_VHD_INVALID_STATE -1069940708 0xc03a001c The requested operation cannot be performed on the virtual disk in its current state.
ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE -1069940707 0xc03a001d The sector size of the physical disk on which the virtual disk resides is not supported.
ERROR_VIRTDISK_DISK_ALREADY_OWNED -1069940706 0xc03a001e The disk is already owned by a different owner.
ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE -1069940705 0xc03a001f The disk must be offline or read-only.
ERROR_CTLOG_TRACKING_NOT_INITIALIZED -1069940704 0xc03a0020 Change Tracking is not initialized for this virtual disk.
ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE -1069940703 0xc03a0021 Size of change tracking file exceeded the maximum size limit.
ERROR_CTLOG_VHD_CHANGED_OFFLINE -1069940702 0xc03a0022 VHD file is changed due to compaction, expansion, or offline updates.
ERROR_CTLOG_INVALID_TRACKING_STATE -1069940701 0xc03a0023 Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state.
ERROR_CTLOG_INCONSISTENT_TRACKING_FILE -1069940700 0xc03a0024 Change Tracking file for the virtual disk is not in a valid state.
ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA -1069940699 0xc03a0025 The requested resize operation could not be completed because it might truncate user data residing on the virtual disk.
ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE -1069940698 0xc03a0026 The requested operation could not be completed because the virtual disk's minimum safe size could not be determined.\r\nThis may be due to a missing or corrupt partition table.
ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE -1069940697 0xc03a0027 The requested operation could not be completed because the virtual disk's size cannot be safely reduced further.
ERROR_VHD_METADATA_FULL -1069940696 0xc03a0028 There is not enough space in the virtual disk file for the provided metadata item.
ERROR_VHD_INVALID_CHANGE_TRACKING_ID -1069940695 0xc03a0029 The specified change tracking identifier is not valid.
ERROR_VHD_CHANGE_TRACKING_DISABLED -1069940694 0xc03a002a Change tracking is disabled for the specified virtual hard disk, so no change tracking information is available.
ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION -1069940688 0xc03a0030 There is no change tracking data available associated with the specified change tracking identifier.
ERROR_QUERY_STORAGE_ERROR -2143682559 0x803a0001 The virtualization storage subsystem has generated an error.
HCN_E_NETWORK_NOT_FOUND -2143617023 0x803b0001 The network was not found.
HCN_E_ENDPOINT_NOT_FOUND -2143617022 0x803b0002 The endpoint was not found.
HCN_E_LAYER_NOT_FOUND -2143617021 0x803b0003 The network's underlying layer was not found.
HCN_E_SWITCH_NOT_FOUND -2143617020 0x803b0004 The virtual switch was not found.
HCN_E_SUBNET_NOT_FOUND -2143617019 0x803b0005 The network does not have a subnet for this endpoint.
HCN_E_ADAPTER_NOT_FOUND -2143617018 0x803b0006 An adapter was not found.
HCN_E_PORT_NOT_FOUND -2143617017 0x803b0007 The switch-port was not found.
HCN_E_POLICY_NOT_FOUND -2143617016 0x803b0008 An expected policy was not found.
HCN_E_VFP_PORTSETTING_NOT_FOUND -2143617015 0x803b0009 A required VFP port setting was not found.
HCN_E_INVALID_NETWORK -2143617014 0x803b000a The provided network configuration is invalid or missing parameters.
HCN_E_INVALID_NETWORK_TYPE -2143617013 0x803b000b Invalid network type.
HCN_E_INVALID_ENDPOINT -2143617012 0x803b000c The provided endpoint configuration is invalid or missing parameters.
HCN_E_INVALID_POLICY -2143617011 0x803b000d The provided policy configuration is invalid or missing parameters.
HCN_E_INVALID_POLICY_TYPE -2143617010 0x803b000e Invalid policy type.
HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION -2143617009 0x803b000f This requested operation is invalid for a remote endpoint.
HCN_E_NETWORK_ALREADY_EXISTS -2143617008 0x803b0010 A network with this name already exists.
HCN_E_LAYER_ALREADY_EXISTS -2143617007 0x803b0011 A network with this name already exists.
HCN_E_POLICY_ALREADY_EXISTS -2143617006 0x803b0012 Policy information already exists on this object.
HCN_E_PORT_ALREADY_EXISTS -2143617005 0x803b0013 The specified port already exists.
HCN_E_ENDPOINT_ALREADY_ATTACHED -2143617004 0x803b0014 This endpoint is already attached to the switch.
HCN_E_REQUEST_UNSUPPORTED -2143617003 0x803b0015 The specified request is unsupported.
HCN_E_MAPPING_NOT_SUPPORTED -2143617002 0x803b0016 Port mapping is not supported on the given network.
HCN_E_DEGRADED_OPERATION -2143617001 0x803b0017 There was an operation attempted on a degraded object.
HCN_E_SHARED_SWITCH_MODIFICATION -2143617000 0x803b0018 Cannot modify a switch shared by multiple networks.
HCN_E_GUID_CONVERSION_FAILURE -2143616999 0x803b0019 Failed to interpret a parameter as a GUID.
HCN_E_REGKEY_FAILURE -2143616998 0x803b001a Failed to process registry key.
HCN_E_INVALID_JSON -2143616997 0x803b001b Invalid JSON document string.
HCN_E_INVALID_JSON_REFERENCE -2143616996 0x803b001c The reference is invalid in the JSON document.
HCN_E_ENDPOINT_SHARING_DISABLED -2143616995 0x803b001d Endpoint sharing is disabled.
HCN_E_INVALID_IP -2143616994 0x803b001e IP address is either invalid or not part of any configured subnet(s).
HCN_E_SWITCH_EXTENSION_NOT_FOUND -2143616993 0x803b001f The specified switch extension does not exist on this switch.
HCN_E_MANAGER_STOPPED -2143616992 0x803b0020 Operation cannot be performed while service is stopping.
GCN_E_MODULE_NOT_FOUND -2143616991 0x803b0021 Operation cannot be performed while service module not found.
GCN_E_NO_REQUEST_HANDLERS -2143616990 0x803b0022 Request Handlers not present to handle the JSON request.
GCN_E_REQUEST_UNSUPPORTED -2143616989 0x803b0023 The specified request is unsupported.
GCN_E_RUNTIMEKEYS_FAILED -2143616988 0x803b0024 Add runtime keys to container failed.
GCN_E_NETADAPTER_TIMEOUT -2143616987 0x803b0025 Timeout while waiting for network adapter with the given instance id
GCN_E_NETADAPTER_NOT_FOUND -2143616986 0x803b0026 Network adapter not found for the given instance id
GCN_E_NETCOMPARTMENT_NOT_FOUND -2143616985 0x803b0027 Network compartment not found for the given id
GCN_E_NETINTERFACE_NOT_FOUND -2143616984 0x803b0028 Network interface not found for the given id
GCN_E_DEFAULTNAMESPACE_EXISTS -2143616983 0x803b0029 Default Namespace already exists
HCN_E_ICS_DISABLED -2143616982 0x803b002a Internet Connection Sharing service (SharedAccess) is disabled and cannot be started
HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS -2143616981 0x803b002b This requested operation is invalid as endpoint is already part of a network namespace.
HCN_E_ENTITY_HAS_REFERENCES -2143616980 0x803b002c The specified entity cannot be removed while it still has references.
HCN_E_INVALID_INTERNAL_PORT -2143616979 0x803b002d The internal port must exist and cannot be zero.
HCN_E_NAMESPACE_ATTACH_FAILED -2143616978 0x803b002e The requested operation for attach namespace failed.
HCN_E_ADDR_INVALID_OR_RESERVED -2143616977 0x803b002f An address provided is invalid or reserved.
SDIAG_E_CANCELLED -2143551232 0x803c0100 The operation was cancelled.
SDIAG_E_SCRIPT -2143551231 0x803c0101 An error occurred when running a PowerShell script.
SDIAG_E_POWERSHELL -2143551230 0x803c0102 An error occurred when interacting with PowerShell runtime.
SDIAG_E_MANAGEDHOST -2143551229 0x803c0103 An error occurred in the Scripted Diagnostic Managed Host.
SDIAG_E_NOVERIFIER -2143551228 0x803c0104 The troubleshooting pack does not contain a required verifier to complete the verification.
SDIAG_S_CANNOTRUN 3932421 0x3c0105 The troubleshooting pack cannot be executed on this system.
SDIAG_E_DISABLED -2143551226 0x803c0106 Scripted diagnostics is disabled by group policy.
SDIAG_E_TRUST -2143551225 0x803c0107 Trust validation of the troubleshooting pack failed.
SDIAG_E_CANNOTRUN -2143551224 0x803c0108 The troubleshooting pack cannot be executed on this system.
SDIAG_E_VERSION -2143551223 0x803c0109 This version of the troubleshooting pack is not supported.
SDIAG_E_RESOURCE -2143551222 0x803c010a A required resource cannot be loaded.
SDIAG_E_ROOTCAUSE -2143551221 0x803c010b The troubleshooting pack reported information for a root cause without adding the root cause.
WPN_E_CHANNEL_CLOSED -2143420160 0x803e0100 The notification channel has already been closed.
WPN_E_CHANNEL_REQUEST_NOT_COMPLETE -2143420159 0x803e0101 The notification channel request did not complete successfully.
WPN_E_INVALID_APP -2143420158 0x803e0102 The application identifier provided is invalid.
WPN_E_OUTSTANDING_CHANNEL_REQUEST -2143420157 0x803e0103 A notification channel request for the provided application identifier is in progress.
WPN_E_DUPLICATE_CHANNEL -2143420156 0x803e0104 The channel identifier is already tied to another application endpoint.
WPN_E_PLATFORM_UNAVAILABLE -2143420155 0x803e0105 The notification platform is unavailable.
WPN_E_NOTIFICATION_POSTED -2143420154 0x803e0106 The notification has already been posted.
WPN_E_NOTIFICATION_HIDDEN -2143420153 0x803e0107 The notification has already been hidden.
WPN_E_NOTIFICATION_NOT_POSTED -2143420152 0x803e0108 The notification cannot be hidden until it has been shown.
WPN_E_CLOUD_DISABLED -2143420151 0x803e0109 Cloud notifications have been turned off.
WPN_E_CLOUD_INCAPABLE -2143420144 0x803e0110 The application does not have the cloud notification capability.
WPN_E_CLOUD_AUTH_UNAVAILABLE -2143420134 0x803e011a The notification platform is unable to retrieve the authentication credentials required to connect to the cloud notification service.
WPN_E_CLOUD_SERVICE_UNAVAILABLE -2143420133 0x803e011b The notification platform is unable to connect to the cloud notification service.
WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION -2143420132 0x803e011c The notification platform is unable to initialize a callback for lock screen updates.
WPN_E_NOTIFICATION_DISABLED -2143420143 0x803e0111 Settings prevent the notification from being delivered.
WPN_E_NOTIFICATION_INCAPABLE -2143420142 0x803e0112 Application capabilities prevent the notification from being delivered.
WPN_E_INTERNET_INCAPABLE -2143420141 0x803e0113 The application does not have the internet access capability.
WPN_E_NOTIFICATION_TYPE_DISABLED -2143420140 0x803e0114 Settings prevent the notification type from being delivered.
WPN_E_NOTIFICATION_SIZE -2143420139 0x803e0115 The size of the notification content is too large.
WPN_E_TAG_SIZE -2143420138 0x803e0116 The size of the notification tag is too large.
WPN_E_ACCESS_DENIED -2143420137 0x803e0117 The notification platform doesn't have appropriate privilege on resources.
WPN_E_DUPLICATE_REGISTRATION -2143420136 0x803e0118 The notification platform found application is already registered.
WPN_E_PUSH_NOTIFICATION_INCAPABLE -2143420135 0x803e0119 The application background task does not have the push notification capability.
WPN_E_DEV_ID_SIZE -2143420128 0x803e0120 The size of the developer id for scheduled notification is too large.
WPN_E_TAG_ALPHANUMERIC -2143420118 0x803e012a The notification tag is not alphanumeric.
WPN_E_INVALID_HTTP_STATUS_CODE -2143420117 0x803e012b The notification platform has received invalid HTTP status code other than 2xx for polling.
WPN_E_OUT_OF_SESSION -2143419904 0x803e0200 The notification platform has run out of presentation layer sessions.
WPN_E_POWER_SAVE -2143419903 0x803e0201 The notification platform rejects image download request due to system in power save mode.
WPN_E_IMAGE_NOT_FOUND_IN_CACHE -2143419902 0x803e0202 The notification platform doesn't have the requested image in its cache.
WPN_E_ALL_URL_NOT_COMPLETED -2143419901 0x803e0203 The notification platform cannot complete all of requested image.
WPN_E_INVALID_CLOUD_IMAGE -2143419900 0x803e0204 A cloud image downloaded from the notification platform is invalid.
WPN_E_NOTIFICATION_ID_MATCHED -2143419899 0x803e0205 Notification Id provided as filter is matched with what the notification platform maintains.
WPN_E_CALLBACK_ALREADY_REGISTERED -2143419898 0x803e0206 Notification callback interface is already registered.
WPN_E_TOAST_NOTIFICATION_DROPPED -2143419897 0x803e0207 Toast Notification was dropped without being displayed to the user.
WPN_E_STORAGE_LOCKED -2143419896 0x803e0208 The notification platform does not have the proper privileges to complete the request.
WPN_E_GROUP_SIZE -2143419895 0x803e0209 The size of the notification group is too large.
WPN_E_GROUP_ALPHANUMERIC -2143419894 0x803e020a The notification group is not alphanumeric.
WPN_E_CLOUD_DISABLED_FOR_APP -2143419893 0x803e020b Cloud notifications have been disabled for the application due to a policy setting.
E_MBN_CONTEXT_NOT_ACTIVATED -2141945343 0x80548201 Context is not activated.
E_MBN_BAD_SIM -2141945342 0x80548202 Bad SIM is inserted.
E_MBN_DATA_CLASS_NOT_AVAILABLE -2141945341 0x80548203 Requested data class is not available.
E_MBN_INVALID_ACCESS_STRING -2141945340 0x80548204 Access point name (APN) or Access string is incorrect.
E_MBN_MAX_ACTIVATED_CONTEXTS -2141945339 0x80548205 Max activated contexts have reached.
E_MBN_PACKET_SVC_DETACHED -2141945338 0x80548206 Device is in packet detach state.
E_MBN_PROVIDER_NOT_VISIBLE -2141945337 0x80548207 Provider is not visible.
E_MBN_RADIO_POWER_OFF -2141945336 0x80548208 Radio is powered off.
E_MBN_SERVICE_NOT_ACTIVATED -2141945335 0x80548209 MBN subscription is not activated.
E_MBN_SIM_NOT_INSERTED -2141945334 0x8054820a SIM is not inserted.
E_MBN_VOICE_CALL_IN_PROGRESS -2141945333 0x8054820b Voice call in progress.
E_MBN_INVALID_CACHE -2141945332 0x8054820c Visible provider cache is invalid.
E_MBN_NOT_REGISTERED -2141945331 0x8054820d Device is not registered.
E_MBN_PROVIDERS_NOT_FOUND -2141945330 0x8054820e Providers not found.
E_MBN_PIN_NOT_SUPPORTED -2141945329 0x8054820f Pin is not supported.
E_MBN_PIN_REQUIRED -2141945328 0x80548210 Pin is required.
E_MBN_PIN_DISABLED -2141945327 0x80548211 PIN is disabled.
E_MBN_FAILURE -2141945326 0x80548212 Generic Failure.
E_MBN_INVALID_PROFILE -2141945320 0x80548218 Profile is invalid.
E_MBN_DEFAULT_PROFILE_EXIST -2141945319 0x80548219 Default profile exist.
E_MBN_SMS_ENCODING_NOT_SUPPORTED -2141945312 0x80548220 SMS encoding is not supported.
E_MBN_SMS_FILTER_NOT_SUPPORTED -2141945311 0x80548221 SMS filter is not supported.
E_MBN_SMS_INVALID_MEMORY_INDEX -2141945310 0x80548222 Invalid SMS memory index is used.
E_MBN_SMS_LANG_NOT_SUPPORTED -2141945309 0x80548223 SMS language is not supported.
E_MBN_SMS_MEMORY_FAILURE -2141945308 0x80548224 SMS memory failure occurred.
E_MBN_SMS_NETWORK_TIMEOUT -2141945307 0x80548225 SMS network timeout happened.
E_MBN_SMS_UNKNOWN_SMSC_ADDRESS -2141945306 0x80548226 Unknown SMSC address is used.
E_MBN_SMS_FORMAT_NOT_SUPPORTED -2141945305 0x80548227 SMS format is not supported.
E_MBN_SMS_OPERATION_NOT_ALLOWED -2141945304 0x80548228 SMS operation is not allowed.
E_MBN_SMS_MEMORY_FULL -2141945303 0x80548229 Device SMS memory is full.
PEER_E_NOT_INITIALIZED -2140995582 0x80630002 The component has not been initialized.
PEER_E_CANNOT_START_SERVICE -2140995581 0x80630003 The required service cannot be started.
PEER_E_NOT_LICENSED -2140995580 0x80630004 The P2P protocol is not licensed to run on this OS.
PEER_E_INVALID_GRAPH -2140995568 0x80630010 The graph handle is invalid.
PEER_E_DBNAME_CHANGED -2140995567 0x80630011 The graph database name has changed.
PEER_E_DUPLICATE_GRAPH -2140995566 0x80630012 A graph with the same ID already exists.
PEER_E_GRAPH_NOT_READY -2140995565 0x80630013 The graph is not ready.
PEER_E_GRAPH_SHUTTING_DOWN -2140995564 0x80630014 The graph is shutting down.
PEER_E_GRAPH_IN_USE -2140995563 0x80630015 The graph is still in use.
PEER_E_INVALID_DATABASE -2140995562 0x80630016 The graph database is corrupt.
PEER_E_TOO_MANY_ATTRIBUTES -2140995561 0x80630017 Too many attributes have been used.
PEER_E_CONNECTION_NOT_FOUND -2140995325 0x80630103 The connection can not be found.
PEER_E_CONNECT_SELF -2140995322 0x80630106 The peer attempted to connect to itself.
PEER_E_ALREADY_LISTENING -2140995321 0x80630107 The peer is already listening for connections.
PEER_E_NODE_NOT_FOUND -2140995320 0x80630108 The node was not found.
PEER_E_CONNECTION_FAILED -2140995319 0x80630109 The Connection attempt failed.
PEER_E_CONNECTION_NOT_AUTHENTICATED -2140995318 0x8063010a The peer connection could not be authenticated.
PEER_E_CONNECTION_REFUSED -2140995317 0x8063010b The connection was refused.
PEER_E_CLASSIFIER_TOO_LONG -2140995071 0x80630201 The peer name classifier is too long.
PEER_E_TOO_MANY_IDENTITIES -2140995070 0x80630202 The maximum number of identities have been created.
PEER_E_NO_KEY_ACCESS -2140995069 0x80630203 Unable to access a key.
PEER_E_GROUPS_EXIST -2140995068 0x80630204 The group already exists.
PEER_E_RECORD_NOT_FOUND -2140994815 0x80630301 The requested record could not be found.
PEER_E_DATABASE_ACCESSDENIED -2140994814 0x80630302 Access to the database was denied.
PEER_E_DBINITIALIZATION_FAILED -2140994813 0x80630303 The Database could not be initialized.
PEER_E_MAX_RECORD_SIZE_EXCEEDED -2140994812 0x80630304 The record is too big.
PEER_E_DATABASE_ALREADY_PRESENT -2140994811 0x80630305 The database already exists.
PEER_E_DATABASE_NOT_PRESENT -2140994810 0x80630306 The database could not be found.
PEER_E_IDENTITY_NOT_FOUND -2140994559 0x80630401 The identity could not be found.
PEER_E_EVENT_HANDLE_NOT_FOUND -2140994303 0x80630501 The event handle could not be found.
PEER_E_INVALID_SEARCH -2140994047 0x80630601 Invalid search.
PEER_E_INVALID_ATTRIBUTES -2140994046 0x80630602 The search attributes are invalid.
PEER_E_INVITATION_NOT_TRUSTED -2140993791 0x80630701 The invitation is not trusted.
PEER_E_CHAIN_TOO_LONG -2140993789 0x80630703 The certchain is too long.
PEER_E_INVALID_TIME_PERIOD -2140993787 0x80630705 The time period is invalid.
PEER_E_CIRCULAR_CHAIN_DETECTED -2140993786 0x80630706 A circular cert chain was detected.
PEER_E_CERT_STORE_CORRUPTED -2140993535 0x80630801 The certstore is corrupted.
PEER_E_NO_CLOUD -2140991487 0x80631001 The specified PNRP cloud does not exist.
PEER_E_CLOUD_NAME_AMBIGUOUS -2140991483 0x80631005 The cloud name is ambiguous.
PEER_E_INVALID_RECORD -2140987376 0x80632010 The record is invalid.
PEER_E_NOT_AUTHORIZED -2140987360 0x80632020 Not authorized.
PEER_E_PASSWORD_DOES_NOT_MEET_POLICY -2140987359 0x80632021 The password does not meet policy requirements.
PEER_E_DEFERRED_VALIDATION -2140987344 0x80632030 The record validation has been deferred.
PEER_E_INVALID_GROUP_PROPERTIES -2140987328 0x80632040 The group properties are invalid.
PEER_E_INVALID_PEER_NAME -2140987312 0x80632050 The peername is invalid.
PEER_E_INVALID_CLASSIFIER -2140987296 0x80632060 The classifier is invalid.
PEER_E_INVALID_FRIENDLY_NAME -2140987280 0x80632070 The friendly name is invalid.
PEER_E_INVALID_ROLE_PROPERTY -2140987279 0x80632071 Invalid role property.
PEER_E_INVALID_CLASSIFIER_PROPERTY -2140987278 0x80632072 Invalid classifier property.
PEER_E_INVALID_RECORD_EXPIRATION -2140987264 0x80632080 Invalid record expiration.
PEER_E_INVALID_CREDENTIAL_INFO -2140987263 0x80632081 Invalid credential info.
PEER_E_INVALID_CREDENTIAL -2140987262 0x80632082 Invalid credential.
PEER_E_INVALID_RECORD_SIZE -2140987261 0x80632083 Invalid record size.
PEER_E_UNSUPPORTED_VERSION -2140987248 0x80632090 Unsupported version.
PEER_E_GROUP_NOT_READY -2140987247 0x80632091 The group is not ready.
PEER_E_GROUP_IN_USE -2140987246 0x80632092 The group is still in use.
PEER_E_INVALID_GROUP -2140987245 0x80632093 The group is invalid.
PEER_E_NO_MEMBERS_FOUND -2140987244 0x80632094 No members were found.
PEER_E_NO_MEMBER_CONNECTIONS -2140987243 0x80632095 There are no member connections.
PEER_E_UNABLE_TO_LISTEN -2140987242 0x80632096 Unable to listen.
PEER_E_IDENTITY_DELETED -2140987232 0x806320a0 The identity does not exist.
PEER_E_SERVICE_NOT_AVAILABLE -2140987231 0x806320a1 The service is not available.
PEER_E_CONTACT_NOT_FOUND -2140971007 0x80636001 THe contact could not be found.
PEER_S_GRAPH_DATA_CREATED 6488065 0x630001 The graph data was created.
PEER_S_NO_EVENT_DATA 6488066 0x630002 There is not more event data.
PEER_S_ALREADY_CONNECTED 6496256 0x632000 The graph is already connect.
PEER_S_SUBSCRIPTION_EXISTS 6512640 0x636000 The subscription already exists.
PEER_S_NO_CONNECTIVITY 6488069 0x630005 No connectivity.
PEER_S_ALREADY_A_MEMBER 6488070 0x630006 Already a member.
PEER_E_CANNOT_CONVERT_PEER_NAME -2140979199 0x80634001 The peername could not be converted to a DNS pnrp name.
PEER_E_INVALID_PEER_HOST_NAME -2140979198 0x80634002 Invalid peer host name.
PEER_E_NO_MORE -2140979197 0x80634003 No more data could be found.
PEER_E_PNRP_DUPLICATE_PEER_NAME -2140979195 0x80634005 The existing peer name is already registered.
PEER_E_INVITE_CANCELLED -2140966912 0x80637000 The app invite request was cancelled by the user.
PEER_E_INVITE_RESPONSE_NOT_AVAILABLE -2140966911 0x80637001 No response of the invite was received.
PEER_E_NOT_SIGNED_IN -2140966909 0x80637003 User is not signed into serverless presence.
PEER_E_PRIVACY_DECLINED -2140966908 0x80637004 The user declined the privacy policy prompt.
PEER_E_TIMEOUT -2140966907 0x80637005 A timeout occurred.
PEER_E_INVALID_ADDRESS -2140966905 0x80637007 The address is invalid.
PEER_E_FW_EXCEPTION_DISABLED -2140966904 0x80637008 A required firewall exception is disabled.
PEER_E_FW_BLOCKED_BY_POLICY -2140966903 0x80637009 The service is blocked by a firewall policy.
PEER_E_FW_BLOCKED_BY_SHIELDS_UP -2140966902 0x8063700a Firewall exceptions are disabled.
PEER_E_FW_DECLINED -2140966901 0x8063700b The user declined to enable the firewall exceptions.
UI_E_CREATE_FAILED -2144731135 0x802a0001 The object could not be created.
UI_E_SHUTDOWN_CALLED -2144731134 0x802a0002 Shutdown was already called on this object or the object that owns it.
UI_E_ILLEGAL_REENTRANCY -2144731133 0x802a0003 This method cannot be called during this type of callback.
UI_E_OBJECT_SEALED -2144731132 0x802a0004 This object has been sealed, so this change is no longer allowed.
UI_E_VALUE_NOT_SET -2144731131 0x802a0005 The requested value was never set.
UI_E_VALUE_NOT_DETERMINED -2144731130 0x802a0006 The requested value cannot be determined.
UI_E_INVALID_OUTPUT -2144731129 0x802a0007 A callback returned an invalid output parameter.
UI_E_BOOLEAN_EXPECTED -2144731128 0x802a0008 A callback returned a success code other than S_OK or S_FALSE.
UI_E_DIFFERENT_OWNER -2144731127 0x802a0009 A parameter that should be owned by this object is owned by a different object.
UI_E_AMBIGUOUS_MATCH -2144731126 0x802a000a More than one item matched the search criteria.
UI_E_FP_OVERFLOW -2144731125 0x802a000b A floating-point overflow occurred.
UI_E_WRONG_THREAD -2144731124 0x802a000c This method can only be called from the thread that created the object.
UI_E_STORYBOARD_ACTIVE -2144730879 0x802a0101 The storyboard is currently in the schedule.
UI_E_STORYBOARD_NOT_PLAYING -2144730878 0x802a0102 The storyboard is not playing.
UI_E_START_KEYFRAME_AFTER_END -2144730877 0x802a0103 The start keyframe might occur after the end keyframe.
UI_E_END_KEYFRAME_NOT_DETERMINED -2144730876 0x802a0104 It might not be possible to determine the end keyframe time when the start keyframe is reached.
UI_E_LOOPS_OVERLAP -2144730875 0x802a0105 Two repeated portions of a storyboard might overlap.
UI_E_TRANSITION_ALREADY_USED -2144730874 0x802a0106 The transition has already been added to a storyboard.
UI_E_TRANSITION_NOT_IN_STORYBOARD -2144730873 0x802a0107 The transition has not been added to a storyboard.
UI_E_TRANSITION_ECLIPSED -2144730872 0x802a0108 The transition might eclipse the beginning of another transition in the storyboard.
UI_E_TIME_BEFORE_LAST_UPDATE -2144730871 0x802a0109 The given time is earlier than the time passed to the last update.
UI_E_TIMER_CLIENT_ALREADY_CONNECTED -2144730870 0x802a010a This client is already connected to a timer.
UI_E_INVALID_DIMENSION -2144730869 0x802a010b The passed dimension is invalid or does not match the object's dimension.
UI_E_PRIMITIVE_OUT_OF_BOUNDS -2144730868 0x802a010c The added primitive begins at or beyond the duration of the interpolator.
UI_E_WINDOW_CLOSED -2144730623 0x802a0201 The operation cannot be completed because the window is being closed.
E_BLUETOOTH_ATT_INVALID_HANDLE -2140864511 0x80650001 The attribute handle given was not valid on this server.
E_BLUETOOTH_ATT_READ_NOT_PERMITTED -2140864510 0x80650002 The attribute cannot be read.
E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED -2140864509 0x80650003 The attribute cannot be written.
E_BLUETOOTH_ATT_INVALID_PDU -2140864508 0x80650004 The attribute PDU was invalid.
E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION -2140864507 0x80650005 The attribute requires authentication before it can be read or written.
E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED -2140864506 0x80650006 Attribute server does not support the request received from the client.
E_BLUETOOTH_ATT_INVALID_OFFSET -2140864505 0x80650007 Offset specified was past the end of the attribute.
E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION -2140864504 0x80650008 The attribute requires authorization before it can be read or written.
E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL -2140864503 0x80650009 Too many prepare writes have been queued.
E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND -2140864502 0x8065000a No attribute found within the given attribute handle range.
E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG -2140864501 0x8065000b The attribute cannot be read or written using the Read Blob Request.
E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE -2140864500 0x8065000c The Encryption Key Size used for encrypting this link is insufficient.
E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH -2140864499 0x8065000d The attribute value length is invalid for the operation.
E_BLUETOOTH_ATT_UNLIKELY -2140864498 0x8065000e The attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested.
E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION -2140864497 0x8065000f The attribute requires encryption before it can be read or written.
E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE -2140864496 0x80650010 The attribute type is not a supported grouping attribute as defined by a higher layer specification.
E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES -2140864495 0x80650011 Insufficient Resources to complete the request.
E_BLUETOOTH_ATT_UNKNOWN_ERROR -2140860416 0x80651000 An error that lies in the reserved range has been received.
E_AUDIO_ENGINE_NODE_NOT_FOUND -2140798975 0x80660001 PortCls could not find an audio engine node exposed by a miniport driver claiming support for IMiniportAudioEngineNode.
E_HDAUDIO_EMPTY_CONNECTION_LIST -2140798974 0x80660002 HD Audio widget encountered an unexpected empty connection list.
E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED -2140798973 0x80660003 HD Audio widget does not support the connection list parameter.
E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED -2140798972 0x80660004 No HD Audio subdevices were successfully created.
E_HDAUDIO_NULL_LINKED_LIST_ENTRY -2140798971 0x80660005 An unexpected NULL pointer was encountered in a linked list.
STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE -2140733439 0x80670001 Optimistic locking failure. Data cannot be updated if it has changed since it was read.
STATEREPOSITORY_E_STATEMENT_INPROGRESS -2140733438 0x80670002 A prepared statement has been stepped at least once but not run to completion or reset. This may result in busy waits.
STATEREPOSITORY_E_CONFIGURATION_INVALID -2140733437 0x80670003 The StateRepository configuration is not valid.
STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION -2140733436 0x80670004 The StateRepository schema version is not known.
STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED -2140733435 0x80670005 A StateRepository dictionary is not valid.
STATEREPOSITORY_E_BLOCKED -2140733434 0x80670006 The request failed because the StateRepository is actively blocking requests.
STATEREPOSITORY_E_BUSY_RETRY -2140733433 0x80670007 The database file is locked. The request will be retried.
STATEREPOSITORY_E_BUSY_RECOVERY_RETRY -2140733432 0x80670008 The database file is locked because another process is busy recovering the database. The request will be retried.
STATEREPOSITORY_E_LOCKED_RETRY -2140733431 0x80670009 A table in the database is locked. The request will be retried.
STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY -2140733430 0x8067000a The shared cache for the database is locked by another connection. The request will be retried.
STATEREPOSITORY_E_TRANSACTION_REQUIRED -2140733429 0x8067000b A transaction is required to perform the request operation.
STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED -2140733428 0x8067000c The database file is locked. The request has exceeded the allowed threshold.
STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED -2140733427 0x8067000d The database file is locked because another process is busy recovering the database. The request has exceeded the allowed threshold.
STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED -2140733426 0x8067000e A table in the database is locked. The request has exceeded the allowed threshold.
STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED -2140733425 0x8067000f The shared cache for the database is locked by another connection. The request has exceeded the allowed threshold.
STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS -2140733424 0x80670010 The StateRepository service Stop event is in progress.
STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED -2140733423 0x80670011 Nested transactions are not supported.
STATEREPOSITORY_ERROR_CACHE_CORRUPTED -2140733422 0x80670012 The StateRepository cache is not valid.
STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED 6750227 0x670013 The transaction caller id has changed.
STATEREPOSITORY_TRANSACTION_IN_PROGRESS 6750228 0x670014 A transaction is in progress for the database connection.
ERROR_SPACES_POOL_WAS_DELETED 15138817 0xe70001 The storage pool was deleted by the driver. The object cache should be updated.
ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID -2132344831 0x80e70001 The specified fault domain type or combination of minimum / maximum fault domain type is not valid.
ERROR_SPACES_INTERNAL_ERROR -2132344830 0x80e70002 A Storage Spaces internal error occurred.
ERROR_SPACES_RESILIENCY_TYPE_INVALID -2132344829 0x80e70003 The specified resiliency type is not valid.
ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID -2132344828 0x80e70004 The physical disk's sector size is not supported by the storage pool.
ERROR_SPACES_DRIVE_REDUNDANCY_INVALID -2132344826 0x80e70006 The requested redundancy is outside of the supported range of values.
ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID -2132344825 0x80e70007 The number of data copies requested is outside of the supported range of values.
ERROR_SPACES_PARITY_LAYOUT_INVALID -2132344824 0x80e70008 The value for ParityLayout is outside of the supported range of values.
ERROR_SPACES_INTERLEAVE_LENGTH_INVALID -2132344823 0x80e70009 The value for interleave length is outside of the supported range of values or is not a power of 2.
ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID -2132344822 0x80e7000a The number of columns specified is outside of the supported range of values.
ERROR_SPACES_NOT_ENOUGH_DRIVES -2132344821 0x80e7000b There were not enough physical disks to complete the requested operation.
ERROR_SPACES_EXTENDED_ERROR -2132344820 0x80e7000c Extended error information is available.
ERROR_SPACES_PROVISIONING_TYPE_INVALID -2132344819 0x80e7000d The specified provisioning type is not valid.
ERROR_SPACES_ALLOCATION_SIZE_INVALID -2132344818 0x80e7000e The allocation size is outside of the supported range of values.
ERROR_SPACES_ENCLOSURE_AWARE_INVALID -2132344817 0x80e7000f Enclosure awareness is not supported for this virtual disk.
ERROR_SPACES_WRITE_CACHE_SIZE_INVALID -2132344816 0x80e70010 The write cache size is outside of the supported range of values.
ERROR_SPACES_NUMBER_OF_GROUPS_INVALID -2132344815 0x80e70011 The value for number of groups is outside of the supported range of values.
ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID -2132344814 0x80e70012 The OperationalState of the physical disk is invalid for this operation.
ERROR_SPACES_ENTRY_INCOMPLETE -2132344813 0x80e70013 The specified log entry is not complete.
ERROR_SPACES_ENTRY_INVALID -2132344812 0x80e70014 The specified log entry is not valid.
ERROR_VOLSNAP_BOOTFILE_NOT_VALID -2138963967 0x80820001 The bootfile is too small to support persistent snapshots.
ERROR_VOLSNAP_ACTIVATION_TIMEOUT -2138963966 0x80820002 Activation of persistent snapshots on this volume took longer than was allowed.
ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME -2138898431 0x80830001 The specified volume does not support storage tiers.
ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS -2138898430 0x80830002 The Storage Tiers Management service detected that the specified volume is in the process of being dismounted.
ERROR_TIERING_STORAGE_TIER_NOT_FOUND -2138898429 0x80830003 The specified storage tier could not be found on the volume. Confirm that the storage tier name is valid.
ERROR_TIERING_INVALID_FILE_ID -2138898428 0x80830004 The file identifier specified is not valid on the volume.
ERROR_TIERING_WRONG_CLUSTER_NODE -2138898427 0x80830005 Storage tier operations must be called on the clustering node that owns the metadata volume.
ERROR_TIERING_ALREADY_PROCESSING -2138898426 0x80830006 The Storage Tiers Management service is already optimizing the storage tiers on the specified volume.
ERROR_TIERING_CANNOT_PIN_OBJECT -2138898425 0x80830007 The requested object type cannot be assigned to a storage tier.
ERROR_TIERING_FILE_IS_NOT_PINNED -2138898424 0x80830008 The requested file is not pinned to a tier.
ERROR_NOT_A_TIERED_VOLUME -2138898423 0x80830009 The volume is not a tiered volume.
ERROR_ATTRIBUTE_NOT_PRESENT -2138898422 0x8083000a The requested attribute is not present on the specified file or directory.
ERROR_SECCORE_INVALID_COMMAND -1058537472 0xc0e80000 The command was not recognized by the security core
ERROR_NO_APPLICABLE_APP_LICENSES_FOUND -1058406399 0xc0ea0001 No applicable app licenses found.
ERROR_CLIP_LICENSE_NOT_FOUND -1058406398 0xc0ea0002 CLiP license not found.
ERROR_CLIP_DEVICE_LICENSE_MISSING -1058406397 0xc0ea0003 CLiP device license not found.
ERROR_CLIP_LICENSE_INVALID_SIGNATURE -1058406396 0xc0ea0004 CLiP license has an invalid signature.
ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID -1058406395 0xc0ea0005 CLiP keyholder license is invalid or missing.
ERROR_CLIP_LICENSE_EXPIRED -1058406394 0xc0ea0006 CLiP license has expired.
ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE -1058406393 0xc0ea0007 CLiP license is signed by an unknown source.
ERROR_CLIP_LICENSE_NOT_SIGNED -1058406392 0xc0ea0008 CLiP license is not signed.
ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE -1058406391 0xc0ea0009 CLiP license hardware ID is out of tolerance.
ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH -1058406390 0xc0ea000a CLiP license device ID does not match the device ID in the bound device license.
DXGI_STATUS_OCCLUDED 142213121 0x87a0001 The Present operation was invisible to the user.
DXGI_STATUS_CLIPPED 142213122 0x87a0002 The Present operation was partially invisible to the user.
DXGI_STATUS_NO_REDIRECTION 142213124 0x87a0004 The driver is requesting that the DXGI runtime not use shared resources to communicate with the Desktop Window Manager.
DXGI_STATUS_NO_DESKTOP_ACCESS 142213125 0x87a0005 The Present operation was not visible because the Windows session has switched to another desktop (for example, ctrl-alt-del).
DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE 142213126 0x87a0006 The Present operation was not visible because the target monitor was being used for some other purpose.
DXGI_STATUS_MODE_CHANGED 142213127 0x87a0007 The Present operation was not visible because the display mode changed. DXGI will have re-attempted the presentation.
DXGI_STATUS_MODE_CHANGE_IN_PROGRESS 142213128 0x87a0008 The Present operation was not visible because another Direct3D device was attempting to take fullscreen mode at the time.
DXGI_ERROR_INVALID_CALL -2005270527 0x887a0001 The application made a call that is invalid. Either the parameters of the call or the state of some object was incorrect.\r\nEnable the D3D debug layer in order to see details via debug messages.
DXGI_ERROR_NOT_FOUND -2005270526 0x887a0002 The object was not found. If calling IDXGIFactory::EnumAdaptes, there is no adapter with the specified ordinal.
DXGI_ERROR_MORE_DATA -2005270525 0x887a0003 The caller did not supply a sufficiently large buffer.
DXGI_ERROR_UNSUPPORTED -2005270524 0x887a0004 The specified device interface or feature level is not supported on this system.
DXGI_ERROR_DEVICE_REMOVED -2005270523 0x887a0005 The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
DXGI_ERROR_DEVICE_HUNG -2005270522 0x887a0006 The GPU will not respond to more commands, most likely because of an invalid command passed by the calling application.
DXGI_ERROR_DEVICE_RESET -2005270521 0x887a0007 The GPU will not respond to more commands, most likely because some other application submitted invalid commands.\r\nThe calling application should re-create the device and continue.
DXGI_ERROR_WAS_STILL_DRAWING -2005270518 0x887a000a The GPU was busy at the moment when the call was made, and the call was neither executed nor scheduled.
DXGI_ERROR_FRAME_STATISTICS_DISJOINT -2005270517 0x887a000b An event (such as power cycle) interrupted the gathering of presentation statistics. Any previous statistics should be\r\nconsidered invalid.
DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE -2005270516 0x887a000c Fullscreen mode could not be achieved because the specified output was already in use.
DXGI_ERROR_DRIVER_INTERNAL_ERROR -2005270496 0x887a0020 An internal issue prevented the driver from carrying out the specified operation. The driver's state is probably suspect,\r\nand the application should not continue.
DXGI_ERROR_NONEXCLUSIVE -2005270495 0x887a0021 A global counter resource was in use, and the specified counter cannot be used by this Direct3D device at this time.
DXGI_ERROR_NOT_CURRENTLY_AVAILABLE -2005270494 0x887a0022 A resource is not available at the time of the call, but may become available later.
DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED -2005270493 0x887a0023 The application's remote device has been removed due to session disconnect or network disconnect.\r\nThe application should call IDXGIFactory1::IsCurrent to find out when the remote device becomes available again.
DXGI_ERROR_REMOTE_OUTOFMEMORY -2005270492 0x887a0024 The device has been removed during a remote session because the remote computer ran out of memory.
DXGI_ERROR_ACCESS_LOST -2005270490 0x887a0026 The keyed mutex was abandoned.
DXGI_ERROR_WAIT_TIMEOUT -2005270489 0x887a0027 The timeout value has elapsed and the resource is not yet available.
DXGI_ERROR_SESSION_DISCONNECTED -2005270488 0x887a0028 The output duplication has been turned off because the Windows session ended or was disconnected.\r\nThis happens when a remote user disconnects, or when "switch user" is used locally.
DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE -2005270487 0x887a0029 The DXGI output (monitor) to which the swapchain content was restricted, has been disconnected or changed.
DXGI_ERROR_CANNOT_PROTECT_CONTENT -2005270486 0x887a002a DXGI is unable to provide content protection on the swapchain. This is typically caused by an older driver,\r\nor by the application using a swapchain that is incompatible with content protection.
DXGI_ERROR_ACCESS_DENIED -2005270485 0x887a002b The application is trying to use a resource to which it does not have the required access privileges.\r\nThis is most commonly caused by writing to a shared resource with read-only access.
DXGI_ERROR_NAME_ALREADY_EXISTS -2005270484 0x887a002c The application is trying to create a shared handle using a name that is already associated with some other resource.
DXGI_ERROR_SDK_COMPONENT_MISSING -2005270483 0x887a002d The application requested an operation that depends on an SDK component that is missing or mismatched.
DXGI_ERROR_NOT_CURRENT -2005270482 0x887a002e The DXGI objects that the application has created are no longer current & need to be recreated for this operation to be performed.
DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY -2005270480 0x887a0030 Insufficient HW protected memory exits for proper function.
DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION -2005270479 0x887a0031 Creating this device would violate the process's dynamic code policy.
DXGI_ERROR_NON_COMPOSITED_UI -2005270478 0x887a0032 The operation failed because the compositor is not in control of the output.
DXGI_STATUS_UNOCCLUDED 142213129 0x87a0009 The swapchain has become unoccluded.
DXGI_STATUS_DDA_WAS_STILL_DRAWING 142213130 0x87a000a The adapter did not have access to the required resources to complete the Desktop Duplication Present() call, the Present() call needs to be made again
DXGI_ERROR_MODE_CHANGE_IN_PROGRESS -2005270491 0x887a0025 An on-going mode change prevented completion of the call. The call may succeed if attempted later.
DXGI_STATUS_PRESENT_REQUIRED 142213167 0x87a002f The present succeeded but the caller should present again on the next V-sync, even if there are no changes to the content.
DXGI_ERROR_CACHE_CORRUPT -2005270477 0x887a0033 The cache is corrupt and either could not be opened or could not be reset.
DXGI_ERROR_CACHE_FULL -2005270476 0x887a0034 This entry would cause the cache to exceed its quota. On a load operation, this may indicate exceeding the maximum in-memory size.
DXGI_ERROR_CACHE_HASH_COLLISION -2005270475 0x887a0035 A cache entry was found, but the key provided does not match the key stored in the entry.
DXGI_ERROR_ALREADY_EXISTS -2005270474 0x887a0036 The desired element already exists.
DXGI_DDI_ERR_WASSTILLDRAWING -2005204991 0x887b0001 The GPU was busy when the operation was requested.
DXGI_DDI_ERR_UNSUPPORTED -2005204990 0x887b0002 The driver has rejected the creation of this resource.
DXGI_DDI_ERR_NONEXCLUSIVE -2005204989 0x887b0003 The GPU counter was in use by another process or d3d device when application requested access to it.
DWRITE_E_FILEFORMAT -2003283968 0x88985000 Indicates an error in an input file such as a font file.
DWRITE_E_UNEXPECTED -2003283967 0x88985001 Indicates an error originating in DirectWrite code, which is not expected to occur but is safe to recover from.
DWRITE_E_NOFONT -2003283966 0x88985002 Indicates the specified font does not exist.
DWRITE_E_FILENOTFOUND -2003283965 0x88985003 A font file could not be opened because the file, directory, network location, drive, or other storage location does not exist or is unavailable.
DWRITE_E_FILEACCESS -2003283964 0x88985004 A font file exists but could not be opened due to access denied, sharing violation, or similar error.
DWRITE_E_FONTCOLLECTIONOBSOLETE -2003283963 0x88985005 A font collection is obsolete due to changes in the system.
DWRITE_E_ALREADYREGISTERED -2003283962 0x88985006 The given interface is already registered.
DWRITE_E_CACHEFORMAT -2003283961 0x88985007 The font cache contains invalid data.
DWRITE_E_CACHEVERSION -2003283960 0x88985008 A font cache file corresponds to a different version of DirectWrite.
DWRITE_E_UNSUPPORTEDOPERATION -2003283959 0x88985009 The operation is not supported for this type of font.
DWRITE_E_TEXTRENDERERINCOMPATIBLE -2003283958 0x8898500a The version of the text renderer interface is not compatible.
DWRITE_E_FLOWDIRECTIONCONFLICTS -2003283957 0x8898500b The flow direction conflicts with the reading direction. They must be perpendicular to each other.
DWRITE_E_NOCOLOR -2003283956 0x8898500c The font or glyph run does not contain any colored glyphs.
DWRITE_E_REMOTEFONT -2003283955 0x8898500d A font resource could not be accessed because it is remote.
DWRITE_E_DOWNLOADCANCELLED -2003283954 0x8898500e A font download was canceled.
DWRITE_E_DOWNLOADFAILED -2003283953 0x8898500f A font download failed.
DWRITE_E_TOOMANYDOWNLOADS -2003283952 0x88985010 A font download request was not added or a download failed because there are too many active downloads.
WINCODEC_ERR_WRONGSTATE -2003292412 0x88982f04 The codec is in the wrong state.
WINCODEC_ERR_VALUEOUTOFRANGE -2003292411 0x88982f05 The value is out of range.
WINCODEC_ERR_UNKNOWNIMAGEFORMAT -2003292409 0x88982f07 The image format is unknown.
WINCODEC_ERR_UNSUPPORTEDVERSION -2003292405 0x88982f0b The SDK version is unsupported.
WINCODEC_ERR_NOTINITIALIZED -2003292404 0x88982f0c The component is not initialized.
WINCODEC_ERR_ALREADYLOCKED -2003292403 0x88982f0d There is already an outstanding read or write lock.
WINCODEC_ERR_PROPERTYNOTFOUND -2003292352 0x88982f40 The specified bitmap property cannot be found.
WINCODEC_ERR_PROPERTYNOTSUPPORTED -2003292351 0x88982f41 The bitmap codec does not support the bitmap property.
WINCODEC_ERR_PROPERTYSIZE -2003292350 0x88982f42 The bitmap property size is invalid.
WINCODEC_ERR_CODECPRESENT -2003292349 0x88982f43 An unknown error has occurred.
WINCODEC_ERR_CODECNOTHUMBNAIL -2003292348 0x88982f44 The bitmap codec does not support a thumbnail.
WINCODEC_ERR_PALETTEUNAVAILABLE -2003292347 0x88982f45 The bitmap palette is unavailable.
WINCODEC_ERR_CODECTOOMANYSCANLINES -2003292346 0x88982f46 Too many scanlines were requested.
WINCODEC_ERR_INTERNALERROR -2003292344 0x88982f48 An internal error occurred.
WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS -2003292343 0x88982f49 The bitmap bounds do not match the bitmap dimensions.
WINCODEC_ERR_COMPONENTNOTFOUND -2003292336 0x88982f50 The component cannot be found.
WINCODEC_ERR_IMAGESIZEOUTOFRANGE -2003292335 0x88982f51 The bitmap size is outside the valid range.
WINCODEC_ERR_TOOMUCHMETADATA -2003292334 0x88982f52 There is too much metadata to be written to the bitmap.
WINCODEC_ERR_BADIMAGE -2003292320 0x88982f60 The image is unrecognized.
WINCODEC_ERR_BADHEADER -2003292319 0x88982f61 The image header is unrecognized.
WINCODEC_ERR_FRAMEMISSING -2003292318 0x88982f62 The bitmap frame is missing.
WINCODEC_ERR_BADMETADATAHEADER -2003292317 0x88982f63 The image metadata header is unrecognized.
WINCODEC_ERR_BADSTREAMDATA -2003292304 0x88982f70 The stream data is unrecognized.
WINCODEC_ERR_STREAMWRITE -2003292303 0x88982f71 Failed to write to the stream.
WINCODEC_ERR_STREAMREAD -2003292302 0x88982f72 Failed to read from the stream.
WINCODEC_ERR_STREAMNOTAVAILABLE -2003292301 0x88982f73 The stream is not available.
WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT -2003292288 0x88982f80 The bitmap pixel format is unsupported.
WINCODEC_ERR_UNSUPPORTEDOPERATION -2003292287 0x88982f81 The operation is unsupported.
WINCODEC_ERR_INVALIDREGISTRATION -2003292278 0x88982f8a The component registration is invalid.
WINCODEC_ERR_COMPONENTINITIALIZEFAILURE -2003292277 0x88982f8b The component initialization has failed.
WINCODEC_ERR_INSUFFICIENTBUFFER -2003292276 0x88982f8c The buffer allocated is insufficient.
WINCODEC_ERR_DUPLICATEMETADATAPRESENT -2003292275 0x88982f8d Duplicate metadata is present.
WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE -2003292274 0x88982f8e The bitmap property type is unexpected.
WINCODEC_ERR_UNEXPECTEDSIZE -2003292273 0x88982f8f The size is unexpected.
WINCODEC_ERR_INVALIDQUERYREQUEST -2003292272 0x88982f90 The property query is invalid.
WINCODEC_ERR_UNEXPECTEDMETADATATYPE -2003292271 0x88982f91 The metadata type is unexpected.
WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT -2003292270 0x88982f92 The specified bitmap property is only valid at root level.
WINCODEC_ERR_INVALIDQUERYCHARACTER -2003292269 0x88982f93 The query string contains an invalid character.
WINCODEC_ERR_INVALIDPROGRESSIVELEVEL -2003292267 0x88982f95 The requested level of detail is not present.
WINCODEC_ERR_INVALIDJPEGSCANINDEX -2003292266 0x88982f96 The scan index is invalid.
MILERR_OBJECTBUSY -2003304447 0x88980001 MILERR_OBJECTBUSY
MILERR_INSUFFICIENTBUFFER -2003304446 0x88980002 MILERR_INSUFFICIENTBUFFER
MILERR_SCANNER_FAILED -2003304444 0x88980004 MILERR_SCANNER_FAILED
MILERR_SCREENACCESSDENIED -2003304443 0x88980005 MILERR_SCREENACCESSDENIED
MILERR_DISPLAYSTATEINVALID -2003304442 0x88980006 MILERR_DISPLAYSTATEINVALID
MILERR_NONINVERTIBLEMATRIX -2003304441 0x88980007 MILERR_NONINVERTIBLEMATRIX
MILERR_ZEROVECTOR -2003304440 0x88980008 MILERR_ZEROVECTOR
MILERR_TERMINATED -2003304439 0x88980009 MILERR_TERMINATED
MILERR_BADNUMBER -2003304438 0x8898000a MILERR_BADNUMBER
MILERR_INTERNALERROR -2003304320 0x88980080 An internal error (MIL bug) occurred. On checked builds, an assert would be raised.
MILERR_DISPLAYFORMATNOTSUPPORTED -2003304316 0x88980084 The display format we need to render is not supported by the hardware device.
MILERR_INVALIDCALL -2003304315 0x88980085 A call to this method is invalid.
MILERR_ALREADYLOCKED -2003304314 0x88980086 Lock attempted on an already locked object.
MILERR_NOTLOCKED -2003304313 0x88980087 Unlock attempted on an unlocked object.
MILERR_DEVICECANNOTRENDERTEXT -2003304312 0x88980088 No algorithm available to render text with this device
MILERR_GLYPHBITMAPMISSED -2003304311 0x88980089 Some glyph bitmaps, required for glyph run rendering, are not contained in glyph cache.
MILERR_MALFORMEDGLYPHCACHE -2003304310 0x8898008a Some glyph bitmaps in glyph cache are unexpectedly big.
MILERR_GENERIC_IGNORE -2003304309 0x8898008b Marker error for known Win32 errors that are currently being ignored by the compositor. This is to avoid returning S_OK when an error has occurred, but still unwind the stack in the correct location.
MILERR_MALFORMED_GUIDELINE_DATA -2003304308 0x8898008c Guideline coordinates are not sorted properly or contain NaNs.
MILERR_NO_HARDWARE_DEVICE -2003304307 0x8898008d No HW rendering device is available for this operation.
MILERR_NEED_RECREATE_AND_PRESENT -2003304306 0x8898008e There has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present.\r\nThere are two known case for this: 1) D3D Driver Internal error 2) D3D E_FAIL 2a) Unknown root cause b) When resizing too quickly for DWM and D3D stay in sync
MILERR_ALREADY_INITIALIZED -2003304305 0x8898008f The object has already been initialized.
MILERR_MISMATCHED_SIZE -2003304304 0x88980090 The size of the object does not match the expected size.
MILERR_NO_REDIRECTION_SURFACE_AVAILABLE -2003304303 0x88980091 No Redirection surface available.
MILERR_REMOTING_NOT_SUPPORTED -2003304302 0x88980092 Remoting of this content is not supported.
MILERR_QUEUED_PRESENT_NOT_SUPPORTED -2003304301 0x88980093 Queued Presents are not supported.
MILERR_NOT_QUEUING_PRESENTS -2003304300 0x88980094 Queued Presents are not being used.
MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER -2003304299 0x88980095 No redirection surface was available. Caller should retry the call.
MILERR_TOOMANYSHADERELEMNTS -2003304298 0x88980096 Shader construction failed because it was too complex.
MILERR_MROW_READLOCK_FAILED -2003304297 0x88980097 MROW attempt to get a read lock failed.
MILERR_MROW_UPDATE_FAILED -2003304296 0x88980098 MROW attempt to update the data failed because another update was outstanding.
MILERR_SHADER_COMPILE_FAILED -2003304295 0x88980099 Shader compilation failed.
MILERR_MAX_TEXTURE_SIZE_EXCEEDED -2003304294 0x8898009a Requested DX redirection surface size exceeded maximum texture size.
MILERR_QPC_TIME_WENT_BACKWARD -2003304293 0x8898009b QueryPerformanceCounter returned a time in the past.
MILERR_DXGI_ENUMERATION_OUT_OF_SYNC -2003304291 0x8898009d Primary Display device returned an invalid refresh rate.
MILERR_ADAPTER_NOT_FOUND -2003304290 0x8898009e DWM can not find the adapter specified by the LUID.
MILERR_COLORSPACE_NOT_SUPPORTED -2003304289 0x8898009f The requested bitmap color space is not supported.
MILERR_PREFILTER_NOT_SUPPORTED -2003304288 0x889800a0 The requested bitmap pre-filtering state is not supported.
MILERR_DISPLAYID_ACCESS_DENIED -2003304287 0x889800a1 Access is denied to the requested bitmap for the specified display id.
UCEERR_INVALIDPACKETHEADER -2003303424 0x88980400 UCEERR_INVALIDPACKETHEADER
UCEERR_UNKNOWNPACKET -2003303423 0x88980401 UCEERR_UNKNOWNPACKET
UCEERR_ILLEGALPACKET -2003303422 0x88980402 UCEERR_ILLEGALPACKET
UCEERR_MALFORMEDPACKET -2003303421 0x88980403 UCEERR_MALFORMEDPACKET
UCEERR_ILLEGALHANDLE -2003303420 0x88980404 UCEERR_ILLEGALHANDLE
UCEERR_HANDLELOOKUPFAILED -2003303419 0x88980405 UCEERR_HANDLELOOKUPFAILED
UCEERR_RENDERTHREADFAILURE -2003303418 0x88980406 UCEERR_RENDERTHREADFAILURE
UCEERR_CTXSTACKFRSTTARGETNULL -2003303417 0x88980407 UCEERR_CTXSTACKFRSTTARGETNULL
UCEERR_CONNECTIONIDLOOKUPFAILED -2003303416 0x88980408 UCEERR_CONNECTIONIDLOOKUPFAILED
UCEERR_BLOCKSFULL -2003303415 0x88980409 UCEERR_BLOCKSFULL
UCEERR_MEMORYFAILURE -2003303414 0x8898040a UCEERR_MEMORYFAILURE
UCEERR_PACKETRECORDOUTOFRANGE -2003303413 0x8898040b UCEERR_PACKETRECORDOUTOFRANGE
UCEERR_ILLEGALRECORDTYPE -2003303412 0x8898040c UCEERR_ILLEGALRECORDTYPE
UCEERR_OUTOFHANDLES -2003303411 0x8898040d UCEERR_OUTOFHANDLES
UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED -2003303410 0x8898040e UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED
UCEERR_NO_MULTIPLE_WORKER_THREADS -2003303409 0x8898040f UCEERR_NO_MULTIPLE_WORKER_THREADS
UCEERR_REMOTINGNOTSUPPORTED -2003303408 0x88980410 UCEERR_REMOTINGNOTSUPPORTED
UCEERR_MISSINGENDCOMMAND -2003303407 0x88980411 UCEERR_MISSINGENDCOMMAND
UCEERR_MISSINGBEGINCOMMAND -2003303406 0x88980412 UCEERR_MISSINGBEGINCOMMAND
UCEERR_CHANNELSYNCTIMEDOUT -2003303405 0x88980413 UCEERR_CHANNELSYNCTIMEDOUT
UCEERR_CHANNELSYNCABANDONED -2003303404 0x88980414 UCEERR_CHANNELSYNCABANDONED
UCEERR_UNSUPPORTEDTRANSPORTVERSION -2003303403 0x88980415 UCEERR_UNSUPPORTEDTRANSPORTVERSION
UCEERR_TRANSPORTUNAVAILABLE -2003303402 0x88980416 UCEERR_TRANSPORTUNAVAILABLE
UCEERR_FEEDBACK_UNSUPPORTED -2003303401 0x88980417 UCEERR_FEEDBACK_UNSUPPORTED
UCEERR_COMMANDTRANSPORTDENIED -2003303400 0x88980418 UCEERR_COMMANDTRANSPORTDENIED
UCEERR_GRAPHICSSTREAMUNAVAILABLE -2003303399 0x88980419 UCEERR_GRAPHICSSTREAMUNAVAILABLE
UCEERR_GRAPHICSSTREAMALREADYOPEN -2003303392 0x88980420 UCEERR_GRAPHICSSTREAMALREADYOPEN
UCEERR_TRANSPORTDISCONNECTED -2003303391 0x88980421 UCEERR_TRANSPORTDISCONNECTED
UCEERR_TRANSPORTOVERLOADED -2003303390 0x88980422 UCEERR_TRANSPORTOVERLOADED
UCEERR_PARTITION_ZOMBIED -2003303389 0x88980423 UCEERR_PARTITION_ZOMBIED
MILAVERR_NOCLOCK -2003303168 0x88980500 MILAVERR_NOCLOCK
MILAVERR_NOMEDIATYPE -2003303167 0x88980501 MILAVERR_NOMEDIATYPE
MILAVERR_NOVIDEOMIXER -2003303166 0x88980502 MILAVERR_NOVIDEOMIXER
MILAVERR_NOVIDEOPRESENTER -2003303165 0x88980503 MILAVERR_NOVIDEOPRESENTER
MILAVERR_NOREADYFRAMES -2003303164 0x88980504 MILAVERR_NOREADYFRAMES
MILAVERR_MODULENOTLOADED -2003303163 0x88980505 MILAVERR_MODULENOTLOADED
MILAVERR_WMPFACTORYNOTREGISTERED -2003303162 0x88980506 MILAVERR_WMPFACTORYNOTREGISTERED
MILAVERR_INVALIDWMPVERSION -2003303161 0x88980507 MILAVERR_INVALIDWMPVERSION
MILAVERR_INSUFFICIENTVIDEORESOURCES -2003303160 0x88980508 MILAVERR_INSUFFICIENTVIDEORESOURCES
MILAVERR_VIDEOACCELERATIONNOTAVAILABLE -2003303159 0x88980509 MILAVERR_VIDEOACCELERATIONNOTAVAILABLE
MILAVERR_REQUESTEDTEXTURETOOBIG -2003303158 0x8898050a MILAVERR_REQUESTEDTEXTURETOOBIG
MILAVERR_SEEKFAILED -2003303157 0x8898050b MILAVERR_SEEKFAILED
MILAVERR_UNEXPECTEDWMPFAILURE -2003303156 0x8898050c MILAVERR_UNEXPECTEDWMPFAILURE
MILAVERR_MEDIAPLAYERCLOSED -2003303155 0x8898050d MILAVERR_MEDIAPLAYERCLOSED
MILAVERR_UNKNOWNHARDWAREERROR -2003303154 0x8898050e MILAVERR_UNKNOWNHARDWAREERROR
MILEFFECTSERR_UNKNOWNPROPERTY -2003302898 0x8898060e MILEFFECTSERR_UNKNOWNPROPERTY
MILEFFECTSERR_EFFECTNOTPARTOFGROUP -2003302897 0x8898060f MILEFFECTSERR_EFFECTNOTPARTOFGROUP
MILEFFECTSERR_NOINPUTSOURCEATTACHED -2003302896 0x88980610 MILEFFECTSERR_NOINPUTSOURCEATTACHED
MILEFFECTSERR_CONNECTORNOTCONNECTED -2003302895 0x88980611 MILEFFECTSERR_CONNECTORNOTCONNECTED
MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT -2003302894 0x88980612 MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT
MILEFFECTSERR_RESERVED -2003302893 0x88980613 MILEFFECTSERR_RESERVED
MILEFFECTSERR_CYCLEDETECTED -2003302892 0x88980614 MILEFFECTSERR_CYCLEDETECTED
MILEFFECTSERR_EFFECTINMORETHANONEGRAPH -2003302891 0x88980615 MILEFFECTSERR_EFFECTINMORETHANONEGRAPH
MILEFFECTSERR_EFFECTALREADYINAGRAPH -2003302890 0x88980616 MILEFFECTSERR_EFFECTALREADYINAGRAPH
MILEFFECTSERR_EFFECTHASNOCHILDREN -2003302889 0x88980617 MILEFFECTSERR_EFFECTHASNOCHILDREN
MILEFFECTSERR_ALREADYATTACHEDTOLISTENER -2003302888 0x88980618 MILEFFECTSERR_ALREADYATTACHEDTOLISTENER
MILEFFECTSERR_NOTAFFINETRANSFORM -2003302887 0x88980619 MILEFFECTSERR_NOTAFFINETRANSFORM
MILEFFECTSERR_EMPTYBOUNDS -2003302886 0x8898061a MILEFFECTSERR_EMPTYBOUNDS
MILEFFECTSERR_OUTPUTSIZETOOLARGE -2003302885 0x8898061b MILEFFECTSERR_OUTPUTSIZETOOLARGE
DWMERR_STATE_TRANSITION_FAILED -2003302656 0x88980700 DWMERR_STATE_TRANSITION_FAILED
DWMERR_THEME_FAILED -2003302655 0x88980701 DWMERR_THEME_FAILED
DWMERR_CATASTROPHIC_FAILURE -2003302654 0x88980702 DWMERR_CATASTROPHIC_FAILURE
DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED -2003302400 0x88980800 DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED
DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED -2003302399 0x88980801 DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED
DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED -2003302398 0x88980802 DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED
ONL_E_INVALID_AUTHENTICATION_TARGET -2138701823 0x80860001 Authentication target is invalid or not configured correctly.
ONL_E_ACCESS_DENIED_BY_TOU -2138701822 0x80860002 Your application cannot get the Online Id properties due to the Terms of Use accepted by the user.
ONL_E_INVALID_APPLICATION -2138701821 0x80860003 The application requesting authentication tokens is either disabled or incorrectly configured.
ONL_E_PASSWORD_UPDATE_REQUIRED -2138701820 0x80860004 Online Id password must be updated before signin.
ONL_E_ACCOUNT_UPDATE_REQUIRED -2138701819 0x80860005 Online Id account properties must be updated before signin.
ONL_E_FORCESIGNIN -2138701818 0x80860006 To help protect your Online Id account you must signin again.
ONL_E_ACCOUNT_LOCKED -2138701817 0x80860007 Online Id account was locked because there have been too many attempts to sign in.
ONL_E_PARENTAL_CONSENT_REQUIRED -2138701816 0x80860008 Online Id account requires parental consent before proceeding.
ONL_E_EMAIL_VERIFICATION_REQUIRED -2138701815 0x80860009 Online Id signin name is not yet verified. Email verification is required before signin.
ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE -2138701814 0x8086000a We have noticed some unusual activity in your Online Id account. Your action is needed to make sure no one else is using your account.
ONL_E_ACCOUNT_SUSPENDED_ABUSE -2138701813 0x8086000b We detected some suspicious activity with your Online Id account. To help protect you, we've temporarily blocked your account.
ONL_E_ACTION_REQUIRED -2138701812 0x8086000c User interaction is required for authentication.
ONL_CONNECTION_COUNT_LIMIT -2138701811 0x8086000d User has reached the maximum device associations per user limit.
ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT -2138701810 0x8086000e Cannot sign out from the application since the user account is connected.
ONL_E_USER_AUTHENTICATION_REQUIRED -2138701809 0x8086000f User authentication is required for this operation.
ONL_E_REQUEST_THROTTLED -2138701808 0x80860010 We want to make sure this is you. User interaction is required for authentication.
FA_E_MAX_PERSISTED_ITEMS_REACHED -2144927200 0x80270220 The maximum number of items for the access list has been reached. An item must be removed before another item is added.
FA_E_HOMEGROUP_NOT_AVAILABLE -2144927198 0x80270222 Cannot access Homegroup. Homegroup may not be set up or may have encountered an error.
E_MONITOR_RESOLUTION_TOO_LOW -2144927152 0x80270250 This app can't start because the screen resolution is below 1024x768. Choose a higher screen resolution and then try again.
E_ELEVATED_ACTIVATION_NOT_SUPPORTED -2144927151 0x80270251 This app can't be activated from an elevated context.
E_UAC_DISABLED -2144927150 0x80270252 This app can't be activated when UAC is disabled.
E_FULL_ADMIN_NOT_SUPPORTED -2144927149 0x80270253 This app can't be activated by the Built-in Administrator.
E_APPLICATION_NOT_REGISTERED -2144927148 0x80270254 This app does not support the contract specified or is not installed.
E_MULTIPLE_EXTENSIONS_FOR_APPLICATION -2144927147 0x80270255 This app has multiple extensions registered to support the specified contract. Activation by AppUserModelId is ambiguous.
E_MULTIPLE_PACKAGES_FOR_FAMILY -2144927146 0x80270256 This app's package family has more than one package installed. This is not supported.
E_APPLICATION_MANAGER_NOT_RUNNING -2144927145 0x80270257 The app manager is required to activate applications, but is not running.
S_STORE_LAUNCHED_FOR_REMEDIATION 2556504 0x270258 The Store was launched instead of the specified app because the app's package was in an invalid state.
S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG 2556505 0x270259 This app failed to launch, but the error was handled with a dialog.
E_APPLICATION_ACTIVATION_TIMED_OUT -2144927142 0x8027025a The app didn't start in the required time.
E_APPLICATION_ACTIVATION_EXEC_FAILURE -2144927141 0x8027025b The app didn't start.
E_APPLICATION_TEMPORARY_LICENSE_ERROR -2144927140 0x8027025c This app failed to launch because of an issue with its license. Please try again in a moment.
E_APPLICATION_TRIAL_LICENSE_EXPIRED -2144927139 0x8027025d This app failed to launch because its trial license has expired.
E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED -2144927136 0x80270260 Please choose a folder on a drive that's formatted with the NTFS file system.
E_SKYDRIVE_ROOT_TARGET_OVERLAP -2144927135 0x80270261 This location is already being used. Please choose a different location.
E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX -2144927134 0x80270262 This location cannot be indexed. Please choose a different location.
E_SKYDRIVE_FILE_NOT_UPLOADED -2144927133 0x80270263 Sorry, the action couldn't be completed because the file hasn't finished uploading. Try again later.
E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL -2144927132 0x80270264 Sorry, the action couldn't be completed.
E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED -2144927131 0x80270265 This content can only be moved to a folder. To move the content to this drive, please choose or create a folder.
E_SYNCENGINE_FILE_SIZE_OVER_LIMIT -2013089791 0x8802b001 The file size is larger than supported by the sync engine.
E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA -2013089790 0x8802b002 The file cannot be uploaded because it doesn't fit in the user's available service provided storage space.
E_SYNCENGINE_UNSUPPORTED_FILE_NAME -2013089789 0x8802b003 The file name contains invalid characters.
E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED -2013089788 0x8802b004 The maximum file count has been reached for this folder in the sync engine.
E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR -2013089787 0x8802b005 The file sync has been delegated to another program and has run into an issue.
E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE -2013089786 0x8802b006 Sync has been delayed due to a throttling request from the service.
E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN -2013085694 0x8802c002 We can't seem to find that file. Please try again later.
E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED -2013085693 0x8802c003 The account you're signed in with doesn't have permission to open this file.
E_SYNCENGINE_UNKNOWN_SERVICE_ERROR -2013085692 0x8802c004 There was a problem connecting to the service. Please try again later.
E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE -2013085691 0x8802c005 Sorry, there was a problem downloading the file.
E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE -2013085690 0x8802c006 We're having trouble downloading the file right now. Please try again later.
E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR -2013085689 0x8802c007 We're having trouble downloading the file right now. Please try again later.
E_SYNCENGINE_FOLDER_INACCESSIBLE -2013081599 0x8802d001 The sync engine does not have permissions to access a local folder under the sync root.
E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME -2013081598 0x8802d002 The folder name contains invalid characters.
E_SYNCENGINE_UNSUPPORTED_MARKET -2013081597 0x8802d003 The sync engine is not allowed to run in your current market.
E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED -2013081596 0x8802d004 All files and folders can't be uploaded because a path of a file or folder is too long.
E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED -2013081595 0x8802d005 All file and folders cannot be synchronized because a path of a file or folder would exceed the local path limit.
E_SYNCENGINE_CLIENT_UPDATE_NEEDED -2013081594 0x8802d006 Updates are needed in order to use the sync engine.
E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED -2013081593 0x8802d007 The sync engine needs to authenticate with a proxy server.
E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED -2013081592 0x8802d008 There was a problem setting up the storage services for the account.
E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT -2013081591 0x8802d009 Files can't be uploaded because there's an unsupported reparse point.
E_SYNCENGINE_STORAGE_SERVICE_BLOCKED -2013081590 0x8802d00a The service has blocked your account from accessing the storage service.
E_SYNCENGINE_FOLDER_IN_REDIRECTION -2013081589 0x8802d00b The action can't be performed right now because this folder is being moved. Please try again later.
EAS_E_POLICY_NOT_MANAGED_BY_OS -2141913087 0x80550001 Windows cannot evaluate this EAS policy since this is not managed by the operating system.
EAS_E_POLICY_COMPLIANT_WITH_ACTIONS -2141913086 0x80550002 The system can be made compliant to this EAS policy if certain actions are performed by the user.
EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE -2141913085 0x80550003 The EAS policy being evaluated cannot be enforced by the system.
EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD -2141913084 0x80550004 EAS password policies for the user cannot be evaluated as the user has a blank password.
EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE -2141913083 0x80550005 EAS password expiration policy cannot be satisfied as the password expiration interval is less than the minimum password interval of the system.
EAS_E_USER_CANNOT_CHANGE_PASSWORD -2141913082 0x80550006 The user is not allowed to change her password.
EAS_E_ADMINS_HAVE_BLANK_PASSWORD -2141913081 0x80550007 EAS password policies cannot be evaluated as one or more admins have blank passwords.
EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD -2141913080 0x80550008 One or more admins are not allowed to change their password.
EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD -2141913079 0x80550009 There are other standard users present who are not allowed to change their password.
EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS -2141913078 0x8055000a The EAS password policy cannot be enforced by the connected account provider of at least one administrator.
EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD -2141913077 0x8055000b There is at least one administrator whose connected account password needs to be changed for EAS password policy compliance.
EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER -2141913076 0x8055000c The EAS password policy cannot be enforced by the connected account provider of the current user.
EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD -2141913075 0x8055000d The connected account password of the current user needs to be changed for EAS password policy compliance.
WEB_E_UNSUPPORTED_FORMAT -2089484287 0x83750001 Unsupported format.
WEB_E_INVALID_XML -2089484286 0x83750002 Invalid XML.
WEB_E_MISSING_REQUIRED_ELEMENT -2089484285 0x83750003 Missing required element.
WEB_E_MISSING_REQUIRED_ATTRIBUTE -2089484284 0x83750004 Missing required attribute.
WEB_E_UNEXPECTED_CONTENT -2089484283 0x83750005 Unexpected content.
WEB_E_RESOURCE_TOO_LARGE -2089484282 0x83750006 Resource too large.
WEB_E_INVALID_JSON_STRING -2089484281 0x83750007 Invalid JSON string.
WEB_E_INVALID_JSON_NUMBER -2089484280 0x83750008 Invalid JSON number.
WEB_E_JSON_VALUE_NOT_FOUND -2089484279 0x83750009 JSON value not found.
HTTP_E_STATUS_UNEXPECTED -2145845247 0x80190001 Unexpected HTTP status code.
HTTP_E_STATUS_UNEXPECTED_REDIRECTION -2145845245 0x80190003 Unexpected redirection status code (3xx).
HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR -2145845244 0x80190004 Unexpected client error status code (4xx).
HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR -2145845243 0x80190005 Unexpected server error status code (5xx).
HTTP_E_STATUS_AMBIGUOUS -2145844948 0x8019012c Multiple choices (300).
HTTP_E_STATUS_MOVED -2145844947 0x8019012d Moved permanently (301).
HTTP_E_STATUS_REDIRECT -2145844946 0x8019012e Found (302).
HTTP_E_STATUS_REDIRECT_METHOD -2145844945 0x8019012f See Other (303).
HTTP_E_STATUS_NOT_MODIFIED -2145844944 0x80190130 Not modified (304).
HTTP_E_STATUS_USE_PROXY -2145844943 0x80190131 Use proxy (305).
HTTP_E_STATUS_REDIRECT_KEEP_VERB -2145844941 0x80190133 Temporary redirect (307).
HTTP_E_STATUS_BAD_REQUEST -2145844848 0x80190190 Bad request (400).
HTTP_E_STATUS_DENIED -2145844847 0x80190191 Unauthorized (401).
HTTP_E_STATUS_PAYMENT_REQ -2145844846 0x80190192 Payment required (402).
HTTP_E_STATUS_FORBIDDEN -2145844845 0x80190193 Forbidden (403).
HTTP_E_STATUS_NOT_FOUND -2145844844 0x80190194 Not found (404).
HTTP_E_STATUS_BAD_METHOD -2145844843 0x80190195 Method not allowed (405).
HTTP_E_STATUS_NONE_ACCEPTABLE -2145844842 0x80190196 Not acceptable (406).
HTTP_E_STATUS_PROXY_AUTH_REQ -2145844841 0x80190197 Proxy authentication required (407).
HTTP_E_STATUS_REQUEST_TIMEOUT -2145844840 0x80190198 Request timeout (408).
HTTP_E_STATUS_CONFLICT -2145844839 0x80190199 Conflict (409).
HTTP_E_STATUS_GONE -2145844838 0x8019019a Gone (410).
HTTP_E_STATUS_LENGTH_REQUIRED -2145844837 0x8019019b Length required (411).
HTTP_E_STATUS_PRECOND_FAILED -2145844836 0x8019019c Precondition failed (412).
HTTP_E_STATUS_REQUEST_TOO_LARGE -2145844835 0x8019019d Request entity too large (413).
HTTP_E_STATUS_URI_TOO_LONG -2145844834 0x8019019e Request-URI too long (414).
HTTP_E_STATUS_UNSUPPORTED_MEDIA -2145844833 0x8019019f Unsupported media type (415).
HTTP_E_STATUS_RANGE_NOT_SATISFIABLE -2145844832 0x801901a0 Requested range not satisfiable (416).
HTTP_E_STATUS_EXPECTATION_FAILED -2145844831 0x801901a1 Expectation failed (417).
HTTP_E_STATUS_SERVER_ERROR -2145844748 0x801901f4 Internal server error (500).
HTTP_E_STATUS_NOT_SUPPORTED -2145844747 0x801901f5 Not implemented (501).
HTTP_E_STATUS_BAD_GATEWAY -2145844746 0x801901f6 Bad gateway (502).
HTTP_E_STATUS_SERVICE_UNAVAIL -2145844745 0x801901f7 Service unavailable (503).
HTTP_E_STATUS_GATEWAY_TIMEOUT -2145844744 0x801901f8 Gateway timeout (504).
HTTP_E_STATUS_VERSION_NOT_SUP -2145844743 0x801901f9 Version not supported (505).
E_INVALID_PROTOCOL_OPERATION -2089418751 0x83760001 Invalid operation performed by the protocol.
E_INVALID_PROTOCOL_FORMAT -2089418750 0x83760002 Invalid data format for the specific protocol operation.
E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED -2089418749 0x83760003 Protocol extensions are not supported.
E_SUBPROTOCOL_NOT_SUPPORTED -2089418748 0x83760004 Subprotocol is not supported.
E_PROTOCOL_VERSION_NOT_SUPPORTED -2089418747 0x83760005 Incorrect protocol version.
INPUT_E_OUT_OF_ORDER -2143289344 0x80400000 Input data cannot be processed in the non-chronological order.
INPUT_E_REENTRANCY -2143289343 0x80400001 Requested operation cannot be performed inside the callback or event handler.
INPUT_E_MULTIMODAL -2143289342 0x80400002 Input cannot be processed because there is ongoing interaction with another pointer type.
INPUT_E_PACKET -2143289341 0x80400003 One or more fields in the input packet are invalid.
INPUT_E_FRAME -2143289340 0x80400004 Packets in the frame are inconsistent. Either pointer ids are not unique or there is a discrepancy in timestamps, frame ids, pointer types or source devices.
INPUT_E_HISTORY -2143289339 0x80400005 The history of frames is inconsistent. Pointer ids, types, source devices don't match, or frame ids are not unique, or timestamps are out of order.
INPUT_E_DEVICE_INFO -2143289338 0x80400006 Failed to retrieve information about the input device.
INPUT_E_TRANSFORM -2143289337 0x80400007 Coordinate system transformation failed to transform the data.
INPUT_E_DEVICE_PROPERTY -2143289336 0x80400008 The property is not supported or not reported correctly by the input device.
INET_E_INVALID_URL -2146697214 0x800c0002 The URL is invalid.
INET_E_NO_SESSION -2146697213 0x800c0003 No Internet session has been established.
INET_E_CANNOT_CONNECT -2146697212 0x800c0004 Unable to connect to the target server.
INET_E_RESOURCE_NOT_FOUND -2146697211 0x800c0005 The system cannot locate the resource specified.
INET_E_OBJECT_NOT_FOUND -2146697210 0x800c0006 The system cannot locate the object specified.
INET_E_DATA_NOT_AVAILABLE -2146697209 0x800c0007 No data is available for the requested resource.
INET_E_DOWNLOAD_FAILURE -2146697208 0x800c0008 The download of the specified resource has failed.
INET_E_AUTHENTICATION_REQUIRED -2146697207 0x800c0009 Authentication is required to access this resource.
INET_E_NO_VALID_MEDIA -2146697206 0x800c000a The server could not recognize the provided mime type.
INET_E_CONNECTION_TIMEOUT -2146697205 0x800c000b The operation was timed out.
INET_E_INVALID_REQUEST -2146697204 0x800c000c The server did not understand the request, or the request was invalid.
INET_E_UNKNOWN_PROTOCOL -2146697203 0x800c000d The specified protocol is unknown.
INET_E_SECURITY_PROBLEM -2146697202 0x800c000e A security problem occurred.
INET_E_CANNOT_LOAD_DATA -2146697201 0x800c000f The system could not load the persisted data.
INET_E_CANNOT_INSTANTIATE_OBJECT -2146697200 0x800c0010 Unable to instantiate the object.
INET_E_INVALID_CERTIFICATE -2146697191 0x800c0019 Security certificate required to access this resource is invalid.
INET_E_REDIRECT_FAILED -2146697196 0x800c0014 A redirection problem occurred.
INET_E_REDIRECT_TO_DIR -2146697195 0x800c0015 The requested resource is a directory, not a file.
ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN -2135949311 0x80b00001 Could not create new process from ARM architecture device.
ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN -2135949310 0x80b00002 Could not attach to the application process from ARM architecture device.
ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN -2135949309 0x80b00003 Could not connect to dbgsrv server from ARM architecture device.
ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN -2135949308 0x80b00004 Could not start dbgsrv server from ARM architecture device.
ERROR_IO_PREEMPTED -1996423167 0x89010001 The operation was preempted by a higher priority operation. It must be resumed later.
JSCRIPT_E_CANTEXECUTE -1996357631 0x89020001 Function could not execute because it was deleted or garbage collected.
WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES -2013200383 0x88010001 One or more fixed volumes are not provisioned with the 3rd party encryption providers to support device encryption. Enable encryption with the 3rd party provider to comply with policy.
WEP_E_FIXED_DATA_NOT_SUPPORTED -2013200382 0x88010002 This computer is not fully encrypted. There are fixed volumes present which are not supported for encryption.
WEP_E_HARDWARE_NOT_COMPLIANT -2013200381 0x88010003 This computer does not meet the hardware requirements to support device encryption with the installed 3rd party provider.
WEP_E_LOCK_NOT_CONFIGURED -2013200380 0x88010004 This computer cannot support device encryption because the requisites for the device lock feature are not configured.
WEP_E_PROTECTION_SUSPENDED -2013200379 0x88010005 Protection is enabled on this volume but is not in the active state.
WEP_E_NO_LICENSE -2013200378 0x88010006 The 3rd party provider has been installed, but cannot activate encryption because a license has not been activated.
WEP_E_OS_NOT_PROTECTED -2013200377 0x88010007 The operating system drive is not protected by 3rd party drive encryption.
WEP_E_UNEXPECTED_FAIL -2013200376 0x88010008 Unexpected failure was encountered while calling into the 3rd Party drive encryption plugin.
WEP_E_BUFFER_TOO_LARGE -2013200375 0x88010009 The input buffer size for the lockout metadata used by the 3rd party drive encryption is too large.
ERROR_SVHDX_ERROR_STORED -1067712512 0xc05c0000 The proper error code with sense data was stored on server side.
ERROR_SVHDX_ERROR_NOT_AVAILABLE -1067647232 0xc05cff00 The requested error data is not available on the server.
ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE -1067647231 0xc05cff01 Unit Attention data is available for the initiator to query.
ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED -1067647230 0xc05cff02 The data capacity of the device has changed, resulting in a Unit Attention condition.
ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED -1067647229 0xc05cff03 A previous operation resulted in this initiator's reservations being preempted, resulting in a Unit Attention condition.
ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED -1067647228 0xc05cff04 A previous operation resulted in this initiator's reservations being released, resulting in a Unit Attention condition.
ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED -1067647227 0xc05cff05 A previous operation resulted in this initiator's registrations being preempted, resulting in a Unit Attention condition.
ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED -1067647226 0xc05cff06 The data storage format of the device has changed, resulting in a Unit Attention condition.
ERROR_SVHDX_RESERVATION_CONFLICT -1067647225 0xc05cff07 The current initiator is not allowed to perform the SCSI command because of a reservation conflict.
ERROR_SVHDX_WRONG_FILE_TYPE -1067647224 0xc05cff08 Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks.
ERROR_SVHDX_VERSION_MISMATCH -1067647223 0xc05cff09 The server version does not match the requested version.
ERROR_VHD_SHARED -1067647222 0xc05cff0a The requested operation cannot be performed on the virtual disk as it is currently used in shared mode.
ERROR_SVHDX_NO_INITIATOR -1067647221 0xc05cff0b Invalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures.
ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND -1067647220 0xc05cff0c The requested operation failed due to a missing backing storage file.
ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP -1067646976 0xc05d0000 Failed to negotiate a preauthentication integrity hash function.
ERROR_SMB_BAD_CLUSTER_DIALECT -1067646975 0xc05d0001 The current cluster functional level does not support this SMB dialect.
WININET_E_OUT_OF_HANDLES -2147012895 0x80072ee1 No more Internet handles can be allocated
WININET_E_TIMEOUT -2147012894 0x80072ee2 The operation timed out
WININET_E_EXTENDED_ERROR -2147012893 0x80072ee3 The server returned extended information
WININET_E_INTERNAL_ERROR -2147012892 0x80072ee4 An internal error occurred in the Microsoft Internet extensions
WININET_E_INVALID_URL -2147012891 0x80072ee5 The URL is invalid
WININET_E_UNRECOGNIZED_SCHEME -2147012890 0x80072ee6 The URL does not use a recognized protocol
WININET_E_NAME_NOT_RESOLVED -2147012889 0x80072ee7 The server name or address could not be resolved
WININET_E_PROTOCOL_NOT_FOUND -2147012888 0x80072ee8 A protocol with the required capabilities was not found
WININET_E_INVALID_OPTION -2147012887 0x80072ee9 The option is invalid
WININET_E_BAD_OPTION_LENGTH -2147012886 0x80072eea The length is incorrect for the option type
WININET_E_OPTION_NOT_SETTABLE -2147012885 0x80072eeb The option value cannot be set
WININET_E_SHUTDOWN -2147012884 0x80072eec Microsoft Internet Extension support has been shut down
WININET_E_INCORRECT_USER_NAME -2147012883 0x80072eed The user name was not allowed
WININET_E_INCORRECT_PASSWORD -2147012882 0x80072eee The password was not allowed
WININET_E_LOGIN_FAILURE -2147012881 0x80072eef The login request was denied
WININET_E_INVALID_OPERATION -2147012880 0x80072ef0 The requested operation is invalid
WININET_E_OPERATION_CANCELLED -2147012879 0x80072ef1 The operation has been canceled
WININET_E_INCORRECT_HANDLE_TYPE -2147012878 0x80072ef2 The supplied handle is the wrong type for the requested operation
WININET_E_INCORRECT_HANDLE_STATE -2147012877 0x80072ef3 The handle is in the wrong state for the requested operation
WININET_E_NOT_PROXY_REQUEST -2147012876 0x80072ef4 The request cannot be made on a Proxy session
WININET_E_REGISTRY_VALUE_NOT_FOUND -2147012875 0x80072ef5 The registry value could not be found
WININET_E_BAD_REGISTRY_PARAMETER -2147012874 0x80072ef6 The registry parameter is incorrect
WININET_E_NO_DIRECT_ACCESS -2147012873 0x80072ef7 Direct Internet access is not available
WININET_E_NO_CONTEXT -2147012872 0x80072ef8 No context value was supplied
WININET_E_NO_CALLBACK -2147012871 0x80072ef9 No status callback was supplied
WININET_E_REQUEST_PENDING -2147012870 0x80072efa There are outstanding requests
WININET_E_INCORRECT_FORMAT -2147012869 0x80072efb The information format is incorrect
WININET_E_ITEM_NOT_FOUND -2147012868 0x80072efc The requested item could not be found
WININET_E_CANNOT_CONNECT -2147012867 0x80072efd A connection with the server could not be established
WININET_E_CONNECTION_ABORTED -2147012866 0x80072efe The connection with the server was terminated abnormally
WININET_E_CONNECTION_RESET -2147012865 0x80072eff The connection with the server was reset
WININET_E_FORCE_RETRY -2147012864 0x80072f00 The action must be retried
WININET_E_INVALID_PROXY_REQUEST -2147012863 0x80072f01 The proxy request is invalid
WININET_E_NEED_UI -2147012862 0x80072f02 User interaction is required to complete the operation
WININET_E_HANDLE_EXISTS -2147012860 0x80072f04 The handle already exists
WININET_E_SEC_CERT_DATE_INVALID -2147012859 0x80072f05 The date in the certificate is invalid or has expired
WININET_E_SEC_CERT_CN_INVALID -2147012858 0x80072f06 The host name in the certificate is invalid or does not match
WININET_E_HTTP_TO_HTTPS_ON_REDIR -2147012857 0x80072f07 A redirect request will change a non-secure to a secure connection
WININET_E_HTTPS_TO_HTTP_ON_REDIR -2147012856 0x80072f08 A redirect request will change a secure to a non-secure connection
WININET_E_MIXED_SECURITY -2147012855 0x80072f09 Mixed secure and non-secure connections
WININET_E_CHG_POST_IS_NON_SECURE -2147012854 0x80072f0a Changing to non-secure post
WININET_E_POST_IS_NON_SECURE -2147012853 0x80072f0b Data is being posted on a non-secure connection
WININET_E_CLIENT_AUTH_CERT_NEEDED -2147012852 0x80072f0c A certificate is required to complete client authentication
WININET_E_INVALID_CA -2147012851 0x80072f0d The certificate authority is invalid or incorrect
WININET_E_CLIENT_AUTH_NOT_SETUP -2147012850 0x80072f0e Client authentication has not been correctly installed
WININET_E_ASYNC_THREAD_FAILED -2147012849 0x80072f0f An error has occurred in a Wininet asynchronous thread. You may need to restart
WININET_E_REDIRECT_SCHEME_CHANGE -2147012848 0x80072f10 The protocol scheme has changed during a redirect operation
WININET_E_DIALOG_PENDING -2147012847 0x80072f11 There are operations awaiting retry
WININET_E_RETRY_DIALOG -2147012846 0x80072f12 The operation must be retried
WININET_E_NO_NEW_CONTAINERS -2147012845 0x80072f13 There are no new cache containers
WININET_E_HTTPS_HTTP_SUBMIT_REDIR -2147012844 0x80072f14 A security zone check indicates the operation must be retried
WININET_E_SEC_CERT_ERRORS -2147012841 0x80072f17 The SSL certificate contains errors.
WININET_E_SEC_CERT_REV_FAILED -2147012839 0x80072f19 It was not possible to connect to the revocation server or a definitive response could not be obtained.
WININET_E_HEADER_NOT_FOUND -2147012746 0x80072f76 The requested header was not found
WININET_E_DOWNLEVEL_SERVER -2147012745 0x80072f77 The server does not support the requested protocol level
WININET_E_INVALID_SERVER_RESPONSE -2147012744 0x80072f78 The server returned an invalid or unrecognized response
WININET_E_INVALID_HEADER -2147012743 0x80072f79 The supplied HTTP header is invalid
WININET_E_INVALID_QUERY_REQUEST -2147012742 0x80072f7a The request for a HTTP header is invalid
WININET_E_HEADER_ALREADY_EXISTS -2147012741 0x80072f7b The HTTP header already exists
WININET_E_REDIRECT_FAILED -2147012740 0x80072f7c The HTTP redirect request failed
WININET_E_SECURITY_CHANNEL_ERROR -2147012739 0x80072f7d An error occurred in the secure channel support
WININET_E_UNABLE_TO_CACHE_FILE -2147012738 0x80072f7e The file could not be written to the cache
WININET_E_TCPIP_NOT_INSTALLED -2147012737 0x80072f7f The TCP/IP protocol is not installed properly
WININET_E_DISCONNECTED -2147012733 0x80072f83 The computer is disconnected from the network
WININET_E_SERVER_UNREACHABLE -2147012732 0x80072f84 The server is unreachable
WININET_E_PROXY_SERVER_UNREACHABLE -2147012731 0x80072f85 The proxy server is unreachable
WININET_E_BAD_AUTO_PROXY_SCRIPT -2147012730 0x80072f86 The proxy auto-configuration script is in error
WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT -2147012729 0x80072f87 Could not download the proxy auto-configuration script file
WININET_E_SEC_INVALID_CERT -2147012727 0x80072f89 The supplied certificate is invalid
WININET_E_SEC_CERT_REVOKED -2147012726 0x80072f8a The supplied certificate has been revoked
WININET_E_FAILED_DUETOSECURITYCHECK -2147012725 0x80072f8b The Dialup failed because file sharing was turned on and a failure was requested if security check was needed
WININET_E_NOT_INITIALIZED -2147012724 0x80072f8c Initialization of the WinINet API has not occurred
WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY -2147012722 0x80072f8e Login failed and the client should display the entity body to the user
WININET_E_DECODING_FAILED -2147012721 0x80072f8f Content decoding has failed
WININET_E_NOT_REDIRECTED -2147012736 0x80072f80 The HTTP request was not redirected
WININET_E_COOKIE_NEEDS_CONFIRMATION -2147012735 0x80072f81 A cookie from the server must be confirmed by the user
WININET_E_COOKIE_DECLINED -2147012734 0x80072f82 A cookie from the server has been declined acceptance
WININET_E_REDIRECT_NEEDS_CONFIRMATION -2147012728 0x80072f88 The HTTP redirect request must be confirmed by the user
SQLITE_E_ERROR -2018574335 0x87af0001 SQL error or missing database
SQLITE_E_INTERNAL -2018574334 0x87af0002 Internal logic error in SQLite
SQLITE_E_PERM -2018574333 0x87af0003 Access permission denied
SQLITE_E_ABORT -2018574332 0x87af0004 Callback routine requested an abort
SQLITE_E_BUSY -2018574331 0x87af0005 The database file is locked
SQLITE_E_LOCKED -2018574330 0x87af0006 A table in the database is locked
SQLITE_E_NOMEM -2018574329 0x87af0007 A malloc() failed
SQLITE_E_READONLY -2018574328 0x87af0008 Attempt to write a readonly database
SQLITE_E_INTERRUPT -2018574327 0x87af0009 Operation terminated by sqlite3_interrupt()
SQLITE_E_IOERR -2018574326 0x87af000a Some kind of disk I/O error occurred
SQLITE_E_CORRUPT -2018574325 0x87af000b The database disk image is malformed
SQLITE_E_NOTFOUND -2018574324 0x87af000c Unknown opcode in sqlite3_file_control()
SQLITE_E_FULL -2018574323 0x87af000d Insertion failed because database is full
SQLITE_E_CANTOPEN -2018574322 0x87af000e Unable to open the database file
SQLITE_E_PROTOCOL -2018574321 0x87af000f Database lock protocol error
SQLITE_E_EMPTY -2018574320 0x87af0010 Database is empty
SQLITE_E_SCHEMA -2018574319 0x87af0011 The database schema changed
SQLITE_E_TOOBIG -2018574318 0x87af0012 String or BLOB exceeds size limit
SQLITE_E_CONSTRAINT -2018574317 0x87af0013 Abort due to constraint violation
SQLITE_E_MISMATCH -2018574316 0x87af0014 Data type mismatch
SQLITE_E_MISUSE -2018574315 0x87af0015 Library used incorrectly
SQLITE_E_NOLFS -2018574314 0x87af0016 Uses OS features not supported on host
SQLITE_E_AUTH -2018574313 0x87af0017 Authorization denied
SQLITE_E_FORMAT -2018574312 0x87af0018 Auxiliary database format error
SQLITE_E_RANGE -2018574311 0x87af0019 2nd parameter to sqlite3_bind out of range
SQLITE_E_NOTADB -2018574310 0x87af001a File opened that is not a database file
SQLITE_E_NOTICE -2018574309 0x87af001b Notifications from sqlite3_log()
SQLITE_E_WARNING -2018574308 0x87af001c Warnings from sqlite3_log()
SQLITE_E_ROW -2018574236 0x87af0064 sqlite3_step() has another row ready
SQLITE_E_DONE -2018574235 0x87af0065 sqlite3_step() has finished executing
SQLITE_E_IOERR_READ -2018574070 0x87af010a SQLITE_IOERR_READ
SQLITE_E_IOERR_SHORT_READ -2018573814 0x87af020a SQLITE_IOERR_SHORT_READ
SQLITE_E_IOERR_WRITE -2018573558 0x87af030a SQLITE_IOERR_WRITE
SQLITE_E_IOERR_FSYNC -2018573302 0x87af040a SQLITE_IOERR_FSYNC
SQLITE_E_IOERR_DIR_FSYNC -2018573046 0x87af050a SQLITE_IOERR_DIR_FSYNC
SQLITE_E_IOERR_TRUNCATE -2018572790 0x87af060a SQLITE_IOERR_TRUNCATE
SQLITE_E_IOERR_FSTAT -2018572534 0x87af070a SQLITE_IOERR_FSTAT
SQLITE_E_IOERR_UNLOCK -2018572278 0x87af080a SQLITE_IOERR_UNLOCK
SQLITE_E_IOERR_RDLOCK -2018572022 0x87af090a SQLITE_IOERR_RDLOCK
SQLITE_E_IOERR_DELETE -2018571766 0x87af0a0a SQLITE_IOERR_DELETE
SQLITE_E_IOERR_BLOCKED -2018571510 0x87af0b0a SQLITE_IOERR_BLOCKED
SQLITE_E_IOERR_NOMEM -2018571254 0x87af0c0a SQLITE_IOERR_NOMEM
SQLITE_E_IOERR_ACCESS -2018570998 0x87af0d0a SQLITE_IOERR_ACCESS
SQLITE_E_IOERR_CHECKRESERVEDLOCK -2018570742 0x87af0e0a SQLITE_IOERR_CHECKRESERVEDLOCK
SQLITE_E_IOERR_LOCK -2018570486 0x87af0f0a SQLITE_IOERR_LOCK
SQLITE_E_IOERR_CLOSE -2018570230 0x87af100a SQLITE_IOERR_CLOSE
SQLITE_E_IOERR_DIR_CLOSE -2018569974 0x87af110a SQLITE_IOERR_DIR_CLOSE
SQLITE_E_IOERR_SHMOPEN -2018569718 0x87af120a SQLITE_IOERR_SHMOPEN
SQLITE_E_IOERR_SHMSIZE -2018569462 0x87af130a SQLITE_IOERR_SHMSIZE
SQLITE_E_IOERR_SHMLOCK -2018569206 0x87af140a SQLITE_IOERR_SHMLOCK
SQLITE_E_IOERR_SHMMAP -2018568950 0x87af150a SQLITE_IOERR_SHMMAP
SQLITE_E_IOERR_SEEK -2018568694 0x87af160a SQLITE_IOERR_SEEK
SQLITE_E_IOERR_DELETE_NOENT -2018568438 0x87af170a SQLITE_IOERR_DELETE_NOENT
SQLITE_E_IOERR_MMAP -2018568182 0x87af180a SQLITE_IOERR_MMAP
SQLITE_E_IOERR_GETTEMPPATH -2018567926 0x87af190a SQLITE_IOERR_GETTEMPPATH
SQLITE_E_IOERR_CONVPATH -2018567670 0x87af1a0a SQLITE_IOERR_CONVPATH
SQLITE_E_IOERR_VNODE -2018567678 0x87af1a02 SQLITE_IOERR_VNODE
SQLITE_E_IOERR_AUTH -2018567677 0x87af1a03 SQLITE_IOERR_AUTH
SQLITE_E_LOCKED_SHAREDCACHE -2018574074 0x87af0106 SQLITE_LOCKED_SHAREDCACHE
SQLITE_E_BUSY_RECOVERY -2018574075 0x87af0105 SQLITE_BUSY_RECOVERY
SQLITE_E_BUSY_SNAPSHOT -2018573819 0x87af0205 SQLITE_BUSY_SNAPSHOT
SQLITE_E_CANTOPEN_NOTEMPDIR -2018574066 0x87af010e SQLITE_CANTOPEN_NOTEMPDIR
SQLITE_E_CANTOPEN_ISDIR -2018573810 0x87af020e SQLITE_CANTOPEN_ISDIR
SQLITE_E_CANTOPEN_FULLPATH -2018573554 0x87af030e SQLITE_CANTOPEN_FULLPATH
SQLITE_E_CANTOPEN_CONVPATH -2018573298 0x87af040e SQLITE_CANTOPEN_CONVPATH
SQLITE_E_CORRUPT_VTAB -2018574069 0x87af010b SQLITE_CORRUPT_VTAB
SQLITE_E_READONLY_RECOVERY -2018574072 0x87af0108 SQLITE_READONLY_RECOVERY
SQLITE_E_READONLY_CANTLOCK -2018573816 0x87af0208 SQLITE_READONLY_CANTLOCK
SQLITE_E_READONLY_ROLLBACK -2018573560 0x87af0308 SQLITE_READONLY_ROLLBACK
SQLITE_E_READONLY_DBMOVED -2018573304 0x87af0408 SQLITE_READONLY_DBMOVED
SQLITE_E_ABORT_ROLLBACK -2018573820 0x87af0204 SQLITE_ABORT_ROLLBACK
SQLITE_E_CONSTRAINT_CHECK -2018574061 0x87af0113 SQLITE_CONSTRAINT_CHECK
SQLITE_E_CONSTRAINT_COMMITHOOK -2018573805 0x87af0213 SQLITE_CONSTRAINT_COMMITHOOK
SQLITE_E_CONSTRAINT_FOREIGNKEY -2018573549 0x87af0313 SQLITE_CONSTRAINT_FOREIGNKEY
SQLITE_E_CONSTRAINT_FUNCTION -2018573293 0x87af0413 SQLITE_CONSTRAINT_FUNCTION
SQLITE_E_CONSTRAINT_NOTNULL -2018573037 0x87af0513 SQLITE_CONSTRAINT_NOTNULL
SQLITE_E_CONSTRAINT_PRIMARYKEY -2018572781 0x87af0613 SQLITE_CONSTRAINT_PRIMARYKEY
SQLITE_E_CONSTRAINT_TRIGGER -2018572525 0x87af0713 SQLITE_CONSTRAINT_TRIGGER
SQLITE_E_CONSTRAINT_UNIQUE -2018572269 0x87af0813 SQLITE_CONSTRAINT_UNIQUE
SQLITE_E_CONSTRAINT_VTAB -2018572013 0x87af0913 SQLITE_CONSTRAINT_VTAB
SQLITE_E_CONSTRAINT_ROWID -2018571757 0x87af0a13 SQLITE_CONSTRAINT_ROWID
SQLITE_E_NOTICE_RECOVER_WAL -2018574053 0x87af011b SQLITE_NOTICE_RECOVER_WAL
SQLITE_E_NOTICE_RECOVER_ROLLBACK -2018573797 0x87af021b SQLITE_NOTICE_RECOVER_ROLLBACK
SQLITE_E_WARNING_AUTOINDEX -2018574052 0x87af011c SQLITE_WARNING_AUTOINDEX
UTC_E_TOGGLE_TRACE_STARTED -2017128447 0x87c51001 Toggle (alternative) trace started
UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT -2017128446 0x87c51002 Cannot pre-empt running trace: The current trace has a higher priority
UTC_E_AOT_NOT_RUNNING -2017128445 0x87c51003 The always-on-trace is not running
UTC_E_SCRIPT_TYPE_INVALID -2017128444 0x87c51004 RunScriptAction contains an invalid script type
UTC_E_SCENARIODEF_NOT_FOUND -2017128443 0x87c51005 Requested scenario definition cannot be found
UTC_E_TRACEPROFILE_NOT_FOUND -2017128442 0x87c51006 Requested trace profile cannot be found
UTC_E_FORWARDER_ALREADY_ENABLED -2017128441 0x87c51007 Trigger forwarder is already enabled
UTC_E_FORWARDER_ALREADY_DISABLED -2017128440 0x87c51008 Trigger forwarder is already disabled
UTC_E_EVENTLOG_ENTRY_MALFORMED -2017128439 0x87c51009 Cannot parse EventLog XML: The entry is malformed
UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH -2017128438 0x87c5100a node contains a schemaversion which is not compatible with this client
UTC_E_SCRIPT_TERMINATED -2017128437 0x87c5100b RunScriptAction was forced to terminate a script
UTC_E_INVALID_CUSTOM_FILTER -2017128436 0x87c5100c ToggleTraceWithCustomFilterAction contains an invalid custom filter
UTC_E_TRACE_NOT_RUNNING -2017128435 0x87c5100d The trace is not running
UTC_E_REESCALATED_TOO_QUICKLY -2017128434 0x87c5100e A scenario failed to escalate: This scenario has escalated too recently
UTC_E_ESCALATION_ALREADY_RUNNING -2017128433 0x87c5100f A scenario failed to escalate: This scenario is already running an escalation
UTC_E_PERFTRACK_ALREADY_TRACING -2017128432 0x87c51010 Cannot start tracing: PerfTrack component is already tracing
UTC_E_REACHED_MAX_ESCALATIONS -2017128431 0x87c51011 A scenario failed to escalate: This scenario has reached max escalations for this escalation type
UTC_E_FORWARDER_PRODUCER_MISMATCH -2017128430 0x87c51012 Cannot update forwarder: The forwarder passed to the function is of a different type
UTC_E_INTENTIONAL_SCRIPT_FAILURE -2017128429 0x87c51013 RunScriptAction failed intentionally to force this escalation to terminate
UTC_E_SQM_INIT_FAILED -2017128428 0x87c51014 Failed to initialize SQM logger
UTC_E_NO_WER_LOGGER_SUPPORTED -2017128427 0x87c51015 Failed to initialize WER logger: This system does not support WER for UTC
UTC_E_TRACERS_DONT_EXIST -2017128426 0x87c51016 The TraceManager has attempted to take a tracing action without initializing tracers
UTC_E_WINRT_INIT_FAILED -2017128425 0x87c51017 WinRT initialization failed
UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH -2017128424 0x87c51018 node contains a schemaversion that is not compatible with this client
UTC_E_INVALID_FILTER -2017128423 0x87c51019 Scenario contains an invalid filter that can never be satisfied
UTC_E_EXE_TERMINATED -2017128422 0x87c5101a RunExeWithArgsAction was forced to terminate a running executable
UTC_E_ESCALATION_NOT_AUTHORIZED -2017128421 0x87c5101b Escalation for scenario failed due to insufficient permissions
UTC_E_SETUP_NOT_AUTHORIZED -2017128420 0x87c5101c Setup for scenario failed due to insufficient permissions
UTC_E_CHILD_PROCESS_FAILED -2017128419 0x87c5101d A process launched by UTC failed with a non-zero exit code.
UTC_E_COMMAND_LINE_NOT_AUTHORIZED -2017128418 0x87c5101e A RunExeWithArgs action contains an unauthorized command line.
UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML -2017128417 0x87c5101f UTC cannot load Scenario Editor XML. Convert the scenario file to a DiagTrack XML using the editor.
UTC_E_ESCALATION_TIMED_OUT -2017128416 0x87c51020 Escalation for scenario has timed out
UTC_E_SETUP_TIMED_OUT -2017128415 0x87c51021 Setup for scenario has timed out
UTC_E_TRIGGER_MISMATCH -2017128414 0x87c51022 The given trigger does not match the expected trigger type
UTC_E_TRIGGER_NOT_FOUND -2017128413 0x87c51023 Requested trigger cannot be found
UTC_E_SIF_NOT_SUPPORTED -2017128412 0x87c51024 SIF is not supported on the machine
UTC_E_DELAY_TERMINATED -2017128411 0x87c51025 The delay action was terminated
UTC_E_DEVICE_TICKET_ERROR -2017128410 0x87c51026 The device ticket was not obtained
UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED -2017128409 0x87c51027 The trace profile needs more memory than is available for tracing
UTC_E_API_RESULT_UNAVAILABLE -2017128408 0x87c51028 The API was not completed successfully so the result is unavailable
UTC_E_RPC_TIMEOUT -2017128407 0x87c51029 The requested API encountered a timeout in the API manager
UTC_E_RPC_WAIT_FAILED -2017128406 0x87c5102a The synchronous API encountered a wait failure
UTC_E_API_BUSY -2017128405 0x87c5102b The UTC API is busy with another request
UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET -2017128404 0x87c5102c The running trace profile does not have a sufficient runtime to fulfill the escalation request
UTC_E_EXCLUSIVITY_NOT_AVAILABLE -2017128403 0x87c5102d The trace profile could not be started because it requires exclusivity and another higher priority trace is already running
UTC_E_GETFILE_FILE_PATH_NOT_APPROVED -2017128402 0x87c5102e The file path is not approved for the GetFile escalation action
UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS -2017128401 0x87c5102f The escalation working directory for the requested escalation could not be created because it already exists
UTC_E_TIME_TRIGGER_ON_START_INVALID -2017128400 0x87c51030 Time triggers cannot be used on a transition originating from the "_start" state
UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION -2017128399 0x87c51031 Time triggers can only be attached to a single transition
UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE -2017128398 0x87c51032 Time trigger duration must fall within an inclusive range of one second and 15 minutes
UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE -2017128397 0x87c51033 Only one Time Trigger is allowed per state
UTC_E_BINARY_MISSING -2017128396 0x87c51034 A RunExeWithArgs action contains a binary which is not present on the targeted device.
UTC_E_NETWORK_CAPTURE_NOT_ALLOWED -2017128395 0x87c51035 A network capture trace is not allowed.
UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID -2017128394 0x87c51036 UTC failed to identify the container id to use for a scenario escalation action.
UTC_E_UNABLE_TO_RESOLVE_SESSION -2017128393 0x87c51037 Failed to resolve session ID during API invocation.
UTC_E_THROTTLED -2017128392 0x87c51038 UTC has throttled the event for firing too often.
UTC_E_UNAPPROVED_SCRIPT -2017128391 0x87c51039 The script is not approved to run as part of DiagTrack scenario.
UTC_E_SCRIPT_MISSING -2017128390 0x87c5103a The script referenced in DiagTrack scenario is not present on the system.
UTC_E_SCENARIO_THROTTLED -2017128389 0x87c5103b A trigger in this scenario is throttled, blocking the scenario from being loaded.
UTC_E_API_NOT_SUPPORTED -2017128388 0x87c5103c The requested UTC API call is not supported on this device.
UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED -2017128387 0x87c5103d The file path is not approved for collection on external rings for the GetFile escalation action.
UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED -2017128386 0x87c5103e Querying a scenario definition exceeded the specified maximum timeout.
UTC_E_CERT_REV_FAILED -2017128385 0x87c5103f Certification revocation checking has been enabled, but the revocation check failed to verify whether a certificate has been revoked. The server used to check for revocation might be unreachable.
UTC_E_FAILED_TO_START_NDISCAP -2017128384 0x87c51040 Failed to start NDISCAP service for network packet capture trace.
UTC_E_KERNELDUMP_LIMIT_REACHED -2017128383 0x87c51041 UTC can perform no more than one KernelDump action on a device every 24 hours.
UTC_E_MISSING_AGGREGATE_EVENT_TAG -2017128382 0x87c51042 The event contained an aggregation or differential privacy structure, but did not specify MICROSOFT_EVENTTAG_AGGREGATE.
UTC_E_INVALID_AGGREGATION_STRUCT -2017128381 0x87c51043 The event contained an invalid aggregation or differential privacy structure.
UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION -2017128380 0x87c51044 The action cannot be completed in the specified destination.
UTC_E_FILTER_MISSING_ATTRIBUTE -2017128379 0x87c51045 Filter command is missing a required attribute.
UTC_E_FILTER_INVALID_TYPE -2017128378 0x87c51046 Filter command contains an unsupported type.
UTC_E_FILTER_VARIABLE_NOT_FOUND -2017128377 0x87c51047 Filter variable does not exist at point of evaluation.
UTC_E_FILTER_FUNCTION_RESTRICTED -2017128376 0x87c51048 Filter command is not allowed in the current context.
UTC_E_FILTER_VERSION_MISMATCH -2017128375 0x87c51049 Requested filter version is incompatible with available version.
UTC_E_FILTER_INVALID_FUNCTION -2017128368 0x87c51050 Filter does not support this function.
UTC_E_FILTER_INVALID_FUNCTION_PARAMS -2017128367 0x87c51051 Filter function does not accept the provided parameter types and/or count.
UTC_E_FILTER_INVALID_COMMAND -2017128366 0x87c51052 Filter command does not exist or is incorrectly formatted.
UTC_E_FILTER_ILLEGAL_EVAL -2017128365 0x87c51053 Filter types can not be compared to each other.
UTC_E_TTTRACER_RETURNED_ERROR -2017128364 0x87c51054 TTTracer executable returned a code other than ERROR_SUCCESS.
UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE -2017128363 0x87c51055 The total size of the compressed escalation data payload exceeded the allowable limit.
UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS -2017128362 0x87c51056 Escalation data was not completely transferred from agent to host.
UTC_E_SCENARIO_HAS_NO_ACTIONS -2017128361 0x87c51057 An escalation was requested for a scenario which has no actions for the passed type.
UTC_E_TTTRACER_STORAGE_FULL -2017128360 0x87c51058 UTC allocated space for TTTracer escalations is full.
UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE -2017128359 0x87c51059 Disk needs minimum of 15GB to start TTD recording session.
UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN -2017128358 0x87c5105a Escalation was cancelled due to component shutdown.
UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED -2017128357 0x87c5105b The file for the GetFileInfo action must be under the \Windows, \Program Files, or \Program Files (x86) directories.
UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED -2017128356 0x87c5105c The registry value type for SetRegKey action must be REG_SZ, REG_MULTI_SZ, REG_EXPAND_SZ, REG_BINARY, REG_DWORD, or REG_QWORD.
WINML_ERR_INVALID_DEVICE -2003828735 0x88900001 The device is invalid or does not support machine learning.
WINML_ERR_INVALID_BINDING -2003828734 0x88900002 The binding is incomplete or does not match the input/output description.
WINML_ERR_VALUE_NOTFOUND -2003828733 0x88900003 An attempt was made to bind an unknown input or output.
WINML_ERR_SIZE_MISMATCH -2003828732 0x88900004 The size of the buffer provided for a bound variable is invalid.