This is work in progress.

Windows / Headers / winerror.h

winerror.h

Error code definitions for the Win32 API functions

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
SEC_E_OK0x00000000
ERROR_INVALID_FUNCTION0x00000001Incorrect function.
ERROR_FILE_NOT_FOUND0x00000002The system cannot find the file specified.
ERROR_PATH_NOT_FOUND0x00000003The system cannot find the path specified.
ERROR_TOO_MANY_OPEN_FILES0x00000004The system cannot open the file.
ERROR_ACCESS_DENIED0x00000005Access is denied.
ERROR_INVALID_HANDLE0x00000006The handle is invalid.
ERROR_ARENA_TRASHED0x00000007The storage control blocks were destroyed.
ERROR_NOT_ENOUGH_MEMORY0x00000008Not enough memory resources are available to process this command.
ERROR_INVALID_BLOCK0x00000009The storage control block address is invalid.
ERROR_BAD_ENVIRONMENT0x0000000AThe environment is incorrect.
ERROR_BAD_FORMAT0x0000000BAn attempt was made to load a program with an incorrect format.
ERROR_INVALID_ACCESS0x0000000CThe access code is invalid.
ERROR_INVALID_DATA0x0000000DThe data is invalid.
ERROR_OUTOFMEMORY0x0000000ENot enough memory resources are available to complete this operation.
ERROR_INVALID_DRIVE0x0000000FThe system cannot find the drive specified.
ERROR_CURRENT_DIRECTORY0x00000010The directory cannot be removed.
ERROR_NOT_SAME_DEVICE0x00000011The system cannot move the file to a different disk drive.
ERROR_NO_MORE_FILES0x00000012There are no more files.
ERROR_WRITE_PROTECT0x00000013The media is write protected.
ERROR_BAD_UNIT0x00000014The system cannot find the device specified.
ERROR_NOT_READY0x00000015The device is not ready.
ERROR_BAD_COMMAND0x00000016The device does not recognize the command.
ERROR_CRC0x00000017Data error (cyclic redundancy check).
ERROR_BAD_LENGTH0x00000018The program issued a command but the command length is incorrect.
ERROR_SEEK0x00000019The drive cannot locate a specific area or track on the disk.
ERROR_NOT_DOS_DISK0x0000001AThe specified disk or diskette cannot be accessed.
ERROR_SECTOR_NOT_FOUND0x0000001BThe drive cannot find the sector requested.
ERROR_OUT_OF_PAPER0x0000001CThe printer is out of paper.
ERROR_WRITE_FAULT0x0000001DThe system cannot write to the specified device.
ERROR_READ_FAULT0x0000001EThe system cannot read from the specified device.
ERROR_GEN_FAILURE0x0000001FA device attached to the system is not functioning.
ERROR_SHARING_VIOLATION0x00000020The process cannot access the file because it is being used by another process.
ERROR_LOCK_VIOLATION0x00000021The process cannot access the file because another process has locked a portion of the file.
ERROR_WRONG_DISK0x00000022The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.
ERROR_SHARING_BUFFER_EXCEEDED0x00000024Too many files opened for sharing.
ERROR_HANDLE_EOF0x00000026Reached the end of the file.
ERROR_HANDLE_DISK_FULL0x00000027The disk is full.
ERROR_NOT_SUPPORTED0x00000032The request is not supported.
ERROR_REM_NOT_LIST0x00000033Windows 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_NAME0x00000034You 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_NETPATH0x00000035The network path was not found.
ERROR_NETWORK_BUSY0x00000036The network is busy.
ERROR_DEV_NOT_EXIST0x00000037The specified network resource or device is no longer available.
ERROR_TOO_MANY_CMDS0x00000038The network BIOS command limit has been reached.
ERROR_ADAP_HDW_ERR0x00000039A network adapter hardware error occurred.
ERROR_BAD_NET_RESP0x0000003AThe specified server cannot perform the requested operation.
ERROR_UNEXP_NET_ERR0x0000003BAn unexpected network error occurred.
ERROR_BAD_REM_ADAP0x0000003CThe remote adapter is not compatible.
ERROR_PRINTQ_FULL0x0000003DThe printer queue is full.
ERROR_NO_SPOOL_SPACE0x0000003ESpace to store the file waiting to be printed is not available on the server.
ERROR_PRINT_CANCELLED0x0000003FYour file waiting to be printed was deleted.
ERROR_NETNAME_DELETED0x00000040The specified network name is no longer available.
ERROR_NETWORK_ACCESS_DENIED0x00000041Network access is denied.
ERROR_BAD_DEV_TYPE0x00000042The network resource type is not correct.
ERROR_BAD_NET_NAME0x00000043The network name cannot be found.
ERROR_TOO_MANY_NAMES0x00000044The name limit for the local computer network adapter card was exceeded.
ERROR_TOO_MANY_SESS0x00000045The network BIOS session limit was exceeded.
ERROR_SHARING_PAUSED0x00000046The remote server has been paused or is in the process of being started.
ERROR_REQ_NOT_ACCEP0x00000047No 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_PAUSED0x00000048The specified printer or disk device has been paused.
ERROR_FILE_EXISTS0x00000050The file exists.
ERROR_CANNOT_MAKE0x00000052The directory or file cannot be created.
ERROR_FAIL_I240x00000053Fail on INT 24.
ERROR_OUT_OF_STRUCTURES0x00000054Storage to process this request is not available.
ERROR_ALREADY_ASSIGNED0x00000055The local device name is already in use.
ERROR_INVALID_PASSWORD0x00000056The specified network password is not correct.
ERROR_INVALID_PARAMETER0x00000057The parameter is incorrect.
ERROR_NET_WRITE_FAULT0x00000058A write fault occurred on the network.
ERROR_NO_PROC_SLOTS0x00000059The system cannot start another process at this time.
ERROR_TOO_MANY_SEMAPHORES0x00000064Cannot create another system semaphore.
ERROR_EXCL_SEM_ALREADY_OWNED0x00000065The exclusive semaphore is owned by another process.
ERROR_SEM_IS_SET0x00000066The semaphore is set and cannot be closed.
ERROR_TOO_MANY_SEM_REQUESTS0x00000067The semaphore cannot be set again.
ERROR_INVALID_AT_INTERRUPT_TIME0x00000068Cannot request exclusive semaphores at interrupt time.
ERROR_SEM_OWNER_DIED0x00000069The previous ownership of this semaphore has ended.
ERROR_SEM_USER_LIMIT0x0000006AInsert the diskette for drive %1.
ERROR_DISK_CHANGE0x0000006BThe program stopped because an alternate diskette was not inserted.
ERROR_DRIVE_LOCKED0x0000006CThe disk is in use or locked by another process.
ERROR_BROKEN_PIPE0x0000006DThe pipe has been ended.
ERROR_OPEN_FAILED0x0000006EThe system cannot open the device or file specified.
ERROR_BUFFER_OVERFLOW0x0000006FThe file name is too long.
ERROR_DISK_FULL0x00000070There is not enough space on the disk.
ERROR_NO_MORE_SEARCH_HANDLES0x00000071No more internal file identifiers available.
ERROR_INVALID_TARGET_HANDLE0x00000072The target internal file identifier is incorrect.
ERROR_INVALID_CATEGORY0x00000075The IOCTL call made by the application program is not correct.
ERROR_INVALID_VERIFY_SWITCH0x00000076The verify-on-write switch parameter value is not correct.
ERROR_BAD_DRIVER_LEVEL0x00000077The system does not support the command requested.
ERROR_CALL_NOT_IMPLEMENTED0x00000078This function is not supported on this system.
ERROR_SEM_TIMEOUT0x00000079The semaphore timeout period has expired.
ERROR_INSUFFICIENT_BUFFER0x0000007AThe data area passed to a system call is too small.
ERROR_INVALID_NAME0x0000007BThe filename, directory name, or volume label syntax is incorrect.
ERROR_INVALID_LEVEL0x0000007CThe system call level is not correct.
ERROR_NO_VOLUME_LABEL0x0000007DThe disk has no volume label.
ERROR_MOD_NOT_FOUND0x0000007EThe specified module could not be found.
ERROR_PROC_NOT_FOUND0x0000007FThe specified procedure could not be found.
ERROR_WAIT_NO_CHILDREN0x00000080There are no child processes to wait for.
ERROR_CHILD_NOT_COMPLETE0x00000081The %1 application cannot be run in Win32 mode.
ERROR_DIRECT_ACCESS_HANDLE0x00000082Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
ERROR_NEGATIVE_SEEK0x00000083An attempt was made to move the file pointer before the beginning of the file.
ERROR_SEEK_ON_DEVICE0x00000084The file pointer cannot be set on the specified device or file.
ERROR_IS_JOIN_TARGET0x00000085A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
ERROR_IS_JOINED0x00000086An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
ERROR_IS_SUBSTED0x00000087An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
ERROR_NOT_JOINED0x00000088The system tried to delete the JOIN of a drive that is not joined.
ERROR_NOT_SUBSTED0x00000089The system tried to delete the substitution of a drive that is not substituted.
ERROR_JOIN_TO_JOIN0x0000008AThe system tried to join a drive to a directory on a joined drive.
ERROR_SUBST_TO_SUBST0x0000008BThe system tried to substitute a drive to a directory on a substituted drive.
ERROR_JOIN_TO_SUBST0x0000008CThe system tried to join a drive to a directory on a substituted drive.
ERROR_SUBST_TO_JOIN0x0000008DThe system tried to SUBST a drive to a directory on a joined drive.
ERROR_BUSY_DRIVE0x0000008EThe system cannot perform a JOIN or SUBST at this time.
ERROR_SAME_DRIVE0x0000008FThe system cannot join or substitute a drive to or for a directory on the same drive.
ERROR_DIR_NOT_ROOT0x00000090The directory is not a subdirectory of the root directory.
ERROR_DIR_NOT_EMPTY0x00000091The directory is not empty.
ERROR_IS_SUBST_PATH0x00000092The path specified is being used in a substitute.
ERROR_IS_JOIN_PATH0x00000093Not enough resources are available to process this command.
ERROR_PATH_BUSY0x00000094The path specified cannot be used at this time.
ERROR_IS_SUBST_TARGET0x00000095An 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_TRACE0x00000096System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
ERROR_INVALID_EVENT_COUNT0x00000097The number of specified semaphore events for DosMuxSemWait is not correct.
ERROR_TOO_MANY_MUXWAITERS0x00000098DosMuxSemWait did not execute; too many semaphores are already set.
ERROR_INVALID_LIST_FORMAT0x00000099The DosMuxSemWait list is not correct.
ERROR_LABEL_TOO_LONG0x0000009AThe volume label you entered exceeds the label character limit of the target file system.
ERROR_TOO_MANY_TCBS0x0000009BCannot create another thread.
ERROR_SIGNAL_REFUSED0x0000009CThe recipient process has refused the signal.
ERROR_DISCARDED0x0000009DThe segment is already discarded and cannot be locked.
ERROR_NOT_LOCKED0x0000009EThe segment is already unlocked.
ERROR_BAD_THREADID_ADDR0x0000009FThe address for the thread ID is not correct.
ERROR_BAD_ARGUMENTS0x000000A0One or more arguments are not correct.
ERROR_SIGNAL_PENDING0x000000A2A signal is already pending.
ERROR_MAX_THRDS_REACHED0x000000A4No more threads can be created in the system.
ERROR_LOCK_FAILED0x000000A7Unable to lock a region of a file.
ERROR_BUSY0x000000AAThe requested resource is in use.
ERROR_DEVICE_SUPPORT_IN_PROGRESS0x000000ABDevice's command support detection is in progress.
ERROR_CANCEL_VIOLATION0x000000ADA lock request was not outstanding for the supplied cancel region.
ERROR_ATOMIC_LOCKS_NOT_SUPPORTED0x000000AEThe file system does not support atomic changes to the lock type.
ERROR_INVALID_SEGMENT_NUMBER0x000000B4The system detected a segment number that was not correct.
ERROR_INVALID_ORDINAL0x000000B6The operating system cannot run %1.
ERROR_ALREADY_EXISTS0x000000B7Cannot create a file when that file already exists.
ERROR_INVALID_FLAG_NUMBER0x000000BAThe flag passed is not correct.
ERROR_SEM_NOT_FOUND0x000000BBThe specified system semaphore name was not found.
ERROR_INVALID_STARTING_CODESEG0x000000BCThe operating system cannot run %1.
ERROR_INVALID_STACKSEG0x000000BDThe operating system cannot run %1.
ERROR_INVALID_MODULETYPE0x000000BEThe operating system cannot run %1.
ERROR_INVALID_EXE_SIGNATURE0x000000BFCannot run %1 in Win32 mode.
ERROR_EXE_MARKED_INVALID0x000000C0The operating system cannot run %1.
ERROR_BAD_EXE_FORMAT0x000000C1%1 is not a valid Win32 application.
ERROR_ITERATED_DATA_EXCEEDS_64k0x000000C2The operating system cannot run %1.
ERROR_INVALID_MINALLOCSIZE0x000000C3The operating system cannot run %1.
ERROR_DYNLINK_FROM_INVALID_RING0x000000C4The operating system cannot run this application program.
ERROR_IOPL_NOT_ENABLED0x000000C5The operating system is not presently configured to run this application.
ERROR_INVALID_SEGDPL0x000000C6The operating system cannot run %1.
ERROR_AUTODATASEG_EXCEEDS_64k0x000000C7The operating system cannot run this application program.
ERROR_RING2SEG_MUST_BE_MOVABLE0x000000C8The code segment cannot be greater than or equal to 64K.
ERROR_RELOC_CHAIN_XEEDS_SEGLIM0x000000C9The operating system cannot run %1.
ERROR_INFLOOP_IN_RELOC_CHAIN0x000000CAThe operating system cannot run %1.
ERROR_ENVVAR_NOT_FOUND0x000000CBThe system could not find the environment option that was entered.
ERROR_NO_SIGNAL_SENT0x000000CDNo process in the command subtree has a signal handler.
ERROR_FILENAME_EXCED_RANGE0x000000CEThe filename or extension is too long.
ERROR_RING2_STACK_IN_USE0x000000CFThe ring 2 stack is in use.
ERROR_META_EXPANSION_TOO_LONG0x000000D0The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.
ERROR_INVALID_SIGNAL_NUMBER0x000000D1The signal being posted is not correct.
ERROR_THREAD_1_INACTIVE0x000000D2The signal handler cannot be set.
ERROR_LOCKED0x000000D4The segment is locked and cannot be reallocated.
ERROR_TOO_MANY_MODULES0x000000D6Too many dynamic-link modules are attached to this program or dynamic-link module.
ERROR_NESTING_NOT_ALLOWED0x000000D7Cannot nest calls to LoadModule.
ERROR_EXE_MACHINE_TYPE_MISMATCH0x000000D8This 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_BINARY0x000000D9The image file %1 is signed, unable to modify.
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY0x000000DAThe image file %1 is strong signed, unable to modify.
ERROR_FILE_CHECKED_OUT0x000000DCThis file is checked out or locked for editing by another user.
ERROR_CHECKOUT_REQUIRED0x000000DDThe file must be checked out before saving changes.
ERROR_BAD_FILE_TYPE0x000000DEThe file type being saved or retrieved has been blocked.
ERROR_FILE_TOO_LARGE0x000000DFThe file size exceeds the limit allowed and cannot be saved.
ERROR_FORMS_AUTH_REQUIRED0x000000E0Access 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_INFECTED0x000000E1Operation did not complete successfully because the file contains a virus or potentially unwanted software.
ERROR_VIRUS_DELETED0x000000E2This 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_LOCAL0x000000E5The pipe is local.
ERROR_BAD_PIPE0x000000E6The pipe state is invalid.
ERROR_PIPE_BUSY0x000000E7All pipe instances are busy.
ERROR_NO_DATA0x000000E8The pipe is being closed.
ERROR_PIPE_NOT_CONNECTED0x000000E9No process is on the other end of the pipe.
ERROR_MORE_DATA0x000000EAMore data is available.
ERROR_NO_WORK_DONE0x000000EBThe action requested resulted in no work being done. Error-style clean-up has been performed.
ERROR_VC_DISCONNECTED0x000000F0The session was canceled.
ERROR_INVALID_EA_NAME0x000000FEThe specified extended attribute name was invalid.
ERROR_EA_LIST_INCONSISTENT0x000000FFThe extended attributes are inconsistent.
WAIT_TIMEOUT0x00000102The wait operation timed out.
ERROR_NO_MORE_ITEMS0x00000103No more data is available.
ERROR_CANNOT_COPY0x0000010AThe copy functions cannot be used.
ERROR_DIRECTORY0x0000010BThe directory name is invalid.
ERROR_EAS_DIDNT_FIT0x00000113The extended attributes did not fit in the buffer.
ERROR_EA_FILE_CORRUPT0x00000114The extended attribute file on the mounted file system is corrupt.
ERROR_EA_TABLE_FULL0x00000115The extended attribute table file is full.
ERROR_INVALID_EA_HANDLE0x00000116The specified extended attribute handle is invalid.
ERROR_EAS_NOT_SUPPORTED0x0000011AThe mounted file system does not support extended attributes.
ERROR_NOT_OWNER0x00000120Attempt to release mutex not owned by caller.
ERROR_TOO_MANY_POSTS0x0000012AToo many posts were made to a semaphore.
ERROR_PARTIAL_COPY0x0000012BOnly part of a ReadProcessMemory or WriteProcessMemory request was completed.
ERROR_OPLOCK_NOT_GRANTED0x0000012CThe oplock request is denied.
ERROR_INVALID_OPLOCK_PROTOCOL0x0000012DAn invalid oplock acknowledgment was received by the system.
ERROR_DISK_TOO_FRAGMENTED0x0000012EThe volume is too fragmented to complete this operation.
ERROR_DELETE_PENDING0x0000012FThe file cannot be opened because it is in the process of being deleted.
ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING0x00000130Short name settings may not be changed on this volume due to the global registry setting.
ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME0x00000131Short names are not enabled on this volume.
ERROR_SECURITY_STREAM_IS_INCONSISTENT0x00000132The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume.
ERROR_INVALID_LOCK_RANGE0x00000133A requested file lock operation cannot be processed due to an invalid byte range.
ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT0x00000134The subsystem needed to support the image type is not present.
ERROR_NOTIFICATION_GUID_ALREADY_DEFINED0x00000135The specified file already has a notification GUID associated with it.
ERROR_INVALID_EXCEPTION_HANDLER0x00000136An invalid exception handler routine has been detected.
ERROR_DUPLICATE_PRIVILEGES0x00000137Duplicate privileges were specified for the token.
ERROR_NO_RANGES_PROCESSED0x00000138No ranges for the specified operation were able to be processed.
ERROR_NOT_ALLOWED_ON_SYSTEM_FILE0x00000139Operation is not allowed on a file system internal file.
ERROR_DISK_RESOURCES_EXHAUSTED0x0000013AThe physical resources of this disk have been exhausted.
ERROR_INVALID_TOKEN0x0000013BThe token representing the data is invalid.
ERROR_DEVICE_FEATURE_NOT_SUPPORTED0x0000013CThe device does not support the command feature.
ERROR_MR_MID_NOT_FOUND0x0000013DThe system cannot find message text for message number 0x%1 in the message file for %2.
ERROR_SCOPE_NOT_FOUND0x0000013EThe scope specified was not found.
ERROR_UNDEFINED_SCOPE0x0000013FThe Central Access Policy specified is not defined on the target machine.
ERROR_INVALID_CAP0x00000140The Central Access Policy obtained from Active Directory is invalid.
ERROR_DEVICE_UNREACHABLE0x00000141The device is unreachable.
ERROR_DEVICE_NO_RESOURCES0x00000142The target device has insufficient resources to complete the operation.
ERROR_DATA_CHECKSUM_ERROR0x00000143A data integrity checksum error occurred. Data in the file stream is corrupt.
ERROR_INTERMIXED_KERNEL_EA_OPERATION0x00000144An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation.
ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED0x00000146Device does not support file-level TRIM.
ERROR_OFFSET_ALIGNMENT_VIOLATION0x00000147The command specified a data offset that does not align to the device's granularity/alignment.
ERROR_INVALID_FIELD_IN_PARAMETER_LIST0x00000148The command specified an invalid field in its parameter list.
ERROR_OPERATION_IN_PROGRESS0x00000149An operation is currently in progress with the device.
ERROR_BAD_DEVICE_PATH0x0000014AAn attempt was made to send down the command via an invalid path to the target device.
ERROR_TOO_MANY_DESCRIPTORS0x0000014BThe command specified a number of descriptors that exceeded the maximum supported by the device.
ERROR_SCRUB_DATA_DISABLED0x0000014CScrub is disabled on the specified file.
ERROR_NOT_REDUNDANT_STORAGE0x0000014DThe storage device does not provide redundancy.
ERROR_RESIDENT_FILE_NOT_SUPPORTED0x0000014EAn operation is not supported on a resident file.
ERROR_COMPRESSED_FILE_NOT_SUPPORTED0x0000014FAn operation is not supported on a compressed file.
ERROR_DIRECTORY_NOT_SUPPORTED0x00000150An operation is not supported on a directory.
ERROR_NOT_READ_FROM_COPY0x00000151The specified copy of the requested data could not be read.
ERROR_FT_WRITE_FAILURE0x00000152The specified data could not be written to any of the copies.
ERROR_FT_DI_SCAN_REQUIRED0x00000153One 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_VERSION0x00000154The supplied kernel information version is invalid.
ERROR_INVALID_PEP_INFO_VERSION0x00000155The supplied PEP information version is invalid.
ERROR_OBJECT_NOT_EXTERNALLY_BACKED0x00000156This object is not externally backed by any provider.
ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN0x00000157The external backing provider is not recognized.
ERROR_COMPRESSION_NOT_BENEFICIAL0x00000158Compressing this object would not save space.
ERROR_STORAGE_TOPOLOGY_ID_MISMATCH0x00000159The request failed due to a storage topology ID mismatch.
ERROR_BLOCKED_BY_PARENTAL_CONTROLS0x0000015AThe operation was blocked by parental controls.
ERROR_BLOCK_TOO_MANY_REFERENCES0x0000015BA file system block being referenced has already reached the maximum reference count and can't be referenced any further.
ERROR_MARKED_TO_DISALLOW_WRITES0x0000015CThe requested operation failed because the file stream is marked to disallow writes.
ERROR_ENCLAVE_FAILURE0x0000015DThe requested operation failed with an architecture-specific failure code.
ERROR_FAIL_NOACTION_REBOOT0x0000015ENo action was taken as a system reboot is required.
ERROR_FAIL_SHUTDOWN0x0000015FThe shutdown operation failed.
ERROR_FAIL_RESTART0x00000160The restart operation failed.
ERROR_MAX_SESSIONS_REACHED0x00000161The maximum number of sessions has been reached.
ERROR_NETWORK_ACCESS_DENIED_EDP0x00000162Windows Information Protection policy does not allow access to this network resource.
ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL0x00000163The device hint name buffer is too small to receive the remaining name.
ERROR_EDP_POLICY_DENIES_OPERATION0x00000164The requested operation was blocked by Windows Information Protection policy. For more information, contact your system administrator.
ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED0x00000165The 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_CORRUPT0x00000166The cloud sync root metadata is corrupted.
ERROR_DEVICE_IN_MAINTENANCE0x00000167The device is in maintenance mode.
ERROR_NOT_SUPPORTED_ON_DAX0x00000168This operation is not supported on a DAX volume.
ERROR_DAX_MAPPING_EXISTS0x00000169The volume has active DAX mappings.
ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING0x0000016AThe cloud file provider is not running.
ERROR_CLOUD_FILE_METADATA_CORRUPT0x0000016BThe cloud file metadata is corrupt and unreadable.
ERROR_CLOUD_FILE_METADATA_TOO_LARGE0x0000016CThe cloud file metadata is too large.
ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE0x0000016DThe cloud file property is too large.
ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH0x0000016EThe cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum.
ERROR_CHILD_PROCESS_BLOCKED0x0000016FThe process creation has been blocked.
ERROR_STORAGE_LOST_DATA_PERSISTENCE0x00000170The storage device has lost data or persistence.
ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE0x00000171The provider that supports file system virtualization is temporarily unavailable.
ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT0x00000172The metadata for file system virtualization is corrupt and unreadable.
ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY0x00000173The provider that supports file system virtualization is too busy to complete this operation.
ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN0x00000174The provider that supports file system virtualization is unknown.
ERROR_GDI_HANDLE_LEAK0x00000175GDI handles were potentially leaked by the application.
ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS0x00000176The maximum number of cloud file properties has been reached.
ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED0x00000177The version of the cloud file property store is not supported.
ERROR_NOT_A_CLOUD_FILE0x00000178The file is not a cloud file.
ERROR_CLOUD_FILE_NOT_IN_SYNC0x00000179The file is not in sync with the cloud.
ERROR_CLOUD_FILE_ALREADY_CONNECTED0x0000017AThe cloud sync root is already connected with another cloud sync provider.
ERROR_CLOUD_FILE_NOT_SUPPORTED0x0000017BThe operation is not supported by the cloud sync provider.
ERROR_CLOUD_FILE_INVALID_REQUEST0x0000017CThe cloud operation is invalid.
ERROR_CLOUD_FILE_READ_ONLY_VOLUME0x0000017DThe cloud operation is not supported on a read-only volume.
ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY0x0000017EThe operation is reserved for a connected cloud sync provider.
ERROR_CLOUD_FILE_VALIDATION_FAILED0x0000017FThe cloud sync provider failed to validate the downloaded data.
ERROR_SMB1_NOT_AVAILABLE0x00000180You can't connect to the file share because it's not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack. Your system requires SMB2 or higher. For more info on resolving this issue, see: https://go.microsoft.com/fwlink/?linkid=852747
ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION0x00000181The virtualization operation is not allowed on the file in its current state.
ERROR_CLOUD_FILE_AUTHENTICATION_FAILED0x00000182The cloud sync provider failed user authentication.
ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES0x00000183The cloud sync provider failed to perform the operation due to low system resources.
ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE0x00000184The cloud sync provider failed to perform the operation due to network being unavailable.
ERROR_CLOUD_FILE_UNSUCCESSFUL0x00000185The cloud operation was unsuccessful.
ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT0x00000186The operation is only supported on files under a cloud sync root.
ERROR_CLOUD_FILE_IN_USE0x00000187The operation cannot be performed on cloud files in use.
ERROR_CLOUD_FILE_PINNED0x00000188The operation cannot be performed on pinned cloud files.
ERROR_CLOUD_FILE_REQUEST_ABORTED0x00000189The cloud operation was aborted.
ERROR_CLOUD_FILE_PROPERTY_CORRUPT0x0000018AThe cloud file's property store is corrupt.
ERROR_CLOUD_FILE_ACCESS_DENIED0x0000018BAccess to the cloud file is denied.
ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS0x0000018CThe cloud operation cannot be performed on a file with incompatible hardlinks.
ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT0x0000018DThe operation failed due to a conflicting cloud file property lock.
ERROR_CLOUD_FILE_REQUEST_CANCELED0x0000018EThe cloud operation was canceled by user.
ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED0x0000018FAn 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_BACKGROUND0x00000190The thread is already in background processing mode.
ERROR_THREAD_MODE_NOT_BACKGROUND0x00000191The thread is not in background processing mode.
ERROR_PROCESS_MODE_ALREADY_BACKGROUND0x00000192The process is already in background processing mode.
ERROR_PROCESS_MODE_NOT_BACKGROUND0x00000193The process is not in background processing mode.
ERROR_CLOUD_FILE_PROVIDER_TERMINATED0x00000194The cloud file provider exited unexpectedly.
ERROR_NOT_A_CLOUD_SYNC_ROOT0x00000195The file is not a cloud sync root.
ERROR_FILE_PROTECTED_UNDER_DPL0x00000196The 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_ALIGNED0x00000197The volume is not cluster aligned on the disk.
ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND0x00000198No physically aligned free space was found on the volume.
ERROR_APPX_FILE_NOT_ENCRYPTED0x00000199The APPX file can not be accessed because it is not encrypted as expected.
ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED0x0000019AA read or write of raw encrypted data cannot be performed because the file is not encrypted.
ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET0x0000019BAn 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_FILERANGE0x0000019CAn 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_PARAMETER0x0000019DAn 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_PRESENT0x0000019EThe Windows Subsystem for Linux has not been enabled.
ERROR_FT_READ_FAILURE0x0000019FThe specified data could not be read from any of the copies.
ERROR_STORAGE_RESERVE_ID_INVALID0x000001A0The specified storage reserve ID is invalid.
ERROR_STORAGE_RESERVE_DOES_NOT_EXIST0x000001A1The specified storage reserve does not exist.
ERROR_STORAGE_RESERVE_ALREADY_EXISTS0x000001A2The specified storage reserve already exists.
ERROR_STORAGE_RESERVE_NOT_EMPTY0x000001A3The specified storage reserve is not empty.
ERROR_NOT_A_DAX_VOLUME0x000001A4This operation requires a DAX volume.
ERROR_NOT_DAX_MAPPABLE0x000001A5This stream is not DAX mappable.
ERROR_TIME_CRITICAL_THREAD0x000001A6Operation cannot be performed on a time critical thread.
ERROR_DPL_NOT_SUPPORTED_FOR_USER0x000001A7User data protection is not supported for the current or provided user.
ERROR_CASE_DIFFERING_NAMES_IN_DIR0x000001A8This directory contains entries whose names differ only in case.
ERROR_CAPAUTHZ_NOT_DEVUNLOCKED0x000001C2Neither developer unlocked mode nor side loading mode is enabled on the device.
ERROR_CAPAUTHZ_CHANGE_TYPE0x000001C3Can not change application type during upgrade or re-provision.
ERROR_CAPAUTHZ_NOT_PROVISIONED0x000001C4The application has not been provisioned.
ERROR_CAPAUTHZ_NOT_AUTHORIZED0x000001C5The requested capability can not be authorized for this application.
ERROR_CAPAUTHZ_NO_POLICY0x000001C6There is no capability authorization policy on the device.
ERROR_CAPAUTHZ_DB_CORRUPTED0x000001C7The capability authorization database has been corrupted.
ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG0x000001C8The custom capability's SCCD has an invalid catalog.
ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY0x000001C9None 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_ERROR0x000001CAThe custom capability's SCCD failed to parse.
ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED0x000001CBThe custom capability's SCCD requires developer mode.
ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH0x000001CCThere not all declared custom capabilities are found in the SCCD.
ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT0x000001E0The 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_TIMEOUT0x000001E1The 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_TIMEOUT0x000001E2The 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_ERROR0x000001E3The request failed due to a fatal device hardware error.
ERROR_INVALID_ADDRESS0x000001E7Attempt to access invalid address.
ERROR_USER_PROFILE_LOAD0x000001F4User profile cannot be loaded.
ERROR_ARITHMETIC_OVERFLOW0x00000216Arithmetic result exceeded 32 bits.
ERROR_PIPE_CONNECTED0x00000217There is a process on other end of the pipe.
ERROR_PIPE_LISTENING0x00000218Waiting for a process to open the other end of the pipe.
ERROR_VERIFIER_STOP0x00000219Application verifier has found an error in the current process.
ERROR_ABIOS_ERROR0x0000021AAn error occurred in the ABIOS subsystem.
ERROR_WX86_WARNING0x0000021BA warning occurred in the WX86 subsystem.
ERROR_WX86_ERROR0x0000021CAn error occurred in the WX86 subsystem.
ERROR_TIMER_NOT_CANCELED0x0000021DAn 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_UNWIND0x0000021EUnwind exception code.
ERROR_BAD_STACK0x0000021FAn invalid or unaligned stack was encountered during an unwind operation.
ERROR_INVALID_UNWIND_TARGET0x00000220An invalid unwind target was encountered during an unwind operation.
ERROR_INVALID_PORT_ATTRIBUTES0x00000221Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
ERROR_PORT_MESSAGE_TOO_LONG0x00000222Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
ERROR_INVALID_QUOTA_LOWER0x00000223An attempt was made to lower a quota limit below the current usage.
ERROR_DEVICE_ALREADY_ATTACHED0x00000224An attempt was made to attach to a device that was already attached to another device.
ERROR_INSTRUCTION_MISALIGNMENT0x00000225An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
ERROR_PROFILING_NOT_STARTED0x00000226Profiling not started.
ERROR_PROFILING_NOT_STOPPED0x00000227Profiling not stopped.
ERROR_COULD_NOT_INTERPRET0x00000228The passed ACL did not contain the minimum required information.
ERROR_PROFILING_AT_LIMIT0x00000229The number of active profiling objects is at the maximum and no more may be started.
ERROR_CANT_WAIT0x0000022AUsed to indicate that an operation cannot continue without blocking for I/O.
ERROR_CANT_TERMINATE_SELF0x0000022BIndicates 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_ERR0x0000022CIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
ERROR_UNEXPECTED_MM_MAP_ERROR0x0000022DIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
ERROR_UNEXPECTED_MM_EXTEND_ERR0x0000022EIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
ERROR_BAD_FUNCTION_TABLE0x0000022FA malformed function table was encountered during an unwind operation.
ERROR_NO_GUID_TRANSLATION0x00000230Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.
ERROR_INVALID_LDT_SIZE0x00000231Indicates 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_OFFSET0x00000233Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
ERROR_INVALID_LDT_DESCRIPTOR0x00000234Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
ERROR_TOO_MANY_THREADS0x00000235Indicates 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_PROCESS0x00000236An 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_EXCEEDED0x00000237Page file quota was exceeded.
ERROR_LOGON_SERVER_CONFLICT0x00000238The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
ERROR_SYNCHRONIZATION_REQUIRED0x00000239The 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_FAILED0x0000023AThe 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_FAILED0x0000023B{Privilege Failed} The I/O permissions for the process could not be changed.
ERROR_CONTROL_C_EXIT0x0000023C{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
ERROR_MISSING_SYSTEMFILE0x0000023D{Missing System File} The required system file %hs is bad or missing.
ERROR_UNHANDLED_EXCEPTION0x0000023E{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
ERROR_APP_INIT_FAILURE0x0000023F{Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application.
ERROR_PAGEFILE_CREATE_FAILED0x00000240{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
ERROR_INVALID_IMAGE_HASH0x00000241Windows 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_PAGEFILE0x00000242{No Paging File Specified} No paging file was specified in the system configuration.
ERROR_ILLEGAL_FLOAT_CONTEXT0x00000243{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.
ERROR_NO_EVENT_PAIR0x00000244An 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_ERROR0x00000245A Windows Server has an incorrect configuration.
ERROR_ILLEGAL_CHARACTER0x00000246An 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_CHARACTER0x00000247The Unicode character is not defined in the Unicode character set installed on the system.
ERROR_FLOPPY_VOLUME0x00000248The paging file cannot be created on a floppy diskette.
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT0x00000249The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.
ERROR_BACKUP_CONTROLLER0x0000024AThis operation is only allowed for the Primary Domain Controller of the domain.
ERROR_MUTANT_LIMIT_EXCEEDED0x0000024BAn attempt was made to acquire a mutant such that its maximum count would have been exceeded.
ERROR_FS_DRIVER_REQUIRED0x0000024CA volume has been accessed for which a file system driver is required that has not yet been loaded.
ERROR_CANNOT_LOAD_REGISTRY_FILE0x0000024D{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
ERROR_DEBUG_ATTACH_FAILED0x0000024E{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
ERROR_SYSTEM_PROCESS_TERMINATED0x0000024F{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
ERROR_DATA_NOT_ACCEPTED0x00000250{Data Not Accepted} The TDI client could not handle the data received during an indication.
ERROR_VDM_HARD_ERROR0x00000251NTVDM encountered a hard error.
ERROR_DRIVER_CANCEL_TIMEOUT0x00000252{Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time.
ERROR_REPLY_MESSAGE_MISMATCH0x00000253{Reply Message Mismatch} An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
ERROR_LOST_WRITEBEHIND_DATA0x00000254{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
ERROR_CLIENT_SERVER_PARAMETERS_INVALID0x00000255The 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_STREAM0x00000256The stream is not a tiny stream.
ERROR_STACK_OVERFLOW_READ0x00000257The request must be handled by the stack overflow code.
ERROR_CONVERT_TO_LARGE0x00000258Internal 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_SCOPE0x00000259The 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_BUCKET0x0000025AThe bucket array must be grown. Retry transaction after doing so.
ERROR_MARSHALL_OVERFLOW0x0000025BThe user/kernel marshalling buffer has overflowed.
ERROR_INVALID_VARIANT0x0000025CThe supplied variant structure contains invalid data.
ERROR_BAD_COMPRESSION_BUFFER0x0000025DThe specified buffer contains ill-formed data.
ERROR_AUDIT_FAILED0x0000025E{Audit Failed} An attempt to generate a security audit failed.
ERROR_TIMER_RESOLUTION_NOT_SET0x0000025FThe timer resolution was not previously set by the current process.
ERROR_INSUFFICIENT_LOGON_INFO0x00000260There is insufficient account information to log you on.
ERROR_BAD_DLL_ENTRYPOINT0x00000261{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
ERROR_BAD_SERVICE_ENTRYPOINT0x00000262{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
ERROR_IP_ADDRESS_CONFLICT10x00000263There is an IP address conflict with another system on the network
ERROR_IP_ADDRESS_CONFLICT20x00000264There is an IP address conflict with another system on the network
ERROR_REGISTRY_QUOTA_LIMIT0x00000265{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
ERROR_NO_CALLBACK_ACTIVE0x00000266A callback return system service cannot be executed when no callback is active.
ERROR_PWD_TOO_SHORT0x00000267The password provided is too short to meet the policy of your user account. Please choose a longer password.
ERROR_PWD_TOO_RECENT0x00000268The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
ERROR_PWD_HISTORY_CONFLICT0x00000269You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used.
ERROR_UNSUPPORTED_COMPRESSION0x0000026AThe specified compression format is unsupported.
ERROR_INVALID_HW_PROFILE0x0000026BThe specified hardware profile configuration is invalid.
ERROR_INVALID_PLUGPLAY_DEVICE_PATH0x0000026CThe specified Plug and Play registry device path is invalid.
ERROR_QUOTA_LIST_INCONSISTENT0x0000026DThe specified quota list is internally inconsistent with its descriptor.
ERROR_EVALUATION_EXPIRATION0x0000026E{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
ERROR_ILLEGAL_DLL_RELOCATION0x0000026F{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
ERROR_DLL_INIT_FAILED_LOGOFF0x00000270{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
ERROR_VALIDATE_CONTINUE0x00000271The validation process needs to continue on to the next step.
ERROR_NO_MORE_MATCHES0x00000272There are no more matches for the current index enumeration.
ERROR_RANGE_LIST_CONFLICT0x00000273The range could not be added to the range list because of a conflict.
ERROR_SERVER_SID_MISMATCH0x00000274The server process is running under a SID different than that required by client.
ERROR_CANT_ENABLE_DENY_ONLY0x00000275A group marked use for deny only cannot be enabled.
ERROR_FLOAT_MULTIPLE_FAULTS0x00000276{EXCEPTION} Multiple floating point faults.
ERROR_FLOAT_MULTIPLE_TRAPS0x00000277{EXCEPTION} Multiple floating point traps.
ERROR_NOINTERFACE0x00000278The requested interface is not supported.
ERROR_DRIVER_FAILED_SLEEP0x00000279{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
ERROR_CORRUPT_SYSTEM_FILE0x0000027AThe system file %1 has become corrupt and has been replaced.
ERROR_COMMITMENT_MINIMUM0x0000027B{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.
ERROR_PNP_RESTART_ENUMERATION0x0000027CA device was removed so enumeration must be restarted.
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE0x0000027D{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
ERROR_PNP_REBOOT_REQUIRED0x0000027EDevice will not start without a reboot.
ERROR_INSUFFICIENT_POWER0x0000027FThere is not enough power to complete the requested operation.
ERROR_MULTIPLE_FAULT_VIOLATION0x00000280
ERROR_SYSTEM_SHUTDOWN0x00000281The system is in the process of shutting down.
ERROR_PORT_NOT_SET0x00000282An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
ERROR_DS_VERSION_CHECK_FAILURE0x00000283This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
ERROR_RANGE_NOT_FOUND0x00000284The specified range could not be found in the range list.
ERROR_NOT_SAFE_MODE_DRIVER0x00000286The driver was not loaded because the system is booting into safe mode.
ERROR_FAILED_DRIVER_ENTRY0x00000287The driver was not loaded because it failed its initialization call.
ERROR_DEVICE_ENUMERATION_ERROR0x00000288The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.
ERROR_MOUNT_POINT_NOT_RESOLVED0x00000289The 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_PARAMETER0x0000028AThe device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
ERROR_MCA_OCCURED0x0000028BA Machine Check Error has occurred. Please check the system eventlog for additional information.
ERROR_DRIVER_DATABASE_ERROR0x0000028CThere was error [%2] processing the driver database.
ERROR_SYSTEM_HIVE_TOO_LARGE0x0000028DSystem hive size has exceeded its limit.
ERROR_DRIVER_FAILED_PRIOR_UNLOAD0x0000028EThe driver could not be loaded because a previous version of the driver is still in memory.
ERROR_VOLSNAP_PREPARE_HIBERNATE0x0000028F{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
ERROR_HIBERNATION_FAILURE0x00000290The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
ERROR_PWD_TOO_LONG0x00000291The password provided is too long to meet the policy of your user account. Please choose a shorter password.
ERROR_FILE_SYSTEM_LIMITATION0x00000299The requested operation could not be completed due to a file system limitation
ERROR_ASSERTION_FAILURE0x0000029CAn assertion failure has occurred.
ERROR_ACPI_ERROR0x0000029DAn error occurred in the ACPI subsystem.
ERROR_WOW_ASSERTION0x0000029EWOW Assertion Error.
ERROR_PNP_BAD_MPS_TABLE0x0000029FA device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.
ERROR_PNP_TRANSLATION_FAILED0x000002A0A translator failed to translate resources.
ERROR_PNP_IRQ_TRANSLATION_FAILED0x000002A1A IRQ translator failed to translate resources.
ERROR_PNP_INVALID_ID0x000002A2Driver %2 returned invalid ID for a child device (%3).
ERROR_WAKE_SYSTEM_DEBUGGER0x000002A3{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.
ERROR_HANDLES_CLOSED0x000002A4{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation.
ERROR_EXTRANEOUS_INFORMATION0x000002A5{Too Much Information} The specified access control list (ACL) contained more information than was expected.
ERROR_RXACT_COMMIT_NECESSARY0x000002A6This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
ERROR_MEDIA_CHECK0x000002A7{Media Changed} The media may have changed.
ERROR_GUID_SUBSTITUTION_MADE0x000002A8{GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
ERROR_STOPPED_ON_SYMLINK0x000002A9The create operation stopped after reaching a symbolic link
ERROR_LONGJUMP0x000002AAA long jump has been executed.
ERROR_PLUGPLAY_QUERY_VETOED0x000002ABThe Plug and Play query operation was not successful.
ERROR_UNWIND_CONSOLIDATE0x000002ACA frame consolidation has been executed.
ERROR_REGISTRY_HIVE_RECOVERED0x000002AD{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
ERROR_DLL_MIGHT_BE_INSECURE0x000002AEThe 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_INCOMPATIBLE0x000002AFThe 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_HANDLED0x000002B0Debugger did not handle the exception.
ERROR_DBG_REPLY_LATER0x000002B1Debugger will reply later.
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE0x000002B2Debugger cannot provide handle.
ERROR_DBG_TERMINATE_THREAD0x000002B3Debugger terminated thread.
ERROR_DBG_TERMINATE_PROCESS0x000002B4Debugger terminated process.
ERROR_DBG_CONTROL_C0x000002B5Debugger got control C.
ERROR_DBG_PRINTEXCEPTION_C0x000002B6Debugger printed exception on control C.
ERROR_DBG_RIPEXCEPTION0x000002B7Debugger received RIP exception.
ERROR_DBG_CONTROL_BREAK0x000002B8Debugger received control break.
ERROR_DBG_COMMAND_EXCEPTION0x000002B9Debugger command communication exception.
ERROR_OBJECT_NAME_EXISTS0x000002BA{Object Exists} An attempt was made to create an object and the object name already existed.
ERROR_THREAD_WAS_SUSPENDED0x000002BB{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
ERROR_IMAGE_NOT_AT_BASE0x000002BC{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
ERROR_RXACT_STATE_CREATED0x000002BDThis informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
ERROR_SEGMENT_NOTIFICATION0x000002BE{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
ERROR_BAD_CURRENT_DIRECTORY0x000002BF{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
ERROR_FT_READ_RECOVERY_FROM_BACKUP0x000002C0{Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
ERROR_FT_WRITE_RECOVERY0x000002C1{Redundant Write} To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
ERROR_IMAGE_MACHINE_TYPE_MISMATCH0x000002C2{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
ERROR_RECEIVE_PARTIAL0x000002C3{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
ERROR_RECEIVE_EXPEDITED0x000002C4{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
ERROR_RECEIVE_PARTIAL_EXPEDITED0x000002C5{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
ERROR_EVENT_DONE0x000002C6{TDI Event Done} The TDI indication has completed successfully.
ERROR_EVENT_PENDING0x000002C7{TDI Event Pending} The TDI indication has entered the pending state.
ERROR_CHECKING_FILE_SYSTEM0x000002C8Checking file system on %wZ
ERROR_FATAL_APP_EXIT0x000002C9{Fatal Application Exit} %hs
ERROR_PREDEFINED_HANDLE0x000002CAThe specified registry key is referenced by a predefined handle.
ERROR_WAS_UNLOCKED0x000002CB{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
ERROR_SERVICE_NOTIFICATION0x000002CC%hs
ERROR_WAS_LOCKED0x000002CD{Page Locked} One of the pages to lock was already locked.
ERROR_LOG_HARD_ERROR0x000002CEApplication popup: %1 : %2
ERROR_ALREADY_WIN320x000002CF
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE0x000002D0{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.
ERROR_NO_YIELD_PERFORMED0x000002D1A yield execution was performed and no thread was available to run.
ERROR_TIMER_RESUME_IGNORED0x000002D2The resumable flag to a timer API was ignored.
ERROR_ARBITRATION_UNHANDLED0x000002D3The arbiter has deferred arbitration of these resources to its parent
ERROR_CARDBUS_NOT_SUPPORTED0x000002D4The inserted CardBus device cannot be started because of a configuration error on "%hs".
ERROR_MP_PROCESSOR_MISMATCH0x000002D5The 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_HIBERNATED0x000002D6The system was put into hibernation.
ERROR_RESUME_HIBERNATION0x000002D7The system was resumed from hibernation.
ERROR_FIRMWARE_UPDATED0x000002D8Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
ERROR_DRIVERS_LEAKING_LOCKED_PAGES0x000002D9A 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_SYSTEM0x000002DAThe system has awoken
ERROR_WAIT_10x000002DB
ERROR_WAIT_20x000002DC
ERROR_WAIT_30x000002DD
ERROR_WAIT_630x000002DE
ERROR_ABANDONED_WAIT_00x000002DF
ERROR_ABANDONED_WAIT_630x000002E0
ERROR_USER_APC0x000002E1
ERROR_KERNEL_APC0x000002E2
ERROR_ALERTED0x000002E3
ERROR_ELEVATION_REQUIRED0x000002E4The requested operation requires elevation.
ERROR_REPARSE0x000002E5A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
ERROR_OPLOCK_BREAK_IN_PROGRESS0x000002E6An open/create operation completed while an oplock break is underway.
ERROR_VOLUME_MOUNTED0x000002E7A new volume has been mounted by a file system.
ERROR_RXACT_COMMITTED0x000002E8This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.
ERROR_NOTIFY_CLEANUP0x000002E9This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED0x000002EA{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.
ERROR_PAGE_FAULT_TRANSITION0x000002EBPage fault was a transition fault.
ERROR_PAGE_FAULT_DEMAND_ZERO0x000002ECPage fault was a demand zero fault.
ERROR_PAGE_FAULT_COPY_ON_WRITE0x000002EDPage fault was a demand zero fault.
ERROR_PAGE_FAULT_GUARD_PAGE0x000002EEPage fault was a demand zero fault.
ERROR_PAGE_FAULT_PAGING_FILE0x000002EFPage fault was satisfied by reading from a secondary storage device.
ERROR_CACHE_PAGE_LOCKED0x000002F0Cached page was locked during operation.
ERROR_CRASH_DUMP0x000002F1Crash dump exists in paging file.
ERROR_BUFFER_ALL_ZEROS0x000002F2Specified buffer contains all zeros.
ERROR_REPARSE_OBJECT0x000002F3A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
ERROR_RESOURCE_REQUIREMENTS_CHANGED0x000002F4The device has succeeded a query-stop and its resource requirements have changed.
ERROR_TRANSLATION_COMPLETE0x000002F5The translator has translated these resources into the global space and no further translations should be performed.
ERROR_NOTHING_TO_TERMINATE0x000002F6A process being terminated has no threads to terminate.
ERROR_PROCESS_NOT_IN_JOB0x000002F7The specified process is not part of a job.
ERROR_PROCESS_IN_JOB0x000002F8The specified process is part of a job.
ERROR_VOLSNAP_HIBERNATE_READY0x000002F9{Volume Shadow Copy Service} The system is now ready for hibernation.
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY0x000002FAA file system or file system filter driver has successfully completed an FsFilter operation.
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED0x000002FBThe specified interrupt vector was already connected.
ERROR_INTERRUPT_STILL_CONNECTED0x000002FCThe specified interrupt vector is still connected.
ERROR_WAIT_FOR_OPLOCK0x000002FDAn operation is blocked waiting for an oplock.
ERROR_DBG_EXCEPTION_HANDLED0x000002FEDebugger handled exception
ERROR_DBG_CONTINUE0x000002FFDebugger continued
ERROR_CALLBACK_POP_STACK0x00000300An exception occurred in a user mode callback and the kernel callback frame should be removed.
ERROR_COMPRESSION_DISABLED0x00000301Compression is disabled for this volume.
ERROR_CANTFETCHBACKWARDS0x00000302The data provider cannot fetch backwards through a result set.
ERROR_CANTSCROLLBACKWARDS0x00000303The data provider cannot scroll backwards through a result set.
ERROR_ROWSNOTRELEASED0x00000304The data provider requires that previously fetched data is released before asking for more data.
ERROR_BAD_ACCESSOR_FLAGS0x00000305The data provider was not able to interpret the flags set for a column binding in an accessor.
ERROR_ERRORS_ENCOUNTERED0x00000306One or more errors occurred while processing the request.
ERROR_NOT_CAPABLE0x00000307The implementation is not capable of performing the request.
ERROR_REQUEST_OUT_OF_SEQUENCE0x00000308The client of a component requested an operation which is not valid given the state of the component instance.
ERROR_VERSION_PARSE_ERROR0x00000309A version number could not be parsed.
ERROR_BADSTARTPOSITION0x0000030AThe iterator's start position is invalid.
ERROR_MEMORY_HARDWARE0x0000030BThe hardware has reported an uncorrectable memory error.
ERROR_DISK_REPAIR_DISABLED0x0000030CThe attempted operation required self healing to be enabled.
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE0x0000030DThe Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
ERROR_SYSTEM_POWERSTATE_TRANSITION0x0000030EThe system power state is transitioning from %2 to %3.
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION0x0000030FThe system power state is transitioning from %2 to %3 but could enter %4.
ERROR_MCA_EXCEPTION0x00000310A thread is getting dispatched with MCA EXCEPTION because of MCA.
ERROR_ACCESS_AUDIT_BY_POLICY0x00000311Access to %1 is monitored by policy rule %2.
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY0x00000312Access to %1 has been restricted by your Administrator by policy rule %2.
ERROR_ABANDON_HIBERFILE0x00000313A valid hibernation file has been invalidated and should be abandoned.
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED0x00000314{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere.
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR0x00000315{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Please try to save this file elsewhere.
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR0x00000316{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected.
ERROR_BAD_MCFG_TABLE0x00000317The resources required for this device conflict with the MCFG table.
ERROR_DISK_REPAIR_REDIRECTED0x00000318The volume repair could not be performed while it is online. Please schedule to take the volume offline so that it can be repaired.
ERROR_DISK_REPAIR_UNSUCCESSFUL0x00000319The volume repair was not successful.
ERROR_CORRUPT_LOG_OVERFULL0x0000031AOne of the volume corruption logs is full. Further corruptions that may be detected won't be logged.
ERROR_CORRUPT_LOG_CORRUPTED0x0000031BOne 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_UNAVAILABLE0x0000031COne of the volume corruption logs is unavailable for being operated on.
ERROR_CORRUPT_LOG_DELETED_FULL0x0000031DOne 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_CLEARED0x0000031EOne of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.
ERROR_ORPHAN_NAME_EXHAUSTED0x0000031FOrphaned 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_HANDLE0x00000320The oplock that was associated with this handle is now associated with a different handle.
ERROR_CANNOT_GRANT_REQUESTED_OPLOCK0x00000321An oplock of the requested level cannot be granted. An oplock of a lower level may be available.
ERROR_CANNOT_BREAK_OPLOCK0x00000322The 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_CLOSED0x00000323The handle with which this oplock was associated has been closed. The oplock is now broken.
ERROR_NO_ACE_CONDITION0x00000324The specified access control entry (ACE) does not contain a condition.
ERROR_INVALID_ACE_CONDITION0x00000325The specified access control entry (ACE) contains an invalid condition.
ERROR_FILE_HANDLE_REVOKED0x00000326Access to the specified file handle has been revoked.
ERROR_IMAGE_AT_DIFFERENT_BASE0x00000327{Image Relocated} An image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image.
ERROR_ENCRYPTED_IO_NOT_POSSIBLE0x00000328The 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_PROGRESS0x00000329File metadata optimization is already in progress.
ERROR_QUOTA_ACTIVITY0x0000032AThe requested operation failed due to quota operation is still in progress.
ERROR_HANDLE_REVOKED0x0000032BAccess to the specified handle has been revoked.
ERROR_CALLBACK_INVOKE_INLINE0x0000032CThe callback function must be invoked inline.
ERROR_CPU_SET_INVALID0x0000032DThe specified CPU Set IDs are invalid.
ERROR_ENCLAVE_NOT_TERMINATED0x0000032EThe specified enclave has not yet been terminated.
ERROR_ENCLAVE_VIOLATION0x0000032FAn attempt was made to access protected memory in violation of its secure access policy.
ERROR_EA_ACCESS_DENIED0x000003E2Access to the extended attribute was denied.
ERROR_OPERATION_ABORTED0x000003E3The I/O operation has been aborted because of either a thread exit or an application request.
ERROR_IO_INCOMPLETE0x000003E4Overlapped I/O event is not in a signaled state.
ERROR_IO_PENDING0x000003E5Overlapped I/O operation is in progress.
ERROR_NOACCESS0x000003E6Invalid access to memory location.
ERROR_SWAPERROR0x000003E7Error performing inpage operation.
ERROR_STACK_OVERFLOW0x000003E9Recursion too deep; the stack overflowed.
ERROR_INVALID_MESSAGE0x000003EAThe window cannot act on the sent message.
ERROR_CAN_NOT_COMPLETE0x000003EBCannot complete this function.
ERROR_INVALID_FLAGS0x000003ECInvalid flags.
ERROR_UNRECOGNIZED_VOLUME0x000003EDThe volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted.
ERROR_FILE_INVALID0x000003EEThe volume for a file has been externally altered so that the opened file is no longer valid.
ERROR_FULLSCREEN_MODE0x000003EFThe requested operation cannot be performed in full-screen mode.
ERROR_NO_TOKEN0x000003F0An attempt was made to reference a token that does not exist.
ERROR_BADDB0x000003F1The configuration registry database is corrupt.
ERROR_BADKEY0x000003F2The configuration registry key is invalid.
ERROR_CANTOPEN0x000003F3The configuration registry key could not be opened.
ERROR_CANTREAD0x000003F4The configuration registry key could not be read.
ERROR_CANTWRITE0x000003F5The configuration registry key could not be written.
ERROR_REGISTRY_RECOVERED0x000003F6One 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_CORRUPT0x000003F7The 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_FAILED0x000003F8An 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_FILE0x000003F9The 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_DELETED0x000003FAIllegal operation attempted on a registry key that has been marked for deletion.
ERROR_NO_LOG_SPACE0x000003FBSystem could not allocate the required space in a registry log.
ERROR_KEY_HAS_CHILDREN0x000003FCCannot create a symbolic link in a registry key that already has subkeys or values.
ERROR_CHILD_MUST_BE_VOLATILE0x000003FDCannot create a stable subkey under a volatile parent key.
ERROR_NOTIFY_ENUM_DIR0x000003FEA 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_RUNNING0x0000041BA stop control has been sent to a service that other running services are dependent on.
ERROR_INVALID_SERVICE_CONTROL0x0000041CThe requested control is not valid for this service.
ERROR_SERVICE_REQUEST_TIMEOUT0x0000041DThe service did not respond to the start or control request in a timely fashion.
ERROR_SERVICE_NO_THREAD0x0000041EA thread could not be created for the service.
ERROR_SERVICE_DATABASE_LOCKED0x0000041FThe service database is locked.
ERROR_SERVICE_ALREADY_RUNNING0x00000420An instance of the service is already running.
ERROR_INVALID_SERVICE_ACCOUNT0x00000421The account name is invalid or does not exist, or the password is invalid for the account name specified.
ERROR_SERVICE_DISABLED0x00000422The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
ERROR_CIRCULAR_DEPENDENCY0x00000423Circular service dependency was specified.
ERROR_SERVICE_DOES_NOT_EXIST0x00000424The specified service does not exist as an installed service.
ERROR_SERVICE_CANNOT_ACCEPT_CTRL0x00000425The service cannot accept control messages at this time.
ERROR_SERVICE_NOT_ACTIVE0x00000426The service has not been started.
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT0x00000427The service process could not connect to the service controller.
ERROR_EXCEPTION_IN_SERVICE0x00000428An exception occurred in the service when handling the control request.
ERROR_DATABASE_DOES_NOT_EXIST0x00000429The database specified does not exist.
ERROR_SERVICE_SPECIFIC_ERROR0x0000042AThe service has returned a service-specific error code.
ERROR_PROCESS_ABORTED0x0000042BThe process terminated unexpectedly.
ERROR_SERVICE_DEPENDENCY_FAIL0x0000042CThe dependency service or group failed to start.
ERROR_SERVICE_LOGON_FAILED0x0000042DThe service did not start due to a logon failure.
ERROR_SERVICE_START_HANG0x0000042EAfter starting, the service hung in a start-pending state.
ERROR_INVALID_SERVICE_LOCK0x0000042FThe specified service database lock is invalid.
ERROR_SERVICE_MARKED_FOR_DELETE0x00000430The specified service has been marked for deletion.
ERROR_SERVICE_EXISTS0x00000431The specified service already exists.
ERROR_ALREADY_RUNNING_LKG0x00000432The system is currently running with the last-known-good configuration.
ERROR_SERVICE_DEPENDENCY_DELETED0x00000433The dependency service does not exist or has been marked for deletion.
ERROR_BOOT_ALREADY_ACCEPTED0x00000434The current boot has already been accepted for use as the last-known-good control set.
ERROR_SERVICE_NEVER_STARTED0x00000435No attempts to start the service have been made since the last boot.
ERROR_DUPLICATE_SERVICE_NAME0x00000436The name is already in use as either a service name or a service display name.
ERROR_DIFFERENT_SERVICE_ACCOUNT0x00000437The account specified for this service is different from the account specified for other services running in the same process.
ERROR_CANNOT_DETECT_DRIVER_FAILURE0x00000438Failure actions can only be set for Win32 services, not for drivers.
ERROR_CANNOT_DETECT_PROCESS_ABORT0x00000439This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.
ERROR_NO_RECOVERY_PROGRAM0x0000043ANo recovery program has been configured for this service.
ERROR_SERVICE_NOT_IN_EXE0x0000043BThe executable program that this service is configured to run in does not implement the service.
ERROR_NOT_SAFEBOOT_SERVICE0x0000043CThis service cannot be started in Safe Mode
ERROR_END_OF_MEDIA0x0000044CThe physical end of the tape has been reached.
ERROR_FILEMARK_DETECTED0x0000044DA tape access reached a filemark.
ERROR_BEGINNING_OF_MEDIA0x0000044EThe beginning of the tape or a partition was encountered.
ERROR_SETMARK_DETECTED0x0000044FA tape access reached the end of a set of files.
ERROR_NO_DATA_DETECTED0x00000450No more data is on the tape.
ERROR_PARTITION_FAILURE0x00000451Tape could not be partitioned.
ERROR_INVALID_BLOCK_LENGTH0x00000452When accessing a new tape of a multivolume partition, the current block size is incorrect.
ERROR_DEVICE_NOT_PARTITIONED0x00000453Tape partition information could not be found when loading a tape.
ERROR_UNABLE_TO_LOCK_MEDIA0x00000454Unable to lock the media eject mechanism.
ERROR_UNABLE_TO_UNLOAD_MEDIA0x00000455Unable to unload the media.
ERROR_MEDIA_CHANGED0x00000456The media in the drive may have changed.
ERROR_BUS_RESET0x00000457The I/O bus was reset.
ERROR_NO_MEDIA_IN_DRIVE0x00000458No media in drive.
ERROR_NO_UNICODE_TRANSLATION0x00000459No mapping for the Unicode character exists in the target multi-byte code page.
ERROR_DLL_INIT_FAILED0x0000045AA dynamic link library (DLL) initialization routine failed.
ERROR_SHUTDOWN_IN_PROGRESS0x0000045BA system shutdown is in progress.
ERROR_NO_SHUTDOWN_IN_PROGRESS0x0000045CUnable to abort the system shutdown because no shutdown was in progress.
ERROR_IO_DEVICE0x0000045DThe request could not be performed because of an I/O device error.
ERROR_SERIAL_NO_DEVICE0x0000045ENo serial device was successfully initialized. The serial driver will unload.
ERROR_IRQ_BUSY0x0000045FUnable 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_WRITES0x00000460A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
ERROR_COUNTER_TIMEOUT0x00000461A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
ERROR_FLOPPY_ID_MARK_NOT_FOUND0x00000462No ID address mark was found on the floppy disk.
ERROR_FLOPPY_WRONG_CYLINDER0x00000463Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
ERROR_FLOPPY_UNKNOWN_ERROR0x00000464The floppy disk controller reported an error that is not recognized by the floppy disk driver.
ERROR_FLOPPY_BAD_REGISTERS0x00000465The floppy disk controller returned inconsistent results in its registers.
ERROR_DISK_RECALIBRATE_FAILED0x00000466While accessing the hard disk, a recalibrate operation failed, even after retries.
ERROR_DISK_OPERATION_FAILED0x00000467While accessing the hard disk, a disk operation failed even after retries.
ERROR_DISK_RESET_FAILED0x00000468While accessing the hard disk, a disk controller reset was needed, but even that failed.
ERROR_EOM_OVERFLOW0x00000469Physical end of tape encountered.
ERROR_NOT_ENOUGH_SERVER_MEMORY0x0000046ANot enough server memory resources are available to process this command.
ERROR_POSSIBLE_DEADLOCK0x0000046BA potential deadlock condition has been detected.
ERROR_MAPPED_ALIGNMENT0x0000046CThe base address or the file offset specified does not have the proper alignment.
ERROR_SET_POWER_STATE_VETOED0x00000474An attempt to change the system power state was vetoed by another application or driver.
ERROR_SET_POWER_STATE_FAILED0x00000475The system BIOS failed an attempt to change the system power state.
ERROR_TOO_MANY_LINKS0x00000476An attempt was made to create more links on a file than the file system supports.
ERROR_OLD_WIN_VERSION0x0000047EThe specified program requires a newer version of Windows.
ERROR_APP_WRONG_OS0x0000047FThe specified program is not a Windows or MS-DOS program.
ERROR_SINGLE_INSTANCE_APP0x00000480Cannot start more than one instance of the specified program.
ERROR_RMODE_APP0x00000481The specified program was written for an earlier version of Windows.
ERROR_INVALID_DLL0x00000482One of the library files needed to run this application is damaged.
ERROR_NO_ASSOCIATION0x00000483No application is associated with the specified file for this operation.
ERROR_DDE_FAIL0x00000484An error occurred in sending the command to the application.
ERROR_DLL_NOT_FOUND0x00000485One of the library files needed to run this application cannot be found.
ERROR_NO_MORE_USER_HANDLES0x00000486The current process has used all of its system allowance of handles for Window Manager objects.
ERROR_MESSAGE_SYNC_ONLY0x00000487The message can be used only with synchronous operations.
ERROR_SOURCE_ELEMENT_EMPTY0x00000488The indicated source element has no media.
ERROR_DESTINATION_ELEMENT_FULL0x00000489The indicated destination element already contains media.
ERROR_ILLEGAL_ELEMENT_ADDRESS0x0000048AThe indicated element does not exist.
ERROR_MAGAZINE_NOT_PRESENT0x0000048BThe indicated element is part of a magazine that is not present.
ERROR_DEVICE_REINITIALIZATION_NEEDED0x0000048CThe indicated device requires reinitialization due to hardware errors.
ERROR_DEVICE_REQUIRES_CLEANING0x0000048DThe device has indicated that cleaning is required before further operations are attempted.
ERROR_DEVICE_DOOR_OPEN0x0000048EThe device has indicated that its door is open.
ERROR_DEVICE_NOT_CONNECTED0x0000048FThe device is not connected.
ERROR_NOT_FOUND0x00000490Element not found.
ERROR_NO_MATCH0x00000491There was no match for the specified key in the index.
ERROR_SET_NOT_FOUND0x00000492The property set specified does not exist on the object.
ERROR_POINT_NOT_FOUND0x00000493The point passed to GetMouseMovePoints is not in the buffer.
ERROR_NO_TRACKING_SERVICE0x00000494The tracking (workstation) service is not running.
ERROR_NO_VOLUME_ID0x00000495The Volume ID could not be found.
ERROR_UNABLE_TO_REMOVE_REPLACED0x00000497Unable to remove the file to be replaced.
ERROR_UNABLE_TO_MOVE_REPLACEMENT0x00000498Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
ERROR_UNABLE_TO_MOVE_REPLACEMENT_20x00000499Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
ERROR_JOURNAL_DELETE_IN_PROGRESS0x0000049AThe volume change journal is being deleted.
ERROR_JOURNAL_NOT_ACTIVE0x0000049BThe volume change journal is not active.
ERROR_POTENTIAL_FILE_FOUND0x0000049CA file was found, but it may not be the correct file.
ERROR_JOURNAL_ENTRY_DELETED0x0000049DThe journal entry has been deleted from the journal.
ERROR_VRF_CFG_ENABLED0x0000049FDriver Verifier Volatile settings cannot be set when CFG is enabled.
ERROR_PARTITION_TERMINATING0x000004A0An attempt was made to access a partition that has begun termination.
ERROR_SHUTDOWN_IS_SCHEDULED0x000004A6A system shutdown has already been scheduled.
ERROR_SHUTDOWN_USERS_LOGGED_ON0x000004A7The system shutdown cannot be initiated because there are other users logged on to the computer.
ERROR_BAD_DEVICE0x000004B0The specified device name is invalid.
ERROR_CONNECTION_UNAVAIL0x000004B1The device is not currently connected but it is a remembered connection.
ERROR_DEVICE_ALREADY_REMEMBERED0x000004B2The local device name has a remembered connection to another network resource.
ERROR_NO_NET_OR_BAD_PATH0x000004B3The 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_PROVIDER0x000004B4The specified network provider name is invalid.
ERROR_CANNOT_OPEN_PROFILE0x000004B5Unable to open the network connection profile.
ERROR_BAD_PROFILE0x000004B6The network connection profile is corrupted.
ERROR_NOT_CONTAINER0x000004B7Cannot enumerate a noncontainer.
ERROR_EXTENDED_ERROR0x000004B8An extended error has occurred.
ERROR_INVALID_GROUPNAME0x000004B9The format of the specified group name is invalid.
ERROR_INVALID_COMPUTERNAME0x000004BAThe format of the specified computer name is invalid.
ERROR_INVALID_EVENTNAME0x000004BBThe format of the specified event name is invalid.
ERROR_INVALID_DOMAINNAME0x000004BCThe format of the specified domain name is invalid.
ERROR_INVALID_SERVICENAME0x000004BDThe format of the specified service name is invalid.
ERROR_INVALID_NETNAME0x000004BEThe format of the specified network name is invalid.
ERROR_INVALID_SHARENAME0x000004BFThe format of the specified share name is invalid.
ERROR_INVALID_PASSWORDNAME0x000004C0The format of the specified password is invalid.
ERROR_INVALID_MESSAGENAME0x000004C1The format of the specified message name is invalid.
ERROR_INVALID_MESSAGEDEST0x000004C2The format of the specified message destination is invalid.
ERROR_SESSION_CREDENTIAL_CONFLICT0x000004C3Multiple 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_EXCEEDED0x000004C4An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
ERROR_DUP_DOMAINNAME0x000004C5The workgroup or domain name is already in use by another computer on the network.
ERROR_NO_NETWORK0x000004C6The network is not present or not started.
ERROR_CANCELLED0x000004C7The operation was canceled by the user.
ERROR_USER_MAPPED_FILE0x000004C8The requested operation cannot be performed on a file with a user-mapped section open.
ERROR_CONNECTION_REFUSED0x000004C9The remote computer refused the network connection.
ERROR_GRACEFUL_DISCONNECT0x000004CAThe network connection was gracefully closed.
ERROR_ADDRESS_ALREADY_ASSOCIATED0x000004CBThe network transport endpoint already has an address associated with it.
ERROR_ADDRESS_NOT_ASSOCIATED0x000004CCAn address has not yet been associated with the network endpoint.
ERROR_CONNECTION_INVALID0x000004CDAn operation was attempted on a nonexistent network connection.
ERROR_CONNECTION_ACTIVE0x000004CEAn invalid operation was attempted on an active network connection.
ERROR_NETWORK_UNREACHABLE0x000004CFThe network location cannot be reached. For information about network troubleshooting, see Windows Help.
ERROR_HOST_UNREACHABLE0x000004D0The network location cannot be reached. For information about network troubleshooting, see Windows Help.
ERROR_PROTOCOL_UNREACHABLE0x000004D1The network location cannot be reached. For information about network troubleshooting, see Windows Help.
ERROR_PORT_UNREACHABLE0x000004D2No service is operating at the destination network endpoint on the remote system.
ERROR_REQUEST_ABORTED0x000004D3The request was aborted.
ERROR_CONNECTION_ABORTED0x000004D4The network connection was aborted by the local system.
ERROR_RETRY0x000004D5The operation could not be completed. A retry should be performed.
ERROR_CONNECTION_COUNT_LIMIT0x000004D6A 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_RESTRICTION0x000004D7Attempting to log in during an unauthorized time of day for this account.
ERROR_LOGIN_WKSTA_RESTRICTION0x000004D8The account is not authorized to log in from this station.
ERROR_INCORRECT_ADDRESS0x000004D9The network address could not be used for the operation requested.
ERROR_ALREADY_REGISTERED0x000004DAThe service is already registered.
ERROR_SERVICE_NOT_FOUND0x000004DBThe specified service does not exist.
ERROR_NOT_AUTHENTICATED0x000004DCThe operation being requested was not performed because the user has not been authenticated.
ERROR_NOT_LOGGED_ON0x000004DDThe operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.
ERROR_CONTINUE0x000004DEContinue with work in progress.
ERROR_ALREADY_INITIALIZED0x000004DFAn attempt was made to perform an initialization operation when initialization has already been completed.
ERROR_NO_MORE_DEVICES0x000004E0No more local devices.
ERROR_NO_SUCH_SITE0x000004E1The specified site does not exist.
ERROR_DOMAIN_CONTROLLER_EXISTS0x000004E2A domain controller with the specified name already exists.
ERROR_ONLY_IF_CONNECTED0x000004E3This operation is supported only when you are connected to the server.
ERROR_OVERRIDE_NOCHANGES0x000004E4The group policy framework should call the extension even if there are no changes.
ERROR_BAD_USER_PROFILE0x000004E5The specified user does not have a valid profile.
ERROR_NOT_SUPPORTED_ON_SBS0x000004E6This operation is not supported on a computer running Windows Server 2003 for Small Business Server
ERROR_SERVER_SHUTDOWN_IN_PROGRESS0x000004E7The server machine is shutting down.
ERROR_HOST_DOWN0x000004E8The remote system is not available. For information about network troubleshooting, see Windows Help.
ERROR_NON_ACCOUNT_SID0x000004E9The security identifier provided is not from an account domain.
ERROR_NON_DOMAIN_SID0x000004EAThe security identifier provided does not have a domain component.
ERROR_APPHELP_BLOCK0x000004EBAppHelp dialog canceled thus preventing the application from starting.
ERROR_ACCESS_DISABLED_BY_POLICY0x000004ECThis program is blocked by group policy. For more information, contact your system administrator.
ERROR_REG_NAT_CONSUMPTION0x000004EDA program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
ERROR_CSCSHARE_OFFLINE0x000004EEThe share is currently offline or does not exist.
ERROR_PKINIT_FAILURE0x000004EFThe 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_FAILURE0x000004F0The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
ERROR_DOWNGRADE_DETECTED0x000004F1The system cannot contact a domain controller to service the authentication request. Please try again later.
ERROR_MACHINE_LOCKED0x000004F7The machine is locked and cannot be shut down without the force option.
ERROR_SMB_GUEST_LOGON_BLOCKED0x000004F8You 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_DATA0x000004F9An application-defined callback gave invalid data when called.
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED0x000004FAThe group policy framework should call the extension in the synchronous foreground policy refresh.
ERROR_DRIVER_BLOCKED0x000004FBThis driver has been blocked from loading
ERROR_INVALID_IMPORT_OF_NON_DLL0x000004FCA dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
ERROR_ACCESS_DISABLED_WEBBLADE0x000004FDWindows cannot open this program since it has been disabled.
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER0x000004FEWindows cannot open this program because the license enforcement system has been tampered with or become corrupted.
ERROR_RECOVERY_FAILURE0x000004FFA transaction recover failed.
ERROR_ALREADY_FIBER0x00000500The current thread has already been converted to a fiber.
ERROR_ALREADY_THREAD0x00000501The current thread has already been converted from a fiber.
ERROR_STACK_BUFFER_OVERRUN0x00000502The 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_EXCEEDED0x00000503Data present in one of the parameters is more than the function can operate on.
ERROR_DEBUGGER_INACTIVE0x00000504An attempt to do an operation on a debug object failed because the object is in the process of being deleted.
ERROR_DELAY_LOAD_FAILED0x00000505An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
ERROR_VDM_DISALLOWED0x00000506%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_ERROR0x00000507Insufficient information exists to identify the cause of failure.
ERROR_INVALID_CRUNTIME_PARAMETER0x00000508The parameter passed to a C runtime function is incorrect.
ERROR_BEYOND_VDL0x00000509The operation occurred beyond the valid data length of the file.
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE0x0000050AThe 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_TERMINATED0x0000050BThe process hosting the driver for this device has been terminated.
ERROR_IMPLEMENTATION_LIMIT0x0000050CAn operation attempted to exceed an implementation-defined limit.
ERROR_PROCESS_IS_PROTECTED0x0000050DEither the target process, or the target thread's containing process, is a protected process.
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING0x0000050EThe service notification client is lagging too far behind the current state of services in the machine.
ERROR_DISK_QUOTA_EXCEEDED0x0000050FThe requested file operation failed because the storage quota was exceeded. To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator.
ERROR_CONTENT_BLOCKED0x00000510The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE0x00000511A privilege that the service requires to function properly does not exist in the service account configuration. You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration.
ERROR_APP_HANG0x00000512A thread involved in this operation appears to be unresponsive.
ERROR_INVALID_LABEL0x00000513Indicates a particular Security ID may not be assigned as the label of an object.
ERROR_NOT_ALL_ASSIGNED0x00000514Not all privileges or groups referenced are assigned to the caller.
ERROR_SOME_NOT_MAPPED0x00000515Some mapping between account names and security IDs was not done.
ERROR_NO_QUOTAS_FOR_ACCOUNT0x00000516No system quota limits are specifically set for this account.
ERROR_LOCAL_USER_SESSION_KEY0x00000517No encryption key is available. A well-known encryption key was returned.
ERROR_NULL_LM_PASSWORD0x00000518The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.
ERROR_UNKNOWN_REVISION0x00000519The revision level is unknown.
ERROR_REVISION_MISMATCH0x0000051AIndicates two revision levels are incompatible.
ERROR_INVALID_OWNER0x0000051BThis security ID may not be assigned as the owner of this object.
ERROR_INVALID_PRIMARY_GROUP0x0000051CThis security ID may not be assigned as the primary group of an object.
ERROR_NO_IMPERSONATION_TOKEN0x0000051DAn attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
ERROR_CANT_DISABLE_MANDATORY0x0000051EThe group may not be disabled.
ERROR_NO_LOGON_SERVERS0x0000051FWe 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_SESSION0x00000520A specified logon session does not exist. It may already have been terminated.
ERROR_NO_SUCH_PRIVILEGE0x00000521A specified privilege does not exist.
ERROR_PRIVILEGE_NOT_HELD0x00000522A required privilege is not held by the client.
ERROR_INVALID_ACCOUNT_NAME0x00000523The name provided is not a properly formed account name.
ERROR_USER_EXISTS0x00000524The specified account already exists.
ERROR_NO_SUCH_USER0x00000525The specified account does not exist.
ERROR_GROUP_EXISTS0x00000526The specified group already exists.
ERROR_NO_SUCH_GROUP0x00000527The specified group does not exist.
ERROR_MEMBER_IN_GROUP0x00000528Either 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_GROUP0x00000529The specified user account is not a member of the specified group account.
ERROR_LAST_ADMIN0x0000052AThis operation is disallowed as it could result in an administration account being disabled, deleted or unable to logon.
ERROR_WRONG_PASSWORD0x0000052BUnable to update the password. The value provided as the current password is incorrect.
ERROR_ILL_FORMED_PASSWORD0x0000052CUnable to update the password. The value provided for the new password contains values that are not allowed in passwords.
ERROR_PASSWORD_RESTRICTION0x0000052DUnable 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_FAILURE0x0000052EThe user name or password is incorrect.
ERROR_ACCOUNT_RESTRICTION0x0000052FAccount 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_HOURS0x00000530Your account has time restrictions that keep you from signing in right now.
ERROR_INVALID_WORKSTATION0x00000531This user isn't allowed to sign in to this computer.
ERROR_PASSWORD_EXPIRED0x00000532The password for this account has expired.
ERROR_ACCOUNT_DISABLED0x00000533This user can't sign in because this account is currently disabled.
ERROR_NONE_MAPPED0x00000534No mapping between account names and security IDs was done.
ERROR_TOO_MANY_LUIDS_REQUESTED0x00000535Too many local user identifiers (LUIDs) were requested at one time.
ERROR_LUIDS_EXHAUSTED0x00000536No more local user identifiers (LUIDs) are available.
ERROR_INVALID_SUB_AUTHORITY0x00000537The subauthority part of a security ID is invalid for this particular use.
ERROR_INVALID_ACL0x00000538The access control list (ACL) structure is invalid.
ERROR_INVALID_SID0x00000539The security ID structure is invalid.
ERROR_INVALID_SECURITY_DESCR0x0000053AThe security descriptor structure is invalid.
ERROR_BAD_INHERITANCE_ACL0x0000053CThe inherited access control list (ACL) or access control entry (ACE) could not be built.
ERROR_SERVER_DISABLED0x0000053DThe server is currently disabled.
ERROR_SERVER_NOT_DISABLED0x0000053EThe server is currently enabled.
ERROR_INVALID_ID_AUTHORITY0x0000053FThe value provided was an invalid value for an identifier authority.
ERROR_ALLOTTED_SPACE_EXCEEDED0x00000540No more memory is available for security information updates.
ERROR_INVALID_GROUP_ATTRIBUTES0x00000541The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
ERROR_BAD_IMPERSONATION_LEVEL0x00000542Either a required impersonation level was not provided, or the provided impersonation level is invalid.
ERROR_CANT_OPEN_ANONYMOUS0x00000543Cannot open an anonymous level security token.
ERROR_BAD_VALIDATION_CLASS0x00000544The validation information class requested was invalid.
ERROR_BAD_TOKEN_TYPE0x00000545The type of the token is inappropriate for its attempted use.
ERROR_NO_SECURITY_ON_OBJECT0x00000546Unable to perform a security operation on an object that has no associated security.
ERROR_CANT_ACCESS_DOMAIN_INFO0x00000547Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
ERROR_INVALID_SERVER_STATE0x00000548The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
ERROR_INVALID_DOMAIN_STATE0x00000549The domain was in the wrong state to perform the security operation.
ERROR_INVALID_DOMAIN_ROLE0x0000054AThis operation is only allowed for the Primary Domain Controller of the domain.
ERROR_NO_SUCH_DOMAIN0x0000054BThe specified domain either does not exist or could not be contacted.
ERROR_DOMAIN_EXISTS0x0000054CThe specified domain already exists.
ERROR_DOMAIN_LIMIT_EXCEEDED0x0000054DAn attempt was made to exceed the limit on the number of domains per server.
ERROR_INTERNAL_DB_CORRUPTION0x0000054EUnable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
ERROR_INTERNAL_ERROR0x0000054FAn internal error occurred.
ERROR_GENERIC_NOT_MAPPED0x00000550Generic access types were contained in an access mask which should already be mapped to nongeneric types.
ERROR_BAD_DESCRIPTOR_FORMAT0x00000551A security descriptor is not in the right format (absolute or self-relative).
ERROR_NOT_LOGON_PROCESS0x00000552The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
ERROR_LOGON_SESSION_EXISTS0x00000553Cannot start a new logon session with an ID that is already in use.
ERROR_NO_SUCH_PACKAGE0x00000554A specified authentication package is unknown.
ERROR_BAD_LOGON_SESSION_STATE0x00000555The logon session is not in a state that is consistent with the requested operation.
ERROR_LOGON_SESSION_COLLISION0x00000556The logon session ID is already in use.
ERROR_INVALID_LOGON_TYPE0x00000557A logon request contained an invalid logon type value.
ERROR_CANNOT_IMPERSONATE0x00000558Unable to impersonate using a named pipe until data has been read from that pipe.
ERROR_RXACT_INVALID_STATE0x00000559The transaction state of a registry subtree is incompatible with the requested operation.
ERROR_RXACT_COMMIT_FAILURE0x0000055AAn internal security database corruption has been encountered.
ERROR_SPECIAL_ACCOUNT0x0000055BCannot perform this operation on built-in accounts.
ERROR_SPECIAL_GROUP0x0000055CCannot perform this operation on this built-in special group.
ERROR_SPECIAL_USER0x0000055DCannot perform this operation on this built-in special user.
ERROR_MEMBERS_PRIMARY_GROUP0x0000055EThe user cannot be removed from a group because the group is currently the user's primary group.
ERROR_TOKEN_ALREADY_IN_USE0x0000055FThe token is already in use as a primary token.
ERROR_NO_SUCH_ALIAS0x00000560The specified local group does not exist.
ERROR_MEMBER_NOT_IN_ALIAS0x00000561The specified account name is not a member of the group.
ERROR_MEMBER_IN_ALIAS0x00000562The specified account name is already a member of the group.
ERROR_ALIAS_EXISTS0x00000563The specified local group already exists.
ERROR_LOGON_NOT_GRANTED0x00000564Logon failure: the user has not been granted the requested logon type at this computer.
ERROR_TOO_MANY_SECRETS0x00000565The maximum number of secrets that may be stored in a single system has been exceeded.
ERROR_SECRET_TOO_LONG0x00000566The length of a secret exceeds the maximum length allowed.
ERROR_INTERNAL_DB_ERROR0x00000567The local security authority database contains an internal inconsistency.
ERROR_TOO_MANY_CONTEXT_IDS0x00000568During a logon attempt, the user's security context accumulated too many security IDs.
ERROR_LOGON_TYPE_NOT_GRANTED0x00000569Logon failure: the user has not been granted the requested logon type at this computer.
ERROR_NT_CROSS_ENCRYPTION_REQUIRED0x0000056AA cross-encrypted password is necessary to change a user password.
ERROR_NO_SUCH_MEMBER0x0000056BA member could not be added to or removed from the local group because the member does not exist.
ERROR_INVALID_MEMBER0x0000056CA new member could not be added to a local group because the member has the wrong account type.
ERROR_TOO_MANY_SIDS0x0000056DToo many security IDs have been specified.
ERROR_LM_CROSS_ENCRYPTION_REQUIRED0x0000056EA cross-encrypted password is necessary to change this user password.
ERROR_NO_INHERITANCE0x0000056FIndicates an ACL contains no inheritable components.
ERROR_FILE_CORRUPT0x00000570The file or directory is corrupted and unreadable.
ERROR_DISK_CORRUPT0x00000571The disk structure is corrupted and unreadable.
ERROR_NO_USER_SESSION_KEY0x00000572There is no user session key for the specified logon session.
ERROR_LICENSE_QUOTA_EXCEEDED0x00000573The 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_NAME0x00000574The target account name is incorrect.
ERROR_MUTUAL_AUTH_FAILED0x00000575Mutual Authentication failed. The server's password is out of date at the domain controller.
ERROR_TIME_SKEW0x00000576There is a time and/or date difference between the client and server.
ERROR_CURRENT_DOMAIN_NOT_ALLOWED0x00000577This operation cannot be performed on the current domain.
ERROR_INVALID_WINDOW_HANDLE0x00000578Invalid window handle.
ERROR_INVALID_MENU_HANDLE0x00000579Invalid menu handle.
ERROR_INVALID_CURSOR_HANDLE0x0000057AInvalid cursor handle.
ERROR_INVALID_ACCEL_HANDLE0x0000057BInvalid accelerator table handle.
ERROR_INVALID_HOOK_HANDLE0x0000057CInvalid hook handle.
ERROR_INVALID_DWP_HANDLE0x0000057DInvalid handle to a multiple-window position structure.
ERROR_TLW_WITH_WSCHILD0x0000057ECannot create a top-level child window.
ERROR_CANNOT_FIND_WND_CLASS0x0000057FCannot find window class.
ERROR_WINDOW_OF_OTHER_THREAD0x00000580Invalid window; it belongs to other thread.
ERROR_HOTKEY_ALREADY_REGISTERED0x00000581Hot key is already registered.
ERROR_CLASS_ALREADY_EXISTS0x00000582Class already exists.
ERROR_CLASS_DOES_NOT_EXIST0x00000583Class does not exist.
ERROR_CLASS_HAS_WINDOWS0x00000584Class still has open windows.
ERROR_INVALID_INDEX0x00000585Invalid index.
ERROR_INVALID_ICON_HANDLE0x00000586Invalid icon handle.
ERROR_PRIVATE_DIALOG_INDEX0x00000587Using private DIALOG window words.
ERROR_LISTBOX_ID_NOT_FOUND0x00000588The list box identifier was not found.
ERROR_NO_WILDCARD_CHARACTERS0x00000589No wildcards were found.
ERROR_CLIPBOARD_NOT_OPEN0x0000058AThread does not have a clipboard open.
ERROR_HOTKEY_NOT_REGISTERED0x0000058BHot key is not registered.
ERROR_WINDOW_NOT_DIALOG0x0000058CThe window is not a valid dialog window.
ERROR_CONTROL_ID_NOT_FOUND0x0000058DControl ID not found.
ERROR_INVALID_COMBOBOX_MESSAGE0x0000058EInvalid message for a combo box because it does not have an edit control.
ERROR_WINDOW_NOT_COMBOBOX0x0000058FThe window is not a combo box.
ERROR_INVALID_EDIT_HEIGHT0x00000590Height must be less than 256.
ERROR_DC_NOT_FOUND0x00000591Invalid device context (DC) handle.
ERROR_INVALID_HOOK_FILTER0x00000592Invalid hook procedure type.
ERROR_INVALID_FILTER_PROC0x00000593Invalid hook procedure.
ERROR_HOOK_NEEDS_HMOD0x00000594Cannot set nonlocal hook without a module handle.
ERROR_GLOBAL_ONLY_HOOK0x00000595This hook procedure can only be set globally.
ERROR_JOURNAL_HOOK_SET0x00000596The journal hook procedure is already installed.
ERROR_HOOK_NOT_INSTALLED0x00000597The hook procedure is not installed.
ERROR_INVALID_LB_MESSAGE0x00000598Invalid message for single-selection list box.
ERROR_SETCOUNT_ON_BAD_LB0x00000599LB_SETCOUNT sent to non-lazy list box.
ERROR_LB_WITHOUT_TABSTOPS0x0000059AThis list box does not support tab stops.
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD0x0000059BCannot destroy object created by another thread.
ERROR_CHILD_WINDOW_MENU0x0000059CChild windows cannot have menus.
ERROR_NO_SYSTEM_MENU0x0000059DThe window does not have a system menu.
ERROR_INVALID_MSGBOX_STYLE0x0000059EInvalid message box style.
ERROR_INVALID_SPI_VALUE0x0000059FInvalid system-wide (SPI_*) parameter.
ERROR_SCREEN_ALREADY_LOCKED0x000005A0Screen already locked.
ERROR_HWNDS_HAVE_DIFF_PARENT0x000005A1All handles to windows in a multiple-window position structure must have the same parent.
ERROR_NOT_CHILD_WINDOW0x000005A2The window is not a child window.
ERROR_INVALID_GW_COMMAND0x000005A3Invalid GW_* command.
ERROR_INVALID_THREAD_ID0x000005A4Invalid thread identifier.
ERROR_NON_MDICHILD_WINDOW0x000005A5Cannot process a message from a window that is not a multiple document interface (MDI) window.
ERROR_POPUP_ALREADY_ACTIVE0x000005A6Popup menu already active.
ERROR_NO_SCROLLBARS0x000005A7The window does not have scroll bars.
ERROR_INVALID_SCROLLBAR_RANGE0x000005A8Scroll bar range cannot be greater than MAXLONG.
ERROR_INVALID_SHOWWIN_COMMAND0x000005A9Cannot show or remove the window in the way specified.
ERROR_NO_SYSTEM_RESOURCES0x000005AAInsufficient system resources exist to complete the requested service.
ERROR_NONPAGED_SYSTEM_RESOURCES0x000005ABInsufficient system resources exist to complete the requested service.
ERROR_PAGED_SYSTEM_RESOURCES0x000005ACInsufficient system resources exist to complete the requested service.
ERROR_WORKING_SET_QUOTA0x000005ADInsufficient quota to complete the requested service.
ERROR_PAGEFILE_QUOTA0x000005AEInsufficient quota to complete the requested service.
ERROR_COMMITMENT_LIMIT0x000005AFThe paging file is too small for this operation to complete.
ERROR_MENU_ITEM_NOT_FOUND0x000005B0A menu item was not found.
ERROR_INVALID_KEYBOARD_HANDLE0x000005B1Invalid keyboard layout handle.
ERROR_HOOK_TYPE_NOT_ALLOWED0x000005B2Hook type not allowed.
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION0x000005B3This operation requires an interactive window station.
ERROR_TIMEOUT0x000005B4This operation returned because the timeout period expired.
ERROR_INVALID_MONITOR_HANDLE0x000005B5Invalid monitor handle.
ERROR_INCORRECT_SIZE0x000005B6Incorrect size argument.
ERROR_SYMLINK_CLASS_DISABLED0x000005B7The symbolic link cannot be followed because its type is disabled.
ERROR_SYMLINK_NOT_SUPPORTED0x000005B8This application does not support the current operation on symbolic links.
ERROR_XML_PARSE_ERROR0x000005B9Windows was unable to parse the requested XML data.
ERROR_XMLDSIG_ERROR0x000005BAAn error was encountered while processing an XML digital signature.
ERROR_RESTART_APPLICATION0x000005BBThis application must be restarted.
ERROR_WRONG_COMPARTMENT0x000005BCThe caller made the connection request in the wrong routing compartment.
ERROR_AUTHIP_FAILURE0x000005BDThere was an AuthIP failure when attempting to connect to the remote host.
ERROR_NO_NVRAM_RESOURCES0x000005BEInsufficient NVRAM resources exist to complete the requested service. A reboot might be required.
ERROR_NOT_GUI_PROCESS0x000005BFUnable to finish the requested operation because the specified process is not a GUI process.
ERROR_EVENTLOG_FILE_CORRUPT0x000005DCThe event log file is corrupted.
ERROR_EVENTLOG_CANT_START0x000005DDNo event log file could be opened, so the event logging service did not start.
ERROR_LOG_FILE_FULL0x000005DEThe event log file is full.
ERROR_EVENTLOG_FILE_CHANGED0x000005DFThe event log file has changed between read operations.
ERROR_CONTAINER_ASSIGNED0x000005E0The specified Job already has a container assigned to it.
ERROR_JOB_NO_CONTAINER0x000005E1The specified Job does not have a container assigned to it.
ERROR_INVALID_TASK_NAME0x0000060EThe specified task name is invalid.
ERROR_INVALID_TASK_INDEX0x0000060FThe specified task index is invalid.
ERROR_THREAD_ALREADY_IN_TASK0x00000610The specified thread is already joining a task.
ERROR_INSTALL_SERVICE_FAILURE0x00000641The 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_USEREXIT0x00000642User cancelled installation.
ERROR_INSTALL_FAILURE0x00000643Fatal error during installation.
ERROR_INSTALL_SUSPEND0x00000644Installation suspended, incomplete.
ERROR_UNKNOWN_PRODUCT0x00000645This action is only valid for products that are currently installed.
ERROR_UNKNOWN_FEATURE0x00000646Feature ID not registered.
ERROR_UNKNOWN_COMPONENT0x00000647Component ID not registered.
ERROR_UNKNOWN_PROPERTY0x00000648Unknown property.
ERROR_INVALID_HANDLE_STATE0x00000649Handle is in an invalid state.
ERROR_BAD_CONFIGURATION0x0000064AThe configuration data for this product is corrupt. Contact your support personnel.
ERROR_INDEX_ABSENT0x0000064BComponent qualifier not present.
ERROR_INSTALL_SOURCE_ABSENT0x0000064CThe installation source for this product is not available. Verify that the source exists and that you can access it.
ERROR_INSTALL_PACKAGE_VERSION0x0000064DThis 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_UNINSTALLED0x0000064EProduct is uninstalled.
ERROR_BAD_QUERY_SYNTAX0x0000064FSQL query syntax invalid or unsupported.
ERROR_INVALID_FIELD0x00000650Record field does not exist.
ERROR_DEVICE_REMOVED0x00000651The device has been removed.
ERROR_INSTALL_ALREADY_RUNNING0x00000652Another installation is already in progress. Complete that installation before proceeding with this install.
ERROR_INSTALL_PACKAGE_OPEN_FAILED0x00000653This 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_INVALID0x00000654This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
ERROR_INSTALL_UI_FAILURE0x00000655There was an error starting the Windows Installer service user interface. Contact your support personnel.
ERROR_INSTALL_LOG_FAILURE0x00000656Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
ERROR_INSTALL_LANGUAGE_UNSUPPORTED0x00000657The language of this installation package is not supported by your system.
ERROR_INSTALL_TRANSFORM_FAILURE0x00000658Error applying transforms. Verify that the specified transform paths are valid.
ERROR_INSTALL_PACKAGE_REJECTED0x00000659This installation is forbidden by system policy. Contact your system administrator.
ERROR_FUNCTION_NOT_CALLED0x0000065AFunction could not be executed.
ERROR_FUNCTION_FAILED0x0000065BFunction failed during execution.
ERROR_INVALID_TABLE0x0000065CInvalid or unknown table specified.
ERROR_DATATYPE_MISMATCH0x0000065DData supplied is of wrong type.
ERROR_UNSUPPORTED_TYPE0x0000065EData of this type is not supported.
ERROR_CREATE_FAILED0x0000065FThe Windows Installer service failed to start. Contact your support personnel.
ERROR_INSTALL_TEMP_UNWRITABLE0x00000660The 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_UNSUPPORTED0x00000661This installation package is not supported by this processor type. Contact your product vendor.
ERROR_INSTALL_NOTUSED0x00000662Component not used on this computer.
ERROR_PATCH_PACKAGE_OPEN_FAILED0x00000663This 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_INVALID0x00000664This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.
ERROR_PATCH_PACKAGE_UNSUPPORTED0x00000665This 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_VERSION0x00000666Another 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_LINE0x00000667Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
ERROR_INSTALL_REMOTE_DISALLOWED0x00000668Only 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_INITIATED0x00000669The requested operation completed successfully. The system will be restarted so the changes can take effect.
ERROR_PATCH_TARGET_NOT_FOUND0x0000066AThe 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_REJECTED0x0000066BThe update package is not permitted by software restriction policy.
ERROR_INSTALL_TRANSFORM_REJECTED0x0000066COne or more customizations are not permitted by software restriction policy.
ERROR_INSTALL_REMOTE_PROHIBITED0x0000066DThe Windows Installer does not permit installation from a Remote Desktop Connection.
ERROR_PATCH_REMOVAL_UNSUPPORTED0x0000066EUninstallation of the update package is not supported.
ERROR_UNKNOWN_PATCH0x0000066FThe update is not applied to this product.
ERROR_PATCH_NO_SEQUENCE0x00000670No valid sequence could be found for the set of updates.
ERROR_PATCH_REMOVAL_DISALLOWED0x00000671Update removal was disallowed by policy.
ERROR_INVALID_PATCH_XML0x00000672The XML update data is invalid.
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT0x00000673Windows 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_SAFEBOOT0x00000674The 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_EXCEPTION0x00000675A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.
ERROR_INSTALL_REJECTED0x00000676The app that you are trying to run is not supported on this version of Windows.
ERROR_DYNAMIC_CODE_BLOCKED0x00000677The operation was blocked as the process prohibits dynamic code generation.
ERROR_NOT_SAME_OBJECT0x00000678The objects are not identical.
ERROR_STRICT_CFG_VIOLATION0x00000679The specified image file was blocked from loading because it does not enable a feature required by the process: Control Flow Guard.
ERROR_SET_CONTEXT_DENIED0x0000067CThe thread context could not be updated because this has been restricted for the process.
ERROR_CROSS_PARTITION_VIOLATION0x0000067DAn invalid cross-partition private file/section access was attempted.
RPC_S_INVALID_STRING_BINDING0x000006A4The string binding is invalid.
RPC_S_WRONG_KIND_OF_BINDING0x000006A5The binding handle is not the correct type.
RPC_S_INVALID_BINDING0x000006A6The binding handle is invalid.
RPC_S_PROTSEQ_NOT_SUPPORTED0x000006A7The RPC protocol sequence is not supported.
RPC_S_INVALID_RPC_PROTSEQ0x000006A8The RPC protocol sequence is invalid.
RPC_S_INVALID_STRING_UUID0x000006A9The string universal unique identifier (UUID) is invalid.
RPC_S_INVALID_ENDPOINT_FORMAT0x000006AAThe endpoint format is invalid.
RPC_S_INVALID_NET_ADDR0x000006ABThe network address is invalid.
RPC_S_NO_ENDPOINT_FOUND0x000006ACNo endpoint was found.
RPC_S_INVALID_TIMEOUT0x000006ADThe timeout value is invalid.
RPC_S_OBJECT_NOT_FOUND0x000006AEThe object universal unique identifier (UUID) was not found.
RPC_S_ALREADY_REGISTERED0x000006AFThe object universal unique identifier (UUID) has already been registered.
RPC_S_TYPE_ALREADY_REGISTERED0x000006B0The type universal unique identifier (UUID) has already been registered.
RPC_S_ALREADY_LISTENING0x000006B1The RPC server is already listening.
RPC_S_NO_PROTSEQS_REGISTERED0x000006B2No protocol sequences have been registered.
RPC_S_NOT_LISTENING0x000006B3The RPC server is not listening.
RPC_S_UNKNOWN_MGR_TYPE0x000006B4The manager type is unknown.
RPC_S_UNKNOWN_IF0x000006B5The interface is unknown.
RPC_S_NO_BINDINGS0x000006B6There are no bindings.
RPC_S_NO_PROTSEQS0x000006B7There are no protocol sequences.
RPC_S_CANT_CREATE_ENDPOINT0x000006B8The endpoint cannot be created.
RPC_S_OUT_OF_RESOURCES0x000006B9Not enough resources are available to complete this operation.
RPC_S_SERVER_UNAVAILABLE0x000006BAThe RPC server is unavailable.
RPC_S_SERVER_TOO_BUSY0x000006BBThe RPC server is too busy to complete this operation.
RPC_S_INVALID_NETWORK_OPTIONS0x000006BCThe network options are invalid.
RPC_S_NO_CALL_ACTIVE0x000006BDThere are no remote procedure calls active on this thread.
RPC_S_CALL_FAILED0x000006BEThe remote procedure call failed.
RPC_S_CALL_FAILED_DNE0x000006BFThe remote procedure call failed and did not execute.
RPC_S_PROTOCOL_ERROR0x000006C0A remote procedure call (RPC) protocol error occurred.
RPC_S_PROXY_ACCESS_DENIED0x000006C1Access to the HTTP proxy is denied.
RPC_S_UNSUPPORTED_TRANS_SYN0x000006C2The transfer syntax is not supported by the RPC server.
RPC_S_UNSUPPORTED_TYPE0x000006C4The universal unique identifier (UUID) type is not supported.
RPC_S_INVALID_TAG0x000006C5The tag is invalid.
RPC_S_INVALID_BOUND0x000006C6The array bounds are invalid.
RPC_S_NO_ENTRY_NAME0x000006C7The binding does not contain an entry name.
RPC_S_INVALID_NAME_SYNTAX0x000006C8The name syntax is invalid.
RPC_S_UNSUPPORTED_NAME_SYNTAX0x000006C9The name syntax is not supported.
RPC_S_UUID_NO_ADDRESS0x000006CBNo network address is available to use to construct a universal unique identifier (UUID).
RPC_S_DUPLICATE_ENDPOINT0x000006CCThe endpoint is a duplicate.
RPC_S_UNKNOWN_AUTHN_TYPE0x000006CDThe authentication type is unknown.
RPC_S_MAX_CALLS_TOO_SMALL0x000006CEThe maximum number of calls is too small.
RPC_S_STRING_TOO_LONG0x000006CFThe string is too long.
RPC_S_PROTSEQ_NOT_FOUND0x000006D0The RPC protocol sequence was not found.
RPC_S_PROCNUM_OUT_OF_RANGE0x000006D1The procedure number is out of range.
RPC_S_BINDING_HAS_NO_AUTH0x000006D2The binding does not contain any authentication information.
RPC_S_UNKNOWN_AUTHN_SERVICE0x000006D3The authentication service is unknown.
RPC_S_UNKNOWN_AUTHN_LEVEL0x000006D4The authentication level is unknown.
RPC_S_INVALID_AUTH_IDENTITY0x000006D5The security context is invalid.
RPC_S_UNKNOWN_AUTHZ_SERVICE0x000006D6The authorization service is unknown.
EPT_S_INVALID_ENTRY0x000006D7The entry is invalid.
EPT_S_CANT_PERFORM_OP0x000006D8The server endpoint cannot perform the operation.
EPT_S_NOT_REGISTERED0x000006D9There are no more endpoints available from the endpoint mapper.
RPC_S_NOTHING_TO_EXPORT0x000006DANo interfaces have been exported.
RPC_S_INCOMPLETE_NAME0x000006DBThe entry name is incomplete.
RPC_S_INVALID_VERS_OPTION0x000006DCThe version option is invalid.
RPC_S_NO_MORE_MEMBERS0x000006DDThere are no more members.
RPC_S_NOT_ALL_OBJS_UNEXPORTED0x000006DEThere is nothing to unexport.
RPC_S_INTERFACE_NOT_FOUND0x000006DFThe interface was not found.
RPC_S_ENTRY_ALREADY_EXISTS0x000006E0The entry already exists.
RPC_S_ENTRY_NOT_FOUND0x000006E1The entry is not found.
RPC_S_NAME_SERVICE_UNAVAILABLE0x000006E2The name service is unavailable.
RPC_S_INVALID_NAF_ID0x000006E3The network address family is invalid.
RPC_S_CANNOT_SUPPORT0x000006E4The requested operation is not supported.
RPC_S_NO_CONTEXT_AVAILABLE0x000006E5No security context is available to allow impersonation.
RPC_S_INTERNAL_ERROR0x000006E6An internal error occurred in a remote procedure call (RPC).
RPC_S_ZERO_DIVIDE0x000006E7The RPC server attempted an integer division by zero.
RPC_S_ADDRESS_ERROR0x000006E8An addressing error occurred in the RPC server.
RPC_S_FP_DIV_ZERO0x000006E9A floating-point operation at the RPC server caused a division by zero.
RPC_S_FP_UNDERFLOW0x000006EAA floating-point underflow occurred at the RPC server.
RPC_S_FP_OVERFLOW0x000006EBA floating-point overflow occurred at the RPC server.
RPC_X_NO_MORE_ENTRIES0x000006ECThe list of RPC servers available for the binding of auto handles has been exhausted.
RPC_X_SS_CHAR_TRANS_OPEN_FAIL0x000006EDUnable to open the character translation table file.
RPC_X_SS_CHAR_TRANS_SHORT_FILE0x000006EEThe file containing the character translation table has fewer than 512 bytes.
RPC_X_SS_IN_NULL_CONTEXT0x000006EFA null context handle was passed from the client to the host during a remote procedure call.
RPC_X_SS_CONTEXT_DAMAGED0x000006F1The context handle changed during a remote procedure call.
RPC_X_SS_HANDLES_MISMATCH0x000006F2The binding handles passed to a remote procedure call do not match.
RPC_X_SS_CANNOT_GET_CALL_HANDLE0x000006F3The stub is unable to get the remote procedure call handle.
RPC_X_NULL_REF_POINTER0x000006F4A null reference pointer was passed to the stub.
RPC_X_ENUM_VALUE_OUT_OF_RANGE0x000006F5The enumeration value is out of range.
RPC_X_BYTE_COUNT_TOO_SMALL0x000006F6The byte count is too small.
RPC_X_BAD_STUB_DATA0x000006F7The stub received bad data.
ERROR_INVALID_USER_BUFFER0x000006F8The supplied user buffer is not valid for the requested operation.
ERROR_UNRECOGNIZED_MEDIA0x000006F9The disk media is not recognized. It may not be formatted.
ERROR_NO_TRUST_LSA_SECRET0x000006FAThe workstation does not have a trust secret.
ERROR_NO_TRUST_SAM_ACCOUNT0x000006FBThe security database on the server does not have a computer account for this workstation trust relationship.
ERROR_TRUSTED_DOMAIN_FAILURE0x000006FCThe trust relationship between the primary domain and the trusted domain failed.
ERROR_TRUSTED_RELATIONSHIP_FAILURE0x000006FDThe trust relationship between this workstation and the primary domain failed.
ERROR_TRUST_FAILURE0x000006FEThe network logon failed.
RPC_S_CALL_IN_PROGRESS0x000006FFA remote procedure call is already in progress for this thread.
ERROR_NETLOGON_NOT_STARTED0x00000700An attempt was made to logon, but the network logon service was not started.
ERROR_ACCOUNT_EXPIRED0x00000701The user's account has expired.
ERROR_REDIRECTOR_HAS_OPEN_HANDLES0x00000702The redirector is in use and cannot be unloaded.
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED0x00000703The specified printer driver is already installed.
ERROR_UNKNOWN_PORT0x00000704The specified port is unknown.
ERROR_UNKNOWN_PRINTER_DRIVER0x00000705The printer driver is unknown.
ERROR_UNKNOWN_PRINTPROCESSOR0x00000706The print processor is unknown.
ERROR_INVALID_SEPARATOR_FILE0x00000707The specified separator file is invalid.
ERROR_INVALID_PRIORITY0x00000708The specified priority is invalid.
ERROR_INVALID_PRINTER_NAME0x00000709The printer name is invalid.
ERROR_PRINTER_ALREADY_EXISTS0x0000070AThe printer already exists.
ERROR_INVALID_PRINTER_COMMAND0x0000070BThe printer command is invalid.
ERROR_INVALID_DATATYPE0x0000070CThe specified datatype is invalid.
ERROR_INVALID_ENVIRONMENT0x0000070DThe environment specified is invalid.
RPC_S_NO_MORE_BINDINGS0x0000070EThere are no more bindings.
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT0x0000070FThe account used is an interdomain trust account. Use your global user account or local user account to access this server.
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT0x00000710The account used is a computer account. Use your global user account or local user account to access this server.
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT0x00000711The account used is a server trust account. Use your global user account or local user account to access this server.
ERROR_DOMAIN_TRUST_INCONSISTENT0x00000712The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
ERROR_SERVER_HAS_OPEN_HANDLES0x00000713The server is in use and cannot be unloaded.
ERROR_RESOURCE_DATA_NOT_FOUND0x00000714The specified image file did not contain a resource section.
ERROR_RESOURCE_TYPE_NOT_FOUND0x00000715The specified resource type cannot be found in the image file.
ERROR_RESOURCE_NAME_NOT_FOUND0x00000716The specified resource name cannot be found in the image file.
ERROR_RESOURCE_LANG_NOT_FOUND0x00000717The specified resource language ID cannot be found in the image file.
ERROR_NOT_ENOUGH_QUOTA0x00000718Not enough quota is available to process this command.
RPC_S_NO_INTERFACES0x00000719No interfaces have been registered.
RPC_S_CALL_CANCELLED0x0000071AThe remote procedure call was cancelled.
RPC_S_BINDING_INCOMPLETE0x0000071BThe binding handle does not contain all required information.
RPC_S_COMM_FAILURE0x0000071CA communications failure occurred during a remote procedure call.
RPC_S_UNSUPPORTED_AUTHN_LEVEL0x0000071DThe requested authentication level is not supported.
RPC_S_NO_PRINC_NAME0x0000071ENo principal name registered.
RPC_S_NOT_RPC_ERROR0x0000071FThe error specified is not a valid Windows RPC error code.
RPC_S_UUID_LOCAL_ONLY0x00000720A UUID that is valid only on this computer has been allocated.
RPC_S_SEC_PKG_ERROR0x00000721A security package specific error occurred.
RPC_S_NOT_CANCELLED0x00000722Thread is not canceled.
RPC_X_INVALID_ES_ACTION0x00000723Invalid operation on the encoding/decoding handle.
RPC_X_WRONG_ES_VERSION0x00000724Incompatible version of the serializing package.
RPC_X_WRONG_STUB_VERSION0x00000725Incompatible version of the RPC stub.
RPC_X_INVALID_PIPE_OBJECT0x00000726The RPC pipe object is invalid or corrupted.
RPC_X_WRONG_PIPE_ORDER0x00000727An invalid operation was attempted on an RPC pipe object.
RPC_X_WRONG_PIPE_VERSION0x00000728Unsupported RPC pipe version.
RPC_S_COOKIE_AUTH_FAILED0x00000729HTTP proxy server rejected the connection because the cookie authentication failed.
RPC_S_DO_NOT_DISTURB0x0000072AThe RPC server is suspended, and could not be resumed for this request. The call did not execute.
RPC_S_SYSTEM_HANDLE_COUNT_EXCEEDED0x0000072BThe RPC call contains too many handles to be transmitted in a single request.
RPC_S_SYSTEM_HANDLE_TYPE_MISMATCH0x0000072CThe RPC call contains a handle that differs from the declared handle type.
RPC_S_GROUP_MEMBER_NOT_FOUND0x0000076AThe group member was not found.
EPT_S_CANT_CREATE0x0000076BThe endpoint mapper database entry could not be created.
RPC_S_INVALID_OBJECT0x0000076CThe object universal unique identifier (UUID) is the nil UUID.
ERROR_INVALID_TIME0x0000076DThe specified time is invalid.
ERROR_INVALID_FORM_NAME0x0000076EThe specified form name is invalid.
ERROR_INVALID_FORM_SIZE0x0000076FThe specified form size is invalid.
ERROR_ALREADY_WAITING0x00000770The specified printer handle is already being waited on
ERROR_PRINTER_DELETED0x00000771The specified printer has been deleted.
ERROR_INVALID_PRINTER_STATE0x00000772The state of the printer is invalid.
ERROR_PASSWORD_MUST_CHANGE0x00000773The user's password must be changed before signing in.
ERROR_DOMAIN_CONTROLLER_NOT_FOUND0x00000774Could not find the domain controller for this domain.
ERROR_ACCOUNT_LOCKED_OUT0x00000775The referenced account is currently locked out and may not be logged on to.
OR_INVALID_OXID0x00000776The object exporter specified was not found.
OR_INVALID_OID0x00000777The object specified was not found.
OR_INVALID_SET0x00000778The object resolver set specified was not found.
RPC_S_SEND_INCOMPLETE0x00000779Some data remains to be sent in the request buffer.
RPC_S_INVALID_ASYNC_HANDLE0x0000077AInvalid asynchronous remote procedure call handle.
RPC_S_INVALID_ASYNC_CALL0x0000077BInvalid asynchronous RPC call handle for this operation.
RPC_X_PIPE_CLOSED0x0000077CThe RPC pipe object has already been closed.
RPC_X_PIPE_DISCIPLINE_ERROR0x0000077DThe RPC call completed before all pipes were processed.
RPC_X_PIPE_EMPTY0x0000077ENo more data is available from the RPC pipe.
ERROR_NO_SITENAME0x0000077FNo site name is available for this machine.
ERROR_CANT_ACCESS_FILE0x00000780The file cannot be accessed by the system.
ERROR_CANT_RESOLVE_FILENAME0x00000781The name of the file cannot be resolved by the system.
RPC_S_ENTRY_TYPE_MISMATCH0x00000782The entry is not of the expected type.
RPC_S_NOT_ALL_OBJS_EXPORTED0x00000783Not all object UUIDs could be exported to the specified entry.
RPC_S_INTERFACE_NOT_EXPORTED0x00000784Interface could not be exported to the specified entry.
RPC_S_PROFILE_NOT_ADDED0x00000785The specified profile entry could not be added.
RPC_S_PRF_ELT_NOT_ADDED0x00000786The specified profile element could not be added.
RPC_S_PRF_ELT_NOT_REMOVED0x00000787The specified profile element could not be removed.
RPC_S_GRP_ELT_NOT_ADDED0x00000788The group element could not be added.
RPC_S_GRP_ELT_NOT_REMOVED0x00000789The group element could not be removed.
ERROR_KM_DRIVER_BLOCKED0x0000078AThe printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
ERROR_CONTEXT_EXPIRED0x0000078BThe context has expired and can no longer be used.
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED0x0000078CThe current user's delegated trust creation quota has been exceeded.
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED0x0000078DThe total delegated trust creation quota has been exceeded.
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED0x0000078EThe current user's delegated trust deletion quota has been exceeded.
ERROR_AUTHENTICATION_FIREWALL_FAILED0x0000078FThe 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_BLOCKED0x00000790Remote connections to the Print Spooler are blocked by a policy set on your machine.
ERROR_NTLM_BLOCKED0x00000791Authentication failed because NTLM authentication has been disabled.
ERROR_PASSWORD_CHANGE_REQUIRED0x00000792Logon Failure: EAS policy requires that the user change their password before this operation can be performed.
ERROR_LOST_MODE_LOGON_RESTRICTION0x00000793An 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_FORMAT0x000007D0The pixel format is invalid.
ERROR_BAD_DRIVER0x000007D1The specified driver is invalid.
ERROR_INVALID_WINDOW_STYLE0x000007D2The window style or class attribute is invalid for this operation.
ERROR_METAFILE_NOT_SUPPORTED0x000007D3The requested metafile operation is not supported.
ERROR_TRANSFORM_NOT_SUPPORTED0x000007D4The requested transformation operation is not supported.
ERROR_CLIPPING_NOT_SUPPORTED0x000007D5The requested clipping operation is not supported.
ERROR_INVALID_CMM0x000007DAThe specified color management module is invalid.
ERROR_INVALID_PROFILE0x000007DBThe specified color profile is invalid.
ERROR_TAG_NOT_FOUND0x000007DCThe specified tag was not found.
ERROR_TAG_NOT_PRESENT0x000007DDA required tag is not present.
ERROR_DUPLICATE_TAG0x000007DEThe specified tag is already present.
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE0x000007DFThe specified color profile is not associated with the specified device.
ERROR_PROFILE_NOT_FOUND0x000007E0The specified color profile was not found.
ERROR_INVALID_COLORSPACE0x000007E1The specified color space is invalid.
ERROR_ICM_NOT_ENABLED0x000007E2Image Color Management is not enabled.
ERROR_DELETING_ICM_XFORM0x000007E3There was an error while deleting the color transform.
ERROR_INVALID_TRANSFORM0x000007E4The specified color transform is invalid.
ERROR_COLORSPACE_MISMATCH0x000007E5The specified transform does not match the bitmap's color space.
ERROR_INVALID_COLORINDEX0x000007E6The specified named color index is not present in the profile.
ERROR_PROFILE_DOES_NOT_MATCH_DEVICE0x000007E7The specified profile is intended for a device of a different type than the specified device.
ERROR_CONNECTED_OTHER_PASSWORD0x0000083CThe 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_DEFAULT0x0000083DThe network connection was made successfully using default credentials.
ERROR_BAD_USERNAME0x0000089AThe specified username is invalid.
ERROR_NOT_CONNECTED0x000008CAThis network connection does not exist.
ERROR_OPEN_FILES0x00000961This network connection has files open or requests pending.
ERROR_ACTIVE_CONNECTIONS0x00000962Active connections still exist.
ERROR_DEVICE_IN_USE0x00000964The device is in use by an active process and cannot be disconnected.
ERROR_UNKNOWN_PRINT_MONITOR0x00000BB8The specified print monitor is unknown.
ERROR_PRINTER_DRIVER_IN_USE0x00000BB9The specified printer driver is currently in use.
ERROR_SPOOL_FILE_NOT_FOUND0x00000BBAThe spool file was not found.
ERROR_SPL_NO_STARTDOC0x00000BBBA StartDocPrinter call was not issued.
ERROR_SPL_NO_ADDJOB0x00000BBCAn AddJob call was not issued.
ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED0x00000BBDThe specified print processor has already been installed.
ERROR_PRINT_MONITOR_ALREADY_INSTALLED0x00000BBEThe specified print monitor has already been installed.
ERROR_INVALID_PRINT_MONITOR0x00000BBFThe specified print monitor does not have the required functions.
ERROR_PRINT_MONITOR_IN_USE0x00000BC0The specified print monitor is currently in use.
ERROR_PRINTER_HAS_JOBS_QUEUED0x00000BC1The requested operation is not allowed when there are jobs queued to the printer.
ERROR_SUCCESS_REBOOT_REQUIRED0x00000BC2The requested operation is successful. Changes will not be effective until the system is rebooted.
ERROR_SUCCESS_RESTART_REQUIRED0x00000BC3The requested operation is successful. Changes will not be effective until the service is restarted.
ERROR_PRINTER_NOT_FOUND0x00000BC4No printers were found.
ERROR_PRINTER_DRIVER_WARNED0x00000BC5The printer driver is known to be unreliable.
ERROR_PRINTER_DRIVER_BLOCKED0x00000BC6The printer driver is known to harm the system.
ERROR_PRINTER_DRIVER_PACKAGE_IN_USE0x00000BC7The specified printer driver package is currently in use.
ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND0x00000BC8Unable to find a core driver package that is required by the printer driver package.
ERROR_FAIL_REBOOT_REQUIRED0x00000BC9The requested operation failed. A system reboot is required to roll back changes made.
ERROR_FAIL_REBOOT_INITIATED0x00000BCAThe requested operation failed. A system reboot has been initiated to roll back changes made.
ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED0x00000BCBThe specified printer driver was not found on the system and needs to be downloaded.
ERROR_PRINT_JOB_RESTART_REQUIRED0x00000BCCThe requested print job has failed to print. A print system update requires the job to be resubmitted.
ERROR_INVALID_PRINTER_DRIVER_MANIFEST0x00000BCDThe printer driver does not contain a valid manifest, or contains too many manifests.
ERROR_PRINTER_NOT_SHAREABLE0x00000BCEThe specified printer cannot be shared.
ERROR_REQUEST_PAUSED0x00000BEAThe operation was paused.
ERROR_APPEXEC_CONDITION_NOT_SATISFIED0x00000BF4The condition supplied for the app execution request was not satisfied, so the request was not performed.
ERROR_APPEXEC_HANDLE_INVALIDATED0x00000BF5The supplied handle has been invalidated and may not be used for the requested operation.
ERROR_APPEXEC_INVALID_HOST_GENERATION0x00000BF6The supplied host generation has been invalidated and may not be used for the requested operation.
ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION0x00000BF7An attempt to register a process failed because the target host was not in a valid state to receive process registrations.
ERROR_APPEXEC_INVALID_HOST_STATE0x00000BF8The host is not in a valid state to support the execution request.
ERROR_APPEXEC_NO_DONOR0x00000BF9The operation was not completed because a required resource donor was not found for the host.
ERROR_APPEXEC_HOST_ID_MISMATCH0x00000BFAThe operation was not completed because an unexpected host ID was encountered.
ERROR_APPEXEC_UNKNOWN_USER0x00000BFBThe operation was not completed because the specified user was not known to the service.
ERROR_IO_REISSUE_AS_CACHED0x00000F6EReissue the given operation as a cached IO operation
ERROR_WINS_INTERNAL0x00000FA0WINS encountered an error while processing the command.
ERROR_CAN_NOT_DEL_LOCAL_WINS0x00000FA1The local WINS cannot be deleted.
ERROR_STATIC_INIT0x00000FA2The importation from the file failed.
ERROR_INC_BACKUP0x00000FA3The backup failed. Was a full backup done before?
ERROR_FULL_BACKUP0x00000FA4The backup failed. Check the directory to which you are backing the database.
ERROR_REC_NON_EXISTENT0x00000FA5The name does not exist in the WINS database.
ERROR_RPL_NOT_ALLOWED0x00000FA6Replication with a nonconfigured partner is not allowed.
PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED0x00000FD2The version of the supplied content information is not supported.
PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO0x00000FD3The supplied content information is malformed.
PEERDIST_ERROR_MISSING_DATA0x00000FD4The requested data cannot be found in local or peer caches.
PEERDIST_ERROR_NO_MORE0x00000FD5No more data is available or required.
PEERDIST_ERROR_NOT_INITIALIZED0x00000FD6The supplied object has not been initialized.
PEERDIST_ERROR_ALREADY_INITIALIZED0x00000FD7The supplied object has already been initialized.
PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS0x00000FD8A shutdown operation is already in progress.
PEERDIST_ERROR_INVALIDATED0x00000FD9The supplied object has already been invalidated.
PEERDIST_ERROR_ALREADY_EXISTS0x00000FDAAn element already exists and was not replaced.
PEERDIST_ERROR_OPERATION_NOTFOUND0x00000FDBCan not cancel the requested operation as it has already been completed.
PEERDIST_ERROR_ALREADY_COMPLETED0x00000FDCCan not perform the requested operation because it has already been carried out.
PEERDIST_ERROR_OUT_OF_BOUNDS0x00000FDDAn operation accessed data beyond the bounds of valid data.
PEERDIST_ERROR_VERSION_UNSUPPORTED0x00000FDEThe requested version is not supported.
PEERDIST_ERROR_INVALID_CONFIGURATION0x00000FDFA configuration value is invalid.
PEERDIST_ERROR_NOT_LICENSED0x00000FE0The SKU is not licensed.
PEERDIST_ERROR_SERVICE_UNAVAILABLE0x00000FE1PeerDist Service is still initializing and will be available shortly.
PEERDIST_ERROR_TRUST_FAILURE0x00000FE2Communication with one or more computers will be temporarily blocked due to recent errors.
ERROR_DHCP_ADDRESS_CONFLICT0x00001004The 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_FOUND0x00001068The GUID passed was not recognized as valid by a WMI data provider.
ERROR_WMI_INSTANCE_NOT_FOUND0x00001069The instance name passed was not recognized as valid by a WMI data provider.
ERROR_WMI_ITEMID_NOT_FOUND0x0000106AThe data item ID passed was not recognized as valid by a WMI data provider.
ERROR_WMI_TRY_AGAIN0x0000106BThe WMI request could not be completed and should be retried.
ERROR_WMI_DP_NOT_FOUND0x0000106CThe WMI data provider could not be located.
ERROR_WMI_UNRESOLVED_INSTANCE_REF0x0000106DThe WMI data provider references an instance set that has not been registered.
ERROR_WMI_ALREADY_ENABLED0x0000106EThe WMI data block or event notification has already been enabled.
ERROR_WMI_GUID_DISCONNECTED0x0000106FThe WMI data block is no longer available.
ERROR_WMI_SERVER_UNAVAILABLE0x00001070The WMI data service is not available.
ERROR_WMI_DP_FAILED0x00001071The WMI data provider failed to carry out the request.
ERROR_WMI_INVALID_MOF0x00001072The WMI MOF information is not valid.
ERROR_WMI_INVALID_REGINFO0x00001073The WMI registration information is not valid.
ERROR_WMI_ALREADY_DISABLED0x00001074The WMI data block or event notification has already been disabled.
ERROR_WMI_READ_ONLY0x00001075The WMI data item or data block is read only.
ERROR_WMI_SET_FAILURE0x00001076The WMI data item or data block could not be changed.
ERROR_NOT_APPCONTAINER0x0000109AThis operation is only valid in the context of an app container.
ERROR_APPCONTAINER_REQUIRED0x0000109BThis application can only run in the context of an app container.
ERROR_NOT_SUPPORTED_IN_APPCONTAINER0x0000109CThis functionality is not supported in the context of an app container.
ERROR_INVALID_PACKAGE_SID_LENGTH0x0000109DThe length of the SID supplied is not a valid length for app container SIDs.
ERROR_INVALID_MEDIA0x000010CCThe media identifier does not represent a valid medium.
ERROR_INVALID_LIBRARY0x000010CDThe library identifier does not represent a valid library.
ERROR_INVALID_MEDIA_POOL0x000010CEThe media pool identifier does not represent a valid media pool.
ERROR_DRIVE_MEDIA_MISMATCH0x000010CFThe drive and medium are not compatible or exist in different libraries.
ERROR_MEDIA_OFFLINE0x000010D0The medium currently exists in an offline library and must be online to perform this operation.
ERROR_LIBRARY_OFFLINE0x000010D1The operation cannot be performed on an offline library.
ERROR_EMPTY0x000010D2The library, drive, or media pool is empty.
ERROR_NOT_EMPTY0x000010D3The library, drive, or media pool must be empty to perform this operation.
ERROR_MEDIA_UNAVAILABLE0x000010D4No media is currently available in this media pool or library.
ERROR_RESOURCE_DISABLED0x000010D5A resource required for this operation is disabled.
ERROR_INVALID_CLEANER0x000010D6The media identifier does not represent a valid cleaner.
ERROR_UNABLE_TO_CLEAN0x000010D7The drive cannot be cleaned or does not support cleaning.
ERROR_OBJECT_NOT_FOUND0x000010D8The object identifier does not represent a valid object.
ERROR_DATABASE_FAILURE0x000010D9Unable to read from or write to the database.
ERROR_DATABASE_FULL0x000010DAThe database is full.
ERROR_MEDIA_INCOMPATIBLE0x000010DBThe medium is not compatible with the device or media pool.
ERROR_RESOURCE_NOT_PRESENT0x000010DCThe resource required for this operation does not exist.
ERROR_INVALID_OPERATION0x000010DDThe operation identifier is not valid.
ERROR_MEDIA_NOT_AVAILABLE0x000010DEThe media is not mounted or ready for use.
ERROR_DEVICE_NOT_AVAILABLE0x000010DFThe device is not ready for use.
ERROR_REQUEST_REFUSED0x000010E0The operator or administrator has refused the request.
ERROR_INVALID_DRIVE_OBJECT0x000010E1The drive identifier does not represent a valid drive.
ERROR_LIBRARY_FULL0x000010E2Library is full. No slot is available for use.
ERROR_MEDIUM_NOT_ACCESSIBLE0x000010E3The transport cannot access the medium.
ERROR_UNABLE_TO_LOAD_MEDIUM0x000010E4Unable to load the medium into the drive.
ERROR_UNABLE_TO_INVENTORY_DRIVE0x000010E5Unable to retrieve the drive status.
ERROR_UNABLE_TO_INVENTORY_SLOT0x000010E6Unable to retrieve the slot status.
ERROR_UNABLE_TO_INVENTORY_TRANSPORT0x000010E7Unable to retrieve status about the transport.
ERROR_TRANSPORT_FULL0x000010E8Cannot use the transport because it is already in use.
ERROR_CONTROLLING_IEPORT0x000010E9Unable to open or close the inject/eject port.
ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA0x000010EAUnable to eject the medium because it is in a drive.
ERROR_CLEANER_SLOT_SET0x000010EBA cleaner slot is already reserved.
ERROR_CLEANER_SLOT_NOT_SET0x000010ECA cleaner slot is not reserved.
ERROR_CLEANER_CARTRIDGE_SPENT0x000010EDThe cleaner cartridge has performed the maximum number of drive cleanings.
ERROR_UNEXPECTED_OMID0x000010EEUnexpected on-medium identifier.
ERROR_CANT_DELETE_LAST_ITEM0x000010EFThe last remaining item in this group or resource cannot be deleted.
ERROR_MESSAGE_EXCEEDS_MAX_SIZE0x000010F0The message provided exceeds the maximum size allowed for this parameter.
ERROR_VOLUME_CONTAINS_SYS_FILES0x000010F1The volume contains system or paging files.
ERROR_INDIGENOUS_TYPE0x000010F2The 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_DRIVES0x000010F3This offline media cannot be mounted on this system since no enabled drives are present which can be used.
ERROR_CLEANER_CARTRIDGE_INSTALLED0x000010F4A cleaner cartridge is present in the tape library.
ERROR_IEPORT_FULL0x000010F5Cannot use the inject/eject port because it is not empty.
ERROR_FILE_OFFLINE0x000010FEThis file is currently not available for use on this computer.
ERROR_REMOTE_STORAGE_NOT_ACTIVE0x000010FFThe remote storage service is not operational at this time.
ERROR_REMOTE_STORAGE_MEDIA_ERROR0x00001100The remote storage service encountered a media error.
ERROR_NOT_A_REPARSE_POINT0x00001126The file or directory is not a reparse point.
ERROR_REPARSE_ATTRIBUTE_CONFLICT0x00001127The reparse point attribute cannot be set because it conflicts with an existing attribute.
ERROR_INVALID_REPARSE_DATA0x00001128The data present in the reparse point buffer is invalid.
ERROR_REPARSE_TAG_INVALID0x00001129The tag present in the reparse point buffer is invalid.
ERROR_REPARSE_TAG_MISMATCH0x0000112AThere is a mismatch between the tag specified in the request and the tag present in the reparse point.
ERROR_REPARSE_POINT_ENCOUNTERED0x0000112BThe object manager encountered a reparse point while retrieving an object.
ERROR_APP_DATA_NOT_FOUND0x00001130Fast Cache data not found.
ERROR_APP_DATA_EXPIRED0x00001131Fast Cache data expired.
ERROR_APP_DATA_CORRUPT0x00001132Fast Cache data corrupt.
ERROR_APP_DATA_LIMIT_EXCEEDED0x00001133Fast Cache data has exceeded its max size and cannot be updated.
ERROR_APP_DATA_REBOOT_REQUIRED0x00001134Fast Cache has been ReArmed and requires a reboot until it can be updated.
ERROR_SECUREBOOT_ROLLBACK_DETECTED0x00001144Secure Boot detected that rollback of protected data has been attempted.
ERROR_SECUREBOOT_POLICY_VIOLATION0x00001145The value is protected by Secure Boot policy and cannot be modified or deleted.
ERROR_SECUREBOOT_INVALID_POLICY0x00001146The Secure Boot policy is invalid.
ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND0x00001147A new Secure Boot policy did not contain the current publisher on its update list.
ERROR_SECUREBOOT_POLICY_NOT_SIGNED0x00001148The Secure Boot policy is either not signed or is signed by a non-trusted signer.
ERROR_SECUREBOOT_NOT_ENABLED0x00001149Secure Boot is not enabled on this machine.
ERROR_SECUREBOOT_FILE_REPLACED0x0000114ASecure Boot requires that certain files and drivers are not replaced by other files or drivers.
ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED0x0000114BThe Secure Boot Supplemental Policy file was not authorized on this machine.
ERROR_SECUREBOOT_POLICY_UNKNOWN0x0000114CThe Supplemental Policy is not recognized on this device.
ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION0x0000114DThe Antirollback version was not found in the Secure Boot Policy.
ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH0x0000114EThe Platform ID specified in the Secure Boot policy does not match the Platform ID on this device.
ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED0x0000114FThe Secure Boot policy file has an older Antirollback Version than this device.
ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH0x00001150The Secure Boot policy file does not match the upgraded legacy policy.
ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING0x00001151The Secure Boot policy file is required but could not be found.
ERROR_SECUREBOOT_NOT_BASE_POLICY0x00001152Supplemental Secure Boot policy file can not be loaded as a base Secure Boot policy.
ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY0x00001153Base Secure Boot policy file can not be loaded as a Supplemental Secure Boot policy.
ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED0x00001158The copy offload read operation is not supported by a filter.
ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED0x00001159The copy offload write operation is not supported by a filter.
ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED0x0000115AThe copy offload read operation is not supported for the file.
ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED0x0000115BThe copy offload write operation is not supported for the file.
ERROR_ALREADY_HAS_STREAM_ID0x0000115CThis file is currently associated with a different stream id.
ERROR_SMR_GARBAGE_COLLECTION_REQUIRED0x0000115DThe volume must undergo garbage collection.
ERROR_WOF_WIM_HEADER_CORRUPT0x0000115EThe WOF driver encountered a corruption in WIM image's Header.
ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT0x0000115FThe WOF driver encountered a corruption in WIM image's Resource Table.
ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT0x00001160The WOF driver encountered a corruption in the compressed file's Resource Table.
ERROR_VOLUME_NOT_SIS_ENABLED0x00001194Single Instance Storage is not available on this volume.
ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED0x000011C6System Integrity detected that policy rollback has been attempted.
ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION0x000011C7Your organization used Device Guard to block this app. Contact your support person for more info.
ERROR_SYSTEM_INTEGRITY_INVALID_POLICY0x000011C8The System Integrity policy is invalid.
ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED0x000011C9The System Integrity policy is either not signed or is signed by a non-trusted signer.
ERROR_VSM_NOT_INITIALIZED0x000011D0Virtual Secure Mode (VSM) is not initialized. The hypervisor or VSM may not be present or enabled.
ERROR_VSM_DMA_PROTECTION_NOT_IN_USE0x000011D1The hypervisor is not protecting DMA because an IOMMU is not present or not enabled in the BIOS.
ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED0x000011DAThe Platform Manifest file was not authorized on this machine.
ERROR_PLATFORM_MANIFEST_INVALID0x000011DBThe Platform Manifest file was not valid.
ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED0x000011DCThe file is not authorized on this platform because an entry was not found in the Platform Manifest.
ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED0x000011DDThe catalog is not authorized on this platform because an entry was not found in the Platform Manifest.
ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND0x000011DEThe file is not authorized on this platform because a Binary ID was not found in the embedded signature.
ERROR_PLATFORM_MANIFEST_NOT_ACTIVE0x000011DFNo active Platform Manifest exists on this system.
ERROR_PLATFORM_MANIFEST_NOT_SIGNED0x000011E0The Platform Manifest file was not properly signed.
ERROR_DEPENDENT_RESOURCE_EXISTS0x00001389The operation cannot be completed because other resources are dependent on this resource.
ERROR_DEPENDENCY_NOT_FOUND0x0000138AThe cluster resource dependency cannot be found.
ERROR_DEPENDENCY_ALREADY_EXISTS0x0000138BThe cluster resource cannot be made dependent on the specified resource because it is already dependent.
ERROR_RESOURCE_NOT_ONLINE0x0000138CThe cluster resource is not online.
ERROR_HOST_NODE_NOT_AVAILABLE0x0000138DA cluster node is not available for this operation.
ERROR_RESOURCE_NOT_AVAILABLE0x0000138EThe cluster resource is not available.
ERROR_RESOURCE_NOT_FOUND0x0000138FThe cluster resource could not be found.
ERROR_SHUTDOWN_CLUSTER0x00001390The cluster is being shut down.
ERROR_CANT_EVICT_ACTIVE_NODE0x00001391A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
ERROR_OBJECT_ALREADY_EXISTS0x00001392The object already exists.
ERROR_OBJECT_IN_LIST0x00001393The object is already in the list.
ERROR_GROUP_NOT_AVAILABLE0x00001394The cluster group is not available for any new requests.
ERROR_GROUP_NOT_FOUND0x00001395The cluster group could not be found.
ERROR_GROUP_NOT_ONLINE0x00001396The operation could not be completed because the cluster group is not online.
ERROR_HOST_NODE_NOT_RESOURCE_OWNER0x00001397The 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_OWNER0x00001398The 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_FAILED0x00001399The cluster resource could not be created in the specified resource monitor.
ERROR_RESMON_ONLINE_FAILED0x0000139AThe cluster resource could not be brought online by the resource monitor.
ERROR_RESOURCE_ONLINE0x0000139BThe operation could not be completed because the cluster resource is online.
ERROR_QUORUM_RESOURCE0x0000139CThe cluster resource could not be deleted or brought offline because it is the quorum resource.
ERROR_NOT_QUORUM_CAPABLE0x0000139DThe cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
ERROR_CLUSTER_SHUTTING_DOWN0x0000139EThe cluster software is shutting down.
ERROR_INVALID_STATE0x0000139FThe group or resource is not in the correct state to perform the requested operation.
ERROR_RESOURCE_PROPERTIES_STORED0x000013A0The properties were stored but not all changes will take effect until the next time the resource is brought online.
ERROR_NOT_QUORUM_CLASS0x000013A1The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
ERROR_CORE_RESOURCE0x000013A2The cluster resource could not be deleted since it is a core resource.
ERROR_QUORUM_RESOURCE_ONLINE_FAILED0x000013A3The quorum resource failed to come online.
ERROR_QUORUMLOG_OPEN_FAILED0x000013A4The quorum log could not be created or mounted successfully.
ERROR_CLUSTERLOG_CORRUPT0x000013A5The cluster log is corrupt.
ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE0x000013A6The record could not be written to the cluster log since it exceeds the maximum size.
ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE0x000013A7The cluster log exceeds its maximum size.
ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND0x000013A8No checkpoint record was found in the cluster log.
ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE0x000013A9The minimum required disk space needed for logging is not available.
ERROR_QUORUM_OWNER_ALIVE0x000013AAThe cluster node failed to take control of the quorum resource because the resource is owned by another active node.
ERROR_NETWORK_NOT_AVAILABLE0x000013ABA cluster network is not available for this operation.
ERROR_NODE_NOT_AVAILABLE0x000013ACA cluster node is not available for this operation.
ERROR_ALL_NODES_NOT_AVAILABLE0x000013ADAll cluster nodes must be running to perform this operation.
ERROR_RESOURCE_FAILED0x000013AEA cluster resource failed.
ERROR_CLUSTER_INVALID_NODE0x000013AFThe cluster node is not valid.
ERROR_CLUSTER_NODE_EXISTS0x000013B0The cluster node already exists.
ERROR_CLUSTER_JOIN_IN_PROGRESS0x000013B1A node is in the process of joining the cluster.
ERROR_CLUSTER_NODE_NOT_FOUND0x000013B2The cluster node was not found.
ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND0x000013B3The cluster local node information was not found.
ERROR_CLUSTER_NETWORK_EXISTS0x000013B4The cluster network already exists.
ERROR_CLUSTER_NETWORK_NOT_FOUND0x000013B5The cluster network was not found.
ERROR_CLUSTER_NETINTERFACE_EXISTS0x000013B6The cluster network interface already exists.
ERROR_CLUSTER_NETINTERFACE_NOT_FOUND0x000013B7The cluster network interface was not found.
ERROR_CLUSTER_INVALID_REQUEST0x000013B8The cluster request is not valid for this object.
ERROR_CLUSTER_INVALID_NETWORK_PROVIDER0x000013B9The cluster network provider is not valid.
ERROR_CLUSTER_NODE_DOWN0x000013BAThe cluster node is down.
ERROR_CLUSTER_NODE_UNREACHABLE0x000013BBThe cluster node is not reachable.
ERROR_CLUSTER_NODE_NOT_MEMBER0x000013BCThe cluster node is not a member of the cluster.
ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS0x000013BDA cluster join operation is not in progress.
ERROR_CLUSTER_INVALID_NETWORK0x000013BEThe cluster network is not valid.
ERROR_CLUSTER_NODE_UP0x000013C0The cluster node is up.
ERROR_CLUSTER_IPADDR_IN_USE0x000013C1The cluster IP address is already in use.
ERROR_CLUSTER_NODE_NOT_PAUSED0x000013C2The cluster node is not paused.
ERROR_CLUSTER_NO_SECURITY_CONTEXT0x000013C3No cluster security context is available.
ERROR_CLUSTER_NETWORK_NOT_INTERNAL0x000013C4The cluster network is not configured for internal cluster communication.
ERROR_CLUSTER_NODE_ALREADY_UP0x000013C5The cluster node is already up.
ERROR_CLUSTER_NODE_ALREADY_DOWN0x000013C6The cluster node is already down.
ERROR_CLUSTER_NETWORK_ALREADY_ONLINE0x000013C7The cluster network is already online.
ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE0x000013C8The cluster network is already offline.
ERROR_CLUSTER_NODE_ALREADY_MEMBER0x000013C9The cluster node is already a member of the cluster.
ERROR_CLUSTER_LAST_INTERNAL_NETWORK0x000013CAThe 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_DEPENDENTS0x000013CBOne 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_QUORUM0x000013CCThis operation cannot currently be performed on the cluster group containing the quorum resource.
ERROR_DEPENDENCY_NOT_ALLOWED0x000013CDThe cluster quorum resource is not allowed to have any dependencies.
ERROR_CLUSTER_NODE_PAUSED0x000013CEThe cluster node is paused.
ERROR_NODE_CANT_HOST_RESOURCE0x000013CFThe cluster resource cannot be brought online. The owner node cannot run this resource.
ERROR_CLUSTER_NODE_NOT_READY0x000013D0The cluster node is not ready to perform the requested operation.
ERROR_CLUSTER_NODE_SHUTTING_DOWN0x000013D1The cluster node is shutting down.
ERROR_CLUSTER_JOIN_ABORTED0x000013D2The cluster join operation was aborted.
ERROR_CLUSTER_INCOMPATIBLE_VERSIONS0x000013D3The 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_EXCEEDED0x000013D4This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED0x000013D5The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND0x000013D6The specified resource type was not found.
ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED0x000013D7The 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_FOUND0x000013D8The 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_REGISTERED0x000013D9No authentication package could be registered with the RPC server.
ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST0x000013DAYou 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_SEQMISMATCH0x000013DBThe 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_STATE0x000013DCThe 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_LOCKER0x000013DDA non locker code got a request to reserve the lock for making global updates.
ERROR_QUORUM_DISK_NOT_FOUND0x000013DEThe quorum disk could not be located by the cluster service.
ERROR_DATABASE_BACKUP_CORRUPT0x000013DFThe backed up cluster database is possibly corrupt.
ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT0x000013E0A DFS root already exists in this cluster node.
ERROR_RESOURCE_PROPERTY_UNCHANGEABLE0x000013E1An attempt to modify a resource property failed because it conflicts with another existing property.
ERROR_NO_ADMIN_ACCESS_POINT0x000013E2This operation is not supported on a cluster without an Administrator Access Point.
ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE0x00001702An operation was attempted that is incompatible with the current membership state of the node.
ERROR_CLUSTER_QUORUMLOG_NOT_FOUND0x00001703The quorum resource does not contain the quorum log.
ERROR_CLUSTER_MEMBERSHIP_HALT0x00001704The membership engine requested shutdown of the cluster service on this node.
ERROR_CLUSTER_INSTANCE_ID_MISMATCH0x00001705The 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_IP0x00001706A matching cluster network for the specified IP address could not be found.
ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH0x00001707The actual data type of the property did not match the expected data type of the property.
ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP0x00001708The 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_MISMATCH0x00001709Two or more parameter values specified for a resource's properties are in conflict.
ERROR_NODE_CANNOT_BE_CLUSTERED0x0000170AThis computer cannot be made a member of a cluster.
ERROR_CLUSTER_WRONG_OS_VERSION0x0000170BThis 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_NAME0x0000170CA 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_COMMITTED0x0000170DThe cluster configuration action has already been committed.
ERROR_CLUSCFG_ROLLBACK_FAILED0x0000170EThe cluster configuration action could not be rolled back.
ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT0x0000170FThe 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_VERSION0x00001710One or more nodes in the cluster are running a version of Windows that does not support this operation.
ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME0x00001711The name of the corresponding computer account doesn't match the Network Name for this resource.
ERROR_CLUSTER_NO_NET_ADAPTERS0x00001712No network adapters are available.
ERROR_CLUSTER_POISONED0x00001713The cluster node has been poisoned.
ERROR_CLUSTER_GROUP_MOVING0x00001714The group is unable to accept the request since it is moving to another node.
ERROR_CLUSTER_RESOURCE_TYPE_BUSY0x00001715The resource type cannot accept the request since is too busy performing another operation.
ERROR_RESOURCE_CALL_TIMED_OUT0x00001716The call to the cluster resource DLL timed out.
ERROR_INVALID_CLUSTER_IPV6_ADDRESS0x00001717The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted.
ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION0x00001718An internal cluster error occurred. A call to an invalid function was attempted.
ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS0x00001719A parameter value is out of acceptable range.
ERROR_CLUSTER_PARTIAL_SEND0x0000171AA 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_FUNCTION0x0000171BAn invalid cluster registry operation was attempted.
ERROR_CLUSTER_INVALID_STRING_TERMINATION0x0000171CAn input string of characters is not properly terminated.
ERROR_CLUSTER_INVALID_STRING_FORMAT0x0000171DAn input string of characters is not in a valid format for the data it represents.
ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS0x0000171EAn internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.
ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS0x0000171FAn internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.
ERROR_CLUSTER_NULL_DATA0x00001720An internal cluster error occurred. Data was not properly initialized.
ERROR_CLUSTER_PARTIAL_READ0x00001721An error occurred while reading from a stream of data. An unexpected number of bytes was returned.
ERROR_CLUSTER_PARTIAL_WRITE0x00001722An error occurred while writing to a stream of data. The required number of bytes could not be written.
ERROR_CLUSTER_CANT_DESERIALIZE_DATA0x00001723An error occurred while deserializing a stream of cluster data.
ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT0x00001724One 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_QUORUM0x00001725A quorum of cluster nodes was not present to form a cluster.
ERROR_CLUSTER_INVALID_IPV6_NETWORK0x00001726The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address.
ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK0x00001727The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends.
ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP0x00001728Quorum resource cannot reside in the Available Storage group.
ERROR_DEPENDENCY_TREE_TOO_COMPLEX0x00001729The dependencies for this resource are nested too deeply.
ERROR_EXCEPTION_IN_RESOURCE_CALL0x0000172AThe call into the resource DLL raised an unhandled exception.
ERROR_CLUSTER_RHS_FAILED_INITIALIZATION0x0000172BThe RHS process failed to initialize.
ERROR_CLUSTER_NOT_INSTALLED0x0000172CThe Failover Clustering feature is not installed on this node.
ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE0x0000172DThe resources must be online on the same node for this operation
ERROR_CLUSTER_MAX_NODES_IN_CLUSTER0x0000172EA new node can not be added since this cluster is already at its maximum number of nodes.
ERROR_CLUSTER_TOO_MANY_NODES0x0000172FThis cluster can not be created since the specified number of nodes exceeds the maximum allowed limit.
ERROR_CLUSTER_OBJECT_ALREADY_USED0x00001730An 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_FOUND0x00001731This cluster cannot be destroyed. It has non-core application groups which must be deleted before the cluster can be destroyed.
ERROR_FILE_SHARE_RESOURCE_CONFLICT0x00001732File share associated with file share witness resource cannot be hosted by this cluster or any of its nodes.
ERROR_CLUSTER_EVICT_INVALID_REQUEST0x00001733Eviction of this node is invalid at this time. Due to quorum requirements node eviction will result in cluster shutdown. If it is the last node in the cluster, destroy cluster command should be used.
ERROR_CLUSTER_SINGLETON_RESOURCE0x00001734Only one instance of this resource type is allowed in the cluster.
ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE0x00001735Only one instance of this resource type is allowed per resource group.
ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED0x00001736The resource failed to come online due to the failure of one or more provider resources.
ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR0x00001737The resource has indicated that it cannot come online on any node.
ERROR_CLUSTER_GROUP_BUSY0x00001738The current operation cannot be performed on this group at this time.
ERROR_CLUSTER_NOT_SHARED_VOLUME0x00001739The directory or file is not located on a cluster shared volume.
ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR0x0000173AThe Security Descriptor does not meet the requirements for a cluster.
ERROR_CLUSTER_SHARED_VOLUMES_IN_USE0x0000173BThere is one or more shared volumes resources configured in the cluster. Those resources must be moved to available storage in order for operation to succeed.
ERROR_CLUSTER_USE_SHARED_VOLUMES_API0x0000173CThis group or resource cannot be directly manipulated. Use shared volume APIs to perform desired operation.
ERROR_CLUSTER_BACKUP_IN_PROGRESS0x0000173DBack up is in progress. Please wait for backup completion before trying this operation again.
ERROR_NON_CSV_PATH0x0000173EThe path does not belong to a cluster shared volume.
ERROR_CSV_VOLUME_NOT_LOCAL0x0000173FThe cluster shared volume is not locally mounted on this node.
ERROR_CLUSTER_WATCHDOG_TERMINATING0x00001740The cluster watchdog is terminating.
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES0x00001741A resource vetoed a move between two nodes because they are incompatible.
ERROR_CLUSTER_INVALID_NODE_WEIGHT0x00001742The 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_CALL0x00001743The resource vetoed the call.
ERROR_RESMON_SYSTEM_RESOURCES_LACKING0x00001744Resource could not start or run because it could not reserve sufficient system resources.
ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION0x00001745A 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_SOURCE0x00001746A resource vetoed a move between two nodes because the source currently does not have enough resources to complete the operation.
ERROR_CLUSTER_GROUP_QUEUED0x00001747The requested operation can not be completed because the group is queued for an operation.
ERROR_CLUSTER_RESOURCE_LOCKED_STATUS0x00001748The requested operation can not be completed because a resource has locked status.
ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED0x00001749The resource cannot move to another node because a cluster shared volume vetoed the operation.
ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS0x0000174AA node drain is already in progress.
ERROR_CLUSTER_DISK_NOT_CONNECTED0x0000174BClustered storage is not connected to the node.
ERROR_DISK_NOT_CSV_CAPABLE0x0000174CThe 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_STORAGE0x0000174DThe resource must be part of the Available Storage group to complete this action.
ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED0x0000174ECSVFS failed operation as volume is in redirected mode.
ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED0x0000174FCSVFS failed operation as volume is not in redirected mode.
ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES0x00001750Cluster properties cannot be returned at this time.
ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES0x00001751The clustered disk resource contains software snapshot diff area that are not supported for Cluster Shared Volumes.
ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE0x00001752The operation cannot be completed because the resource is in maintenance mode.
ERROR_CLUSTER_AFFINITY_CONFLICT0x00001753The operation cannot be completed because of cluster affinity conflicts
ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE0x00001754The operation cannot be completed because the resource is a replica virtual machine.
ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS0x00001755The Cluster Functional Level could not be increased because not all nodes in the cluster support the updated version.
ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED0x00001756Updating the cluster functional level failed because the cluster is running in fix quorum mode. Start additional nodes which are members of the cluster until the cluster reaches quorum and the cluster will automatically switch out of fix quorum mode, or stop and restart the cluster without the FixQuorum switch. Once the cluster is out of fix quorum mode retry the Update-ClusterFunctionalLevel PowerShell cmdlet to update the cluster functional level.
ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED0x00001757The cluster functional level has been successfully updated but not all features are available yet. Restart the cluster by using the Stop-Cluster PowerShell cmdlet followed by the Start-Cluster PowerShell cmdlet and all cluster features will be available.
ERROR_CLUSTER_UPGRADE_IN_PROGRESS0x00001758The cluster is currently performing a version upgrade.
ERROR_CLUSTER_UPGRADE_INCOMPLETE0x00001759The cluster did not successfully complete the version upgrade.
ERROR_CLUSTER_NODE_IN_GRACE_PERIOD0x0000175AThe cluster node is in grace period.
ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT0x0000175BThe operation has failed because CSV volume was not able to recover in time specified on this file object.
ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER0x0000175CThe operation failed because the requested node is not currently part of active cluster membership.
ERROR_CLUSTER_RESOURCE_NOT_MONITORED0x0000175DThe operation failed because the requested cluster resource is currently unmonitored.
ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED0x0000175EThe operation failed because a resource does not support running in an unmonitored state.
ERROR_CLUSTER_RESOURCE_IS_REPLICATED0x0000175FThe operation cannot be completed because a resource participates in replication.
ERROR_CLUSTER_NODE_ISOLATED0x00001760The operation failed because the requested cluster node has been isolated
ERROR_CLUSTER_NODE_QUARANTINED0x00001761The operation failed because the requested cluster node has been quarantined
ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED0x00001762The operation failed because the specified database update condition was not met
ERROR_CLUSTER_SPACE_DEGRADED0x00001763A clustered space is in a degraded condition and the requested action cannot be completed at this time.
ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED0x00001764The operation failed because token delegation for this control is not supported.
ERROR_CLUSTER_CSV_INVALID_HANDLE0x00001765The operation has failed because CSV has invalidated this file object.
ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR0x00001766This operation is supported only on the CSV coordinator node.
ERROR_GROUPSET_NOT_AVAILABLE0x00001767The cluster group set is not available for any further requests.
ERROR_GROUPSET_NOT_FOUND0x00001768The cluster group set could not be found.
ERROR_GROUPSET_CANT_PROVIDE0x00001769The 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_FOUND0x0000176AThe specified parent fault domain is not found.
ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY0x0000176BThe fault domain cannot be a child of the parent specified.
ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION0x0000176CStorage Spaces Direct has rejected the proposed fault domain changes because it impacts the fault tolerance of the storage.
ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS0x0000176DStorage Spaces Direct has rejected the proposed fault domain changes because it reduces the storage connected to the system.
ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME0x0000176ECluster infrastructure file server creation failed because a valid non-empty file server name was not provided.
ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE0x0000176FThe action cannot be completed because the cluster set management cluster is unreachable.
ERROR_ENCRYPTION_FAILED0x00001770The specified file could not be encrypted.
ERROR_DECRYPTION_FAILED0x00001771The specified file could not be decrypted.
ERROR_FILE_ENCRYPTED0x00001772The specified file is encrypted and the user does not have the ability to decrypt it.
ERROR_NO_RECOVERY_POLICY0x00001773There is no valid encryption recovery policy configured for this system.
ERROR_NO_EFS0x00001774The required encryption driver is not loaded for this system.
ERROR_WRONG_EFS0x00001775The file was encrypted with a different encryption driver than is currently loaded.
ERROR_NO_USER_KEYS0x00001776There are no EFS keys defined for the user.
ERROR_FILE_NOT_ENCRYPTED0x00001777The specified file is not encrypted.
ERROR_NOT_EXPORT_FORMAT0x00001778The specified file is not in the defined EFS export format.
ERROR_FILE_READ_ONLY0x00001779The specified file is read only.
ERROR_DIR_EFS_DISALLOWED0x0000177AThe directory has been disabled for encryption.
ERROR_EFS_SERVER_NOT_TRUSTED0x0000177BThe server is not trusted for remote encryption operation.
ERROR_BAD_RECOVERY_POLICY0x0000177CRecovery policy configured for this system contains invalid recovery certificate.
ERROR_EFS_ALG_BLOB_TOO_BIG0x0000177DThe encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
ERROR_VOLUME_NOT_SUPPORT_EFS0x0000177EThe disk partition does not support file encryption.
ERROR_EFS_DISABLED0x0000177FThis machine is disabled for file encryption.
ERROR_EFS_VERSION_NOT_SUPPORT0x00001780A newer system is required to decrypt this encrypted file.
ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE0x00001781The remote server sent an invalid response for a file being opened with Client Side Encryption.
ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER0x00001782Client Side Encryption is not supported by the remote server even though it claims to support it.
ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE0x00001783File is encrypted and should be opened in Client Side Encryption mode.
ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE0x00001784A new encrypted file is being created and a $EFS needs to be provided.
ERROR_CS_ENCRYPTION_FILE_NOT_CSE0x00001785The SMB client requested a CSE FSCTL on a non-CSE file.
ERROR_ENCRYPTION_POLICY_DENIES_OPERATION0x00001786The requested operation was blocked by policy. For more information, contact your system administrator.
ERROR_NO_BROWSER_SERVERS_FOUND0x000017E6The list of servers for this workgroup is not currently available
SCHED_E_SERVICE_NOT_LOCALSYSTEM0x00001838The 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_INVALID0x000019C8Log service encountered an invalid log sector.
ERROR_LOG_SECTOR_PARITY_INVALID0x000019C9Log service encountered a log sector with invalid block parity.
ERROR_LOG_SECTOR_REMAPPED0x000019CALog service encountered a remapped log sector.
ERROR_LOG_BLOCK_INCOMPLETE0x000019CBLog service encountered a partial or incomplete log block.
ERROR_LOG_INVALID_RANGE0x000019CCLog service encountered an attempt access data outside the active log range.
ERROR_LOG_BLOCKS_EXHAUSTED0x000019CDLog service user marshalling buffers are exhausted.
ERROR_LOG_READ_CONTEXT_INVALID0x000019CELog service encountered an attempt read from a marshalling area with an invalid read context.
ERROR_LOG_RESTART_INVALID0x000019CFLog service encountered an invalid log restart area.
ERROR_LOG_BLOCK_VERSION0x000019D0Log service encountered an invalid log block version.
ERROR_LOG_BLOCK_INVALID0x000019D1Log service encountered an invalid log block.
ERROR_LOG_READ_MODE_INVALID0x000019D2Log service encountered an attempt to read the log with an invalid read mode.
ERROR_LOG_NO_RESTART0x000019D3Log service encountered a log stream with no restart area.
ERROR_LOG_METADATA_CORRUPT0x000019D4Log service encountered a corrupted metadata file.
ERROR_LOG_METADATA_INVALID0x000019D5Log service encountered a metadata file that could not be created by the log file system.
ERROR_LOG_METADATA_INCONSISTENT0x000019D6Log service encountered a metadata file with inconsistent data.
ERROR_LOG_RESERVATION_INVALID0x000019D7Log service encountered an attempt to erroneous allocate or dispose reservation space.
ERROR_LOG_CANT_DELETE0x000019D8Log service cannot delete log file or file system container.
ERROR_LOG_CONTAINER_LIMIT_EXCEEDED0x000019D9Log service has reached the maximum allowable containers allocated to a log file.
ERROR_LOG_START_OF_LOG0x000019DALog service has attempted to read or write backward past the start of the log.
ERROR_LOG_POLICY_ALREADY_INSTALLED0x000019DBLog policy could not be installed because a policy of the same type is already present.
ERROR_LOG_POLICY_NOT_INSTALLED0x000019DCLog policy in question was not installed at the time of the request.
ERROR_LOG_POLICY_INVALID0x000019DDThe installed set of policies on the log is invalid.
ERROR_LOG_POLICY_CONFLICT0x000019DEA policy on the log in question prevented the operation from completing.
ERROR_LOG_PINNED_ARCHIVE_TAIL0x000019DFLog space cannot be reclaimed because the log is pinned by the archive tail.
ERROR_LOG_RECORD_NONEXISTENT0x000019E0Log record is not a record in the log file.
ERROR_LOG_RECORDS_RESERVED_INVALID0x000019E1Number of reserved log records or the adjustment of the number of reserved log records is invalid.
ERROR_LOG_SPACE_RESERVED_INVALID0x000019E2Reserved log space or the adjustment of the log space is invalid.
ERROR_LOG_TAIL_INVALID0x000019E3An new or existing archive tail or base of the active log is invalid.
ERROR_LOG_FULL0x000019E4Log space is exhausted.
ERROR_COULD_NOT_RESIZE_LOG0x000019E5The log could not be set to the requested size.
ERROR_LOG_MULTIPLEXED0x000019E6Log is multiplexed, no direct writes to the physical log is allowed.
ERROR_LOG_DEDICATED0x000019E7The operation failed because the log is a dedicated log.
ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS0x000019E8The operation requires an archive context.
ERROR_LOG_ARCHIVE_IN_PROGRESS0x000019E9Log archival is in progress.
ERROR_LOG_EPHEMERAL0x000019EAThe operation requires a non-ephemeral log, but the log is ephemeral.
ERROR_LOG_NOT_ENOUGH_CONTAINERS0x000019EBThe log must have at least two containers before it can be read from or written to.
ERROR_LOG_CLIENT_ALREADY_REGISTERED0x000019ECA log client has already registered on the stream.
ERROR_LOG_CLIENT_NOT_REGISTERED0x000019EDA log client has not been registered on the stream.
ERROR_LOG_FULL_HANDLER_IN_PROGRESS0x000019EEA request has already been made to handle the log full condition.
ERROR_LOG_CONTAINER_READ_FAILED0x000019EFLog service encountered an error when attempting to read from a log container.
ERROR_LOG_CONTAINER_WRITE_FAILED0x000019F0Log service encountered an error when attempting to write to a log container.
ERROR_LOG_CONTAINER_OPEN_FAILED0x000019F1Log service encountered an error when attempting open a log container.
ERROR_LOG_CONTAINER_STATE_INVALID0x000019F2Log service encountered an invalid container state when attempting a requested action.
ERROR_LOG_STATE_INVALID0x000019F3Log service is not in the correct state to perform a requested action.
ERROR_LOG_PINNED0x000019F4Log space cannot be reclaimed because the log is pinned.
ERROR_LOG_METADATA_FLUSH_FAILED0x000019F5Log metadata flush failed.
ERROR_LOG_INCONSISTENT_SECURITY0x000019F6Security on the log and its containers is inconsistent.
ERROR_LOG_APPENDED_FLUSH_FAILED0x000019F7Records were appended to the log or reservation changes were made, but the log could not be flushed.
ERROR_LOG_PINNED_RESERVATION0x000019F8The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
ERROR_INVALID_TRANSACTION0x00001A2CThe transaction handle associated with this operation is not valid.
ERROR_TRANSACTION_NOT_ACTIVE0x00001A2DThe requested operation was made in the context of a transaction that is no longer active.
ERROR_TRANSACTION_REQUEST_NOT_VALID0x00001A2EThe requested operation is not valid on the Transaction object in its current state.
ERROR_TRANSACTION_NOT_REQUESTED0x00001A2FThe 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_ABORTED0x00001A30It is too late to perform the requested operation, since the Transaction has already been aborted.
ERROR_TRANSACTION_ALREADY_COMMITTED0x00001A31It is too late to perform the requested operation, since the Transaction has already been committed.
ERROR_TM_INITIALIZATION_FAILED0x00001A32The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported.
ERROR_RESOURCEMANAGER_READ_ONLY0x00001A33The specified ResourceManager made no changes or updates to the resource under this transaction.
ERROR_TRANSACTION_NOT_JOINED0x00001A34The resource manager has attempted to prepare a transaction that it has not successfully joined.
ERROR_TRANSACTION_SUPERIOR_EXISTS0x00001A35The 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_EXISTS0x00001A36The RM tried to register a protocol that already exists.
ERROR_TRANSACTION_PROPAGATION_FAILED0x00001A37The attempt to propagate the Transaction failed.
ERROR_CRM_PROTOCOL_NOT_FOUND0x00001A38The requested propagation protocol was not registered as a CRM.
ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER0x00001A39The buffer passed in to PushTransaction or PullTransaction is not in a valid format.
ERROR_CURRENT_TRANSACTION_NOT_VALID0x00001A3AThe current transaction context associated with the thread is not a valid handle to a transaction object.
ERROR_TRANSACTION_NOT_FOUND0x00001A3BThe specified Transaction object could not be opened, because it was not found.
ERROR_RESOURCEMANAGER_NOT_FOUND0x00001A3CThe specified ResourceManager object could not be opened, because it was not found.
ERROR_ENLISTMENT_NOT_FOUND0x00001A3DThe specified Enlistment object could not be opened, because it was not found.
ERROR_TRANSACTIONMANAGER_NOT_FOUND0x00001A3EThe specified TransactionManager object could not be opened, because it was not found.
ERROR_TRANSACTIONMANAGER_NOT_ONLINE0x00001A3FThe 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_COLLISION0x00001A40The 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_ROOT0x00001A41The 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_EXPIRED0x00001A42Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.
ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED0x00001A43The 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_LONG0x00001A44The 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_SUPPORTED0x00001A45Implicit transaction are not supported.
ERROR_TRANSACTION_INTEGRITY_VIOLATED0x00001A46The kernel transaction manager had to abort or forget the transaction because it blocked forward progress.
ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH0x00001A47The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager's log file.
ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT0x00001A48This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again.
ERROR_TRANSACTION_MUST_WRITETHROUGH0x00001A49The 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_SUPERIOR0x00001A4AThe transaction does not have a superior enlistment.
ERROR_HEURISTIC_DAMAGE_POSSIBLE0x00001A4BThe 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_CONFLICT0x00001A90The function attempted to use a name that is reserved for use by another transaction.
ERROR_RM_NOT_ACTIVE0x00001A91Transaction support within the specified resource manager is not started or was shut down due to an error.
ERROR_RM_METADATA_CORRUPT0x00001A92The metadata of the RM has been corrupted. The RM will not function.
ERROR_DIRECTORY_NOT_RM0x00001A93The specified directory does not contain a resource manager.
ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE0x00001A95The remote server or share does not support transacted file operations.
ERROR_LOG_RESIZE_INVALID_SIZE0x00001A96The requested log size is invalid.
ERROR_OBJECT_NO_LONGER_EXISTS0x00001A97The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback.
ERROR_STREAM_MINIVERSION_NOT_FOUND0x00001A98The specified file miniversion was not found for this transacted file open.
ERROR_STREAM_MINIVERSION_NOT_VALID0x00001A99The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback.
ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION0x00001A9AA miniversion may only be opened in the context of the transaction that created it.
ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT0x00001A9BIt is not possible to open a miniversion with modify access.
ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS0x00001A9CIt is not possible to create any more miniversions for this stream.
ERROR_REMOTE_FILE_VERSION_MISMATCH0x00001A9EThe remote server sent mismatching version number or Fid for a file opened with transactions.
ERROR_HANDLE_NO_LONGER_VALID0x00001A9FThe 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_METADATA0x00001AA0There is no transaction metadata on the file.
ERROR_LOG_CORRUPTION_DETECTED0x00001AA1The log data is corrupt.
ERROR_CANT_RECOVER_WITH_HANDLE_OPEN0x00001AA2The file can't be recovered because there is a handle still open on it.
ERROR_RM_DISCONNECTED0x00001AA3The transaction outcome is unavailable because the resource manager responsible for it has disconnected.
ERROR_ENLISTMENT_NOT_SUPERIOR0x00001AA4The request was rejected because the enlistment in question is not a superior enlistment.
ERROR_RECOVERY_NOT_NEEDED0x00001AA5The transactional resource manager is already consistent. Recovery is not needed.
ERROR_RM_ALREADY_STARTED0x00001AA6The transactional resource manager has already been started.
ERROR_FILE_IDENTITY_NOT_PERSISTENT0x00001AA7The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction.
ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY0x00001AA8The operation cannot be performed because another transaction is depending on the fact that this property will not change.
ERROR_CANT_CROSS_RM_BOUNDARY0x00001AA9The operation would involve a single file with two transactional resource managers and is therefore not allowed.
ERROR_TXF_DIR_NOT_EMPTY0x00001AAAThe $Txf directory must be empty for this operation to succeed.
ERROR_INDOUBT_TRANSACTIONS_EXIST0x00001AABThe operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.
ERROR_TM_VOLATILE0x00001AACThe operation could not be completed because the transaction manager does not have a log.
ERROR_ROLLBACK_TIMER_EXPIRED0x00001AADA rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.
ERROR_TXF_ATTRIBUTE_CORRUPT0x00001AAEThe transactional metadata attribute on the file or directory is corrupt and unreadable.
ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION0x00001AAFThe encryption operation could not be completed because a transaction is active.
ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED0x00001AB0This object is not allowed to be opened in a transaction.
ERROR_LOG_GROWTH_FAILED0x00001AB1An 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_REMOTE0x00001AB2Memory mapping (creating a mapped section) a remote file under a transaction is not supported.
ERROR_TXF_METADATA_ALREADY_PRESENT0x00001AB3Transaction metadata is already present on this file and cannot be superseded.
ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET0x00001AB4A transaction scope could not be entered because the scope handler has not been initialized.
ERROR_TRANSACTION_REQUIRED_PROMOTION0x00001AB5Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it.
ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION0x00001AB6This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.
ERROR_TRANSACTIONS_NOT_FROZEN0x00001AB7The request to thaw frozen transactions was ignored because transactions had not previously been frozen.
ERROR_TRANSACTION_FREEZE_IN_PROGRESS0x00001AB8Transactions cannot be frozen because a freeze is already in progress.
ERROR_NOT_SNAPSHOT_VOLUME0x00001AB9The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
ERROR_NO_SAVEPOINT_WITH_OPEN_FILES0x00001ABAThe savepoint operation failed because files are open on the transaction. This is not permitted.
ERROR_DATA_LOST_REPAIR0x00001ABBWindows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred.
ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION0x00001ABCThe sparse operation could not be completed because a transaction is active on the file.
ERROR_TM_IDENTITY_MISMATCH0x00001ABDThe 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_SECTION0x00001ABEI/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_WORK0x00001ABFThe transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources.
ERROR_CANNOT_ABORT_TRANSACTIONS0x00001AC0The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manger has been shut down.
ERROR_BAD_CLUSTERS0x00001AC1The operation could not be completed due to bad clusters on disk.
ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION0x00001AC2The compression operation could not be completed because a transaction is active on the file.
ERROR_VOLUME_DIRTY0x00001AC3The operation could not be completed because the volume is dirty. Please run chkdsk and try again.
ERROR_NO_LINK_TRACKING_IN_TRANSACTION0x00001AC4The link tracking operation could not be completed because a transaction is active.
ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION0x00001AC5This operation cannot be performed in a transaction.
ERROR_EXPIRED_HANDLE0x00001AC6The 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_ENLISTED0x00001AC7The specified operation could not be performed because the resource manager is not enlisted in the transaction.
ERROR_CTX_WINSTATION_NAME_INVALID0x00001B59The specified session name is invalid.
ERROR_CTX_INVALID_PD0x00001B5AThe specified protocol driver is invalid.
ERROR_CTX_PD_NOT_FOUND0x00001B5BThe specified protocol driver was not found in the system path.
ERROR_CTX_WD_NOT_FOUND0x00001B5CThe specified terminal connection driver was not found in the system path.
ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY0x00001B5DA registry key for event logging could not be created for this session.
ERROR_CTX_SERVICE_NAME_COLLISION0x00001B5EA service with the same name already exists on the system.
ERROR_CTX_CLOSE_PENDING0x00001B5FA close operation is pending on the session.
ERROR_CTX_NO_OUTBUF0x00001B60There are no free output buffers available.
ERROR_CTX_MODEM_INF_NOT_FOUND0x00001B61The MODEM.INF file was not found.
ERROR_CTX_INVALID_MODEMNAME0x00001B62The modem name was not found in MODEM.INF.
ERROR_CTX_MODEM_RESPONSE_ERROR0x00001B63The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
ERROR_CTX_MODEM_RESPONSE_TIMEOUT0x00001B64The 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_CARRIER0x00001B65Carrier detect has failed or carrier has been dropped due to disconnect.
ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE0x00001B66Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
ERROR_CTX_MODEM_RESPONSE_BUSY0x00001B67Busy signal detected at remote site on callback.
ERROR_CTX_MODEM_RESPONSE_VOICE0x00001B68Voice detected at remote site on callback.
ERROR_CTX_TD_ERROR0x00001B69Transport driver error
ERROR_CTX_WINSTATION_NOT_FOUND0x00001B6EThe specified session cannot be found.
ERROR_CTX_WINSTATION_ALREADY_EXISTS0x00001B6FThe specified session name is already in use.
ERROR_CTX_WINSTATION_BUSY0x00001B70The 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_MODE0x00001B71An attempt has been made to connect to a session whose video mode is not supported by the current client.
ERROR_CTX_GRAPHICS_INVALID0x00001B7BThe application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
ERROR_CTX_LOGON_DISABLED0x00001B7DYour interactive logon privilege has been disabled. Please contact your administrator.
ERROR_CTX_NOT_CONSOLE0x00001B7EThe 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_TIMEOUT0x00001B80The client failed to respond to the server connect message.
ERROR_CTX_CONSOLE_DISCONNECT0x00001B81Disconnecting the console session is not supported.
ERROR_CTX_CONSOLE_CONNECT0x00001B82Reconnecting a disconnected session to the console is not supported.
ERROR_CTX_SHADOW_DENIED0x00001B84The request to control another session remotely was denied.
ERROR_CTX_WINSTATION_ACCESS_DENIED0x00001B85The requested session access is denied.
ERROR_CTX_INVALID_WD0x00001B89The specified terminal connection driver is invalid.
ERROR_CTX_SHADOW_INVALID0x00001B8AThe requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on.
ERROR_CTX_SHADOW_DISABLED0x00001B8BThe requested session is not configured to allow remote control.
ERROR_CTX_CLIENT_LICENSE_IN_USE0x00001B8CYour 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_SET0x00001B8DYour 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_AVAILABLE0x00001B8EThe 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_INVALID0x00001B8FThe client you are using is not licensed to use this system. Your logon request is denied.
ERROR_CTX_LICENSE_EXPIRED0x00001B90The system license has expired. Your logon request is denied.
ERROR_CTX_SHADOW_NOT_RUNNING0x00001B91Remote control could not be terminated because the specified session is not currently being remotely controlled.
ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE0x00001B92The 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_EXCEEDED0x00001B93Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
ERROR_CTX_WINSTATIONS_DISABLED0x00001B94Remote logins are currently disabled.
ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED0x00001B95You do not have the proper encryption level to access this Session.
ERROR_CTX_SESSION_IN_USE0x00001B96The 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_LOGOFF0x00001B97The 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_RESTRICTION0x00001B98Unable to log you on because of an account restriction.
ERROR_RDP_PROTOCOL_ERROR0x00001B99The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
ERROR_CTX_CDM_CONNECT0x00001B9AThe Client Drive Mapping Service Has Connected on Terminal Connection.
ERROR_CTX_CDM_DISCONNECT0x00001B9BThe Client Drive Mapping Service Has Disconnected on Terminal Connection.
ERROR_CTX_SECURITY_LAYER_ERROR0x00001B9CThe Terminal Server security layer detected an error in the protocol stream and has disconnected the client.
ERROR_TS_INCOMPATIBLE_SESSIONS0x00001B9DThe target session is incompatible with the current session.
ERROR_TS_VIDEO_SUBSYSTEM_ERROR0x00001B9EWindows 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_SEQUENCE0x00001F41The file replication service API was called incorrectly.
FRS_ERR_STARTING_SERVICE0x00001F42The file replication service cannot be started.
FRS_ERR_STOPPING_SERVICE0x00001F43The file replication service cannot be stopped.
FRS_ERR_INTERNAL_API0x00001F44The file replication service API terminated the request. The event log may have more information.
FRS_ERR_INTERNAL0x00001F45The file replication service terminated the request. The event log may have more information.
FRS_ERR_SERVICE_COMM0x00001F46The file replication service cannot be contacted. The event log may have more information.
FRS_ERR_INSUFFICIENT_PRIV0x00001F47The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.
FRS_ERR_AUTHENTICATION0x00001F48The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.
FRS_ERR_PARENT_INSUFFICIENT_PRIV0x00001F49The 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_AUTHENTICATION0x00001F4AThe 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_COMM0x00001F4BThe 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_COMM0x00001F4CThe 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_POPULATE0x00001F4DThe file replication service cannot populate the system volume because of an internal error. The event log may have more information.
FRS_ERR_SYSVOL_POPULATE_TIMEOUT0x00001F4EThe file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.
FRS_ERR_SYSVOL_IS_BUSY0x00001F4FThe file replication service cannot process the request. The system volume is busy with a previous request.
FRS_ERR_SYSVOL_DEMOTE0x00001F50The 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_PARAMETER0x00001F51The file replication service detected an invalid parameter.
ERROR_DS_NOT_INSTALLED0x00002008An error occurred while installing the directory service. For more information, see the event log.
ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY0x00002009The directory service evaluated group memberships locally.
ERROR_DS_NO_ATTRIBUTE_OR_VALUE0x0000200AThe specified directory service attribute or value does not exist.
ERROR_DS_INVALID_ATTRIBUTE_SYNTAX0x0000200BThe attribute syntax specified to the directory service is invalid.
ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED0x0000200CThe attribute type specified to the directory service is not defined.
ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS0x0000200DThe specified directory service attribute or value already exists.
ERROR_DS_BUSY0x0000200EThe directory service is busy.
ERROR_DS_UNAVAILABLE0x0000200FThe directory service is unavailable.
ERROR_DS_NO_RIDS_ALLOCATED0x00002010The directory service was unable to allocate a relative identifier.
ERROR_DS_NO_MORE_RIDS0x00002011The directory service has exhausted the pool of relative identifiers.
ERROR_DS_INCORRECT_ROLE_OWNER0x00002012The requested operation could not be performed because the directory service is not the master for that type of operation.
ERROR_DS_RIDMGR_INIT_ERROR0x00002013The directory service was unable to initialize the subsystem that allocates relative identifiers.
ERROR_DS_OBJ_CLASS_VIOLATION0x00002014The requested operation did not satisfy one or more constraints associated with the class of the object.
ERROR_DS_CANT_ON_NON_LEAF0x00002015The directory service can perform the requested operation only on a leaf object.
ERROR_DS_CANT_ON_RDN0x00002016The directory service cannot perform the requested operation on the RDN attribute of an object.
ERROR_DS_CANT_MOD_OBJ_CLASS0x00002017The directory service detected an attempt to modify the object class of an object.
ERROR_DS_CROSS_DOM_MOVE_ERROR0x00002018The requested cross-domain move operation could not be performed.
ERROR_DS_GC_NOT_AVAILABLE0x00002019Unable to contact the global catalog server.
ERROR_SHARED_POLICY0x0000201AThe policy object is shared and can only be modified at the root.
ERROR_POLICY_OBJECT_NOT_FOUND0x0000201BThe policy object does not exist.
ERROR_POLICY_ONLY_IN_DS0x0000201CThe requested policy information is only in the directory service.
ERROR_PROMOTION_ACTIVE0x0000201DA domain controller promotion is currently active.
ERROR_NO_PROMOTION_ACTIVE0x0000201EA domain controller promotion is not currently active
ERROR_DS_OPERATIONS_ERROR0x00002020An operations error occurred.
ERROR_DS_PROTOCOL_ERROR0x00002021A protocol error occurred.
ERROR_DS_TIMELIMIT_EXCEEDED0x00002022The time limit for this request was exceeded.
ERROR_DS_SIZELIMIT_EXCEEDED0x00002023The size limit for this request was exceeded.
ERROR_DS_ADMIN_LIMIT_EXCEEDED0x00002024The administrative limit for this request was exceeded.
ERROR_DS_COMPARE_FALSE0x00002025The compare response was false.
ERROR_DS_COMPARE_TRUE0x00002026The compare response was true.
ERROR_DS_AUTH_METHOD_NOT_SUPPORTED0x00002027The requested authentication method is not supported by the server.
ERROR_DS_STRONG_AUTH_REQUIRED0x00002028A more secure authentication method is required for this server.
ERROR_DS_INAPPROPRIATE_AUTH0x00002029Inappropriate authentication.
ERROR_DS_AUTH_UNKNOWN0x0000202AThe authentication mechanism is unknown.
ERROR_DS_REFERRAL0x0000202BA referral was returned from the server.
ERROR_DS_UNAVAILABLE_CRIT_EXTENSION0x0000202CThe server does not support the requested critical extension.
ERROR_DS_CONFIDENTIALITY_REQUIRED0x0000202DThis request requires a secure connection.
ERROR_DS_INAPPROPRIATE_MATCHING0x0000202EInappropriate matching.
ERROR_DS_CONSTRAINT_VIOLATION0x0000202FA constraint violation occurred.
ERROR_DS_NO_SUCH_OBJECT0x00002030There is no such object on the server.
ERROR_DS_ALIAS_PROBLEM0x00002031There is an alias problem.
ERROR_DS_INVALID_DN_SYNTAX0x00002032An invalid dn syntax has been specified.
ERROR_DS_IS_LEAF0x00002033The object is a leaf object.
ERROR_DS_ALIAS_DEREF_PROBLEM0x00002034There is an alias dereferencing problem.
ERROR_DS_UNWILLING_TO_PERFORM0x00002035The server is unwilling to process the request.
ERROR_DS_LOOP_DETECT0x00002036A loop has been detected.
ERROR_DS_NAMING_VIOLATION0x00002037There is a naming violation.
ERROR_DS_OBJECT_RESULTS_TOO_LARGE0x00002038The result set is too large.
ERROR_DS_AFFECTS_MULTIPLE_DSAS0x00002039The operation affects multiple DSAs
ERROR_DS_SERVER_DOWN0x0000203AThe server is not operational.
ERROR_DS_LOCAL_ERROR0x0000203BA local error has occurred.
ERROR_DS_ENCODING_ERROR0x0000203CAn encoding error has occurred.
ERROR_DS_DECODING_ERROR0x0000203DA decoding error has occurred.
ERROR_DS_FILTER_UNKNOWN0x0000203EThe search filter cannot be recognized.
ERROR_DS_PARAM_ERROR0x0000203FOne or more parameters are illegal.
ERROR_DS_NOT_SUPPORTED0x00002040The specified method is not supported.
ERROR_DS_NO_RESULTS_RETURNED0x00002041No results were returned.
ERROR_DS_CONTROL_NOT_FOUND0x00002042The specified control is not supported by the server.
ERROR_DS_CLIENT_LOOP0x00002043A referral loop was detected by the client.
ERROR_DS_REFERRAL_LIMIT_EXCEEDED0x00002044The preset referral limit was exceeded.
ERROR_DS_SORT_CONTROL_MISSING0x00002045The search requires a SORT control.
ERROR_DS_OFFSET_RANGE_ERROR0x00002046The search results exceed the offset range specified.
ERROR_DS_RIDMGR_DISABLED0x00002047The 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_NC0x0000206DThe root object must be the head of a naming context. The root object cannot have an instantiated parent.
ERROR_DS_ADD_REPLICA_INHIBITED0x0000206EThe add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
ERROR_DS_ATT_NOT_DEF_IN_SCHEMA0x0000206FA reference to an attribute that is not defined in the schema occurred.
ERROR_DS_MAX_OBJ_SIZE_EXCEEDED0x00002070The maximum size of an object has been exceeded.
ERROR_DS_OBJ_STRING_NAME_EXISTS0x00002071An attempt was made to add an object to the directory with a name that is already in use.
ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA0x00002072An 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_SCHEMA0x00002073An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
ERROR_DS_NO_REQUESTED_ATTS_FOUND0x00002074None of the requested attributes were found on the objects.
ERROR_DS_USER_BUFFER_TO_SMALL0x00002075The user buffer is too small.
ERROR_DS_ATT_IS_NOT_ON_OBJ0x00002076The attribute specified in the operation is not present on the object.
ERROR_DS_ILLEGAL_MOD_OPERATION0x00002077Illegal modify operation. Some aspect of the modification is not permitted.
ERROR_DS_OBJ_TOO_LARGE0x00002078The specified object is too large.
ERROR_DS_BAD_INSTANCE_TYPE0x00002079The specified instance type is not valid.
ERROR_DS_MASTERDSA_REQUIRED0x0000207AThe operation must be performed at a master DSA.
ERROR_DS_OBJECT_CLASS_REQUIRED0x0000207BThe object class attribute must be specified.
ERROR_DS_MISSING_REQUIRED_ATT0x0000207CA required attribute is missing.
ERROR_DS_ATT_NOT_DEF_FOR_CLASS0x0000207DAn attempt was made to modify an object to include an attribute that is not legal for its class.
ERROR_DS_ATT_ALREADY_EXISTS0x0000207EThe specified attribute is already present on the object.
ERROR_DS_CANT_ADD_ATT_VALUES0x00002080The specified attribute is not present, or has no values.
ERROR_DS_SINGLE_VALUE_CONSTRAINT0x00002081Multiple values were specified for an attribute that can have only one value.
ERROR_DS_RANGE_CONSTRAINT0x00002082A value for the attribute was not in the acceptable range of values.
ERROR_DS_ATT_VAL_ALREADY_EXISTS0x00002083The specified value already exists.
ERROR_DS_CANT_REM_MISSING_ATT0x00002084The attribute cannot be removed because it is not present on the object.
ERROR_DS_CANT_REM_MISSING_ATT_VAL0x00002085The attribute value cannot be removed because it is not present on the object.
ERROR_DS_ROOT_CANT_BE_SUBREF0x00002086The specified root object cannot be a subref.
ERROR_DS_NO_CHAINING0x00002087Chaining is not permitted.
ERROR_DS_NO_CHAINED_EVAL0x00002088Chained evaluation is not permitted.
ERROR_DS_NO_PARENT_OBJECT0x00002089The operation could not be performed because the object's parent is either uninstantiated or deleted.
ERROR_DS_PARENT_IS_AN_ALIAS0x0000208AHaving a parent that is an alias is not permitted. Aliases are leaf objects.
ERROR_DS_CANT_MIX_MASTER_AND_REPS0x0000208BThe object and parent must be of the same type, either both masters or both replicas.
ERROR_DS_CHILDREN_EXIST0x0000208CThe operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
ERROR_DS_OBJ_NOT_FOUND0x0000208DDirectory object not found.
ERROR_DS_ALIASED_OBJ_MISSING0x0000208EThe aliased object is missing.
ERROR_DS_BAD_NAME_SYNTAX0x0000208FThe object name has bad syntax.
ERROR_DS_ALIAS_POINTS_TO_ALIAS0x00002090It is not permitted for an alias to refer to another alias.
ERROR_DS_CANT_DEREF_ALIAS0x00002091The alias cannot be dereferenced.
ERROR_DS_OUT_OF_SCOPE0x00002092The operation is out of scope.
ERROR_DS_OBJECT_BEING_REMOVED0x00002093The operation cannot continue because the object is in the process of being removed.
ERROR_DS_CANT_DELETE_DSA_OBJ0x00002094The DSA object cannot be deleted.
ERROR_DS_GENERIC_ERROR0x00002095A directory service error has occurred.
ERROR_DS_DSA_MUST_BE_INT_MASTER0x00002096The operation can only be performed on an internal master DSA object.
ERROR_DS_CLASS_NOT_DSA0x00002097The object must be of class DSA.
ERROR_DS_INSUFF_ACCESS_RIGHTS0x00002098Insufficient access rights to perform the operation.
ERROR_DS_ILLEGAL_SUPERIOR0x00002099The object cannot be added because the parent is not on the list of possible superiors.
ERROR_DS_ATTRIBUTE_OWNED_BY_SAM0x0000209AAccess to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
ERROR_DS_NAME_TOO_MANY_PARTS0x0000209BThe name has too many parts.
ERROR_DS_NAME_TOO_LONG0x0000209CThe name is too long.
ERROR_DS_NAME_VALUE_TOO_LONG0x0000209DThe name value is too long.
ERROR_DS_NAME_UNPARSEABLE0x0000209EThe directory service encountered an error parsing a name.
ERROR_DS_NAME_TYPE_UNKNOWN0x0000209FThe directory service cannot get the attribute type for a name.
ERROR_DS_NOT_AN_OBJECT0x000020A0The name does not identify an object; the name identifies a phantom.
ERROR_DS_SEC_DESC_TOO_SHORT0x000020A1The security descriptor is too short.
ERROR_DS_SEC_DESC_INVALID0x000020A2The security descriptor is invalid.
ERROR_DS_NO_DELETED_NAME0x000020A3Failed to create name for deleted object.
ERROR_DS_SUBREF_MUST_HAVE_PARENT0x000020A4The parent of a new subref must exist.
ERROR_DS_NCNAME_MUST_BE_NC0x000020A5The object must be a naming context.
ERROR_DS_CANT_ADD_SYSTEM_ONLY0x000020A6It is not permitted to add an attribute which is owned by the system.
ERROR_DS_CLASS_MUST_BE_CONCRETE0x000020A7The class of the object must be structural; you cannot instantiate an abstract class.
ERROR_DS_INVALID_DMD0x000020A8The schema object could not be found.
ERROR_DS_OBJ_GUID_EXISTS0x000020A9A local object with this GUID (dead or alive) already exists.
ERROR_DS_NOT_ON_BACKLINK0x000020AAThe operation cannot be performed on a back link.
ERROR_DS_NO_CROSSREF_FOR_NC0x000020ABThe cross reference for the specified naming context could not be found.
ERROR_DS_SHUTTING_DOWN0x000020ACThe operation could not be performed because the directory service is shutting down.
ERROR_DS_UNKNOWN_OPERATION0x000020ADThe directory service request is invalid.
ERROR_DS_INVALID_ROLE_OWNER0x000020AEThe role owner attribute could not be read.
ERROR_DS_COULDNT_CONTACT_FSMO0x000020AFThe requested FSMO operation failed. The current FSMO holder could not be contacted.
ERROR_DS_CROSS_NC_DN_RENAME0x000020B0Modification of a DN across a naming context is not permitted.
ERROR_DS_CANT_MOD_SYSTEM_ONLY0x000020B1The attribute cannot be modified because it is owned by the system.
ERROR_DS_REPLICATOR_ONLY0x000020B2Only the replicator can perform this function.
ERROR_DS_OBJ_CLASS_NOT_DEFINED0x000020B3The specified class is not defined.
ERROR_DS_OBJ_CLASS_NOT_SUBCLASS0x000020B4The specified class is not a subclass.
ERROR_DS_NAME_REFERENCE_INVALID0x000020B5The name reference is invalid.
ERROR_DS_CROSS_REF_EXISTS0x000020B6A cross reference already exists.
ERROR_DS_CANT_DEL_MASTER_CROSSREF0x000020B7It is not permitted to delete a master cross reference.
ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD0x000020B8Subtree notifications are only supported on NC heads.
ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX0x000020B9Notification filter is too complex.
ERROR_DS_DUP_RDN0x000020BASchema update failed: duplicate RDN.
ERROR_DS_DUP_OID0x000020BBSchema update failed: duplicate OID.
ERROR_DS_DUP_MAPI_ID0x000020BCSchema update failed: duplicate MAPI identifier.
ERROR_DS_DUP_SCHEMA_ID_GUID0x000020BDSchema update failed: duplicate schema-id GUID.
ERROR_DS_DUP_LDAP_DISPLAY_NAME0x000020BESchema update failed: duplicate LDAP display name.
ERROR_DS_SEMANTIC_ATT_TEST0x000020BFSchema update failed: range-lower less than range upper.
ERROR_DS_SYNTAX_MISMATCH0x000020C0Schema update failed: syntax mismatch.
ERROR_DS_EXISTS_IN_MUST_HAVE0x000020C1Schema deletion failed: attribute is used in must-contain.
ERROR_DS_EXISTS_IN_MAY_HAVE0x000020C2Schema deletion failed: attribute is used in may-contain.
ERROR_DS_NONEXISTENT_MAY_HAVE0x000020C3Schema update failed: attribute in may-contain does not exist.
ERROR_DS_NONEXISTENT_MUST_HAVE0x000020C4Schema update failed: attribute in must-contain does not exist.
ERROR_DS_AUX_CLS_TEST_FAIL0x000020C5Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
ERROR_DS_NONEXISTENT_POSS_SUP0x000020C6Schema update failed: class in poss-superiors does not exist.
ERROR_DS_SUB_CLS_TEST_FAIL0x000020C7Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules.
ERROR_DS_BAD_RDN_ATT_ID_SYNTAX0x000020C8Schema update failed: Rdn-Att-Id has wrong syntax.
ERROR_DS_EXISTS_IN_AUX_CLS0x000020C9Schema deletion failed: class is used as auxiliary class.
ERROR_DS_EXISTS_IN_SUB_CLS0x000020CASchema deletion failed: class is used as sub class.
ERROR_DS_EXISTS_IN_POSS_SUP0x000020CBSchema deletion failed: class is used as poss superior.
ERROR_DS_RECALCSCHEMA_FAILED0x000020CCSchema update failed in recalculating validation cache.
ERROR_DS_TREE_DELETE_NOT_FINISHED0x000020CDThe tree deletion is not finished. The request must be made again to continue deleting the tree.
ERROR_DS_CANT_DELETE0x000020CEThe requested delete operation could not be performed.
ERROR_DS_ATT_SCHEMA_REQ_ID0x000020CFCannot read the governs class identifier for the schema record.
ERROR_DS_BAD_ATT_SCHEMA_SYNTAX0x000020D0The attribute schema has bad syntax.
ERROR_DS_CANT_CACHE_ATT0x000020D1The attribute could not be cached.
ERROR_DS_CANT_CACHE_CLASS0x000020D2The class could not be cached.
ERROR_DS_CANT_REMOVE_ATT_CACHE0x000020D3The attribute could not be removed from the cache.
ERROR_DS_CANT_REMOVE_CLASS_CACHE0x000020D4The class could not be removed from the cache.
ERROR_DS_CANT_RETRIEVE_DN0x000020D5The distinguished name attribute could not be read.
ERROR_DS_MISSING_SUPREF0x000020D6No 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_INSTANCE0x000020D7The instance type attribute could not be retrieved.
ERROR_DS_CODE_INCONSISTENCY0x000020D8An internal error has occurred.
ERROR_DS_DATABASE_ERROR0x000020D9A database error has occurred.
ERROR_DS_GOVERNSID_MISSING0x000020DAThe attribute GOVERNSID is missing.
ERROR_DS_MISSING_EXPECTED_ATT0x000020DBAn expected attribute is missing.
ERROR_DS_NCNAME_MISSING_CR_REF0x000020DCThe specified naming context is missing a cross reference.
ERROR_DS_SECURITY_CHECKING_ERROR0x000020DDA security checking error has occurred.
ERROR_DS_SCHEMA_NOT_LOADED0x000020DEThe schema is not loaded.
ERROR_DS_SCHEMA_ALLOC_FAILED0x000020DFSchema allocation failed. Please check if the machine is running low on memory.
ERROR_DS_ATT_SCHEMA_REQ_SYNTAX0x000020E0Failed to obtain the required syntax for the attribute schema.
ERROR_DS_GCVERIFY_ERROR0x000020E1The 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_MISMATCH0x000020E2The replication operation failed because of a schema mismatch between the servers involved.
ERROR_DS_CANT_FIND_DSA_OBJ0x000020E3The DSA object could not be found.
ERROR_DS_CANT_FIND_EXPECTED_NC0x000020E4The naming context could not be found.
ERROR_DS_CANT_FIND_NC_IN_CACHE0x000020E5The naming context could not be found in the cache.
ERROR_DS_CANT_RETRIEVE_CHILD0x000020E6The child object could not be retrieved.
ERROR_DS_SECURITY_ILLEGAL_MODIFY0x000020E7The modification was not permitted for security reasons.
ERROR_DS_CANT_REPLACE_HIDDEN_REC0x000020E8The operation cannot replace the hidden record.
ERROR_DS_BAD_HIERARCHY_FILE0x000020E9The hierarchy file is invalid.
ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED0x000020EAThe attempt to build the hierarchy table failed.
ERROR_DS_CONFIG_PARAM_MISSING0x000020EBThe directory configuration parameter is missing from the registry.
ERROR_DS_COUNTING_AB_INDICES_FAILED0x000020ECThe attempt to count the address book indices failed.
ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED0x000020EDThe allocation of the hierarchy table failed.
ERROR_DS_INTERNAL_FAILURE0x000020EEThe directory service encountered an internal failure.
ERROR_DS_UNKNOWN_ERROR0x000020EFThe directory service encountered an unknown failure.
ERROR_DS_ROOT_REQUIRES_CLASS_TOP0x000020F0A root object requires a class of 'top'.
ERROR_DS_REFUSING_FSMO_ROLES0x000020F1This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
ERROR_DS_MISSING_FSMO_SETTINGS0x000020F2The 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_ROLES0x000020F3The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
ERROR_DS_DRA_GENERIC0x000020F4The replication operation failed.
ERROR_DS_DRA_INVALID_PARAMETER0x000020F5An invalid parameter was specified for this replication operation.
ERROR_DS_DRA_BUSY0x000020F6The directory service is too busy to complete the replication operation at this time.
ERROR_DS_DRA_BAD_DN0x000020F7The distinguished name specified for this replication operation is invalid.
ERROR_DS_DRA_BAD_NC0x000020F8The naming context specified for this replication operation is invalid.
ERROR_DS_DRA_DN_EXISTS0x000020F9The distinguished name specified for this replication operation already exists.
ERROR_DS_DRA_INTERNAL_ERROR0x000020FAThe replication system encountered an internal error.
ERROR_DS_DRA_INCONSISTENT_DIT0x000020FBThe replication operation encountered a database inconsistency.
ERROR_DS_DRA_CONNECTION_FAILED0x000020FCThe server specified for this replication operation could not be contacted.
ERROR_DS_DRA_BAD_INSTANCE_TYPE0x000020FDThe replication operation encountered an object with an invalid instance type.
ERROR_DS_DRA_OUT_OF_MEM0x000020FEThe replication operation failed to allocate memory.
ERROR_DS_DRA_MAIL_PROBLEM0x000020FFThe replication operation encountered an error with the mail system.
ERROR_DS_DRA_REF_ALREADY_EXISTS0x00002100The replication reference information for the target server already exists.
ERROR_DS_DRA_REF_NOT_FOUND0x00002101The replication reference information for the target server does not exist.
ERROR_DS_DRA_OBJ_IS_REP_SOURCE0x00002102The naming context cannot be removed because it is replicated to another server.
ERROR_DS_DRA_DB_ERROR0x00002103The replication operation encountered a database error.
ERROR_DS_DRA_NO_REPLICA0x00002104The naming context is in the process of being removed or is not replicated from the specified server.
ERROR_DS_DRA_ACCESS_DENIED0x00002105Replication access was denied.
ERROR_DS_DRA_NOT_SUPPORTED0x00002106The requested operation is not supported by this version of the directory service.
ERROR_DS_DRA_RPC_CANCELLED0x00002107The replication remote procedure call was cancelled.
ERROR_DS_DRA_SOURCE_DISABLED0x00002108The source server is currently rejecting replication requests.
ERROR_DS_DRA_SINK_DISABLED0x00002109The destination server is currently rejecting replication requests.
ERROR_DS_DRA_NAME_COLLISION0x0000210AThe replication operation failed due to a collision of object names.
ERROR_DS_DRA_SOURCE_REINSTALLED0x0000210BThe replication source has been reinstalled.
ERROR_DS_DRA_MISSING_PARENT0x0000210CThe replication operation failed because a required parent object is missing.
ERROR_DS_DRA_PREEMPTED0x0000210DThe replication operation was preempted.
ERROR_DS_DRA_ABANDON_SYNC0x0000210EThe replication synchronization attempt was abandoned because of a lack of updates.
ERROR_DS_DRA_SHUTDOWN0x0000210FThe replication operation was terminated because the system is shutting down.
ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET0x00002110Synchronization 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_REPLICA0x00002111The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
ERROR_DS_DRA_EXTN_CONNECTION_FAILED0x00002112The 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_MISMATCH0x00002113The 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_ID0x00002114Schema update failed: An attribute with the same link identifier already exists.
ERROR_DS_NAME_ERROR_RESOLVING0x00002115Name translation: Generic processing error.
ERROR_DS_NAME_ERROR_NOT_FOUND0x00002116Name translation: Could not find the name or insufficient right to see name.
ERROR_DS_NAME_ERROR_NOT_UNIQUE0x00002117Name translation: Input name mapped to more than one output name.
ERROR_DS_NAME_ERROR_NO_MAPPING0x00002118Name translation: Input name found, but not the associated output format.
ERROR_DS_NAME_ERROR_DOMAIN_ONLY0x00002119Name translation: Unable to resolve completely, only the domain was found.
ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING0x0000211AName translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
ERROR_DS_CONSTRUCTED_ATT_MOD0x0000211BModification of a constructed attribute is not allowed.
ERROR_DS_WRONG_OM_OBJ_CLASS0x0000211CThe OM-Object-Class specified is incorrect for an attribute with the specified syntax.
ERROR_DS_DRA_REPL_PENDING0x0000211DThe replication request has been posted; waiting for reply.
ERROR_DS_DS_REQUIRED0x0000211EThe requested operation requires a directory service, and none was available.
ERROR_DS_INVALID_LDAP_DISPLAY_NAME0x0000211FThe LDAP display name of the class or attribute contains non-ASCII characters.
ERROR_DS_NON_BASE_SEARCH0x00002120The requested search operation is only supported for base searches.
ERROR_DS_CANT_RETRIEVE_ATTS0x00002121The search failed to retrieve attributes from the database.
ERROR_DS_BACKLINK_WITHOUT_LINK0x00002122The schema update operation tried to add a backward link attribute that has no corresponding forward link.
ERROR_DS_EPOCH_MISMATCH0x00002123Source 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_MISMATCH0x00002124Source 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_IDENTICAL0x00002125Source 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_MISMATCH0x00002126Source 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_NC0x00002127Destination of a cross-domain move is not authoritative for the destination naming context.
ERROR_DS_SRC_GUID_MISMATCH0x00002128Source 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_OBJECT0x00002129Object 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_PROGRESS0x0000212AAnother operation which requires exclusive access to the PDC FSMO is already in progress.
ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD0x0000212BA 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_OPERATION0x0000212CThis 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_MEMBERSHPS0x0000212DCan'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_PARENT0x0000212EA naming context head must be the immediate child of another naming context head, not of an interior node.
ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE0x0000212FThe 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_NATIVE0x00002130Destination domain must be in native mode.
ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER0x00002131The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
ERROR_DS_CANT_MOVE_ACCOUNT_GROUP0x00002132Cross-domain move of non-empty account groups is not allowed.
ERROR_DS_CANT_MOVE_RESOURCE_GROUP0x00002133Cross-domain move of non-empty resource groups is not allowed.
ERROR_DS_INVALID_SEARCH_FLAG0x00002134The 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_NC0x00002135Tree deletions starting at an object which has an NC head as a descendant are not allowed.
ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE0x00002136The 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_DELETE0x00002137The directory service failed to identify the list of objects to delete while attempting a tree deletion.
ERROR_DS_SAM_INIT_FAILURE0x00002138Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
ERROR_DS_SENSITIVE_GROUP_VIOLATION0x00002139Only an administrator can modify the membership list of an administrative group.
ERROR_DS_CANT_MOD_PRIMARYGROUPID0x0000213ACannot change the primary group ID of a domain controller account.
ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD0x0000213BAn attempt is made to modify the base schema.
ERROR_DS_NONSAFE_SCHEMA_CHANGE0x0000213CAdding 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_DISALLOWED0x0000213DSchema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
ERROR_DS_CANT_CREATE_UNDER_SCHEMA0x0000213EAn 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_VERSION0x0000213FThe 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_INIFILE0x00002140The 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_TYPE0x00002141The specified group type is invalid.
ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN0x00002142You cannot nest global groups in a mixed domain if the group is security-enabled.
ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN0x00002143You cannot nest local groups in a mixed domain if the group is security-enabled.
ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER0x00002144A global group cannot have a local group as a member.
ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER0x00002145A global group cannot have a universal group as a member.
ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER0x00002146A universal group cannot have a local group as a member.
ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER0x00002147A global group cannot have a cross-domain member.
ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER0x00002148A local group cannot have another cross domain local group as a member.
ERROR_DS_HAVE_PRIMARY_MEMBERS0x00002149A group with primary members cannot change to a security-disabled group.
ERROR_DS_STRING_SD_CONVERSION_FAILED0x0000214AThe schema cache load failed to convert the string default SD on a class-schema object.
ERROR_DS_NAMING_MASTER_GC0x0000214BOnly 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_FAILURE0x0000214CThe DSA operation is unable to proceed because of a DNS lookup failure.
ERROR_DS_COULDNT_UPDATE_SPNS0x0000214DWhile 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_SD0x0000214EThe Security Descriptor attribute could not be read.
ERROR_DS_KEY_NOT_UNIQUE0x0000214FThe object requested was not found, but an object with that key was found.
ERROR_DS_WRONG_LINKED_ATT_SYNTAX0x00002150The 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_PASSWORD0x00002151Security Account Manager needs to get the boot password.
ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY0x00002152Security Account Manager needs to get the boot key from floppy disk.
ERROR_DS_CANT_START0x00002153Directory Service cannot start.
ERROR_DS_INIT_FAILURE0x00002154Directory Services could not start.
ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION0x00002155The connection between client and server requires packet privacy or better.
ERROR_DS_SOURCE_DOMAIN_IN_FOREST0x00002156The source domain may not be in the same forest as destination.
ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST0x00002157The destination domain must be in the forest.
ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED0x00002158The operation requires that destination domain auditing be enabled.
ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN0x00002159The operation couldn't locate a DC for the source domain.
ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER0x0000215AThe source object must be a group or user.
ERROR_DS_SRC_SID_EXISTS_IN_FOREST0x0000215BThe source object's SID already exists in destination forest.
ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH0x0000215CThe source and destination object must be of the same type.
ERROR_SAM_INIT_FAILURE0x0000215DSecurity Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
ERROR_DS_DRA_SCHEMA_INFO_SHIP0x0000215ESchema information could not be included in the replication request.
ERROR_DS_DRA_SCHEMA_CONFLICT0x0000215FThe replication operation could not be completed due to a schema incompatibility.
ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT0x00002160The replication operation could not be completed due to a previous schema incompatibility.
ERROR_DS_DRA_OBJ_NC_MISMATCH0x00002161The 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_DSAS0x00002162The requested domain could not be deleted because there exist domain controllers that still host this domain.
ERROR_DS_GC_REQUIRED0x00002163The requested operation can be performed only on a global catalog server.
ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY0x00002164A local group can only be a member of other local groups in the same domain.
ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS0x00002165Foreign security principals cannot be members of universal groups.
ERROR_DS_CANT_ADD_TO_GC0x00002166The attribute is not allowed to be replicated to the GC because of security reasons.
ERROR_DS_NO_CHECKPOINT_WITH_PDC0x00002167The checkpoint with the PDC could not be taken because there too many modifications being processed currently.
ERROR_DS_SOURCE_AUDITING_NOT_ENABLED0x00002168The operation requires that source domain auditing be enabled.
ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC0x00002169Security principal objects can only be created inside domain naming contexts.
ERROR_DS_INVALID_NAME_FOR_SPN0x0000216AA Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS0x0000216BA Filter was passed that uses constructed attributes.
ERROR_DS_UNICODEPWD_NOT_IN_QUOTES0x0000216CThe unicodePwd attribute value must be enclosed in double quotes.
ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED0x0000216DYour 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_DC0x0000216EFor security reasons, the operation must be run on the destination DC.
ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER0x0000216FFor security reasons, the source DC must be NT4SP4 or greater.
ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ0x00002170Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
ERROR_DS_INIT_FAILURE_CONSOLE0x00002171Directory Services could not start because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
ERROR_DS_SAM_INIT_FAILURE_CONSOLE0x00002172Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
ERROR_DS_FOREST_VERSION_TOO_HIGH0x00002173The 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_HIGH0x00002174The 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_LOW0x00002175The 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_LOW0x00002176The 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_VERSION0x00002177The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
ERROR_DS_LOW_DSA_VERSION0x00002178The 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_MIXEDDOMAIN0x00002179The 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_ORDER0x0000217AThe sort order requested is not supported.
ERROR_DS_NAME_NOT_UNIQUE0x0000217BThe requested name already exists as a unique identifier.
ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT40x0000217CThe machine account was created pre-NT4. The account needs to be recreated.
ERROR_DS_OUT_OF_VERSION_STORE0x0000217DThe database is out of version store.
ERROR_DS_INCOMPATIBLE_CONTROLS_USED0x0000217EUnable to continue operation because multiple conflicting controls were used.
ERROR_DS_NO_REF_DOMAIN0x0000217FUnable to find a valid security descriptor reference domain for this partition.
ERROR_DS_RESERVED_LINK_ID0x00002180Schema update failed: The link identifier is reserved.
ERROR_DS_LINK_ID_NOT_AVAILABLE0x00002181Schema update failed: There are no link identifiers available.
ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER0x00002182An account group cannot have a universal group as a member.
ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE0x00002183Rename or move operations on naming context heads or read-only objects are not allowed.
ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC0x00002184Move operations on objects in the schema naming context are not allowed.
ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG0x00002185A system flag has been set on the object and does not allow the object to be moved or renamed.
ERROR_DS_MODIFYDN_WRONG_GRANDPARENT0x00002186This 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_REFERRAL0x00002187Unable to resolve completely, a referral to another forest is generated.
ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER0x00002188The requested action is not supported on standard server.
ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD0x00002189Could 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_CR_IMPOSSIBLE_TO_VALIDATE_V20x0000218AThe directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
ERROR_DS_THREAD_LIMIT_EXCEEDED0x0000218BThe thread limit for this request was exceeded.
ERROR_DS_NOT_CLOSEST0x0000218CThe Global catalog server is not in the closest site.
ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF0x0000218DThe 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_FAILED0x0000218EThe Directory Service failed to enter single user mode.
ERROR_DS_NTDSCRIPT_SYNTAX_ERROR0x0000218FThe Directory Service cannot parse the script because of a syntax error.
ERROR_DS_NTDSCRIPT_PROCESS_ERROR0x00002190The Directory Service cannot process the script because of an error.
ERROR_DS_DIFFERENT_REPL_EPOCHS0x00002191The 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_CHANGED0x00002192The directory service binding must be renegotiated due to a change in the server extensions information.
ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR0x00002193Operation not allowed on a disabled cross ref.
ERROR_DS_NO_MSDS_INTID0x00002194Schema update failed: No values for msDS-IntId are available.
ERROR_DS_DUP_MSDS_INTID0x00002195Schema update failed: Duplicate msDS-INtId. Retry the operation.
ERROR_DS_EXISTS_IN_RDNATTID0x00002196Schema deletion failed: attribute is used in rDNAttID.
ERROR_DS_AUTHORIZATION_FAILED0x00002197The directory service failed to authorize the request.
ERROR_DS_INVALID_SCRIPT0x00002198The Directory Service cannot process the script because it is invalid.
ERROR_DS_REMOTE_CROSSREF_OP_FAILED0x00002199The 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_BUSY0x0000219AA cross reference is in use locally with the same name.
ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN0x0000219BThe 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_NC0x0000219CWriteable NCs prevent this DC from demoting.
ERROR_DS_DUPLICATE_ID_FOUND0x0000219DThe requested object has a non-unique identifier and cannot be retrieved.
ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT0x0000219EInsufficient 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_ERROR0x0000219FThe group cannot be converted due to attribute restrictions on the requested group type.
ERROR_DS_CANT_MOVE_APP_BASIC_GROUP0x000021A0Cross-domain move of non-empty basic application groups is not allowed.
ERROR_DS_CANT_MOVE_APP_QUERY_GROUP0x000021A1Cross-domain move of non-empty query based application groups is not allowed.
ERROR_DS_ROLE_NOT_VERIFIED0x000021A2The 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_SPECIAL0x000021A3The target container for a redirection of a well known object container cannot already be a special container.
ERROR_DS_DOMAIN_RENAME_IN_PROGRESS0x000021A4The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
ERROR_DS_EXISTING_AD_CHILD_NC0x000021A5The 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_EXCEEDED0x000021A6The 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_CONTAINER0x000021A7The requested operation is not allowed on an object under the system container.
ERROR_DS_LDAP_SEND_QUEUE_FULL0x000021A8The 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_WINDOW0x000021A9The 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_KNOWN0x000021AAAt 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_OBJECT0x000021ABThe site settings object for the specified site does not exist.
ERROR_NO_SECRETS0x000021ACThe local account store does not contain secret material for the specified account.
ERROR_NO_WRITABLE_DC_FOUND0x000021ADCould not find a writable domain controller in the domain.
ERROR_DS_NO_SERVER_OBJECT0x000021AEThe server object for the domain controller does not exist.
ERROR_DS_NO_NTDSA_OBJECT0x000021AFThe NTDS Settings object for the domain controller does not exist.
ERROR_DS_NON_ASQ_SEARCH0x000021B0The requested search operation is not supported for ASQ searches.
ERROR_DS_AUDIT_FAILURE0x000021B1A required audit event could not be generated for the operation.
ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE0x000021B2The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes.
ERROR_DS_INVALID_SEARCH_FLAG_TUPLE0x000021B3The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
ERROR_DS_HIERARCHY_TABLE_TOO_DEEP0x000021B4The address books are nested too deeply. Failed to build the hierarchy table.
ERROR_DS_DRA_CORRUPT_UTD_VECTOR0x000021B5The specified up-to-date-ness vector is corrupt.
ERROR_DS_DRA_SECRETS_DENIED0x000021B6The request to replicate secrets is denied.
ERROR_DS_RESERVED_MAPI_ID0x000021B7Schema update failed: The MAPI identifier is reserved.
ERROR_DS_MAPI_ID_NOT_AVAILABLE0x000021B8Schema update failed: There are no MAPI identifiers available.
ERROR_DS_DRA_MISSING_KRBTGT_SECRET0x000021B9The replication operation failed because the required attributes of the local krbtgt object are missing.
ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST0x000021BAThe domain name of the trusted domain already exists in the forest.
ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST0x000021BBThe flat name of the trusted domain already exists in the forest.
ERROR_INVALID_USER_PRINCIPAL_NAME0x000021BCThe User Principal Name (UPN) is invalid.
ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS0x000021BDOID mapped groups cannot have members.
ERROR_DS_OID_NOT_FOUND0x000021BEThe specified OID cannot be found.
ERROR_DS_DRA_RECYCLED_TARGET0x000021BFThe replication operation failed because the target object referred by a link value is recycled.
ERROR_DS_DISALLOWED_NC_REDIRECT0x000021C0The 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_FFL0x000021C1The functional level of the AD LDS configuration set cannot be lowered to the requested value.
ERROR_DS_HIGH_DSA_VERSION0x000021C2The functional level of the domain (or forest) cannot be lowered to the requested value.
ERROR_DS_LOW_ADLDS_FFL0x000021C3The 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_WORKSTATION0x000021C4The 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_FAILED0x000021C5The 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_TYPE0x000021C6The 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_FOREST0x000021C7The operation failed because SPN value provided for addition/modification is not unique forest-wide.
ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST0x000021C8The operation failed because UPN value provided for addition/modification is not unique forest-wide.
ERROR_DS_MISSING_FOREST_TRUST0x000021C9The operation failed because the addition/modification referenced an inbound forest-wide trust that is not present.
ERROR_DS_VALUE_KEY_NOT_UNIQUE0x000021CAThe link value specified was not found, but a link value with that key was found.
DNS_ERROR_RCODE_FORMAT_ERROR0x00002329DNS server unable to interpret format.
DNS_ERROR_RCODE_SERVER_FAILURE0x0000232ADNS server failure.
DNS_ERROR_RCODE_NAME_ERROR0x0000232BDNS name does not exist.
DNS_ERROR_RCODE_NOT_IMPLEMENTED0x0000232CDNS request not supported by name server.
DNS_ERROR_RCODE_REFUSED0x0000232DDNS operation refused.
DNS_ERROR_RCODE_YXDOMAIN0x0000232EDNS name that ought not exist, does exist.
DNS_ERROR_RCODE_YXRRSET0x0000232FDNS RR set that ought not exist, does exist.
DNS_ERROR_RCODE_NXRRSET0x00002330DNS RR set that ought to exist, does not exist.
DNS_ERROR_RCODE_NOTAUTH0x00002331DNS server not authoritative for zone.
DNS_ERROR_RCODE_NOTZONE0x00002332DNS name in update or prereq is not in zone.
DNS_ERROR_RCODE_BADSIG0x00002338DNS signature failed to verify.
DNS_ERROR_RCODE_BADKEY0x00002339DNS bad key.
DNS_ERROR_RCODE_BADTIME0x0000233ADNS signature validity expired.
DNS_ERROR_KEYMASTER_REQUIRED0x0000238DOnly the DNS server acting as the key master for the zone may perform this operation.
DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE0x0000238EThis operation is not allowed on a zone that is signed or has signing keys.
DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA10x0000238FNSEC3 is not compatible with the RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC.
DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS0x00002390The 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_ALGORITHM0x00002391The specified algorithm is not supported.
DNS_ERROR_INVALID_KEY_SIZE0x00002392The specified key size is not supported.
DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE0x00002393One 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_PROTECTION0x00002394The 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_ERROR0x00002395An unexpected DPAPI++ error was encountered. Zone signing will not be operational until this error is resolved.
DNS_ERROR_UNEXPECTED_CNG_ERROR0x00002396An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved.
DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION0x00002397The 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_ACCESSIBLE0x00002398The specified key service provider cannot be opened by the DNS server.
DNS_ERROR_TOO_MANY_SKDS0x00002399The DNS server cannot accept any more signing keys with the specified algorithm and KSK flag value for this zone.
DNS_ERROR_INVALID_ROLLOVER_PERIOD0x0000239AThe specified rollover period is invalid.
DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET0x0000239BThe specified initial rollover offset is invalid.
DNS_ERROR_ROLLOVER_IN_PROGRESS0x0000239CThe specified signing key is already in process of rolling over keys.
DNS_ERROR_STANDBY_KEY_NOT_PRESENT0x0000239DThe specified signing key does not have a standby key to revoke.
DNS_ERROR_NOT_ALLOWED_ON_ZSK0x0000239EThis operation is not allowed on a zone signing key (ZSK).
DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD0x0000239FThis operation is not allowed on an active signing key.
DNS_ERROR_ROLLOVER_ALREADY_QUEUED0x000023A0The specified signing key is already queued for rollover.
DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE0x000023A1This operation is not allowed on an unsigned zone.
DNS_ERROR_BAD_KEYMASTER0x000023A2This 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_PERIOD0x000023A3The specified signature validity period is invalid.
DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT0x000023A4The specified NSEC3 iteration count is higher than allowed by the minimum key length used in the zone.
DNS_ERROR_DNSSEC_IS_DISABLED0x000023A5This 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_XML0x000023A6This operation could not be completed because the XML stream received is empty or syntactically invalid.
DNS_ERROR_NO_VALID_TRUST_ANCHORS0x000023A7This 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_POKEABLE0x000023A8The specified signing key is not waiting for parental DS update.
DNS_ERROR_NSEC3_NAME_COLLISION0x000023A9Hash collision detected during NSEC3 signing. Specify a different user-provided salt, or use a randomly generated salt, and attempt to sign the zone again.
DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA10x000023AANSEC is not compatible with the NSEC3-RSA-SHA-1 algorithm. Choose a different algorithm or use NSEC3.
DNS_INFO_NO_RECORDS0x0000251DNo records found for given DNS query.
DNS_ERROR_BAD_PACKET0x0000251EBad DNS packet.
DNS_ERROR_NO_PACKET0x0000251FNo DNS packet.
DNS_ERROR_RCODE0x00002520DNS error, check rcode.
DNS_ERROR_UNSECURE_PACKET0x00002521Unsecured DNS packet.
DNS_REQUEST_PENDING0x00002522DNS query request is pending.
DNS_ERROR_INVALID_TYPE0x0000254FInvalid DNS type.
DNS_ERROR_INVALID_IP_ADDRESS0x00002550Invalid IP address.
DNS_ERROR_INVALID_PROPERTY0x00002551Invalid property.
DNS_ERROR_TRY_AGAIN_LATER0x00002552Try DNS operation again later.
DNS_ERROR_NOT_UNIQUE0x00002553Record for given name and type is not unique.
DNS_ERROR_NON_RFC_NAME0x00002554DNS name does not comply with RFC specifications.
DNS_STATUS_FQDN0x00002555DNS name is a fully-qualified DNS name.
DNS_STATUS_DOTTED_NAME0x00002556DNS name is dotted (multi-label).
DNS_STATUS_SINGLE_PART_NAME0x00002557DNS name is a single-part name.
DNS_ERROR_INVALID_NAME_CHAR0x00002558DNS name contains an invalid character.
DNS_ERROR_NUMERIC_NAME0x00002559DNS name is entirely numeric.
DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER0x0000255AThe operation requested is not permitted on a DNS root server.
DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION0x0000255BThe record could not be created because this part of the DNS namespace has been delegated to another server.
DNS_ERROR_CANNOT_FIND_ROOT_HINTS0x0000255CThe DNS server could not find a set of root hints.
DNS_ERROR_INCONSISTENT_ROOT_HINTS0x0000255DThe DNS server found root hints but they were not consistent across all adapters.
DNS_ERROR_DWORD_VALUE_TOO_SMALL0x0000255EThe specified value is too small for this parameter.
DNS_ERROR_DWORD_VALUE_TOO_LARGE0x0000255FThe specified value is too large for this parameter.
DNS_ERROR_BACKGROUND_LOADING0x00002560This operation is not allowed while the DNS server is loading zones in the background. Please try again later.
DNS_ERROR_NOT_ALLOWED_ON_RODC0x00002561The operation requested is not permitted on against a DNS server running on a read-only DC.
DNS_ERROR_NOT_ALLOWED_UNDER_DNAME0x00002562No data is allowed to exist underneath a DNAME record.
DNS_ERROR_DELEGATION_REQUIRED0x00002563This operation requires credentials delegation.
DNS_ERROR_INVALID_POLICY_TABLE0x00002564Name resolution policy table has been corrupted. DNS resolution will fail until it is fixed. Contact your network administrator.
DNS_ERROR_ADDRESS_REQUIRED0x00002565Not allowed to remove all addresses.
DNS_ERROR_ZONE_DOES_NOT_EXIST0x00002581DNS zone does not exist.
DNS_ERROR_NO_ZONE_INFO0x00002582DNS zone information not available.
DNS_ERROR_INVALID_ZONE_OPERATION0x00002583Invalid operation for DNS zone.
DNS_ERROR_ZONE_CONFIGURATION_ERROR0x00002584Invalid DNS zone configuration.
DNS_ERROR_ZONE_HAS_NO_SOA_RECORD0x00002585DNS zone has no start of authority (SOA) record.
DNS_ERROR_ZONE_HAS_NO_NS_RECORDS0x00002586DNS zone has no Name Server (NS) record.
DNS_ERROR_ZONE_LOCKED0x00002587DNS zone is locked.
DNS_ERROR_ZONE_CREATION_FAILED0x00002588DNS zone creation failed.
DNS_ERROR_ZONE_ALREADY_EXISTS0x00002589DNS zone already exists.
DNS_ERROR_AUTOZONE_ALREADY_EXISTS0x0000258ADNS automatic zone already exists.
DNS_ERROR_INVALID_ZONE_TYPE0x0000258BInvalid DNS zone type.
DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP0x0000258CSecondary DNS zone requires master IP address.
DNS_ERROR_ZONE_NOT_SECONDARY0x0000258DDNS zone not secondary.
DNS_ERROR_NEED_SECONDARY_ADDRESSES0x0000258ENeed secondary IP address.
DNS_ERROR_WINS_INIT_FAILED0x0000258FWINS initialization failed.
DNS_ERROR_NEED_WINS_SERVERS0x00002590Need WINS servers.
DNS_ERROR_NBSTAT_INIT_FAILED0x00002591NBTSTAT initialization call failed.
DNS_ERROR_SOA_DELETE_INVALID0x00002592Invalid delete of start of authority (SOA)
DNS_ERROR_FORWARDER_ALREADY_EXISTS0x00002593A conditional forwarding zone already exists for that name.
DNS_ERROR_ZONE_REQUIRES_MASTER_IP0x00002594This zone must be configured with one or more master DNS server IP addresses.
DNS_ERROR_ZONE_IS_SHUTDOWN0x00002595The operation cannot be performed because this zone is shut down.
DNS_ERROR_ZONE_LOCKED_FOR_SIGNING0x00002596This operation cannot be performed because the zone is currently being signed. Please try again later.
DNS_ERROR_PRIMARY_REQUIRES_DATAFILE0x000025B3Primary DNS zone requires datafile.
DNS_ERROR_INVALID_DATAFILE_NAME0x000025B4Invalid datafile name for DNS zone.
DNS_ERROR_DATAFILE_OPEN_FAILURE0x000025B5Failed to open datafile for DNS zone.
DNS_ERROR_FILE_WRITEBACK_FAILED0x000025B6Failed to write datafile for DNS zone.
DNS_ERROR_DATAFILE_PARSING0x000025B7Failure while reading datafile for DNS zone.
DNS_ERROR_RECORD_DOES_NOT_EXIST0x000025E5DNS record does not exist.
DNS_ERROR_RECORD_FORMAT0x000025E6DNS record format error.
DNS_ERROR_NODE_CREATION_FAILED0x000025E7Node creation failure in DNS.
DNS_ERROR_UNKNOWN_RECORD_TYPE0x000025E8Unknown DNS record type.
DNS_ERROR_RECORD_TIMED_OUT0x000025E9DNS record timed out.
DNS_ERROR_NAME_NOT_IN_ZONE0x000025EAName not in DNS zone.
DNS_ERROR_CNAME_LOOP0x000025EBCNAME loop detected.
DNS_ERROR_NODE_IS_CNAME0x000025ECNode is a CNAME DNS record.
DNS_ERROR_CNAME_COLLISION0x000025EDA CNAME record already exists for given name.
DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT0x000025EERecord only at DNS zone root.
DNS_ERROR_RECORD_ALREADY_EXISTS0x000025EFDNS record already exists.
DNS_ERROR_SECONDARY_DATA0x000025F0Secondary DNS zone data error.
DNS_ERROR_NO_CREATE_CACHE_DATA0x000025F1Could not create DNS cache data.
DNS_ERROR_NAME_DOES_NOT_EXIST0x000025F2DNS name does not exist.
DNS_WARNING_PTR_CREATE_FAILED0x000025F3Could not create pointer (PTR) record.
DNS_WARNING_DOMAIN_UNDELETED0x000025F4DNS domain was undeleted.
DNS_ERROR_DS_UNAVAILABLE0x000025F5The directory service is unavailable.
DNS_ERROR_DS_ZONE_ALREADY_EXISTS0x000025F6DNS zone already exists in the directory service.
DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE0x000025F7DNS server not creating or reading the boot file for the directory service integrated DNS zone.
DNS_ERROR_NODE_IS_DNAME0x000025F8Node is a DNAME DNS record.
DNS_ERROR_DNAME_COLLISION0x000025F9A DNAME record already exists for given name.
DNS_ERROR_ALIAS_LOOP0x000025FAAn alias loop has been detected with either CNAME or DNAME records.
DNS_INFO_AXFR_COMPLETE0x00002617DNS AXFR (zone transfer) complete.
DNS_ERROR_AXFR0x00002618DNS zone transfer failed.
DNS_INFO_ADDED_LOCAL_WINS0x00002619Added local WINS server.
DNS_STATUS_CONTINUE_NEEDED0x00002649Secure update call needs to continue update request.
DNS_ERROR_NO_TCPIP0x0000267BTCP/IP network protocol not installed.
DNS_ERROR_NO_DNS_SERVERS0x0000267CNo DNS servers configured for local system.
DNS_ERROR_DP_DOES_NOT_EXIST0x000026ADThe specified directory partition does not exist.
DNS_ERROR_DP_ALREADY_EXISTS0x000026AEThe specified directory partition already exists.
DNS_ERROR_DP_NOT_ENLISTED0x000026AFThis DNS server is not enlisted in the specified directory partition.
DNS_ERROR_DP_ALREADY_ENLISTED0x000026B0This DNS server is already enlisted in the specified directory partition.
DNS_ERROR_DP_NOT_AVAILABLE0x000026B1The directory partition is not available at this time. Please wait a few minutes and try again.
DNS_ERROR_DP_FSMO_ERROR0x000026B2The 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_ENABLED0x000026B7The RRL is not enabled.
DNS_ERROR_RRL_INVALID_WINDOW_SIZE0x000026B8The window size parameter is invalid. It should be greater than or equal to 1.
DNS_ERROR_RRL_INVALID_IPV4_PREFIX0x000026B9The IPv4 prefix length parameter is invalid. It should be less than or equal to 32.
DNS_ERROR_RRL_INVALID_IPV6_PREFIX0x000026BAThe IPv6 prefix length parameter is invalid. It should be less than or equal to 128.
DNS_ERROR_RRL_INVALID_TC_RATE0x000026BBThe TC Rate parameter is invalid. It should be less than 10.
DNS_ERROR_RRL_INVALID_LEAK_RATE0x000026BCThe Leak Rate parameter is invalid. It should be either 0, or between 2 and 10.
DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE0x000026BDThe Leak Rate or TC Rate parameter is invalid. Leak Rate should be greater than TC Rate.
DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS0x000026C1The virtualization instance already exists.
DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST0x000026C2The virtualization instance does not exist.
DNS_ERROR_VIRTUALIZATION_TREE_LOCKED0x000026C3The virtualization tree is locked.
DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME0x000026C4Invalid virtualization instance name.
DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE0x000026C5The default virtualization instance cannot be added, removed or modified.
DNS_ERROR_ZONESCOPE_ALREADY_EXISTS0x000026DFThe scope already exists for the zone.
DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST0x000026E0The scope does not exist for the zone.
DNS_ERROR_DEFAULT_ZONESCOPE0x000026E1The scope is the same as the default zone scope.
DNS_ERROR_INVALID_ZONESCOPE_NAME0x000026E2The scope name contains invalid characters.
DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES0x000026E3Operation not allowed when the zone has scopes.
DNS_ERROR_LOAD_ZONESCOPE_FAILED0x000026E4Failed to load zone scope.
DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED0x000026E5Failed to write data file for DNS zone scope. Please verify the file exists and is writable.
DNS_ERROR_INVALID_SCOPE_NAME0x000026E6The scope name contains invalid characters.
DNS_ERROR_SCOPE_DOES_NOT_EXIST0x000026E7The scope does not exist.
DNS_ERROR_DEFAULT_SCOPE0x000026E8The scope is the same as the default scope.
DNS_ERROR_INVALID_SCOPE_OPERATION0x000026E9The operation is invalid on the scope.
DNS_ERROR_SCOPE_LOCKED0x000026EAThe scope is locked.
DNS_ERROR_SCOPE_ALREADY_EXISTS0x000026EBThe scope already exists.
DNS_ERROR_POLICY_ALREADY_EXISTS0x000026F3A policy with the same name already exists on this level (server level or zone level) on the DNS server.
DNS_ERROR_POLICY_DOES_NOT_EXIST0x000026F4No policy with this name exists on this level (server level or zone level) on the DNS server.
DNS_ERROR_POLICY_INVALID_CRITERIA0x000026F5The criteria provided in the policy are invalid.
DNS_ERROR_POLICY_INVALID_SETTINGS0x000026F6At least one of the settings of this policy is invalid.
DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED0x000026F7The client subnet cannot be deleted while it is being accessed by a policy.
DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST0x000026F8The client subnet does not exist on the DNS server.
DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS0x000026F9A client subnet with this name already exists on the DNS server.
DNS_ERROR_SUBNET_DOES_NOT_EXIST0x000026FAThe IP subnet specified does not exist in the client subnet.
DNS_ERROR_SUBNET_ALREADY_EXISTS0x000026FBThe IP subnet that is being added, already exists in the client subnet.
DNS_ERROR_POLICY_LOCKED0x000026FCThe policy is locked.
DNS_ERROR_POLICY_INVALID_WEIGHT0x000026FDThe weight of the scope in the policy is invalid.
DNS_ERROR_POLICY_INVALID_NAME0x000026FEThe DNS policy name is invalid.
DNS_ERROR_POLICY_MISSING_CRITERIA0x000026FFThe policy is missing criteria.
DNS_ERROR_INVALID_CLIENT_SUBNET_NAME0x00002700The name of the the client subnet record is invalid.
DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID0x00002701Invalid policy processing order.
DNS_ERROR_POLICY_SCOPE_MISSING0x00002702The scope information has not been provided for a policy that requires it.
DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED0x00002703The scope information has been provided for a policy that does not require it.
DNS_ERROR_SERVERSCOPE_IS_REFERENCED0x00002704The server scope cannot be deleted because it is referenced by a DNS Policy.
DNS_ERROR_ZONESCOPE_IS_REFERENCED0x00002705The zone scope cannot be deleted because it is referenced by a DNS Policy.
DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET0x00002706The criterion client subnet provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL0x00002707The criterion transport protocol provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL0x00002708The criterion network protocol provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE0x00002709The criterion interface provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN0x0000270AThe criterion FQDN provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE0x0000270BThe criterion query type provided in the policy is invalid.
DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY0x0000270CThe criterion time of day provided in the policy is invalid.
WSAEINTR0x00002714A blocking operation was interrupted by a call to WSACancelBlockingCall.
WSAEBADF0x00002719The file handle supplied is not valid.
WSAEACCES0x0000271DAn attempt was made to access a socket in a way forbidden by its access permissions.
WSAEFAULT0x0000271EThe system detected an invalid pointer address in attempting to use a pointer argument in a call.
WSAEINVAL0x00002726An invalid argument was supplied.
WSAEMFILE0x00002728Too many open sockets.
WSAEWOULDBLOCK0x00002733A non-blocking socket operation could not be completed immediately.
WSAEINPROGRESS0x00002734A blocking operation is currently executing.
WSAEALREADY0x00002735An operation was attempted on a non-blocking socket that already had an operation in progress.
WSAENOTSOCK0x00002736An operation was attempted on something that is not a socket.
WSAEDESTADDRREQ0x00002737A required address was omitted from an operation on a socket.
WSAEMSGSIZE0x00002738A 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.
WSAEPROTOTYPE0x00002739A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
WSAENOPROTOOPT0x0000273AAn unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
WSAEPROTONOSUPPORT0x0000273BThe requested protocol has not been configured into the system, or no implementation for it exists.
WSAESOCKTNOSUPPORT0x0000273CThe support for the specified socket type does not exist in this address family.
WSAEOPNOTSUPP0x0000273DThe attempted operation is not supported for the type of object referenced.
WSAEPFNOSUPPORT0x0000273EThe protocol family has not been configured into the system or no implementation for it exists.
WSAEAFNOSUPPORT0x0000273FAn address incompatible with the requested protocol was used.
WSAEADDRINUSE0x00002740Only one usage of each socket address (protocol/network address/port) is normally permitted.
WSAEADDRNOTAVAIL0x00002741The requested address is not valid in its context.
WSAENETDOWN0x00002742A socket operation encountered a dead network.
WSAENETUNREACH0x00002743A socket operation was attempted to an unreachable network.
WSAENETRESET0x00002744The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
WSAECONNABORTED0x00002745An established connection was aborted by the software in your host machine.
WSAECONNRESET0x00002746An existing connection was forcibly closed by the remote host.
WSAENOBUFS0x00002747An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
WSAEISCONN0x00002748A connect request was made on an already connected socket.
WSAENOTCONN0x00002749A 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.
WSAESHUTDOWN0x0000274AA request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
WSAETOOMANYREFS0x0000274BToo many references to some kernel object.
WSAETIMEDOUT0x0000274CA 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.
WSAECONNREFUSED0x0000274DNo connection could be made because the target machine actively refused it.
WSAELOOP0x0000274ECannot translate name.
WSAENAMETOOLONG0x0000274FName component or name was too long.
WSAEHOSTDOWN0x00002750A socket operation failed because the destination host was down.
WSAEHOSTUNREACH0x00002751A socket operation was attempted to an unreachable host.
WSAENOTEMPTY0x00002752Cannot remove a directory that is not empty.
WSAEPROCLIM0x00002753A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
WSAEUSERS0x00002754Ran out of quota.
WSAEDQUOT0x00002755Ran out of disk quota.
WSAESTALE0x00002756File handle reference is no longer available.
WSAEREMOTE0x00002757Item is not available locally.
WSASYSNOTREADY0x0000276BWSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
WSAVERNOTSUPPORTED0x0000276CThe Windows Sockets version requested is not supported.
WSANOTINITIALISED0x0000276DEither the application has not called WSAStartup, or WSAStartup failed.
WSAEDISCON0x00002775Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
WSAENOMORE0x00002776No more results can be returned by WSALookupServiceNext.
WSAECANCELLED0x00002777A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
WSAEINVALIDPROCTABLE0x00002778The procedure call table is invalid.
WSAEINVALIDPROVIDER0x00002779The requested service provider is invalid.
WSAEPROVIDERFAILEDINIT0x0000277AThe requested service provider could not be loaded or initialized.
WSASYSCALLFAILURE0x0000277BA system call has failed.
WSASERVICE_NOT_FOUND0x0000277CNo such service is known. The service cannot be found in the specified name space.
WSATYPE_NOT_FOUND0x0000277DThe specified class was not found.
WSA_E_NO_MORE0x0000277ENo more results can be returned by WSALookupServiceNext.
WSA_E_CANCELLED0x0000277FA call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
WSAEREFUSED0x00002780A database query failed because it was actively refused.
WSAHOST_NOT_FOUND0x00002AF9No such host is known.
WSATRY_AGAIN0x00002AFAThis is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.
WSANO_RECOVERY0x00002AFBA non-recoverable error occurred during a database lookup.
WSANO_DATA0x00002AFCThe requested name is valid, but no data of the requested type was found.
WSA_QOS_RECEIVERS0x00002AFDAt least one reserve has arrived.
WSA_QOS_SENDERS0x00002AFEAt least one path has arrived.
WSA_QOS_NO_SENDERS0x00002AFFThere are no senders.
WSA_QOS_NO_RECEIVERS0x00002B00There are no receivers.
WSA_QOS_REQUEST_CONFIRMED0x00002B01Reserve has been confirmed.
WSA_QOS_ADMISSION_FAILURE0x00002B02Error due to lack of resources.
WSA_QOS_POLICY_FAILURE0x00002B03Rejected for administrative reasons - bad credentials.
WSA_QOS_BAD_STYLE0x00002B04Unknown or conflicting style.
WSA_QOS_BAD_OBJECT0x00002B05Problem with some part of the filterspec or providerspecific buffer in general.
WSA_QOS_TRAFFIC_CTRL_ERROR0x00002B06Problem with some part of the flowspec.
WSA_QOS_GENERIC_ERROR0x00002B07General QOS error.
WSA_QOS_ESERVICETYPE0x00002B08An invalid or unrecognized service type was found in the flowspec.
WSA_QOS_EFLOWSPEC0x00002B09An invalid or inconsistent flowspec was found in the QOS structure.
WSA_QOS_EPROVSPECBUF0x00002B0AInvalid QOS provider-specific buffer.
WSA_QOS_EFILTERSTYLE0x00002B0BAn invalid QOS filter style was used.
WSA_QOS_EFILTERTYPE0x00002B0CAn invalid QOS filter type was used.
WSA_QOS_EFILTERCOUNT0x00002B0DAn incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
WSA_QOS_EOBJLENGTH0x00002B0EAn object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
WSA_QOS_EFLOWCOUNT0x00002B0FAn incorrect number of flow descriptors was specified in the QOS structure.
WSA_QOS_EUNKOWNPSOBJ0x00002B10An unrecognized object was found in the QOS provider-specific buffer.
WSA_QOS_EPOLICYOBJ0x00002B11An invalid policy object was found in the QOS provider-specific buffer.
WSA_QOS_EFLOWDESC0x00002B12An invalid QOS flow descriptor was found in the flow descriptor list.
WSA_QOS_EPSFLOWSPEC0x00002B13An invalid or inconsistent flowspec was found in the QOS provider specific buffer.
WSA_QOS_EPSFILTERSPEC0x00002B14An invalid FILTERSPEC was found in the QOS provider-specific buffer.
WSA_QOS_ESDMODEOBJ0x00002B15An invalid shape discard mode object was found in the QOS provider specific buffer.
WSA_QOS_ESHAPERATEOBJ0x00002B16An invalid shaping rate object was found in the QOS provider-specific buffer.
WSA_QOS_RESERVED_PETYPE0x00002B17A reserved policy element was found in the QOS provider-specific buffer.
WSA_SECURE_HOST_NOT_FOUND0x00002B18No such host is known securely.
WSA_IPSEC_NAME_POLICY_ERROR0x00002B19Name based IPSEC policy could not be added.
ERROR_IPSEC_QM_POLICY_EXISTS0x000032C8The specified quick mode policy already exists.
ERROR_IPSEC_QM_POLICY_NOT_FOUND0x000032C9The specified quick mode policy was not found.
ERROR_IPSEC_QM_POLICY_IN_USE0x000032CAThe specified quick mode policy is being used.
ERROR_IPSEC_MM_POLICY_EXISTS0x000032CBThe specified main mode policy already exists.
ERROR_IPSEC_MM_POLICY_NOT_FOUND0x000032CCThe specified main mode policy was not found
ERROR_IPSEC_MM_POLICY_IN_USE0x000032CDThe specified main mode policy is being used.
ERROR_IPSEC_MM_FILTER_EXISTS0x000032CEThe specified main mode filter already exists.
ERROR_IPSEC_MM_FILTER_NOT_FOUND0x000032CFThe specified main mode filter was not found.
ERROR_IPSEC_TRANSPORT_FILTER_EXISTS0x000032D0The specified transport mode filter already exists.
ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND0x000032D1The specified transport mode filter does not exist.
ERROR_IPSEC_MM_AUTH_EXISTS0x000032D2The specified main mode authentication list exists.
ERROR_IPSEC_MM_AUTH_NOT_FOUND0x000032D3The specified main mode authentication list was not found.
ERROR_IPSEC_MM_AUTH_IN_USE0x000032D4The specified main mode authentication list is being used.
ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND0x000032D5The specified default main mode policy was not found.
ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND0x000032D6The specified default main mode authentication list was not found.
ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND0x000032D7The specified default quick mode policy was not found.
ERROR_IPSEC_TUNNEL_FILTER_EXISTS0x000032D8The specified tunnel mode filter exists.
ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND0x000032D9The specified tunnel mode filter was not found.
ERROR_IPSEC_MM_FILTER_PENDING_DELETION0x000032DAThe Main Mode filter is pending deletion.
ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION0x000032DBThe transport filter is pending deletion.
ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION0x000032DCThe tunnel filter is pending deletion.
ERROR_IPSEC_MM_POLICY_PENDING_DELETION0x000032DDThe Main Mode policy is pending deletion.
ERROR_IPSEC_MM_AUTH_PENDING_DELETION0x000032DEThe Main Mode authentication bundle is pending deletion.
ERROR_IPSEC_QM_POLICY_PENDING_DELETION0x000032DFThe Quick Mode policy is pending deletion.
WARNING_IPSEC_MM_POLICY_PRUNED0x000032E0The Main Mode policy was successfully added, but some of the requested offers are not supported.
WARNING_IPSEC_QM_POLICY_PRUNED0x000032E1The Quick Mode policy was successfully added, but some of the requested offers are not supported.
ERROR_IPSEC_IKE_NEG_STATUS_BEGIN0x000035E8
ERROR_IPSEC_IKE_AUTH_FAIL0x000035E9IKE authentication credentials are unacceptable
ERROR_IPSEC_IKE_ATTRIB_FAIL0x000035EAIKE security attributes are unacceptable
ERROR_IPSEC_IKE_NEGOTIATION_PENDING0x000035EBIKE Negotiation in progress
ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR0x000035ECGeneral processing error
ERROR_IPSEC_IKE_TIMED_OUT0x000035EDNegotiation timed out
ERROR_IPSEC_IKE_NO_CERT0x000035EEIKE 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_DELETED0x000035EFIKE SA deleted by peer before establishment completed
ERROR_IPSEC_IKE_SA_REAPED0x000035F0IKE SA deleted before establishment completed
ERROR_IPSEC_IKE_MM_ACQUIRE_DROP0x000035F1Negotiation request sat in Queue too long
ERROR_IPSEC_IKE_QM_ACQUIRE_DROP0x000035F2Negotiation request sat in Queue too long
ERROR_IPSEC_IKE_QUEUE_DROP_MM0x000035F3Negotiation request sat in Queue too long
ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM0x000035F4Negotiation request sat in Queue too long
ERROR_IPSEC_IKE_DROP_NO_RESPONSE0x000035F5No response from peer
ERROR_IPSEC_IKE_MM_DELAY_DROP0x000035F6Negotiation took too long
ERROR_IPSEC_IKE_QM_DELAY_DROP0x000035F7Negotiation took too long
ERROR_IPSEC_IKE_ERROR0x000035F8Unknown error occurred
ERROR_IPSEC_IKE_CRL_FAILED0x000035F9Certificate Revocation Check failed
ERROR_IPSEC_IKE_INVALID_KEY_USAGE0x000035FAInvalid certificate key usage
ERROR_IPSEC_IKE_INVALID_CERT_TYPE0x000035FBInvalid certificate type
ERROR_IPSEC_IKE_NO_PRIVATE_KEY0x000035FCIKE 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_REKEY0x000035FDSimultaneous rekeys were detected.
ERROR_IPSEC_IKE_DH_FAIL0x000035FEFailure in Diffie-Hellman computation
ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED0x000035FFDon't know how to process critical payload
ERROR_IPSEC_IKE_INVALID_HEADER0x00003600Invalid header
ERROR_IPSEC_IKE_NO_POLICY0x00003601No policy configured
ERROR_IPSEC_IKE_INVALID_SIGNATURE0x00003602Failed to verify signature
ERROR_IPSEC_IKE_KERBEROS_ERROR0x00003603Failed to authenticate using Kerberos
ERROR_IPSEC_IKE_NO_PUBLIC_KEY0x00003604Peer's certificate did not have a public key
ERROR_IPSEC_IKE_PROCESS_ERR0x00003605Error processing error payload
ERROR_IPSEC_IKE_PROCESS_ERR_SA0x00003606Error processing SA payload
ERROR_IPSEC_IKE_PROCESS_ERR_PROP0x00003607Error processing Proposal payload
ERROR_IPSEC_IKE_PROCESS_ERR_TRANS0x00003608Error processing Transform payload
ERROR_IPSEC_IKE_PROCESS_ERR_KE0x00003609Error processing KE payload
ERROR_IPSEC_IKE_PROCESS_ERR_ID0x0000360AError processing ID payload
ERROR_IPSEC_IKE_PROCESS_ERR_CERT0x0000360BError processing Cert payload
ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ0x0000360CError processing Certificate Request payload
ERROR_IPSEC_IKE_PROCESS_ERR_HASH0x0000360DError processing Hash payload
ERROR_IPSEC_IKE_PROCESS_ERR_SIG0x0000360EError processing Signature payload
ERROR_IPSEC_IKE_PROCESS_ERR_NONCE0x0000360FError processing Nonce payload
ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY0x00003610Error processing Notify payload
ERROR_IPSEC_IKE_PROCESS_ERR_DELETE0x00003611Error processing Delete Payload
ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR0x00003612Error processing VendorId payload
ERROR_IPSEC_IKE_INVALID_PAYLOAD0x00003613Invalid payload received
ERROR_IPSEC_IKE_LOAD_SOFT_SA0x00003614Soft SA loaded
ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN0x00003615Soft SA torn down
ERROR_IPSEC_IKE_INVALID_COOKIE0x00003616Invalid cookie received.
ERROR_IPSEC_IKE_NO_PEER_CERT0x00003617Peer failed to send valid machine certificate
ERROR_IPSEC_IKE_PEER_CRL_FAILED0x00003618Certification Revocation check of peer's certificate failed
ERROR_IPSEC_IKE_POLICY_CHANGE0x00003619New policy invalidated SAs formed with old policy
ERROR_IPSEC_IKE_NO_MM_POLICY0x0000361AThere is no available Main Mode IKE policy.
ERROR_IPSEC_IKE_NOTCBPRIV0x0000361BFailed to enabled TCB privilege.
ERROR_IPSEC_IKE_SECLOADFAIL0x0000361CFailed to load SECURITY.DLL.
ERROR_IPSEC_IKE_FAILSSPINIT0x0000361DFailed to obtain security function table dispatch address from SSPI.
ERROR_IPSEC_IKE_FAILQUERYSSP0x0000361EFailed to query Kerberos package to obtain max token size.
ERROR_IPSEC_IKE_SRVACQFAIL0x0000361FFailed 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_SRVQUERYCRED0x00003620Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
ERROR_IPSEC_IKE_GETSPIFAIL0x00003621Failed 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_FILTER0x00003622Given filter is invalid
ERROR_IPSEC_IKE_OUT_OF_MEMORY0x00003623Memory allocation failed.
ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED0x00003624Failed 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_POLICY0x00003625Invalid policy
ERROR_IPSEC_IKE_UNKNOWN_DOI0x00003626Invalid DOI
ERROR_IPSEC_IKE_INVALID_SITUATION0x00003627Invalid situation
ERROR_IPSEC_IKE_DH_FAILURE0x00003628Diffie-Hellman failure
ERROR_IPSEC_IKE_INVALID_GROUP0x00003629Invalid Diffie-Hellman group
ERROR_IPSEC_IKE_ENCRYPT0x0000362AError encrypting payload
ERROR_IPSEC_IKE_DECRYPT0x0000362BError decrypting payload
ERROR_IPSEC_IKE_POLICY_MATCH0x0000362CPolicy match error
ERROR_IPSEC_IKE_UNSUPPORTED_ID0x0000362DUnsupported ID
ERROR_IPSEC_IKE_INVALID_HASH0x0000362EHash verification failed
ERROR_IPSEC_IKE_INVALID_HASH_ALG0x0000362FInvalid hash algorithm
ERROR_IPSEC_IKE_INVALID_HASH_SIZE0x00003630Invalid hash size
ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG0x00003631Invalid encryption algorithm
ERROR_IPSEC_IKE_INVALID_AUTH_ALG0x00003632Invalid authentication algorithm
ERROR_IPSEC_IKE_INVALID_SIG0x00003633Invalid certificate signature
ERROR_IPSEC_IKE_LOAD_FAILED0x00003634Load failed
ERROR_IPSEC_IKE_RPC_DELETE0x00003635Deleted via RPC call
ERROR_IPSEC_IKE_BENIGN_REINIT0x00003636Temporary state created to perform reinitialization. This is not a real failure.
ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY0x00003637The 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_VERSION0x00003638The recipient cannot handle version of IKE specified in the header.
ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN0x00003639Key length in certificate is too small for configured security requirements.
ERROR_IPSEC_IKE_MM_LIMIT0x0000363AMax number of established MM SAs to peer exceeded.
ERROR_IPSEC_IKE_NEGOTIATION_DISABLED0x0000363BIKE received a policy that disables negotiation.
ERROR_IPSEC_IKE_QM_LIMIT0x0000363CReached maximum quick mode limit for the main mode. New main mode will be started.
ERROR_IPSEC_IKE_MM_EXPIRED0x0000363DMain mode SA lifetime expired or peer sent a main mode delete.
ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID0x0000363EMain mode SA assumed to be invalid because peer stopped responding.
ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH0x0000363FCertificate doesn't chain to a trusted root in IPsec policy.
ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID0x00003640Received unexpected message ID.
ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD0x00003641Received invalid authentication offers.
ERROR_IPSEC_IKE_DOS_COOKIE_SENT0x00003642Sent DoS cookie notify to initiator.
ERROR_IPSEC_IKE_SHUTTING_DOWN0x00003643IKE service is shutting down.
ERROR_IPSEC_IKE_CGA_AUTH_FAILED0x00003644Could not verify binding between CGA address and certificate.
ERROR_IPSEC_IKE_PROCESS_ERR_NATOA0x00003645Error processing NatOA payload.
ERROR_IPSEC_IKE_INVALID_MM_FOR_QM0x00003646Parameters of the main mode are invalid for this quick mode.
ERROR_IPSEC_IKE_QM_EXPIRED0x00003647Quick mode SA was expired by IPsec driver.
ERROR_IPSEC_IKE_TOO_MANY_FILTERS0x00003648Too many dynamically added IKEEXT filters were detected.
ERROR_IPSEC_IKE_NEG_STATUS_END0x00003649
ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL0x0000364ANAP reauth succeeded and must delete the dummy NAP IKEv2 tunnel.
ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE0x0000364BError in assigning inner IP address to initiator in tunnel mode.
ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING0x0000364CRequire configuration payload missing.
ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING0x0000364DA negotiation running as the security principle who issued the connection is in progress
ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS0x0000364ESA was deleted due to IKEv1/AuthIP co-existence suppress check.
ERROR_IPSEC_IKE_RATELIMIT_DROP0x0000364FIncoming SA request was dropped due to peer IP address rate limiting.
ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE0x00003650Peer does not support MOBIKE.
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE0x00003651SA establishment is not authorized.
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE0x00003652SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential.
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY0x00003653SA 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_FAILURE0x00003654SA 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_END0x00003655
ERROR_IPSEC_BAD_SPI0x00003656The SPI in the packet does not match a valid IPsec SA.
ERROR_IPSEC_SA_LIFETIME_EXPIRED0x00003657Packet was received on an IPsec SA whose lifetime has expired.
ERROR_IPSEC_WRONG_SA0x00003658Packet was received on an IPsec SA that does not match the packet characteristics.
ERROR_IPSEC_REPLAY_CHECK_FAILED0x00003659Packet sequence number replay check failed.
ERROR_IPSEC_INVALID_PACKET0x0000365AIPsec header and/or trailer in the packet is invalid.
ERROR_IPSEC_INTEGRITY_CHECK_FAILED0x0000365BIPsec integrity check failed.
ERROR_IPSEC_CLEAR_TEXT_DROP0x0000365CIPsec dropped a clear text packet.
ERROR_IPSEC_AUTH_FIREWALL_DROP0x0000365DIPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.
ERROR_IPSEC_THROTTLE_DROP0x0000365EIPsec dropped a packet due to DoS throttling.
ERROR_IPSEC_DOSP_BLOCK0x00003665IPsec DoS Protection matched an explicit block rule.
ERROR_IPSEC_DOSP_RECEIVED_MULTICAST0x00003666IPsec DoS Protection received an IPsec specific multicast packet which is not allowed.
ERROR_IPSEC_DOSP_INVALID_PACKET0x00003667IPsec DoS Protection received an incorrectly formatted packet.
ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED0x00003668IPsec DoS Protection failed to look up state.
ERROR_IPSEC_DOSP_MAX_ENTRIES0x00003669IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached.
ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED0x0000366AIPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.
ERROR_IPSEC_DOSP_NOT_INSTALLED0x0000366BIPsec DoS Protection has not been enabled.
ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES0x0000366CIPsec 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_FOUND0x000036B0The requested section was not present in the activation context.
ERROR_SXS_CANT_GEN_ACTCTX0x000036B1The 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_FORMAT0x000036B2The application binding data format is invalid.
ERROR_SXS_ASSEMBLY_NOT_FOUND0x000036B3The referenced assembly is not installed on your system.
ERROR_SXS_MANIFEST_FORMAT_ERROR0x000036B4The manifest file does not begin with the required tag and format information.
ERROR_SXS_MANIFEST_PARSE_ERROR0x000036B5The manifest file contains one or more syntax errors.
ERROR_SXS_ACTIVATION_CONTEXT_DISABLED0x000036B6The application attempted to activate a disabled activation context.
ERROR_SXS_KEY_NOT_FOUND0x000036B7The requested lookup key was not found in any active activation context.
ERROR_SXS_VERSION_CONFLICT0x000036B8A component version required by the application conflicts with another component version already active.
ERROR_SXS_WRONG_SECTION_TYPE0x000036B9The type requested activation context section does not match the query API used.
ERROR_SXS_THREAD_QUERIES_DISABLED0x000036BALack of system resources has required isolated activation to be disabled for the current thread of execution.
ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET0x000036BBAn attempt to set the process default activation context failed because the process default activation context was already set.
ERROR_SXS_UNKNOWN_ENCODING_GROUP0x000036BCThe encoding group identifier specified is not recognized.
ERROR_SXS_UNKNOWN_ENCODING0x000036BDThe encoding requested is not recognized.
ERROR_SXS_INVALID_XML_NAMESPACE_URI0x000036BEThe manifest contains a reference to an invalid URI.
ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED0x000036BFThe application manifest contains a reference to a dependent assembly which is not installed
ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED0x000036C0The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE0x000036C1The manifest contains an attribute for the assembly identity which is not valid.
ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE0x000036C2The manifest is missing the required default namespace specification on the assembly element.
ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE0x000036C3The 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_POINT0x000036C4The private manifest probed has crossed a path with an unsupported reparse point.
ERROR_SXS_DUPLICATE_DLL_NAME0x000036C5Two or more components referenced directly or indirectly by the application manifest have files by the same name.
ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME0x000036C6Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
ERROR_SXS_DUPLICATE_CLSID0x000036C7Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
ERROR_SXS_DUPLICATE_IID0x000036C8Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
ERROR_SXS_DUPLICATE_TLBID0x000036C9Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
ERROR_SXS_DUPLICATE_PROGID0x000036CATwo or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
ERROR_SXS_DUPLICATE_ASSEMBLY_NAME0x000036CBTwo 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_MISMATCH0x000036CCA component's file does not match the verification information present in the component manifest.
ERROR_SXS_POLICY_PARSE_ERROR0x000036CDThe policy manifest contains one or more syntax errors.
ERROR_SXS_XML_E_MISSINGQUOTE0x000036CEManifest Parse Error : A string literal was expected, but no opening quote character was found.
ERROR_SXS_XML_E_COMMENTSYNTAX0x000036CFManifest Parse Error : Incorrect syntax was used in a comment.
ERROR_SXS_XML_E_BADSTARTNAMECHAR0x000036D0Manifest Parse Error : A name was started with an invalid character.
ERROR_SXS_XML_E_BADNAMECHAR0x000036D1Manifest Parse Error : A name contained an invalid character.
ERROR_SXS_XML_E_BADCHARINSTRING0x000036D2Manifest Parse Error : A string literal contained an invalid character.
ERROR_SXS_XML_E_XMLDECLSYNTAX0x000036D3Manifest Parse Error : Invalid syntax for an xml declaration.
ERROR_SXS_XML_E_BADCHARDATA0x000036D4Manifest Parse Error : An Invalid character was found in text content.
ERROR_SXS_XML_E_MISSINGWHITESPACE0x000036D5Manifest Parse Error : Required white space was missing.
ERROR_SXS_XML_E_EXPECTINGTAGEND0x000036D6Manifest Parse Error : The character '>' was expected.
ERROR_SXS_XML_E_MISSINGSEMICOLON0x000036D7Manifest Parse Error : A semi colon character was expected.
ERROR_SXS_XML_E_UNBALANCEDPAREN0x000036D8Manifest Parse Error : Unbalanced parentheses.
ERROR_SXS_XML_E_INTERNALERROR0x000036D9Manifest Parse Error : Internal error.
ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE0x000036DAManifest Parse Error : Whitespace is not allowed at this location.
ERROR_SXS_XML_E_INCOMPLETE_ENCODING0x000036DBManifest Parse Error : End of file reached in invalid state for current encoding.
ERROR_SXS_XML_E_MISSING_PAREN0x000036DCManifest Parse Error : Missing parenthesis.
ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE0x000036DDManifest Parse Error : A single or double closing quote character (\\' or \\") is missing.
ERROR_SXS_XML_E_MULTIPLE_COLONS0x000036DEManifest Parse Error : Multiple colons are not allowed in a name.
ERROR_SXS_XML_E_INVALID_DECIMAL0x000036DFManifest Parse Error : Invalid character for decimal digit.
ERROR_SXS_XML_E_INVALID_HEXIDECIMAL0x000036E0Manifest Parse Error : Invalid character for hexadecimal digit.
ERROR_SXS_XML_E_INVALID_UNICODE0x000036E1Manifest Parse Error : Invalid unicode character value for this platform.
ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK0x000036E2Manifest Parse Error : Expecting whitespace or '?'.
ERROR_SXS_XML_E_UNEXPECTEDENDTAG0x000036E3Manifest Parse Error : End tag was not expected at this location.
ERROR_SXS_XML_E_UNCLOSEDTAG0x000036E4Manifest Parse Error : The following tags were not closed: %1.
ERROR_SXS_XML_E_DUPLICATEATTRIBUTE0x000036E5Manifest Parse Error : Duplicate attribute.
ERROR_SXS_XML_E_MULTIPLEROOTS0x000036E6Manifest Parse Error : Only one top level element is allowed in an XML document.
ERROR_SXS_XML_E_INVALIDATROOTLEVEL0x000036E7Manifest Parse Error : Invalid at the top level of the document.
ERROR_SXS_XML_E_BADXMLDECL0x000036E8Manifest Parse Error : Invalid xml declaration.
ERROR_SXS_XML_E_MISSINGROOT0x000036E9Manifest Parse Error : XML document must have a top level element.
ERROR_SXS_XML_E_UNEXPECTEDEOF0x000036EAManifest Parse Error : Unexpected end of file.
ERROR_SXS_XML_E_BADPEREFINSUBSET0x000036EBManifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
ERROR_SXS_XML_E_UNCLOSEDSTARTTAG0x000036ECManifest Parse Error : Element was not closed.
ERROR_SXS_XML_E_UNCLOSEDENDTAG0x000036EDManifest Parse Error : End element was missing the character '>'.
ERROR_SXS_XML_E_UNCLOSEDSTRING0x000036EEManifest Parse Error : A string literal was not closed.
ERROR_SXS_XML_E_UNCLOSEDCOMMENT0x000036EFManifest Parse Error : A comment was not closed.
ERROR_SXS_XML_E_UNCLOSEDDECL0x000036F0Manifest Parse Error : A declaration was not closed.
ERROR_SXS_XML_E_UNCLOSEDCDATA0x000036F1Manifest Parse Error : A CDATA section was not closed.
ERROR_SXS_XML_E_RESERVEDNAMESPACE0x000036F2Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".
ERROR_SXS_XML_E_INVALIDENCODING0x000036F3Manifest Parse Error : System does not support the specified encoding.
ERROR_SXS_XML_E_INVALIDSWITCH0x000036F4Manifest Parse Error : Switch from current encoding to specified encoding not supported.
ERROR_SXS_XML_E_BADXMLCASE0x000036F5Manifest Parse Error : The name 'xml' is reserved and must be lower case.
ERROR_SXS_XML_E_INVALID_STANDALONE0x000036F6Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
ERROR_SXS_XML_E_UNEXPECTED_STANDALONE0x000036F7Manifest Parse Error : The standalone attribute cannot be used in external entities.
ERROR_SXS_XML_E_INVALID_VERSION0x000036F8Manifest Parse Error : Invalid version number.
ERROR_SXS_XML_E_MISSINGEQUALS0x000036F9Manifest Parse Error : Missing equals sign between attribute and attribute value.
ERROR_SXS_PROTECTION_RECOVERY_FAILED0x000036FAAssembly Protection Error : Unable to recover the specified assembly.
ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT0x000036FBAssembly Protection Error : The public key for an assembly was too short to be allowed.
ERROR_SXS_PROTECTION_CATALOG_NOT_VALID0x000036FCAssembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest.
ERROR_SXS_UNTRANSLATABLE_HRESULT0x000036FDAn HRESULT could not be translated to a corresponding Win32 error code.
ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING0x000036FEAssembly Protection Error : The catalog for an assembly is missing.
ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE0x000036FFThe supplied assembly identity is missing one or more attributes which must be present in this context.
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME0x00003700The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
ERROR_SXS_ASSEMBLY_MISSING0x00003701The referenced assembly could not be found.
ERROR_SXS_CORRUPT_ACTIVATION_STACK0x00003702The activation context activation stack for the running thread of execution is corrupt.
ERROR_SXS_CORRUPTION0x00003703The application isolation metadata for this process or thread has become corrupt.
ERROR_SXS_EARLY_DEACTIVATION0x00003704The activation context being deactivated is not the most recently activated one.
ERROR_SXS_INVALID_DEACTIVATION0x00003705The activation context being deactivated is not active for the current thread of execution.
ERROR_SXS_MULTIPLE_DEACTIVATION0x00003706The activation context being deactivated has already been deactivated.
ERROR_SXS_PROCESS_TERMINATION_REQUESTED0x00003707A component used by the isolation facility has requested to terminate the process.
ERROR_SXS_RELEASE_ACTIVATION_CONTEXT0x00003708A kernel mode component is releasing a reference on an activation context.
ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY0x00003709The activation context of system default assembly could not be generated.
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE0x0000370AThe value of an attribute in an identity is not within the legal range.
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME0x0000370BThe name of an attribute in an identity is not within the legal range.
ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE0x0000370CAn identity contains two definitions for the same attribute.
ERROR_SXS_IDENTITY_PARSE_ERROR0x0000370DThe 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_STRING0x0000370EA 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_TOKEN0x0000370FThe public key token does not correspond to the public key specified.
ERROR_UNMAPPED_SUBSTITUTION_STRING0x00003710A substitution string had no mapping.
ERROR_SXS_ASSEMBLY_NOT_LOCKED0x00003711The component must be locked before making the request.
ERROR_SXS_COMPONENT_STORE_CORRUPT0x00003712The component store has been corrupted.
ERROR_ADVANCED_INSTALLER_FAILED0x00003713An advanced installer failed during setup or servicing.
ERROR_XML_ENCODING_MISMATCH0x00003714The character encoding in the XML declaration did not match the encoding used in the document.
ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT0x00003715The identities of the manifests are identical but their contents are different.
ERROR_SXS_IDENTITIES_DIFFERENT0x00003716The component identities are different.
ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT0x00003717The assembly is not a deployment.
ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY0x00003718The file is not a part of the assembly.
ERROR_SXS_MANIFEST_TOO_BIG0x00003719The size of the manifest exceeds the maximum allowed.
ERROR_SXS_SETTING_NOT_REGISTERED0x0000371AThe setting is not registered.
ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE0x0000371BOne or more required members of the transaction are not present.
ERROR_SMI_PRIMITIVE_INSTALLER_FAILED0x0000371CThe SMI primitive installer failed during setup or servicing.
ERROR_GENERIC_COMMAND_FAILED0x0000371DA generic command executable returned a result that indicates failure.
ERROR_SXS_FILE_HASH_MISSING0x0000371EA component is missing file verification information in its manifest.
ERROR_EVT_INVALID_CHANNEL_PATH0x00003A98The specified channel path is invalid.
ERROR_EVT_INVALID_QUERY0x00003A99The specified query is invalid.
ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND0x00003A9AThe publisher metadata cannot be found in the resource.
ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND0x00003A9BThe template for an event definition cannot be found in the resource (error = %1).
ERROR_EVT_INVALID_PUBLISHER_NAME0x00003A9CThe specified publisher name is invalid.
ERROR_EVT_INVALID_EVENT_DATA0x00003A9DThe event data raised by the publisher is not compatible with the event template definition in the publisher's manifest.
ERROR_EVT_CHANNEL_NOT_FOUND0x00003A9FThe specified channel could not be found.
ERROR_EVT_MALFORMED_XML_TEXT0x00003AA0The specified XML text was not well-formed. See Extended Error for more details.
ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL0x00003AA1The events for a direct channel go directly to a log file and cannot be subscribed to.
ERROR_EVT_CONFIGURATION_ERROR0x00003AA2Configuration error.
ERROR_EVT_QUERY_RESULT_STALE0x00003AA3The 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_POSITION0x00003AA4The query result is currently at an invalid position.
ERROR_EVT_NON_VALIDATING_MSXML0x00003AA5Registered MSXML doesn't support validation.
ERROR_EVT_FILTER_ALREADYSCOPED0x00003AA6An 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_NOTELTSET0x00003AA7Cannot perform a step operation from a term that does not represent an element set.
ERROR_EVT_FILTER_INVARG0x00003AA8Left-hand side arguments to binary operators must be either attributes, nodes or variables. Right-hand side arguments must be constants.
ERROR_EVT_FILTER_INVTEST0x00003AA9A 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_INVTYPE0x00003AAAThis data type is currently unsupported.
ERROR_EVT_FILTER_PARSEERR0x00003AABA syntax error occurred at position %1!d!
ERROR_EVT_FILTER_UNSUPPORTEDOP0x00003AACThis operator is unsupported by this implementation of the filter.
ERROR_EVT_FILTER_UNEXPECTEDTOKEN0x00003AADAn unexpected token was encountered.
ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL0x00003AAEThe requested operation cannot be performed over an enabled direct channel. The channel must first be disabled.
ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE0x00003AAFChannel 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_VALUE0x00003AB0Publisher 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_ACTIVATE0x00003AB1The channel failed to activate.
ERROR_EVT_FILTER_TOO_COMPLEX0x00003AB2The XPath expression exceeded the supported complexity. Simplify the expression or split it into multiple expressions.
ERROR_EVT_MESSAGE_NOT_FOUND0x00003AB3The message resource is present but the message was not found in the message table.
ERROR_EVT_MESSAGE_ID_NOT_FOUND0x00003AB4The message ID for the desired message could not be found.
ERROR_EVT_UNRESOLVED_VALUE_INSERT0x00003AB5The substitution string for insert index (%1) could not be found.
ERROR_EVT_UNRESOLVED_PARAMETER_INSERT0x00003AB6The description string for parameter reference (%1) could not be found.
ERROR_EVT_MAX_INSERTS_REACHED0x00003AB7The maximum number of replacements has been reached.
ERROR_EVT_EVENT_DEFINITION_NOT_FOUND0x00003AB8The event definition could not be found for event ID (%1).
ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND0x00003AB9The locale specific resource for the desired message is not present.
ERROR_EVT_VERSION_TOO_OLD0x00003ABAThe resource is too old and is not supported.
ERROR_EVT_VERSION_TOO_NEW0x00003ABBThe resource is too new and is not supported.
ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY0x00003ABCThe channel at index %1!d! of the query can't be opened.
ERROR_EVT_PUBLISHER_DISABLED0x00003ABDThe 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_RANGE0x00003ABEAttempted to create a numeric type that is outside of its valid range.
ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE0x00003AE8The subscription fails to activate.
ERROR_EC_LOG_DISABLED0x00003AE9The 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_FORWARDING0x00003AEAWhen forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription.
ERROR_EC_CREDSTORE_FULL0x00003AEBThe credential store that is used to save credentials is full.
ERROR_EC_CRED_NOT_FOUND0x00003AECThe credential used by this subscription can't be found in credential store.
ERROR_EC_NO_ACTIVE_CHANNEL0x00003AEDNo active channel is found for the query.
ERROR_MUI_FILE_NOT_FOUND0x00003AFCThe resource loader failed to find MUI file.
ERROR_MUI_INVALID_FILE0x00003AFDThe resource loader failed to load MUI file because the file fail to pass validation.
ERROR_MUI_INVALID_RC_CONFIG0x00003AFEThe RC Manifest is corrupted with garbage data or unsupported version or missing required item.
ERROR_MUI_INVALID_LOCALE_NAME0x00003AFFThe RC Manifest has invalid culture name.
ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME0x00003B00The RC Manifest has invalid ultimatefallback name.
ERROR_MUI_FILE_NOT_LOADED0x00003B01The resource loader cache doesn't have loaded MUI entry.
ERROR_RESOURCE_ENUM_USER_STOP0x00003B02User stopped resource enumeration.
ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED0x00003B03UI language installation failed.
ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME0x00003B04Locale installation failed.
ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE0x00003B06A resource does not have default or neutral value.
ERROR_MRM_INVALID_PRICONFIG0x00003B07Invalid PRI config file.
ERROR_MRM_INVALID_FILE_TYPE0x00003B08Invalid file type.
ERROR_MRM_UNKNOWN_QUALIFIER0x00003B09Unknown qualifier.
ERROR_MRM_INVALID_QUALIFIER_VALUE0x00003B0AInvalid qualifier value.
ERROR_MRM_NO_CANDIDATE0x00003B0BNo Candidate found.
ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE0x00003B0CThe ResourceMap or NamedResource has an item that does not have default or neutral resource..
ERROR_MRM_RESOURCE_TYPE_MISMATCH0x00003B0DInvalid ResourceCandidate type.
ERROR_MRM_DUPLICATE_MAP_NAME0x00003B0EDuplicate Resource Map.
ERROR_MRM_DUPLICATE_ENTRY0x00003B0FDuplicate Entry.
ERROR_MRM_INVALID_RESOURCE_IDENTIFIER0x00003B10Invalid Resource Identifier.
ERROR_MRM_FILEPATH_TOO_LONG0x00003B11Filepath too long.
ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE0x00003B12Unsupported directory type.
ERROR_MRM_INVALID_PRI_FILE0x00003B16Invalid PRI File.
ERROR_MRM_NAMED_RESOURCE_NOT_FOUND0x00003B17NamedResource Not Found.
ERROR_MRM_MAP_NOT_FOUND0x00003B1FResourceMap Not Found.
ERROR_MRM_UNSUPPORTED_PROFILE_TYPE0x00003B20Unsupported MRT profile type.
ERROR_MRM_INVALID_QUALIFIER_OPERATOR0x00003B21Invalid qualifier operator.
ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE0x00003B22Unable to determine qualifier value or qualifier value has not been set.
ERROR_MRM_AUTOMERGE_ENABLED0x00003B23Automerge is enabled in the PRI file.
ERROR_MRM_TOO_MANY_RESOURCES0x00003B24Too many resources defined for package.
ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE0x00003B25Resource File can not be used for merge operation.
ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE0x00003B26Load/UnloadPriFiles cannot be used with resource packages.
ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD0x00003B27Resource Contexts may not be created on threads that do not have a CoreWindow.
ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST0x00003B28The singleton Resource Manager with different profile is already created.
ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT0x00003B29The system component cannot operate given API operation
ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE0x00003B2AThe resource is a direct reference to a non-default resource candidate.
ERROR_MRM_GENERATION_COUNT_MISMATCH0x00003B2BResource Map has been re-generated and the query string is not valid anymore.
ERROR_PRI_MERGE_VERSION_MISMATCH0x00003B2CThe PRI files to be merged have incompatible versions.
ERROR_PRI_MERGE_MISSING_SCHEMA0x00003B2DThe primary PRI files to be merged does not contain a schema.
ERROR_PRI_MERGE_LOAD_FILE_FAILED0x00003B2EUnable to load one of the PRI files to be merged.
ERROR_PRI_MERGE_ADD_FILE_FAILED0x00003B2FUnable to add one of the PRI files to the merged file.
ERROR_PRI_MERGE_WRITE_FILE_FAILED0x00003B30Unable to create the merged PRI file.
ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED0x00003B31Packages for a PRI file merge must all be from the same package family.
ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED0x00003B32Packages for a PRI file merge must not include multiple main packages.
ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED0x00003B33Packages for a PRI file merge must not include bundle packages.
ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED0x00003B34Packages for a PRI file merge must include one main package.
ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED0x00003B35Packages for a PRI file merge must include at least one resource package.
ERROR_PRI_MERGE_INVALID_FILE_NAME0x00003B36Invalid name supplied for a canonical merged PRI file.
ERROR_MRM_PACKAGE_NOT_FOUND0x00003B37Unable to find the specified package.
ERROR_MCA_INVALID_CAPABILITIES_STRING0x00003B60The 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_VERSION0x00003B61The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION0x00003B62The monitor does not comply with the MCCS specification it claims to support.
ERROR_MCA_MCCS_VERSION_MISMATCH0x00003B63The 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_VERSION0x00003B64The 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_ERROR0x00003B65An internal Monitor Configuration API error occurred.
ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED0x00003B66The 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_TEMPERATURE0x00003B67The 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_DEVICE0x00003B92The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
ERROR_SYSTEM_DEVICE_NOT_FOUND0x00003BC3The requested system device cannot be found.
ERROR_HASH_NOT_SUPPORTED0x00003BC4Hash generation for the specified hash version and hash type is not enabled on the server.
ERROR_HASH_NOT_PRESENT0x00003BC5The hash requested from the server is not available or no longer valid.
ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED0x00003BD9The secondary interrupt controller instance that manages the specified interrupt is not registered.
ERROR_GPIO_CLIENT_INFORMATION_INVALID0x00003BDAThe information supplied by the GPIO client driver is invalid.
ERROR_GPIO_VERSION_NOT_SUPPORTED0x00003BDBThe version specified by the GPIO client driver is not supported.
ERROR_GPIO_INVALID_REGISTRATION_PACKET0x00003BDCThe registration packet supplied by the GPIO client driver is not valid.
ERROR_GPIO_OPERATION_DENIED0x00003BDDThe requested operation is not supported for the specified handle.
ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE0x00003BDEThe requested connect mode conflicts with an existing mode on one or more of the specified pins.
ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED0x00003BDFThe interrupt requested to be unmasked is not masked.
ERROR_CANNOT_SWITCH_RUNLEVEL0x00003C28The requested run level switch cannot be completed successfully.
ERROR_INVALID_RUNLEVEL_SETTING0x00003C29The service has an invalid run level setting. The run level for a service must not be higher than the run level of its dependent services.
ERROR_RUNLEVEL_SWITCH_TIMEOUT0x00003C2AThe requested run level switch cannot be completed successfully since one or more services will not stop or restart within the specified timeout.
ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT0x00003C2BA run level switch agent did not respond within the specified timeout.
ERROR_RUNLEVEL_SWITCH_IN_PROGRESS0x00003C2CA run level switch is currently in progress.
ERROR_SERVICES_FAILED_AUTOSTART0x00003C2DOne or more services failed to start during the service startup phase of a run level switch.
ERROR_COM_TASK_STOP_PENDING0x00003C8DThe task stop request cannot be completed immediately since task needs more time to shutdown.
ERROR_INSTALL_OPEN_PACKAGE_FAILED0x00003CF0Package could not be opened.
ERROR_INSTALL_PACKAGE_NOT_FOUND0x00003CF1Package was not found.
ERROR_INSTALL_INVALID_PACKAGE0x00003CF2Package data is invalid.
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED0x00003CF3Package failed updates, dependency or conflict validation.
ERROR_INSTALL_OUT_OF_DISK_SPACE0x00003CF4There is not enough disk space on your computer. Please free up some space and try again.
ERROR_INSTALL_NETWORK_FAILURE0x00003CF5There was a problem downloading your product.
ERROR_INSTALL_REGISTRATION_FAILURE0x00003CF6Package could not be registered.
ERROR_INSTALL_DEREGISTRATION_FAILURE0x00003CF7Package could not be unregistered.
ERROR_INSTALL_CANCEL0x00003CF8User cancelled the install request.
ERROR_INSTALL_FAILED0x00003CF9Install failed. Please contact your software vendor.
ERROR_REMOVE_FAILED0x00003CFARemoval failed. Please contact your software vendor.
ERROR_PACKAGE_ALREADY_EXISTS0x00003CFBThe provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.
ERROR_NEEDS_REMEDIATION0x00003CFCThe application cannot be started. Try reinstalling the application to fix the problem.
ERROR_INSTALL_PREREQUISITE_FAILED0x00003CFDA Prerequisite for an install could not be satisfied.
ERROR_PACKAGE_REPOSITORY_CORRUPTED0x00003CFEThe package repository is corrupted.
ERROR_INSTALL_POLICY_FAILURE0x00003CFFTo install this application you need either a Windows developer license or a sideloading-enabled system.
ERROR_PACKAGE_UPDATING0x00003D00The application cannot be started because it is currently updating.
ERROR_DEPLOYMENT_BLOCKED_BY_POLICY0x00003D01The package deployment operation is blocked by policy. Please contact your system administrator.
ERROR_PACKAGES_IN_USE0x00003D02The package could not be installed because resources it modifies are currently in use.
ERROR_RECOVERY_FILE_CORRUPT0x00003D03The package could not be recovered because necessary data for recovery have been corrupted.
ERROR_INVALID_STAGED_SIGNATURE0x00003D04The 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_FAILED0x00003D05An error occurred while deleting the package's previously existing application data.
ERROR_INSTALL_PACKAGE_DOWNGRADE0x00003D06The package could not be installed because a higher version of this package is already installed.
ERROR_SYSTEM_NEEDS_REMEDIATION0x00003D07An error in a system binary was detected. Try refreshing the PC to fix the problem.
ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN0x00003D08A corrupted CLR NGEN binary was detected on the system.
ERROR_RESILIENCY_FILE_CORRUPT0x00003D09The operation could not be resumed because necessary data for recovery have been corrupted.
ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING0x00003D0AThe package could not be installed because the Windows Firewall service is not running. Enable the Windows Firewall service and try again.
ERROR_PACKAGE_MOVE_FAILED0x00003D0BPackage move failed.
ERROR_INSTALL_VOLUME_NOT_EMPTY0x00003D0CThe deployment operation failed because the volume is not empty.
ERROR_INSTALL_VOLUME_OFFLINE0x00003D0DThe deployment operation failed because the volume is offline.
ERROR_INSTALL_VOLUME_CORRUPT0x00003D0EThe deployment operation failed because the specified volume is corrupt.
ERROR_NEEDS_REGISTRATION0x00003D0FThe deployment operation failed because the specified application needs to be registered first.
ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE0x00003D10The deployment operation failed because the package targets the wrong processor architecture.
ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED0x00003D11You 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_PACKAGE0x00003D12A main app package is required to install this optional package. Install the main package first and try again.
ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM0x00003D13This app package type is not supported on this filesystem
ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING0x00003D14Package move operation is blocked until the application has finished streaming
ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE0x00003D15A 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_ONHOLD0x00003D16This staging session has been held to allow another staging operation to be prioritized.
ERROR_INSTALL_INVALID_RELATED_SET_UPDATE0x00003D17A 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_CAPABILITY0x00003D18An optional package with a FullTrust entry point requires the main package to have the runFullTrust capability.
ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF0x00003D19An error occurred because a user was logged off.
ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED0x00003D1AAn optional package provision requires the dependency main package to also be provisioned.
ERROR_PACKAGES_REPUTATION_CHECK_FAILED0x00003D1BThe packages failed the SmartScreen reputation check.
ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT0x00003D1CThe SmartScreen reputation check operation timed out.
ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED0x00003D1DThe current deployment option is not supported.
ERROR_APPINSTALLER_ACTIVATION_BLOCKED0x00003D1EActivation is blocked due to the .appinstaller update settings for this app.
ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED0x00003D1FRemote drives are not supported; use \\\\server\\share to register a remote package.
APPMODEL_ERROR_NO_PACKAGE0x00003D54The process has no package identity.
APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT0x00003D55The package runtime information is corrupted.
APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT0x00003D56The package identity is corrupted.
APPMODEL_ERROR_NO_APPLICATION0x00003D57The process has no application identity.
APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED0x00003D58One 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_INVALID0x00003D59One 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_AVAILABLE0x00003D5AThe package is currently not available.
ERROR_STATE_LOAD_STORE_FAILED0x00003DB8Loading the state store failed.
ERROR_STATE_GET_VERSION_FAILED0x00003DB9Retrieving the state version for the application failed.
ERROR_STATE_SET_VERSION_FAILED0x00003DBASetting the state version for the application failed.
ERROR_STATE_STRUCTURED_RESET_FAILED0x00003DBBResetting the structured state of the application failed.
ERROR_STATE_OPEN_CONTAINER_FAILED0x00003DBCState Manager failed to open the container.
ERROR_STATE_CREATE_CONTAINER_FAILED0x00003DBDState Manager failed to create the container.
ERROR_STATE_DELETE_CONTAINER_FAILED0x00003DBEState Manager failed to delete the container.
ERROR_STATE_READ_SETTING_FAILED0x00003DBFState Manager failed to read the setting.
ERROR_STATE_WRITE_SETTING_FAILED0x00003DC0State Manager failed to write the setting.
ERROR_STATE_DELETE_SETTING_FAILED0x00003DC1State Manager failed to delete the setting.
ERROR_STATE_QUERY_SETTING_FAILED0x00003DC2State Manager failed to query the setting.
ERROR_STATE_READ_COMPOSITE_SETTING_FAILED0x00003DC3State Manager failed to read the composite setting.
ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED0x00003DC4State Manager failed to write the composite setting.
ERROR_STATE_ENUMERATE_CONTAINER_FAILED0x00003DC5State Manager failed to enumerate the containers.
ERROR_STATE_ENUMERATE_SETTINGS_FAILED0x00003DC6State Manager failed to enumerate the settings.
ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED0x00003DC7The size of the state manager composite setting value has exceeded the limit.
ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED0x00003DC8The size of the state manager setting value has exceeded the limit.
ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED0x00003DC9The length of the state manager setting name has exceeded the limit.
ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED0x00003DCAThe length of the state manager container name has exceeded the limit.
ERROR_API_UNAVAILABLE0x00003DE1This API cannot be used in the context of the caller's application type.
STORE_ERROR_UNLICENSED0x00003DF5This PC does not have a valid license for the application or product.
STORE_ERROR_UNLICENSED_USER0x00003DF6The authenticated user does not have a valid license for the application or product.
STORE_ERROR_PENDING_COM_TRANSACTION0x00003DF7The commerce transaction associated with this license is still pending verification.
STORE_ERROR_LICENSE_REVOKED0x00003DF8The license has been revoked for this user.
STG_S_CONVERTED0x00030200The underlying file was converted to compound file format.
STG_S_BLOCK0x00030201The storage operation should block until more data is available.
STG_S_RETRYNOW0x00030202The storage operation should retry immediately.
STG_S_MONITORING0x00030203The notified event sink will not influence the storage operation.
STG_S_MULTIPLEOPENS0x00030204Multiple opens prevent consolidated. (commit succeeded).
STG_S_CONSOLIDATIONFAILED0x00030205Consolidation of the storage file failed. (commit succeeded).
STG_S_CANNOTCONSOLIDATE0x00030206Consolidation of the storage file is inappropriate. (commit succeeded).
STG_S_POWER_CYCLE_REQUIRED0x00030207The device needs to be power cycled. (commit succeeded).
OLE_S_FIRST0x00040000
OLE_S_STATIC0x00040001Success, but static
OLE_S_MAC_CLIPFORMAT0x00040002Macintosh clipboard format
OLE_S_LAST0x000400FF
DRAGDROP_S_DROP0x00040100Successful drop took place
DRAGDROP_S_CANCEL0x00040101Drag-drop operation canceled
DRAGDROP_S_USEDEFAULTCURSORS0x00040102Use the default cursor
DATA_S_SAMEFORMATETC0x00040130Data has same FORMATETC
VIEW_S_ALREADY_FROZEN0x00040140View is already frozen
CACHE_S_FORMATETC_NOTSUPPORTED0x00040170FORMATETC not supported
CACHE_S_SAMECACHE0x00040171Same cache
CACHE_S_SOMECACHES_NOTUPDATED0x00040172Some cache(s) not updated
OLEOBJ_S_INVALIDVERB0x00040180Invalid verb for OLE object
OLEOBJ_S_CANNOT_DOVERB_NOW0x00040181Verb number is valid but verb cannot be done now
OLEOBJ_S_INVALIDHWND0x00040182Invalid window handle passed
INPLACE_S_TRUNCATED0x000401A0Message is too long; some of it had to be truncated before displaying
CONVERT10_S_NO_PRESENTATION0x000401C0Unable to convert OLESTREAM to IStorage
MK_S_REDUCED_TO_SELF0x000401E2Moniker reduced to itself
MK_S_ME0x000401E4Common prefix is this moniker
MK_S_HIM0x000401E5Common prefix is input moniker
MK_S_US0x000401E6Common prefix is both monikers
MK_S_MONIKERALREADYREGISTERED0x000401E7Moniker is already registered in running object table
EVENT_S_SOME_SUBSCRIBERS_FAILED0x00040200An event was able to invoke some but not all of the subscribers
EVENT_S_NOSUBSCRIBERS0x00040202An event was delivered but there were no subscribers
TPC_S_TRUNCATED0x00040252TabletPC inking error code. String was truncated
TPC_S_INTERRUPTED0x00040253TabletPC inking error code. Recognition or training was interrupted
TPC_S_NO_DATA_TO_PROCESS0x00040254TabletPC inking error code. No personalization update to the recognizer because no training data found
SCHED_S_TASK_READY0x00041300The task is ready to run at its next scheduled time.
SCHED_S_TASK_RUNNING0x00041301The task is currently running.
SCHED_S_TASK_DISABLED0x00041302The task will not run at the scheduled times because it has been disabled.
SCHED_S_TASK_HAS_NOT_RUN0x00041303The task has not yet run.
SCHED_S_TASK_NO_MORE_RUNS0x00041304There are no more runs scheduled for this task.
SCHED_S_TASK_NOT_SCHEDULED0x00041305One or more of the properties that are needed to run this task on a schedule have not been set.
SCHED_S_TASK_TERMINATED0x00041306The last run of the task was terminated by the user.
SCHED_S_TASK_NO_VALID_TRIGGERS0x00041307Either the task has no triggers or the existing triggers are disabled or not set.
SCHED_S_EVENT_TRIGGER0x00041308Event triggers don't have set run times.
SCHED_S_SOME_TRIGGERS_FAILED0x0004131BThe task is registered, but not all specified triggers will start the task, check task scheduler event log for detailed information.
SCHED_S_BATCH_LOGON_PROBLEM0x0004131CThe task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal.
SCHED_S_TASK_QUEUED0x00041325The Task Scheduler service has asked the task to run.
XACT_S_ASYNC0x0004D000An asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
XACT_S_DEFECT0x0004D001
XACT_S_READONLY0x0004D002The method call succeeded because the transaction was read-only.
XACT_S_SOMENORETAIN0x0004D003The 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_OKINFORM0x0004D004No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes.
XACT_S_MADECHANGESCONTENT0x0004D005The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call.
XACT_S_MADECHANGESINFORM0x0004D006The 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_ALLNORETAIN0x0004D007The transaction was successfully aborted. However, the abort was non-retaining.
XACT_S_ABORTING0x0004D008An abort operation was already in progress.
XACT_S_SINGLEPHASE0x0004D009The resource manager has performed a single-phase commit of the transaction.
XACT_S_LOCALLY_OK0x0004D00AThe local transaction has not aborted.
XACT_S_LASTRESOURCEMANAGER0x0004D010The resource manager has requested to be the coordinator (last resource manager) for the transaction.
CO_S_NOTALLINTERFACES0x00080012Not all the requested interfaces were available
CO_S_MACHINENAMENOTFOUND0x00080013The specified machine name was not found in the cache.
SEC_I_CONTINUE_NEEDED0x00090312The function completed successfully, but must be called again to complete the context
SEC_I_COMPLETE_NEEDED0x00090313The function completed successfully, but CompleteToken must be called
SEC_I_COMPLETE_AND_CONTINUE0x00090314The function completed successfully, but both CompleteToken and this function must be called to complete the context
SEC_I_LOCAL_LOGON0x00090315The logon was completed, but no network authority was available. The logon was made using locally known information
SEC_I_CONTEXT_EXPIRED0x00090317The context has expired and can no longer be used.
SEC_I_INCOMPLETE_CREDENTIALS0x00090320The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context.
SEC_I_RENEGOTIATE0x00090321The context data must be renegotiated with the peer.
SEC_I_NO_LSA_CONTEXT0x00090323There is no LSA mode context associated with this context.
SEC_I_SIGNATURE_NEEDED0x0009035CA signature operation must be performed before the user can authenticate.
SEC_I_NO_RENEGOTIATION0x00090360The recipient rejected the renegotiation request.
SEC_I_MESSAGE_FRAGMENT0x00090364The returned buffer is only a fragment of the message. More fragments need to be returned.
SEC_I_CONTINUE_NEEDED_MESSAGE_OK0x00090366The function completed successfully, but must be called again to complete the context. Early start can be used.
SEC_I_ASYNC_CALL_PENDING0x00090368An asynchronous SSPI routine has been called and the work is pending completion.
CRYPT_I_NEW_PROTECTION_REQUIRED0x00091012The protected data needs to be re-protected.
WER_S_REPORT_DEBUG0x001B0000Debugger was attached.
WER_S_REPORT_UPLOADED0x001B0001Report was uploaded.
WER_S_REPORT_QUEUED0x001B0002Report was queued.
WER_S_DISABLED0x001B0003Reporting was disabled.
WER_S_SUSPENDED_UPLOAD0x001B0004Reporting was temporarily suspended.
WER_S_DISABLED_QUEUE0x001B0005Report was not queued to queuing being disabled.
WER_S_DISABLED_ARCHIVE0x001B0006Report was uploaded, but not archived due to archiving being disabled.
WER_S_REPORT_ASYNC0x001B0007Reporting was successfully spun off as an asynchronous operation.
WER_S_IGNORE_ASSERT_INSTANCE0x001B0008The assertion was handled.
WER_S_IGNORE_ALL_ASSERTS0x001B0009The assertion was handled and added to a permanent ignore list.
WER_S_ASSERT_CONTINUE0x001B000AThe assertion was resumed as unhandled.
WER_S_THROTTLED0x001B000BReport was throttled.
WER_S_REPORT_UPLOADED_CAB0x001B000CReport was uploaded with cab.
ERROR_FLT_IO_COMPLETE0x001F0001The IO was completed by a filter.
ERROR_MONITOR_NO_DESCRIPTOR0x00261001Monitor descriptor could not be obtained.
ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT0x00261002Format of the obtained monitor descriptor is not supported by this release.
ERROR_GRAPHICS_MODE_NOT_PINNED0x00262307No mode is pinned on the specified VidPN source/target.
ERROR_GRAPHICS_NO_PREFERRED_MODE0x0026231ESpecified mode set does not specify preference for one of its modes.
ERROR_GRAPHICS_DATASET_IS_EMPTY0x0026234BSpecified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty.
ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET0x0026234CSpecified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements.
ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED0x00262351Specified content transformation is not pinned on the specified VidPN present path.
DWM_S_GDI_REDIRECTION_SURFACE0x00263005{GDI redirection surface was returned} GDI redirection surface of the top level window was returned.
DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI0x00263008{GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI} GDI redirection surface is either on a different adapter or in system memory. Perform blt via GDI.
NAP_S_CERT_ALREADY_PRESENT0x0027000DA certificate is already present in the cert store.
S_STORE_LAUNCHED_FOR_REMEDIATION0x00270258The Store was launched instead of the specified app because the app's package was in an invalid state.
S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG0x00270259This app failed to launch, but the error was handled with a dialog.
PLA_S_PROPERTY_IGNORED0x00300100Property value will be ignored.
ERROR_NDIS_INDICATION_REQUIRED0x00340001The request will be completed later by NDIS status indication.
ERROR_HV_PENDING_PAGE_REQUESTS0x00350059The device had pending page requests which were discarded.
SDIAG_S_CANNOTRUN0x003C0105The troubleshooting pack cannot be executed on this system.
WS_S_ASYNC0x003D0000The function call is completing asynchronously.
WS_S_END0x003D0001There are no more messages available on the channel.
PEER_S_GRAPH_DATA_CREATED0x00630001The graph data was created.
PEER_S_NO_EVENT_DATA0x00630002There is not more event data.
PEER_S_NO_CONNECTIVITY0x00630005No connectivity.
PEER_S_ALREADY_A_MEMBER0x00630006Already a member.
PEER_S_ALREADY_CONNECTED0x00632000The graph is already connect.
PEER_S_SUBSCRIPTION_EXISTS0x00636000The subscription already exists.
STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED0x00670013The transaction caller id has changed.
STATEREPOSITORY_TRANSACTION_IN_PROGRESS0x00670014A transaction is in progress for the database connection.
ERROR_SPACES_POOL_WAS_DELETED0x00E70001The storage pool was deleted by the driver. The object cache should be updated.
DXGI_STATUS_OCCLUDED0x087A0001The Present operation was invisible to the user.
DXGI_STATUS_CLIPPED0x087A0002The Present operation was partially invisible to the user.
DXGI_STATUS_NO_REDIRECTION0x087A0004The driver is requesting that the DXGI runtime not use shared resources to communicate with the Desktop Window Manager.
DXGI_STATUS_NO_DESKTOP_ACCESS0x087A0005The 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_USE0x087A0006The Present operation was not visible because the target monitor was being used for some other purpose.
DXGI_STATUS_MODE_CHANGED0x087A0007The Present operation was not visible because the display mode changed. DXGI will have re-attempted the presentation.
DXGI_STATUS_MODE_CHANGE_IN_PROGRESS0x087A0008The Present operation was not visible because another Direct3D device was attempting to take fullscreen mode at the time.
DXGI_STATUS_UNOCCLUDED0x087A0009The swapchain has become unoccluded.
DXGI_STATUS_DDA_WAS_STILL_DRAWING0x087A000AThe 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_STATUS_PRESENT_REQUIRED0x087A002FThe present succeeded but the caller should present again on the next V-sync, even if there are no changes to the content.
ERROR_GRAPHICS_PARTIAL_DATA_POPULATED0x4026200ASpecified 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_SKIP_ALLOCATION_PREPARATION0x40262201Skip preparation of allocations referenced by the DMA buffer.
ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS0x4026242FChild device presence was not reliably detected.
ERROR_GRAPHICS_LEADLINK_START_DEFERRED0x40262437Starting the leadlink adapter has been deferred temporarily.
ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY0x40262439The display adapter is being polled for children too frequently at the same polling level.
ERROR_GRAPHICS_START_DEFERRED0x4026243AStarting the adapter has been deferred temporarily.
ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS0x4026243CWe can depend on the child device presence returned by the driver.
TPM_E_PCP_UNSUPPORTED_PSS_SALT0x40290423The requested salt size for signing with RSAPSS does not match what the TPM uses.
E_BOUNDS0x8000000BThe operation attempted to access data outside the valid range
E_CHANGED_STATE0x8000000CA concurrent or interleaved operation changed the state of the object, invalidating this operation.
E_ILLEGAL_STATE_CHANGE0x8000000DAn illegal state change was requested.
E_ILLEGAL_METHOD_CALL0x8000000EA method was called at an unexpected time.
RO_E_METADATA_NAME_NOT_FOUND0x8000000FTypename or Namespace was not found in metadata file.
RO_E_METADATA_NAME_IS_NAMESPACE0x80000010Name is an existing namespace rather than a typename.
RO_E_METADATA_INVALID_TYPE_FORMAT0x80000011Typename has an invalid format.
RO_E_INVALID_METADATA_FILE0x80000012Metadata file is invalid or corrupted.
RO_E_CLOSED0x80000013The object has been closed.
RO_E_EXCLUSIVE_WRITE0x80000014Only one thread may access the object during a write operation.
RO_E_CHANGE_NOTIFICATION_IN_PROGRESS0x80000015Operation is prohibited during change notification.
RO_E_ERROR_STRING_NOT_FOUND0x80000016The text associated with this error code could not be found.
E_STRING_NOT_NULL_TERMINATED0x80000017String not null terminated.
E_ILLEGAL_DELEGATE_ASSIGNMENT0x80000018A delegate was assigned when not allowed.
E_ASYNC_OPERATION_NOT_STARTED0x80000019An async operation was not properly started.
E_APPLICATION_EXITING0x8000001AThe application is exiting and cannot service this request
E_APPLICATION_VIEW_EXITING0x8000001BThe application view is exiting and cannot service this request
RO_E_MUST_BE_AGILE0x8000001CThe object must support the IAgileObject interface
RO_E_UNSUPPORTED_FROM_MTA0x8000001DActivating a single-threaded class from MTA is not supported
RO_E_COMMITTED0x8000001EThe object has been committed.
RO_E_BLOCKED_CROSS_ASTA_CALL0x8000001FA 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_SERVER0x80000020A universal application process cannot activate a packaged WinRT server that is declared to run full trust.
RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER0x80000021A full trust packaged application process cannot activate a packaged WinRT server unless it is also declared to run full trust.
E_NOTIMPL0x80004001Not implemented
E_NOINTERFACE0x80004002No such interface supported
E_POINTER0x80004003Invalid pointer
E_ABORT0x80004004Operation aborted
E_FAIL0x80004005Unspecified error
CO_E_INIT_TLS0x80004006Thread local storage failure
CO_E_INIT_SHARED_ALLOCATOR0x80004007Get shared memory allocator failure
CO_E_INIT_MEMORY_ALLOCATOR0x80004008Get memory allocator failure
CO_E_INIT_CLASS_CACHE0x80004009Unable to initialize class cache
CO_E_INIT_RPC_CHANNEL0x8000400AUnable to initialize RPC services
CO_E_INIT_TLS_SET_CHANNEL_CONTROL0x8000400BCannot set thread local storage channel control
CO_E_INIT_TLS_CHANNEL_CONTROL0x8000400CCould not allocate thread local storage channel control
CO_E_INIT_UNACCEPTED_USER_ALLOCATOR0x8000400DThe user supplied memory allocator is unacceptable
CO_E_INIT_SCM_MUTEX_EXISTS0x8000400EThe OLE service mutex already exists
CO_E_INIT_SCM_FILE_MAPPING_EXISTS0x8000400FThe OLE service file mapping already exists
CO_E_INIT_SCM_MAP_VIEW_OF_FILE0x80004010Unable to map view of file for OLE service
CO_E_INIT_SCM_EXEC_FAILURE0x80004011Failure attempting to launch OLE service
CO_E_INIT_ONLY_SINGLE_THREADED0x80004012There was an attempt to call CoInitialize a second time while single threaded
CO_E_CANT_REMOTE0x80004013A Remote activation was necessary but was not allowed
CO_E_BAD_SERVER_NAME0x80004014A Remote activation was necessary but the server name provided was invalid
CO_E_WRONG_SERVER_IDENTITY0x80004015The class is configured to run as a security id different from the caller
CO_E_OLE1DDE_DISABLED0x80004016Use of Ole1 services requiring DDE windows is disabled
CO_E_RUNAS_SYNTAX0x80004017A RunAs specification must be <domain name>\\<user name> or simply <user name>
CO_E_CREATEPROCESS_FAILURE0x80004018The server process could not be started. The pathname may be incorrect.
CO_E_RUNAS_CREATEPROCESS_FAILURE0x80004019The server process could not be started as the configured identity. The pathname may be incorrect or unavailable.
CO_E_RUNAS_LOGON_FAILURE0x8000401AThe server process could not be started because the configured identity is incorrect. Check the username and password.
CO_E_LAUNCH_PERMSSION_DENIED0x8000401BThe client is not allowed to launch this server.
CO_E_START_SERVICE_FAILURE0x8000401CThe service providing this server could not be started.
CO_E_REMOTE_COMMUNICATION_FAILURE0x8000401DThis computer was unable to communicate with the computer providing the server.
CO_E_SERVER_START_TIMEOUT0x8000401EThe server did not respond after being launched.
CO_E_CLSREG_INCONSISTENT0x8000401FThe registration information for this server is inconsistent or incomplete.
CO_E_IIDREG_INCONSISTENT0x80004020The registration information for this interface is inconsistent or incomplete.
CO_E_NOT_SUPPORTED0x80004021The operation attempted is not supported.
CO_E_RELOAD_DLL0x80004022A dll must be loaded.
CO_E_MSI_ERROR0x80004023A Microsoft Software Installer error was encountered.
CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT0x80004024The specified activation could not occur in the client context as specified.
CO_E_SERVER_PAUSED0x80004025Activations on the server are paused.
CO_E_SERVER_NOT_PAUSED0x80004026Activations on the server are not paused.
CO_E_CLASS_DISABLED0x80004027The component or application containing the component has been disabled.
CO_E_CLRNOTAVAILABLE0x80004028The common language runtime is not available
CO_E_ASYNC_WORK_REJECTED0x80004029The thread-pool rejected the submitted asynchronous work.
CO_E_SERVER_INIT_TIMEOUT0x8000402AThe server started, but did not finish initializing in a timely fashion.
CO_E_NO_SECCTX_IN_ACTIVATE0x8000402BUnable to complete the call since there is no COM+ security context inside IObjectControl.Activate.
CO_E_TRACKER_CONFIG0x80004030The provided tracker configuration is invalid
CO_E_THREADPOOL_CONFIG0x80004031The provided thread pool configuration is invalid
CO_E_SXS_CONFIG0x80004032The provided side-by-side configuration is invalid
CO_E_MALFORMED_SPN0x80004033The server principal name (SPN) obtained during security negotiation is malformed.
CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN0x80004034The caller failed to revoke a per-apartment registration before apartment shutdown.
CO_E_PREMATURE_STUB_RUNDOWN0x80004035The object has been rundown by the stub manager while there are external clients.
E_UNEXPECTED0x8000FFFFCatastrophic failure
RPC_E_CALL_REJECTED0x80010001Call was rejected by callee.
RPC_E_CALL_CANCELED0x80010002Call was canceled by the message filter.
RPC_E_CANTPOST_INSENDCALL0x80010003The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage.
RPC_E_CANTCALLOUT_INASYNCCALL0x80010004The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call.
RPC_E_CANTCALLOUT_INEXTERNALCALL0x80010005It is illegal to call out while inside message filter.
RPC_E_CONNECTION_TERMINATED0x80010006The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid.
RPC_E_SERVER_DIED0x80010007The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed.
RPC_E_CLIENT_DIED0x80010008The caller (client) disappeared while the callee (server) was processing a call.
RPC_E_INVALID_DATAPACKET0x80010009The data packet with the marshalled parameter data is incorrect.
RPC_E_CANTTRANSMIT_CALL0x8001000AThe call was not transmitted properly; the message queue was full and was not emptied after yielding.
RPC_E_CLIENT_CANTMARSHAL_DATA0x8001000BThe client (caller) cannot marshall the parameter data - low memory, etc.
RPC_E_CLIENT_CANTUNMARSHAL_DATA0x8001000CThe client (caller) cannot unmarshall the return data - low memory, etc.
RPC_E_SERVER_CANTMARSHAL_DATA0x8001000DThe server (callee) cannot marshall the return data - low memory, etc.
RPC_E_SERVER_CANTUNMARSHAL_DATA0x8001000EThe server (callee) cannot unmarshall the parameter data - low memory, etc.
RPC_E_INVALID_DATA0x8001000FReceived data is invalid; could be server or client data.
RPC_E_INVALID_PARAMETER0x80010010A particular parameter is invalid and cannot be (un)marshalled.
RPC_E_CANTCALLOUT_AGAIN0x80010011There is no second outgoing call on same channel in DDE conversation.
RPC_E_SERVER_DIED_DNE0x80010012The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.
RPC_E_SYS_CALL_FAILED0x80010100System call failed.
RPC_E_OUT_OF_RESOURCES0x80010101Could not allocate some required resource (memory, events, ...)
RPC_E_ATTEMPTED_MULTITHREAD0x80010102Attempted to make calls on more than one thread in single threaded mode.
RPC_E_NOT_REGISTERED0x80010103The requested interface is not registered on the server object.
RPC_E_FAULT0x80010104RPC could not call the server or could not return the results of calling the server.
RPC_E_SERVERFAULT0x80010105The server threw an exception.
RPC_E_CHANGED_MODE0x80010106Cannot change thread mode after it is set.
RPC_E_INVALIDMETHOD0x80010107The method called does not exist on the server.
RPC_E_DISCONNECTED0x80010108The object invoked has disconnected from its clients.
RPC_E_RETRY0x80010109The object invoked chose not to process the call now. Try again later.
RPC_E_SERVERCALL_RETRYLATER0x8001010AThe message filter indicated that the application is busy.
RPC_E_SERVERCALL_REJECTED0x8001010BThe message filter rejected the call.
RPC_E_INVALID_CALLDATA0x8001010CA call control interfaces was called with invalid data.
RPC_E_CANTCALLOUT_ININPUTSYNCCALL0x8001010DAn outgoing call cannot be made since the application is dispatching an input-synchronous call.
RPC_E_WRONG_THREAD0x8001010EThe application called an interface that was marshalled for a different thread.
RPC_E_THREAD_NOT_INIT0x8001010FCoInitialize has not been called on the current thread.
RPC_E_VERSION_MISMATCH0x80010110The version of OLE on the client and server machines does not match.
RPC_E_INVALID_HEADER0x80010111OLE received a packet with an invalid header.
RPC_E_INVALID_EXTENSION0x80010112OLE received a packet with an invalid extension.
RPC_E_INVALID_IPID0x80010113The requested object or interface does not exist.
RPC_E_INVALID_OBJECT0x80010114The requested object does not exist.
RPC_S_CALLPENDING0x80010115OLE has sent a request and is waiting for a reply.
RPC_S_WAITONTIMER0x80010116OLE is waiting before retrying a request.
RPC_E_CALL_COMPLETE0x80010117Call context cannot be accessed after call completed.
RPC_E_UNSECURE_CALL0x80010118Impersonate on unsecure calls is not supported.
RPC_E_TOO_LATE0x80010119Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized.
RPC_E_NO_GOOD_SECURITY_PACKAGES0x8001011ANo 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_DENIED0x8001011BAccess is denied.
RPC_E_REMOTE_DISABLED0x8001011CRemote calls are not allowed for this process.
RPC_E_INVALID_OBJREF0x8001011DThe marshaled interface data packet (OBJREF) has an invalid or unknown format.
RPC_E_NO_CONTEXT0x8001011ENo context is associated with this call. This happens for some custom marshalled calls and on the client side of the call.
RPC_E_TIMEOUT0x8001011FThis operation returned because the timeout period expired.
RPC_E_NO_SYNC0x80010120There are no synchronize objects to wait on.
RPC_E_FULLSIC_REQUIRED0x80010121Full subject issuer chain SSL principal name expected from the server.
RPC_E_INVALID_STD_NAME0x80010122Principal name is not a valid MSSTD name.
CO_E_FAILEDTOIMPERSONATE0x80010123Unable to impersonate DCOM client
CO_E_FAILEDTOGETSECCTX0x80010124Unable to obtain server's security context
CO_E_FAILEDTOOPENTHREADTOKEN0x80010125Unable to open the access token of the current thread
CO_E_FAILEDTOGETTOKENINFO0x80010126Unable to obtain user info from an access token
CO_E_TRUSTEEDOESNTMATCHCLIENT0x80010127The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method
CO_E_FAILEDTOQUERYCLIENTBLANKET0x80010128Unable to obtain the client's security blanket
CO_E_FAILEDTOSETDACL0x80010129Unable to set a discretionary ACL into a security descriptor
CO_E_ACCESSCHECKFAILED0x8001012AThe system function, AccessCheck, returned false
CO_E_NETACCESSAPIFAILED0x8001012BEither NetAccessDel or NetAccessAdd returned an error code.
CO_E_WRONGTRUSTEENAMESYNTAX0x8001012COne of the trustee strings provided by the user did not conform to the <Domain>\\<Name> syntax and it was not the "*" string
CO_E_INVALIDSID0x8001012DOne of the security identifiers provided by the user was invalid
CO_E_CONVERSIONFAILED0x8001012EUnable to convert a wide character trustee string to a multibyte trustee string
CO_E_NOMATCHINGSIDFOUND0x8001012FUnable to find a security identifier that corresponds to a trustee string provided by the user
CO_E_LOOKUPACCSIDFAILED0x80010130The system function, LookupAccountSID, failed
CO_E_NOMATCHINGNAMEFOUND0x80010131Unable to find a trustee name that corresponds to a security identifier provided by the user
CO_E_LOOKUPACCNAMEFAILED0x80010132The system function, LookupAccountName, failed
CO_E_SETSERLHNDLFAILED0x80010133Unable to set or reset a serialization handle
CO_E_FAILEDTOGETWINDIR0x80010134Unable to obtain the Windows directory
CO_E_PATHTOOLONG0x80010135Path too long
CO_E_FAILEDTOGENUUID0x80010136Unable to generate a uuid.
CO_E_FAILEDTOCREATEFILE0x80010137Unable to create file
CO_E_FAILEDTOCLOSEHANDLE0x80010138Unable to close a serialization handle or a file handle.
CO_E_EXCEEDSYSACLLIMIT0x80010139The number of ACEs in an ACL exceeds the system limit.
CO_E_ACESINWRONGORDER0x8001013ANot all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
CO_E_INCOMPATIBLESTREAMVERSION0x8001013BThe version of ACL format in the stream is not supported by this implementation of IAccessControl
CO_E_FAILEDTOOPENPROCESSTOKEN0x8001013CUnable to open the access token of the server process
CO_E_DECODEFAILED0x8001013DUnable to decode the ACL in the stream provided by the user
CO_E_ACNOTINITIALIZED0x8001013FThe COM IAccessControl object is not initialized
CO_E_CANCEL_DISABLED0x80010140Call Cancellation is disabled
RPC_E_UNEXPECTED0x8001FFFFAn internal error occurred.
DISP_E_UNKNOWNINTERFACE0x80020001Unknown interface.
DISP_E_MEMBERNOTFOUND0x80020003Member not found.
DISP_E_PARAMNOTFOUND0x80020004Parameter not found.
DISP_E_TYPEMISMATCH0x80020005Type mismatch.
DISP_E_UNKNOWNNAME0x80020006Unknown name.
DISP_E_NONAMEDARGS0x80020007No named arguments.
DISP_E_BADVARTYPE0x80020008Bad variable type.
DISP_E_EXCEPTION0x80020009Exception occurred.
DISP_E_OVERFLOW0x8002000AOut of present range.
DISP_E_BADINDEX0x8002000BInvalid index.
DISP_E_UNKNOWNLCID0x8002000CUnknown language.
DISP_E_ARRAYISLOCKED0x8002000DMemory is locked.
DISP_E_BADPARAMCOUNT0x8002000EInvalid number of parameters.
DISP_E_PARAMNOTOPTIONAL0x8002000FParameter not optional.
DISP_E_BADCALLEE0x80020010Invalid callee.
DISP_E_NOTACOLLECTION0x80020011Does not support a collection.
DISP_E_DIVBYZERO0x80020012Division by zero.
DISP_E_BUFFERTOOSMALL0x80020013Buffer too small
TYPE_E_BUFFERTOOSMALL0x80028016Buffer too small.
TYPE_E_FIELDNOTFOUND0x80028017Field name not defined in the record.
TYPE_E_INVDATAREAD0x80028018Old format or invalid type library.
TYPE_E_UNSUPFORMAT0x80028019Old format or invalid type library.
TYPE_E_REGISTRYACCESS0x8002801CError accessing the OLE registry.
TYPE_E_LIBNOTREGISTERED0x8002801DLibrary not registered.
TYPE_E_UNDEFINEDTYPE0x80028027Bound to unknown type.
TYPE_E_QUALIFIEDNAMEDISALLOWED0x80028028Qualified name disallowed.
TYPE_E_INVALIDSTATE0x80028029Invalid forward reference, or reference to uncompiled type.
TYPE_E_WRONGTYPEKIND0x8002802AType mismatch.
TYPE_E_ELEMENTNOTFOUND0x8002802BElement not found.
TYPE_E_AMBIGUOUSNAME0x8002802CAmbiguous name.
TYPE_E_NAMECONFLICT0x8002802DName already exists in the library.
TYPE_E_UNKNOWNLCID0x8002802EUnknown LCID.
TYPE_E_DLLFUNCTIONNOTFOUND0x8002802FFunction not defined in specified DLL.
TYPE_E_BADMODULEKIND0x800288BDWrong module kind for the operation.
TYPE_E_SIZETOOBIG0x800288C5Size may not exceed 64K.
TYPE_E_DUPLICATEID0x800288C6Duplicate ID in inheritance hierarchy.
TYPE_E_INVALIDID0x800288CFIncorrect inheritance depth in standard OLE hmember.
TYPE_E_TYPEMISMATCH0x80028CA0Type mismatch.
TYPE_E_OUTOFBOUNDS0x80028CA1Invalid number of arguments.
TYPE_E_IOERROR0x80028CA2I/O Error.
TYPE_E_CANTCREATETMPFILE0x80028CA3Error creating unique tmp file.
TYPE_E_CANTLOADLIBRARY0x80029C4AError loading type library/DLL.
TYPE_E_INCONSISTENTPROPFUNCS0x80029C83Inconsistent property functions.
TYPE_E_CIRCULARTYPE0x80029C84Circular dependency between types/modules.
STG_E_INVALIDFUNCTION0x80030001Unable to perform requested operation.
STG_E_TOOMANYOPENFILES0x80030004There are insufficient resources to open another file.
STG_E_ACCESSDENIED0x80030005Access Denied.
STG_E_INVALIDHANDLE0x80030006Attempted an operation on an invalid object.
STG_E_INSUFFICIENTMEMORY0x80030008There is insufficient memory available to complete operation.
STG_E_INVALIDPOINTER0x80030009Invalid pointer error.
STG_E_NOMOREFILES0x80030012There are no more entries to return.
STG_E_DISKISWRITEPROTECTED0x80030013Disk is write-protected.
STG_E_SEEKERROR0x80030019An error occurred during a seek operation.
STG_E_WRITEFAULT0x8003001DA disk error occurred during a write operation.
STG_E_READFAULT0x8003001EA disk error occurred during a read operation.
STG_E_SHAREVIOLATION0x80030020A share violation has occurred.
STG_E_LOCKVIOLATION0x80030021A lock violation has occurred.
STG_E_INVALIDPARAMETER0x80030057Invalid parameter error.
STG_E_MEDIUMFULL0x80030070There is insufficient disk space to complete operation.
STG_E_PROPSETMISMATCHED0x800300F0Illegal write of non-simple property to simple property set.
STG_E_ABNORMALAPIEXIT0x800300FAAn API call exited abnormally.
STG_E_UNKNOWN0x800300FDAn unexpected error occurred.
STG_E_UNIMPLEMENTEDFUNCTION0x800300FEThat function is not implemented.
STG_E_INVALIDFLAG0x800300FFInvalid flag error.
STG_E_INUSE0x80030100Attempted to use an object that is busy.
STG_E_NOTCURRENT0x80030101The storage has been changed since the last commit.
STG_E_REVERTED0x80030102Attempted to use an object that has ceased to exist.
STG_E_CANTSAVE0x80030103Can't save.
STG_E_SHAREREQUIRED0x80030106Share.exe or equivalent is required for operation.
STG_E_NOTFILEBASEDSTORAGE0x80030107Illegal operation called on non-file based storage.
STG_E_EXTANTMARSHALLINGS0x80030108Illegal operation called on object with extant marshallings.
STG_E_DOCFILECORRUPT0x80030109The docfile has been corrupted.
STG_E_BADBASEADDRESS0x80030110OLE32.DLL has been loaded at the wrong address.
STG_E_DOCFILETOOLARGE0x80030111The compound file is too large for the current implementation
STG_E_NOTSIMPLEFORMAT0x80030112The compound file was not created with the STGM_SIMPLE flag
STG_E_INCOMPLETE0x80030201The file download was aborted abnormally. The file is incomplete.
STG_E_TERMINATED0x80030202The file download has been terminated.
STG_E_FIRMWARE_SLOT_INVALID0x80030208The specified firmware slot is invalid.
STG_E_FIRMWARE_IMAGE_INVALID0x80030209The specified firmware image is invalid.
STG_E_DEVICE_UNRESPONSIVE0x8003020AThe storage device is unresponsive.
STG_E_STATUS_COPY_PROTECTION_FAILURE0x80030305Generic Copy Protection Error.
STG_E_CSS_AUTHENTICATION_FAILURE0x80030306Copy Protection Error - DVD CSS Authentication failed.
STG_E_CSS_KEY_NOT_PRESENT0x80030307Copy Protection Error - The given sector does not have a valid CSS key.
STG_E_CSS_KEY_NOT_ESTABLISHED0x80030308Copy Protection Error - DVD session key not established.
STG_E_CSS_SCRAMBLED_SECTOR0x80030309Copy Protection Error - The read failed because the sector is encrypted.
STG_E_CSS_REGION_MISMATCH0x8003030ACopy Protection Error - The current DVD's region does not correspond to the region setting of the drive.
STG_E_RESETS_EXHAUSTED0x8003030BCopy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted.
OLE_E_FIRST0x80040000
OLE_E_ADVF0x80040001Invalid advise flags
OLE_E_ENUM_NOMORE0x80040002Can't enumerate any more, because the associated data is missing
OLE_E_ADVISENOTSUPPORTED0x80040003This implementation doesn't take advises
OLE_E_NOCONNECTION0x80040004There is no connection for this connection ID
OLE_E_NOTRUNNING0x80040005Need to run the object to perform this operation
OLE_E_NOCACHE0x80040006There is no cache to operate on
OLE_E_BLANK0x80040007Uninitialized object
OLE_E_CLASSDIFF0x80040008Linked object's source class has changed
OLE_E_CANT_GETMONIKER0x80040009Not able to get the moniker of the object
OLE_E_CANT_BINDTOSOURCE0x8004000ANot able to bind to the source
OLE_E_STATIC0x8004000BObject is static; operation not allowed
OLE_E_PROMPTSAVECANCELLED0x8004000CUser canceled out of save dialog
OLE_E_INVALIDRECT0x8004000DInvalid rectangle
OLE_E_WRONGCOMPOBJ0x8004000Ecompobj.dll is too old for the ole2.dll initialized
OLE_E_INVALIDHWND0x8004000FInvalid window handle
OLE_E_NOT_INPLACEACTIVE0x80040010Object is not in any of the inplace active states
OLE_E_CANTCONVERT0x80040011Not able to convert object
OLE_E_NOSTORAGE0x80040012Not able to perform the operation because object is not given storage yet
DV_E_FORMATETC0x80040064Invalid FORMATETC structure
DV_E_DVTARGETDEVICE0x80040065Invalid DVTARGETDEVICE structure
DV_E_STGMEDIUM0x80040066Invalid STDGMEDIUM structure
DV_E_STATDATA0x80040067Invalid STATDATA structure
DV_E_LINDEX0x80040068Invalid lindex
DV_E_TYMED0x80040069Invalid tymed
DV_E_CLIPFORMAT0x8004006AInvalid clipboard format
DV_E_DVASPECT0x8004006BInvalid aspect(s)
DV_E_DVTARGETDEVICE_SIZE0x8004006CtdSize parameter of the DVTARGETDEVICE structure is invalid
DV_E_NOIVIEWOBJECT0x8004006DObject doesn't support IViewObject interface
OLE_E_LAST0x800400FF
DRAGDROP_E_NOTREGISTERED0x80040100Trying to revoke a drop target that has not been registered
DRAGDROP_E_ALREADYREGISTERED0x80040101This window has already been registered as a drop target
DRAGDROP_E_INVALIDHWND0x80040102Invalid window handle
DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED0x80040103A drag operation is already in progress
CLASS_E_NOAGGREGATION0x80040110Class does not support aggregation (or class object is remote)
CLASS_E_CLASSNOTAVAILABLE0x80040111ClassFactory cannot supply requested class
CLASS_E_NOTLICENSED0x80040112Class is not licensed for use
VIEW_E_DRAW0x80040140Error drawing view
REGDB_E_READREGDB0x80040150Could not read key from registry
REGDB_E_WRITEREGDB0x80040151Could not write key to registry
REGDB_E_KEYMISSING0x80040152Could not find the key in the registry
REGDB_E_INVALIDVALUE0x80040153Invalid value for registry
REGDB_E_CLASSNOTREG0x80040154Class not registered
REGDB_E_IIDNOTREG0x80040155Interface not registered
REGDB_E_BADTHREADINGMODEL0x80040156Threading model entry is not valid
REGDB_E_PACKAGEPOLICYVIOLATION0x80040157A registration in a package violates package-specific policies
CAT_E_CATIDNOEXIST0x80040160CATID does not exist
CAT_E_NODESCRIPTION0x80040161Description not found
CS_E_PACKAGE_NOTFOUND0x80040164No package in the software installation data in the Active Directory meets this criteria.
CS_E_NOT_DELETABLE0x80040165Deleting this will break the referential integrity of the software installation data in the Active Directory.
CS_E_CLASS_NOTFOUND0x80040166The CLSID was not found in the software installation data in the Active Directory.
CS_E_INVALID_VERSION0x80040167The software installation data in the Active Directory is corrupt.
CS_E_NO_CLASSSTORE0x80040168There is no software installation data in the Active Directory.
CS_E_OBJECT_NOTFOUND0x80040169There is no software installation data object in the Active Directory.
CS_E_OBJECT_ALREADY_EXISTS0x8004016AThe software installation data object in the Active Directory already exists.
CS_E_INVALID_PATH0x8004016BThe path to the software installation data in the Active Directory is not correct.
CS_E_NETWORK_ERROR0x8004016CA network error interrupted the operation.
CS_E_ADMIN_LIMIT_EXCEEDED0x8004016DThe size of this object exceeds the maximum size set by the Administrator.
CS_E_SCHEMA_MISMATCH0x8004016EThe schema for the software installation data in the Active Directory does not match the required schema.
CS_E_INTERNAL_ERROR0x8004016FAn error occurred in the software installation data in the Active Directory.
CACHE_E_NOCACHE_UPDATED0x80040170Cache not updated
OLEOBJ_E_NOVERBS0x80040180No verbs for OLE object
OLEOBJ_E_INVALIDVERB0x80040181Invalid verb for OLE object
INPLACE_E_NOTUNDOABLE0x800401A0Undo is not available
INPLACE_E_NOTOOLSPACE0x800401A1Space for tools is not available
CONVERT10_E_OLESTREAM_GET0x800401C0OLESTREAM Get method failed
CONVERT10_E_OLESTREAM_PUT0x800401C1OLESTREAM Put method failed
CONVERT10_E_OLESTREAM_FMT0x800401C2Contents of the OLESTREAM not in correct format
CONVERT10_E_OLESTREAM_BITMAP_TO_DIB0x800401C3There was an error in a Windows GDI call while converting the bitmap to a DIB
CONVERT10_E_STG_FMT0x800401C4Contents of the IStorage not in correct format
CONVERT10_E_STG_NO_STD_STREAM0x800401C5Contents of IStorage is missing one of the standard streams
CONVERT10_E_STG_DIB_TO_BITMAP0x800401C6There was an error in a Windows GDI call while converting the DIB to a bitmap.
CLIPBRD_E_CANT_OPEN0x800401D0OpenClipboard Failed
CLIPBRD_E_CANT_EMPTY0x800401D1EmptyClipboard Failed
CLIPBRD_E_CANT_SET0x800401D2SetClipboard Failed
CLIPBRD_E_BAD_DATA0x800401D3Data on clipboard is invalid
CLIPBRD_E_CANT_CLOSE0x800401D4CloseClipboard Failed
MK_E_CONNECTMANUALLY0x800401E0Moniker needs to be connected manually
MK_E_EXCEEDEDDEADLINE0x800401E1Operation exceeded deadline
MK_E_NEEDGENERIC0x800401E2Moniker needs to be generic
MK_E_UNAVAILABLE0x800401E3Operation unavailable
MK_E_SYNTAX0x800401E4Invalid syntax
MK_E_NOOBJECT0x800401E5No object for moniker
MK_E_INVALIDEXTENSION0x800401E6Bad extension for file
MK_E_INTERMEDIATEINTERFACENOTSUPPORTED0x800401E7Intermediate operation failed
MK_E_NOTBINDABLE0x800401E8Moniker is not bindable
MK_E_NOTBOUND0x800401E9Moniker is not bound
MK_E_CANTOPENFILE0x800401EAMoniker cannot open file
MK_E_MUSTBOTHERUSER0x800401EBUser input required for operation to succeed
MK_E_NOINVERSE0x800401ECMoniker class has no inverse
MK_E_NOSTORAGE0x800401EDMoniker does not refer to storage
MK_E_NOPREFIX0x800401EENo common prefix
MK_E_ENUMERATION_FAILED0x800401EFMoniker could not be enumerated
CO_E_NOTINITIALIZED0x800401F0CoInitialize has not been called.
CO_E_ALREADYINITIALIZED0x800401F1CoInitialize has already been called.
CO_E_CANTDETERMINECLASS0x800401F2Class of object cannot be determined
CO_E_CLASSSTRING0x800401F3Invalid class string
CO_E_IIDSTRING0x800401F4Invalid interface string
CO_E_APPNOTFOUND0x800401F5Application not found
CO_E_APPSINGLEUSE0x800401F6Application cannot be run more than once
CO_E_ERRORINAPP0x800401F7Some error in application program
CO_E_DLLNOTFOUND0x800401F8DLL for class not found
CO_E_ERRORINDLL0x800401F9Error in the DLL
CO_E_WRONGOSFORAPP0x800401FAWrong OS or OS version for application
CO_E_OBJNOTREG0x800401FBObject is not registered
CO_E_OBJISREG0x800401FCObject is already registered
CO_E_OBJNOTCONNECTED0x800401FDObject is not connected to server
CO_E_APPDIDNTREG0x800401FEApplication was launched but it didn't register a class factory
CO_E_RELEASED0x800401FFObject has been released
EVENT_E_ALL_SUBSCRIBERS_FAILED0x80040201An event was unable to invoke any of the subscribers
EVENT_E_QUERYSYNTAX0x80040203A syntax error occurred trying to evaluate a query string
EVENT_E_QUERYFIELD0x80040204An invalid field name was used in a query string
EVENT_E_INTERNALEXCEPTION0x80040205An unexpected exception was raised
EVENT_E_INTERNALERROR0x80040206An unexpected internal error was detected
EVENT_E_INVALID_PER_USER_SID0x80040207The owner SID on a per-user subscription doesn't exist
EVENT_E_USER_EXCEPTION0x80040208A user-supplied component or subscriber raised an exception
EVENT_E_TOO_MANY_METHODS0x80040209An interface has too many methods to fire events from
EVENT_E_MISSING_EVENTCLASS0x8004020AA subscription cannot be stored unless its event class already exists
EVENT_E_NOT_ALL_REMOVED0x8004020BNot all the objects requested could be removed
EVENT_E_COMPLUS_NOT_INSTALLED0x8004020CCOM+ is required for this operation, but is not installed
EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT0x8004020DCannot modify or delete an object that was not added using the COM+ Admin SDK
EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT0x8004020ECannot modify or delete an object that was added using the COM+ Admin SDK
EVENT_E_INVALID_EVENT_CLASS_PARTITION0x8004020FThe event class for this subscription is in an invalid partition
EVENT_E_PER_USER_SID_NOT_LOGGED_ON0x80040210The owner of the PerUser subscription is not logged on to the system specified
TPC_E_NO_DEFAULT_TABLET0x80040212TabletPC inking error code. No default tablet
TPC_E_INVALID_INPUT_RECT0x80040219TabletPC inking error code. An invalid input rectangle was specified
TPC_E_UNKNOWN_PROPERTY0x8004021BTabletPC inking error code. Unknown property specified
TPC_E_INVALID_STROKE0x80040222TabletPC inking error code. The stroke object was deleted
TPC_E_INITIALIZE_FAIL0x80040223TabletPC inking error code. Initialization failure
TPC_E_NOT_RELEVANT0x80040232TabletPC inking error code. The data required for the operation was not supplied
TPC_E_INVALID_PACKET_DESCRIPTION0x80040233TabletPC inking error code. Invalid packet description
TPC_E_RECOGNIZER_NOT_REGISTERED0x80040235TabletPC inking error code. There are no handwriting recognizers registered
TPC_E_INVALID_RIGHTS0x80040236TabletPC inking error code. User does not have the necessary rights to read recognizer information
TPC_E_OUT_OF_ORDER_CALL0x80040237TabletPC inking error code. API calls were made in an incorrect order
TPC_E_QUEUE_FULL0x80040238TabletPC inking error code. Queue is full
TPC_E_INVALID_CONFIGURATION0x80040239TabletPC inking error code. RtpEnabled called multiple times
TPC_E_INVALID_DATA_FROM_RECOGNIZER0x8004023ATabletPC inking error code. A recognizer returned invalid data
TPC_E_INVALID_PROPERTY0x80040241TabletPC inking error code. The property was not found, or supported by the recognizer
SCHED_E_TRIGGER_NOT_FOUND0x80041309Trigger not found.
SCHED_E_TASK_NOT_READY0x8004130AOne or more of the properties that are needed to run this task have not been set.
SCHED_E_TASK_NOT_RUNNING0x8004130BThere is no running instance of the task.
SCHED_E_SERVICE_NOT_INSTALLED0x8004130CThe Task Scheduler Service is not installed on this computer.
SCHED_E_CANNOT_OPEN_TASK0x8004130DThe task object could not be opened.
SCHED_E_INVALID_TASK0x8004130EThe object is either an invalid task object or is not a task object.
SCHED_E_ACCOUNT_INFORMATION_NOT_SET0x8004130FNo account information could be found in the Task Scheduler security database for the task indicated.
SCHED_E_ACCOUNT_NAME_NOT_FOUND0x80041310Unable to establish existence of the account specified.
SCHED_E_ACCOUNT_DBASE_CORRUPT0x80041311Corruption was detected in the Task Scheduler security database; the database has been reset.
SCHED_E_NO_SECURITY_SERVICES0x80041312Task Scheduler security services are available only on Windows NT.
SCHED_E_UNKNOWN_OBJECT_VERSION0x80041313The task object version is either unsupported or invalid.
SCHED_E_UNSUPPORTED_ACCOUNT_OPTION0x80041314The task has been configured with an unsupported combination of account settings and run time options.
SCHED_E_SERVICE_NOT_RUNNING0x80041315The Task Scheduler Service is not running.
SCHED_E_UNEXPECTEDNODE0x80041316The task XML contains an unexpected node.
SCHED_E_NAMESPACE0x80041317The task XML contains an element or attribute from an unexpected namespace.
SCHED_E_INVALIDVALUE0x80041318The task XML contains a value which is incorrectly formatted or out of range.
SCHED_E_MISSINGNODE0x80041319The task XML is missing a required element or attribute.
SCHED_E_MALFORMEDXML0x8004131AThe task XML is malformed.
SCHED_E_TOO_MANY_NODES0x8004131DThe task XML contains too many nodes of the same type.
SCHED_E_PAST_END_BOUNDARY0x8004131EThe task cannot be started after the trigger's end boundary.
SCHED_E_ALREADY_RUNNING0x8004131FAn instance of this task is already running.
SCHED_E_USER_NOT_LOGGED_ON0x80041320The task will not run because the user is not logged on.
SCHED_E_INVALID_TASK_HASH0x80041321The task image is corrupt or has been tampered with.
SCHED_E_SERVICE_NOT_AVAILABLE0x80041322The Task Scheduler service is not available.
SCHED_E_SERVICE_TOO_BUSY0x80041323The Task Scheduler service is too busy to handle your request. Please try again later.
SCHED_E_TASK_ATTEMPTED0x80041324The 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_E_TASK_DISABLED0x80041326The task is disabled.
SCHED_E_TASK_NOT_V1_COMPAT0x80041327The task has properties that are not compatible with previous versions of Windows.
SCHED_E_START_ON_DEMAND0x80041328The task settings do not allow the task to start on demand.
SCHED_E_TASK_NOT_UBPM_COMPAT0x80041329The combination of properties that task is using is not compatible with the scheduling engine.
SCHED_E_DEPRECATED_FEATURE_USED0x80041330The task definition uses a deprecated feature.
XACT_E_ALREADYOTHERSINGLEPHASE0x8004D000Another single phase resource manager has already been enlisted in this transaction.
XACT_E_CANTRETAIN0x8004D001A retaining commit or abort is not supported
XACT_E_COMMITFAILED0x8004D002The transaction failed to commit for an unknown reason. The transaction was aborted.
XACT_E_COMMITPREVENTED0x8004D003Cannot call commit on this transaction object because the calling application did not initiate the transaction.
XACT_E_HEURISTICABORT0x8004D004Instead of committing, the resource heuristically aborted.
XACT_E_HEURISTICCOMMIT0x8004D005Instead of aborting, the resource heuristically committed.
XACT_E_HEURISTICDAMAGE0x8004D006Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions.
XACT_E_HEURISTICDANGER0x8004D007Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions.
XACT_E_ISOLATIONLEVEL0x8004D008The requested isolation level is not valid or supported.
XACT_E_NOASYNC0x8004D009The transaction manager doesn't support an asynchronous operation for this method.
XACT_E_NOENLIST0x8004D00AUnable to enlist in the transaction.
XACT_E_NOISORETAIN0x8004D00BThe 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_NORESOURCE0x8004D00CThere is no resource presently associated with this enlistment
XACT_E_NOTCURRENT0x8004D00DThe transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
XACT_E_NOTRANSACTION0x8004D00EThe transaction has already been implicitly or explicitly committed or aborted
XACT_E_NOTSUPPORTED0x8004D00FAn invalid combination of flags was specified
XACT_E_UNKNOWNRMGRID0x8004D010The resource manager id is not associated with this transaction or the transaction manager.
XACT_E_WRONGSTATE0x8004D011This method was called in the wrong state
XACT_E_WRONGUOW0x8004D012The indicated unit of work does not match the unit of work expected by the resource manager.
XACT_E_XTIONEXISTS0x8004D013An enlistment in a transaction already exists.
XACT_E_NOIMPORTOBJECT0x8004D014An import object for the transaction could not be found.
XACT_E_INVALIDCOOKIE0x8004D015The transaction cookie is invalid.
XACT_E_INDOUBT0x8004D016The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed
XACT_E_NOTIMEOUT0x8004D017A time-out was specified, but time-outs are not supported.
XACT_E_ALREADYINPROGRESS0x8004D018The requested operation is already in progress for the transaction.
XACT_E_ABORTED0x8004D019The transaction has already been aborted.
XACT_E_LOGFULL0x8004D01AThe Transaction Manager returned a log full error.
XACT_E_TMNOTAVAILABLE0x8004D01BThe Transaction Manager is not available.
XACT_E_CONNECTION_DOWN0x8004D01CA connection with the transaction manager was lost.
XACT_E_CONNECTION_DENIED0x8004D01DA request to establish a connection with the transaction manager was denied.
XACT_E_REENLISTTIMEOUT0x8004D01EResource manager reenlistment to determine transaction status timed out.
XACT_E_TIP_CONNECT_FAILED0x8004D01FThis transaction manager failed to establish a connection with another TIP transaction manager.
XACT_E_TIP_PROTOCOL_ERROR0x8004D020This transaction manager encountered a protocol error with another TIP transaction manager.
XACT_E_TIP_PULL_FAILED0x8004D021This transaction manager could not propagate a transaction from another TIP transaction manager.
XACT_E_DEST_TMNOTAVAILABLE0x8004D022The Transaction Manager on the destination machine is not available.
XACT_E_TIP_DISABLED0x8004D023The Transaction Manager has disabled its support for TIP.
XACT_E_NETWORK_TX_DISABLED0x8004D024The transaction manager has disabled its support for remote/network transactions.
XACT_E_PARTNER_NETWORK_TX_DISABLED0x8004D025The partner transaction manager has disabled its support for remote/network transactions.
XACT_E_XA_TX_DISABLED0x8004D026The transaction manager has disabled its support for XA transactions.
XACT_E_UNABLE_TO_READ_DTC_CONFIG0x8004D027MSDTC was unable to read its configuration information.
XACT_E_UNABLE_TO_LOAD_DTC_PROXY0x8004D028MSDTC was unable to load the dtc proxy dll.
XACT_E_ABORTING0x8004D029The local transaction has aborted.
XACT_E_PUSH_COMM_FAILURE0x8004D02AThe 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_FAILURE0x8004D02BThe 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_DISABLED0x8004D02CThe MSDTC transaction manager has disabled its support for SNA LU 6.2 transactions.
XACT_E_CLERKNOTFOUND0x8004D080
XACT_E_CLERKEXISTS0x8004D081
XACT_E_RECOVERYINPROGRESS0x8004D082
XACT_E_TRANSACTIONCLOSED0x8004D083
XACT_E_INVALIDLSN0x8004D084
XACT_E_REPLAYREQUEST0x8004D085
CONTEXT_E_ABORTED0x8004E002The root transaction wanted to commit, but transaction aborted
CONTEXT_E_ABORTING0x8004E003You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.
CONTEXT_E_NOCONTEXT0x8004E004There is no MTS object context
CONTEXT_E_WOULD_DEADLOCK0x8004E005The component is configured to use synchronization and this method call would cause a deadlock to occur.
CONTEXT_E_SYNCH_TIMEOUT0x8004E006The component is configured to use synchronization and a thread has timed out waiting to enter the context.
CONTEXT_E_OLDREF0x8004E007You made a method call on a COM+ component that has a transaction that has already committed or aborted.
CONTEXT_E_ROLENOTFOUND0x8004E00CThe specified role was not configured for the application
CONTEXT_E_TMNOTAVAILABLE0x8004E00FCOM+ was unable to talk to the Microsoft Distributed Transaction Coordinator
CO_E_ACTIVATIONFAILED0x8004E021An unexpected error occurred during COM+ Activation.
CO_E_ACTIVATIONFAILED_EVENTLOGGED0x8004E022COM+ Activation failed. Check the event log for more information
CO_E_ACTIVATIONFAILED_CATALOGERROR0x8004E023COM+ Activation failed due to a catalog or configuration error.
CO_E_ACTIVATIONFAILED_TIMEOUT0x8004E024COM+ activation failed because the activation could not be completed in the specified amount of time.
CO_E_INITIALIZATIONFAILED0x8004E025COM+ Activation failed because an initialization function failed. Check the event log for more information.
CONTEXT_E_NOJIT0x8004E026The requested operation requires that JIT be in the current context and it is not
CONTEXT_E_NOTRANSACTION0x8004E027The requested operation requires that the current context have a Transaction, and it does not
CO_E_THREADINGMODEL_CHANGED0x8004E028The components threading model has changed after install into a COM+ Application. Please re-install component.
CO_E_NOIISINTRINSICS0x8004E029IIS intrinsics not available. Start your work with IIS.
CO_E_NOCOOKIES0x8004E02AAn attempt to write a cookie failed.
CO_E_DBERROR0x8004E02BAn attempt to use a database generated a database specific error.
CO_E_NOTPOOLED0x8004E02CThe COM+ component you created must use object pooling to work.
CO_E_NOTCONSTRUCTED0x8004E02DThe COM+ component you created must use object construction to work correctly.
CO_E_NOSYNCHRONIZATION0x8004E02EThe COM+ component requires synchronization, and it is not configured for it.
CO_E_ISOLEVELMISMATCH0x8004E02FThe 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_ALLOWED0x8004E030The 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_CALLED0x8004E031The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning.
E_ACCESSDENIED0x80070005General access denied error
E_HANDLE0x80070006Invalid handle
E_OUTOFMEMORY0x8007000ERan out of memory
E_INVALIDARG0x80070057One or more arguments are invalid
WININET_E_OUT_OF_HANDLES0x80072EE1No more Internet handles can be allocated
WININET_E_TIMEOUT0x80072EE2The operation timed out
WININET_E_EXTENDED_ERROR0x80072EE3The server returned extended information
WININET_E_INTERNAL_ERROR0x80072EE4An internal error occurred in the Microsoft Internet extensions
WININET_E_INVALID_URL0x80072EE5The URL is invalid
WININET_E_UNRECOGNIZED_SCHEME0x80072EE6The URL does not use a recognized protocol
WININET_E_NAME_NOT_RESOLVED0x80072EE7The server name or address could not be resolved
WININET_E_PROTOCOL_NOT_FOUND0x80072EE8A protocol with the required capabilities was not found
WININET_E_INVALID_OPTION0x80072EE9The option is invalid
WININET_E_BAD_OPTION_LENGTH0x80072EEAThe length is incorrect for the option type
WININET_E_OPTION_NOT_SETTABLE0x80072EEBThe option value cannot be set
WININET_E_SHUTDOWN0x80072EECMicrosoft Internet Extension support has been shut down
WININET_E_INCORRECT_USER_NAME0x80072EEDThe user name was not allowed
WININET_E_INCORRECT_PASSWORD0x80072EEEThe password was not allowed
WININET_E_LOGIN_FAILURE0x80072EEFThe login request was denied
WININET_E_INVALID_OPERATION0x80072EF0The requested operation is invalid
WININET_E_OPERATION_CANCELLED0x80072EF1The operation has been canceled
WININET_E_INCORRECT_HANDLE_TYPE0x80072EF2The supplied handle is the wrong type for the requested operation
WININET_E_INCORRECT_HANDLE_STATE0x80072EF3The handle is in the wrong state for the requested operation
WININET_E_NOT_PROXY_REQUEST0x80072EF4The request cannot be made on a Proxy session
WININET_E_REGISTRY_VALUE_NOT_FOUND0x80072EF5The registry value could not be found
WININET_E_BAD_REGISTRY_PARAMETER0x80072EF6The registry parameter is incorrect
WININET_E_NO_DIRECT_ACCESS0x80072EF7Direct Internet access is not available
WININET_E_NO_CONTEXT0x80072EF8No context value was supplied
WININET_E_NO_CALLBACK0x80072EF9No status callback was supplied
WININET_E_REQUEST_PENDING0x80072EFAThere are outstanding requests
WININET_E_INCORRECT_FORMAT0x80072EFBThe information format is incorrect
WININET_E_ITEM_NOT_FOUND0x80072EFCThe requested item could not be found
WININET_E_CANNOT_CONNECT0x80072EFDA connection with the server could not be established
WININET_E_CONNECTION_ABORTED0x80072EFEThe connection with the server was terminated abnormally
WININET_E_CONNECTION_RESET0x80072EFFThe connection with the server was reset
WININET_E_FORCE_RETRY0x80072F00The action must be retried
WININET_E_INVALID_PROXY_REQUEST0x80072F01The proxy request is invalid
WININET_E_NEED_UI0x80072F02User interaction is required to complete the operation
WININET_E_HANDLE_EXISTS0x80072F04The handle already exists
WININET_E_SEC_CERT_DATE_INVALID0x80072F05The date in the certificate is invalid or has expired
WININET_E_SEC_CERT_CN_INVALID0x80072F06The host name in the certificate is invalid or does not match
WININET_E_HTTP_TO_HTTPS_ON_REDIR0x80072F07A redirect request will change a non-secure to a secure connection
WININET_E_HTTPS_TO_HTTP_ON_REDIR0x80072F08A redirect request will change a secure to a non-secure connection
WININET_E_MIXED_SECURITY0x80072F09Mixed secure and non-secure connections
WININET_E_CHG_POST_IS_NON_SECURE0x80072F0AChanging to non-secure post
WININET_E_POST_IS_NON_SECURE0x80072F0BData is being posted on a non-secure connection
WININET_E_CLIENT_AUTH_CERT_NEEDED0x80072F0CA certificate is required to complete client authentication
WININET_E_INVALID_CA0x80072F0DThe certificate authority is invalid or incorrect
WININET_E_CLIENT_AUTH_NOT_SETUP0x80072F0EClient authentication has not been correctly installed
WININET_E_ASYNC_THREAD_FAILED0x80072F0FAn error has occurred in a Wininet asynchronous thread. You may need to restart
WININET_E_REDIRECT_SCHEME_CHANGE0x80072F10The protocol scheme has changed during a redirect operation
WININET_E_DIALOG_PENDING0x80072F11There are operations awaiting retry
WININET_E_RETRY_DIALOG0x80072F12The operation must be retried
WININET_E_NO_NEW_CONTAINERS0x80072F13There are no new cache containers
WININET_E_HTTPS_HTTP_SUBMIT_REDIR0x80072F14A security zone check indicates the operation must be retried
WININET_E_SEC_CERT_ERRORS0x80072F17The SSL certificate contains errors.
WININET_E_SEC_CERT_REV_FAILED0x80072F19It was not possible to connect to the revocation server or a definitive response could not be obtained.
WININET_E_HEADER_NOT_FOUND0x80072F76The requested header was not found
WININET_E_DOWNLEVEL_SERVER0x80072F77The server does not support the requested protocol level
WININET_E_INVALID_SERVER_RESPONSE0x80072F78The server returned an invalid or unrecognized response
WININET_E_INVALID_HEADER0x80072F79The supplied HTTP header is invalid
WININET_E_INVALID_QUERY_REQUEST0x80072F7AThe request for a HTTP header is invalid
WININET_E_HEADER_ALREADY_EXISTS0x80072F7BThe HTTP header already exists
WININET_E_REDIRECT_FAILED0x80072F7CThe HTTP redirect request failed
WININET_E_SECURITY_CHANNEL_ERROR0x80072F7DAn error occurred in the secure channel support
WININET_E_UNABLE_TO_CACHE_FILE0x80072F7EThe file could not be written to the cache
WININET_E_TCPIP_NOT_INSTALLED0x80072F7FThe TCP/IP protocol is not installed properly
WININET_E_NOT_REDIRECTED0x80072F80The HTTP request was not redirected
WININET_E_COOKIE_NEEDS_CONFIRMATION0x80072F81A cookie from the server must be confirmed by the user
WININET_E_COOKIE_DECLINED0x80072F82A cookie from the server has been declined acceptance
WININET_E_DISCONNECTED0x80072F83The computer is disconnected from the network
WININET_E_SERVER_UNREACHABLE0x80072F84The server is unreachable
WININET_E_PROXY_SERVER_UNREACHABLE0x80072F85The proxy server is unreachable
WININET_E_BAD_AUTO_PROXY_SCRIPT0x80072F86The proxy auto-configuration script is in error
WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT0x80072F87Could not download the proxy auto-configuration script file
WININET_E_REDIRECT_NEEDS_CONFIRMATION0x80072F88The HTTP redirect request must be confirmed by the user
WININET_E_SEC_INVALID_CERT0x80072F89The supplied certificate is invalid
WININET_E_SEC_CERT_REVOKED0x80072F8AThe supplied certificate has been revoked
WININET_E_FAILED_DUETOSECURITYCHECK0x80072F8BThe Dialup failed because file sharing was turned on and a failure was requested if security check was needed
WININET_E_NOT_INITIALIZED0x80072F8CInitialization of the WinINet API has not occurred
WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY0x80072F8ELogin failed and the client should display the entity body to the user
WININET_E_DECODING_FAILED0x80072F8FContent decoding has failed
CO_E_CLASS_CREATE_FAILED0x80080001Attempt to create a class object failed
CO_E_SCM_ERROR0x80080002OLE service could not bind object
CO_E_SCM_RPC_FAILURE0x80080003RPC communication failed with OLE service
CO_E_BAD_PATH0x80080004Bad path to object
CO_E_SERVER_EXEC_FAILURE0x80080005Server execution failed
CO_E_OBJSRV_RPC_FAILURE0x80080006OLE service could not communicate with the object server
MK_E_NO_NORMALIZED0x80080007Moniker path could not be normalized
CO_E_SERVER_STOPPING0x80080008Object server is stopping when OLE service contacts it
MEM_E_INVALID_ROOT0x80080009An invalid root block pointer was specified
MEM_E_INVALID_LINK0x80080010An allocation chain contained an invalid link pointer
MEM_E_INVALID_SIZE0x80080011The requested allocation size was too large
CO_E_MISSING_DISPLAYNAME0x80080015The activation requires a display name to be present under the CLSID key.
CO_E_RUNAS_VALUE_MUST_BE_AAA0x80080016The activation requires that the RunAs value for the application is Activate As Activator.
CO_E_ELEVATION_DISABLED0x80080017The class is not configured to support Elevated activation.
APPX_E_PACKAGING_INTERNAL0x80080200Appx packaging API has encountered an internal error.
APPX_E_INTERLEAVING_NOT_ALLOWED0x80080201The file is not a valid Appx package because its contents are interleaved.
APPX_E_RELATIONSHIPS_NOT_ALLOWED0x80080202The file is not a valid Appx package because it contains OPC relationships.
APPX_E_MISSING_REQUIRED_FILE0x80080203The 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_MANIFEST0x80080204The Appx package's manifest is invalid.
APPX_E_INVALID_BLOCKMAP0x80080205The Appx package's block map is invalid.
APPX_E_CORRUPT_CONTENT0x80080206The Appx package's content cannot be read because it is corrupt.
APPX_E_BLOCK_HASH_INVALID0x80080207The computed hash value of the block does not match the one stored in the block map.
APPX_E_REQUESTED_RANGE_TOO_LARGE0x80080208The requested byte range is over 4GB when translated to byte range of blocks.
APPX_E_INVALID_SIP_CLIENT_DATA0x80080209The SIP_SUBJECTINFO structure used to sign the package didn't contain the required data.
APPX_E_INVALID_KEY_INFO0x8008020AThe APPX_KEY_INFO structure used to encrypt or decrypt the package contains invalid data.
APPX_E_INVALID_CONTENTGROUPMAP0x8008020BThe Appx package's content group map is invalid.
APPX_E_INVALID_APPINSTALLER0x8008020CThe .appinstaller file is invalid.
APPX_E_DELTA_BASELINE_VERSION_MISMATCH0x8008020DThe baseline package version in delta package does not match the version in the baseline package to be updated.
APPX_E_DELTA_PACKAGE_MISSING_FILE0x8008020EThe delta package is missing a file from the updated package.
APPX_E_INVALID_DELTA_PACKAGE0x8008020FThe delta package is invalid.
APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED0x80080210The delta appended package is not allowed for the current operation.
APPX_E_INVALID_PACKAGING_LAYOUT0x80080211The packaging layout file is invalid.
APPX_E_INVALID_PACKAGESIGNCONFIG0x80080212The packageSignConfig file is invalid.
APPX_E_RESOURCESPRI_NOT_ALLOWED0x80080213The resources.pri file is not allowed when there are no resource elements in the package manifest.
APPX_E_FILE_COMPRESSION_MISMATCH0x80080214The compression state of file in baseline and updated package does not match.
APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION0x80080215Non appx extensions are not allowed for payload packages targeting older platforms.
APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST0x80080216The encryptionExclusionFileList file is invalid.
BT_E_SPURIOUS_ACTIVATION0x80080300The background task activation is spurious.
NTE_BAD_UID0x80090001Bad UID.
NTE_BAD_HASH0x80090002Bad Hash.
NTE_BAD_KEY0x80090003Bad Key.
NTE_BAD_LEN0x80090004Bad Length.
NTE_BAD_DATA0x80090005Bad Data.
NTE_BAD_SIGNATURE0x80090006Invalid Signature.
NTE_BAD_VER0x80090007Bad Version of provider.
NTE_BAD_ALGID0x80090008Invalid algorithm specified.
NTE_BAD_FLAGS0x80090009Invalid flags specified.
NTE_BAD_TYPE0x8009000AInvalid type specified.
NTE_BAD_KEY_STATE0x8009000BKey not valid for use in specified state.
NTE_BAD_HASH_STATE0x8009000CHash not valid for use in specified state.
NTE_NO_KEY0x8009000DKey does not exist.
NTE_NO_MEMORY0x8009000EInsufficient memory available for the operation.
NTE_EXISTS0x8009000FObject already exists.
NTE_PERM0x80090010Access denied.
NTE_NOT_FOUND0x80090011Object was not found.
NTE_DOUBLE_ENCRYPT0x80090012Data already encrypted.
NTE_BAD_PROVIDER0x80090013Invalid provider specified.
NTE_BAD_PROV_TYPE0x80090014Invalid provider type specified.
NTE_BAD_PUBLIC_KEY0x80090015Provider's public key is invalid.
NTE_BAD_KEYSET0x80090016Keyset does not exist
NTE_PROV_TYPE_NOT_DEF0x80090017Provider type not defined.
NTE_PROV_TYPE_ENTRY_BAD0x80090018Provider type as registered is invalid.
NTE_KEYSET_NOT_DEF0x80090019The keyset is not defined.
NTE_KEYSET_ENTRY_BAD0x8009001AKeyset as registered is invalid.
NTE_PROV_TYPE_NO_MATCH0x8009001BProvider type does not match registered value.
NTE_SIGNATURE_FILE_BAD0x8009001CThe digital signature file is corrupt.
NTE_PROVIDER_DLL_FAIL0x8009001DProvider DLL failed to initialize correctly.
NTE_PROV_DLL_NOT_FOUND0x8009001EProvider DLL could not be found.
NTE_BAD_KEYSET_PARAM0x8009001FThe Keyset parameter is invalid.
NTE_FAIL0x80090020An internal error occurred.
NTE_SYS_ERR0x80090021A base error occurred.
NTE_SILENT_CONTEXT0x80090022Provider could not perform the action since the context was acquired as silent.
NTE_TOKEN_KEYSET_STORAGE_FULL0x80090023The security token does not have storage space available for an additional container.
NTE_TEMPORARY_PROFILE0x80090024The profile for the user is a temporary profile.
NTE_FIXEDPARAMETER0x80090025The key parameters could not be set because the CSP uses fixed parameters.
NTE_INVALID_HANDLE0x80090026The supplied handle is invalid.
NTE_INVALID_PARAMETER0x80090027The parameter is incorrect.
NTE_BUFFER_TOO_SMALL0x80090028The buffer supplied to a function was too small.
NTE_NOT_SUPPORTED0x80090029The requested operation is not supported.
NTE_NO_MORE_ITEMS0x8009002ANo more data is available.
NTE_BUFFERS_OVERLAP0x8009002BThe supplied buffers overlap incorrectly.
NTE_DECRYPTION_FAILURE0x8009002CThe specified data could not be decrypted.
NTE_INTERNAL_ERROR0x8009002DAn internal consistency check failed.
NTE_UI_REQUIRED0x8009002EThis operation requires input from the user.
NTE_HMAC_NOT_SUPPORTED0x8009002FThe cryptographic provider does not support HMAC.
NTE_DEVICE_NOT_READY0x80090030The device that is required by this cryptographic provider is not ready for use.
NTE_AUTHENTICATION_IGNORED0x80090031The dictionary attack mitigation is triggered and the provided authorization was ignored by the provider.
NTE_VALIDATION_FAILED0x80090032The validation of the provided data failed the integrity or signature validation.
NTE_INCORRECT_PASSWORD0x80090033Incorrect password.
NTE_ENCRYPTION_FAILURE0x80090034Encryption failed.
NTE_DEVICE_NOT_FOUND0x80090035The device that is required by this cryptographic provider is not found on this platform.
NTE_USER_CANCELLED0x80090036The action was cancelled by the user.
NTE_PASSWORD_CHANGE_REQUIRED0x80090037The password is no longer valid and must be changed.
NTE_NOT_ACTIVE_CONSOLE0x80090038The operation cannot be completed from Terminal Server client sessions.
SEC_E_INSUFFICIENT_MEMORY0x80090300Not enough memory is available to complete this request
SEC_E_INVALID_HANDLE0x80090301The handle specified is invalid
SEC_E_UNSUPPORTED_FUNCTION0x80090302The function requested is not supported
SEC_E_TARGET_UNKNOWN0x80090303The specified target is unknown or unreachable
SEC_E_INTERNAL_ERROR0x80090304The Local Security Authority cannot be contacted
SEC_E_SECPKG_NOT_FOUND0x80090305The requested security package does not exist
SEC_E_NOT_OWNER0x80090306The caller is not the owner of the desired credentials
SEC_E_CANNOT_INSTALL0x80090307The security package failed to initialize, and cannot be installed
SEC_E_INVALID_TOKEN0x80090308The token supplied to the function is invalid
SEC_E_CANNOT_PACK0x80090309The security package is not able to marshall the logon buffer, so the logon attempt has failed
SEC_E_QOP_NOT_SUPPORTED0x8009030AThe per-message Quality of Protection is not supported by the security package
SEC_E_NO_IMPERSONATION0x8009030BThe security context does not allow impersonation of the client
SEC_E_LOGON_DENIED0x8009030CThe logon attempt failed
SEC_E_UNKNOWN_CREDENTIALS0x8009030DThe credentials supplied to the package were not recognized
SEC_E_NO_CREDENTIALS0x8009030ENo credentials are available in the security package
SEC_E_MESSAGE_ALTERED0x8009030FThe message or signature supplied for verification has been altered
SEC_E_OUT_OF_SEQUENCE0x80090310The message supplied for verification is out of sequence
SEC_E_NO_AUTHENTICATING_AUTHORITY0x80090311No authority could be contacted for authentication.
SEC_E_BAD_PKGID0x80090316The requested security package does not exist
SEC_E_CONTEXT_EXPIRED0x80090317The context has expired and can no longer be used.
SEC_E_INCOMPLETE_MESSAGE0x80090318The supplied message is incomplete. The signature was not verified.
SEC_E_INCOMPLETE_CREDENTIALS0x80090320The credentials supplied were not complete, and could not be verified. The context could not be initialized.
SEC_E_BUFFER_TOO_SMALL0x80090321The buffers supplied to a function was too small.
SEC_E_WRONG_PRINCIPAL0x80090322The target principal name is incorrect.
SEC_E_TIME_SKEW0x80090324The clocks on the client and server machines are skewed.
SEC_E_UNTRUSTED_ROOT0x80090325The certificate chain was issued by an authority that is not trusted.
SEC_E_ILLEGAL_MESSAGE0x80090326The message received was unexpected or badly formatted.
SEC_E_CERT_UNKNOWN0x80090327An unknown error occurred while processing the certificate.
SEC_E_CERT_EXPIRED0x80090328The received certificate has expired.
SEC_E_ENCRYPT_FAILURE0x80090329The specified data could not be encrypted.
SEC_E_DECRYPT_FAILURE0x80090330The specified data could not be decrypted.
SEC_E_ALGORITHM_MISMATCH0x80090331The client and server cannot communicate, because they do not possess a common algorithm.
SEC_E_SECURITY_QOS_FAILED0x80090332The 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_DELETED0x80090333A security context was deleted before the context was completed. This is considered a logon failure.
SEC_E_NO_TGT_REPLY0x80090334The 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_ADDRESSES0x80090335Unable to accomplish the requested task because the local machine does not have any IP addresses.
SEC_E_WRONG_CREDENTIAL_HANDLE0x80090336The supplied credential handle does not match the credential associated with the security context.
SEC_E_CRYPTO_SYSTEM_INVALID0x80090337The crypto system or checksum function is invalid because a required function is unavailable.
SEC_E_MAX_REFERRALS_EXCEEDED0x80090338The number of maximum ticket referrals has been exceeded.
SEC_E_MUST_BE_KDC0x80090339The local machine must be a Kerberos KDC (domain controller) and it is not.
SEC_E_STRONG_CRYPTO_NOT_SUPPORTED0x8009033AThe other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
SEC_E_TOO_MANY_PRINCIPALS0x8009033BThe KDC reply contained more than one principal name.
SEC_E_NO_PA_DATA0x8009033CExpected to find PA data for a hint of what etype to use, but it was not found.
SEC_E_PKINIT_NAME_MISMATCH0x8009033DThe 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_REQUIRED0x8009033ESmartcard logon is required and was not used.
SEC_E_SHUTDOWN_IN_PROGRESS0x8009033FA system shutdown is in progress.
SEC_E_KDC_INVALID_REQUEST0x80090340An invalid request was sent to the KDC.
SEC_E_KDC_UNABLE_TO_REFER0x80090341The KDC was unable to generate a referral for the service requested.
SEC_E_KDC_UNKNOWN_ETYPE0x80090342The encryption type requested is not supported by the KDC.
SEC_E_UNSUPPORTED_PREAUTH0x80090343An unsupported preauthentication mechanism was presented to the Kerberos package.
SEC_E_DELEGATION_REQUIRED0x80090345The 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_BINDINGS0x80090346Client's supplied SSPI channel bindings were incorrect.
SEC_E_MULTIPLE_ACCOUNTS0x80090347The received certificate was mapped to multiple accounts.
SEC_E_NO_KERB_KEY0x80090348
SEC_E_CERT_WRONG_USAGE0x80090349The certificate is not valid for the requested usage.
SEC_E_DOWNGRADE_DETECTED0x80090350The system cannot contact a domain controller to service the authentication request. Please try again later.
SEC_E_SMARTCARD_CERT_REVOKED0x80090351The 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_UNTRUSTED0x80090352An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator.
SEC_E_REVOCATION_OFFLINE_C0x80090353The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.
SEC_E_PKINIT_CLIENT_FAILURE0x80090354The smartcard certificate used for authentication was not trusted. Please contact your system administrator.
SEC_E_SMARTCARD_CERT_EXPIRED0x80090355The smartcard certificate used for authentication has expired. Please contact your system administrator.
SEC_E_NO_S4U_PROT_SUPPORT0x80090356The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.
SEC_E_CROSSREALM_DELEGATION_FAILURE0x80090357An 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_KDC0x80090358The 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_KDC0x80090359An 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_EXPIRED0x8009035AThe 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_REVOKED0x8009035BThe domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log.
SEC_E_INVALID_PARAMETER0x8009035DOne or more of the parameters passed to the function was invalid.
SEC_E_DELEGATION_POLICY0x8009035EClient policy does not allow credential delegation to target server.
SEC_E_POLICY_NLTM_ONLY0x8009035FClient policy does not allow credential delegation to target server with NLTM only authentication.
SEC_E_NO_CONTEXT0x80090361The required security context does not exist.
SEC_E_PKU2U_CERT_FAILURE0x80090362The PKU2U protocol encountered an error while attempting to utilize the associated certificates.
SEC_E_MUTUAL_AUTH_FAILED0x80090363The identity of the server computer could not be verified.
SEC_E_ONLY_HTTPS_ALLOWED0x80090365Only https scheme is allowed.
SEC_E_APPLICATION_PROTOCOL_MISMATCH0x80090367No common application protocol exists between the client and the server. Application protocol negotiation failed.
SEC_E_INVALID_UPN_NAME0x80090369You can't sign in with a user ID in this format. Try using your email address instead.
CRYPT_E_MSG_ERROR0x80091001An error occurred while performing an operation on a cryptographic message.
CRYPT_E_UNKNOWN_ALGO0x80091002Unknown cryptographic algorithm.
CRYPT_E_OID_FORMAT0x80091003The object identifier is poorly formatted.
CRYPT_E_INVALID_MSG_TYPE0x80091004Invalid cryptographic message type.
CRYPT_E_UNEXPECTED_ENCODING0x80091005Unexpected cryptographic message encoding.
CRYPT_E_AUTH_ATTR_MISSING0x80091006The cryptographic message does not contain an expected authenticated attribute.
CRYPT_E_HASH_VALUE0x80091007The hash value is not correct.
CRYPT_E_INVALID_INDEX0x80091008The index value is not valid.
CRYPT_E_ALREADY_DECRYPTED0x80091009The content of the cryptographic message has already been decrypted.
CRYPT_E_NOT_DECRYPTED0x8009100AThe content of the cryptographic message has not been decrypted yet.
CRYPT_E_RECIPIENT_NOT_FOUND0x8009100BThe enveloped-data message does not contain the specified recipient.
CRYPT_E_CONTROL_TYPE0x8009100CInvalid control type.
CRYPT_E_ISSUER_SERIALNUMBER0x8009100DInvalid issuer and/or serial number.
CRYPT_E_SIGNER_NOT_FOUND0x8009100ECannot find the original signer.
CRYPT_E_ATTRIBUTES_MISSING0x8009100FThe cryptographic message does not contain all of the requested attributes.
CRYPT_E_STREAM_MSG_NOT_READY0x80091010The streamed cryptographic message is not ready to return data.
CRYPT_E_STREAM_INSUFFICIENT_DATA0x80091011The streamed cryptographic message requires more data to complete the decode operation.
CRYPT_E_BAD_LEN0x80092001The length specified for the output data was insufficient.
CRYPT_E_BAD_ENCODE0x80092002An error occurred during encode or decode operation.
CRYPT_E_FILE_ERROR0x80092003An error occurred while reading or writing to a file.
CRYPT_E_NOT_FOUND0x80092004Cannot find object or property.
CRYPT_E_EXISTS0x80092005The object or property already exists.
CRYPT_E_NO_PROVIDER0x80092006No provider was specified for the store or object.
CRYPT_E_SELF_SIGNED0x80092007The specified certificate is self signed.
CRYPT_E_DELETED_PREV0x80092008The previous certificate or CRL context was deleted.
CRYPT_E_NO_MATCH0x80092009Cannot find the requested object.
CRYPT_E_UNEXPECTED_MSG_TYPE0x8009200AThe certificate does not have a property that references a private key.
CRYPT_E_NO_KEY_PROPERTY0x8009200BCannot find the certificate and private key for decryption.
CRYPT_E_NO_DECRYPT_CERT0x8009200CCannot find the certificate and private key to use for decryption.
CRYPT_E_BAD_MSG0x8009200DNot a cryptographic message or the cryptographic message is not formatted correctly.
CRYPT_E_NO_SIGNER0x8009200EThe signed cryptographic message does not have a signer for the specified signer index.
CRYPT_E_PENDING_CLOSE0x8009200FFinal closure is pending until additional frees or closes.
CRYPT_E_REVOKED0x80092010The certificate is revoked.
CRYPT_E_NO_REVOCATION_DLL0x80092011No Dll or exported function was found to verify revocation.
CRYPT_E_NO_REVOCATION_CHECK0x80092012The revocation function was unable to check revocation for the certificate.
CRYPT_E_REVOCATION_OFFLINE0x80092013The revocation function was unable to check revocation because the revocation server was offline.
CRYPT_E_NOT_IN_REVOCATION_DATABASE0x80092014The certificate is not in the revocation server's database.
CRYPT_E_INVALID_NUMERIC_STRING0x80092020The string contains a non-numeric character.
CRYPT_E_INVALID_PRINTABLE_STRING0x80092021The string contains a non-printable character.
CRYPT_E_INVALID_IA5_STRING0x80092022The string contains a character not in the 7 bit ASCII character set.
CRYPT_E_INVALID_X500_STRING0x80092023The string contains an invalid X500 name attribute key, oid, value or delimiter.
CRYPT_E_NOT_CHAR_STRING0x80092024The 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_FILERESIZED0x80092025The 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_SETTINGS0x80092026The cryptographic operation failed due to a local security option setting.
CRYPT_E_NO_VERIFY_USAGE_DLL0x80092027No DLL or exported function was found to verify subject usage.
CRYPT_E_NO_VERIFY_USAGE_CHECK0x80092028The called function was unable to do a usage check on the subject.
CRYPT_E_VERIFY_USAGE_OFFLINE0x80092029Since the server was offline, the called function was unable to complete the usage check.
CRYPT_E_NOT_IN_CTL0x8009202AThe subject was not found in a Certificate Trust List (CTL).
CRYPT_E_NO_TRUSTED_SIGNER0x8009202BNone of the signers of the cryptographic message or certificate trust list is trusted.
CRYPT_E_MISSING_PUBKEY_PARA0x8009202CThe public key's algorithm parameters are missing.
CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND0x8009202DAn object could not be located using the object locator infrastructure with the given name.
CRYPT_E_OSS_ERROR0x80093000OSS Certificate encode/decode error code base See asn1code.h for a definition of the OSS runtime errors. The OSS error values are offset by CRYPT_E_OSS_ERROR.
OSS_MORE_BUF0x80093001OSS ASN.1 Error: Output Buffer is too small.
OSS_NEGATIVE_UINTEGER0x80093002OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
OSS_PDU_RANGE0x80093003OSS ASN.1 Error: Unknown ASN.1 data type.
OSS_MORE_INPUT0x80093004OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated.
OSS_DATA_ERROR0x80093005OSS ASN.1 Error: Invalid data.
OSS_BAD_ARG0x80093006OSS ASN.1 Error: Invalid argument.
OSS_BAD_VERSION0x80093007OSS ASN.1 Error: Encode/Decode version mismatch.
OSS_OUT_MEMORY0x80093008OSS ASN.1 Error: Out of memory.
OSS_PDU_MISMATCH0x80093009OSS ASN.1 Error: Encode/Decode Error.
OSS_LIMITED0x8009300AOSS ASN.1 Error: Internal Error.
OSS_BAD_PTR0x8009300BOSS ASN.1 Error: Invalid data.
OSS_BAD_TIME0x8009300COSS ASN.1 Error: Invalid data.
OSS_INDEFINITE_NOT_SUPPORTED0x8009300DOSS ASN.1 Error: Unsupported BER indefinite-length encoding.
OSS_MEM_ERROR0x8009300EOSS ASN.1 Error: Access violation.
OSS_BAD_TABLE0x8009300FOSS ASN.1 Error: Invalid data.
OSS_TOO_LONG0x80093010OSS ASN.1 Error: Invalid data.
OSS_CONSTRAINT_VIOLATED0x80093011OSS ASN.1 Error: Invalid data.
OSS_FATAL_ERROR0x80093012OSS ASN.1 Error: Internal Error.
OSS_ACCESS_SERIALIZATION_ERROR0x80093013OSS ASN.1 Error: Multi-threading conflict.
OSS_NULL_TBL0x80093014OSS ASN.1 Error: Invalid data.
OSS_NULL_FCN0x80093015OSS ASN.1 Error: Invalid data.
OSS_BAD_ENCRULES0x80093016OSS ASN.1 Error: Invalid data.
OSS_UNAVAIL_ENCRULES0x80093017OSS ASN.1 Error: Encode/Decode function not implemented.
OSS_CANT_OPEN_TRACE_WINDOW0x80093018OSS ASN.1 Error: Trace file error.
OSS_UNIMPLEMENTED0x80093019OSS ASN.1 Error: Function not implemented.
OSS_OID_DLL_NOT_LINKED0x8009301AOSS ASN.1 Error: Program link error.
OSS_CANT_OPEN_TRACE_FILE0x8009301BOSS ASN.1 Error: Trace file error.
OSS_TRACE_FILE_ALREADY_OPEN0x8009301COSS ASN.1 Error: Trace file error.
OSS_TABLE_MISMATCH0x8009301DOSS ASN.1 Error: Invalid data.
OSS_TYPE_NOT_SUPPORTED0x8009301EOSS ASN.1 Error: Invalid data.
OSS_REAL_DLL_NOT_LINKED0x8009301FOSS ASN.1 Error: Program link error.
OSS_REAL_CODE_NOT_LINKED0x80093020OSS ASN.1 Error: Program link error.
OSS_OUT_OF_RANGE0x80093021OSS ASN.1 Error: Program link error.
OSS_COPIER_DLL_NOT_LINKED0x80093022OSS ASN.1 Error: Program link error.
OSS_CONSTRAINT_DLL_NOT_LINKED0x80093023OSS ASN.1 Error: Program link error.
OSS_COMPARATOR_DLL_NOT_LINKED0x80093024OSS ASN.1 Error: Program link error.
OSS_COMPARATOR_CODE_NOT_LINKED0x80093025OSS ASN.1 Error: Program link error.
OSS_MEM_MGR_DLL_NOT_LINKED0x80093026OSS ASN.1 Error: Program link error.
OSS_PDV_DLL_NOT_LINKED0x80093027OSS ASN.1 Error: Program link error.
OSS_PDV_CODE_NOT_LINKED0x80093028OSS ASN.1 Error: Program link error.
OSS_API_DLL_NOT_LINKED0x80093029OSS ASN.1 Error: Program link error.
OSS_BERDER_DLL_NOT_LINKED0x8009302AOSS ASN.1 Error: Program link error.
OSS_PER_DLL_NOT_LINKED0x8009302BOSS ASN.1 Error: Program link error.
OSS_OPEN_TYPE_ERROR0x8009302COSS ASN.1 Error: Program link error.
OSS_MUTEX_NOT_CREATED0x8009302DOSS ASN.1 Error: System resource error.
OSS_CANT_CLOSE_TRACE_FILE0x8009302EOSS ASN.1 Error: Trace file error.
CRYPT_E_ASN1_ERROR0x80093100ASN1 Certificate encode/decode error code base. The ASN1 error values are offset by CRYPT_E_ASN1_ERROR.
CRYPT_E_ASN1_INTERNAL0x80093101ASN1 internal encode or decode error.
CRYPT_E_ASN1_EOD0x80093102ASN1 unexpected end of data.
CRYPT_E_ASN1_CORRUPT0x80093103ASN1 corrupted data.
CRYPT_E_ASN1_LARGE0x80093104ASN1 value too large.
CRYPT_E_ASN1_CONSTRAINT0x80093105ASN1 constraint violated.
CRYPT_E_ASN1_MEMORY0x80093106ASN1 out of memory.
CRYPT_E_ASN1_OVERFLOW0x80093107ASN1 buffer overflow.
CRYPT_E_ASN1_BADPDU0x80093108ASN1 function not supported for this PDU.
CRYPT_E_ASN1_BADARGS0x80093109ASN1 bad arguments to function call.
CRYPT_E_ASN1_BADREAL0x8009310AASN1 bad real value.
CRYPT_E_ASN1_BADTAG0x8009310BASN1 bad tag value met.
CRYPT_E_ASN1_CHOICE0x8009310CASN1 bad choice value.
CRYPT_E_ASN1_RULE0x8009310DASN1 bad encoding rule.
CRYPT_E_ASN1_UTF80x8009310EASN1 bad unicode (UTF8).
CRYPT_E_ASN1_PDU_TYPE0x80093133ASN1 bad PDU type.
CRYPT_E_ASN1_NYI0x80093134ASN1 not yet implemented.
CRYPT_E_ASN1_EXTENDED0x80093201ASN1 skipped unknown extension(s).
CRYPT_E_ASN1_NOEOD0x80093202ASN1 end of data expected
CERTSRV_E_BAD_REQUESTSUBJECT0x80094001The request subject name is invalid or too long.
CERTSRV_E_NO_REQUEST0x80094002The request does not exist.
CERTSRV_E_BAD_REQUESTSTATUS0x80094003The request's current status does not allow this operation.
CERTSRV_E_PROPERTY_EMPTY0x80094004The requested property value is empty.
CERTSRV_E_INVALID_CA_CERTIFICATE0x80094005The certification authority's certificate contains invalid data.
CERTSRV_E_SERVER_SUSPENDED0x80094006Certificate service has been suspended for a database restore operation.
CERTSRV_E_ENCODING_LENGTH0x80094007The certificate contains an encoded length that is potentially incompatible with older enrollment software.
CERTSRV_E_ROLECONFLICT0x80094008The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation.
CERTSRV_E_RESTRICTEDOFFICER0x80094009The 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_CONFIGURED0x8009400ACannot archive private key. The certification authority is not configured for key archival.
CERTSRV_E_NO_VALID_KRA0x8009400BCannot archive private key. The certification authority could not verify one or more key recovery certificates.
CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL0x8009400CThe request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
CERTSRV_E_NO_CAADMIN_DEFINED0x8009400DAt least one security principal must have the permission to manage this CA.
CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE0x8009400EThe request contains an invalid renewal certificate attribute.
CERTSRV_E_NO_DB_SESSIONS0x8009400FAn 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_FAULT0x80094010A memory reference caused a data alignment fault.
CERTSRV_E_ENROLL_DENIED0x80094011The permissions on this certification authority do not allow the current user to enroll for certificates.
CERTSRV_E_TEMPLATE_DENIED0x80094012The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE0x80094013The 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_REQUEST0x80094014The request was denied by a certificate manager or CA administrator.
CERTSRV_E_NO_POLICY_SERVER0x80094015An enrollment policy server cannot be located.
CERTSRV_E_WEAK_SIGNATURE_OR_KEY0x80094016A signature algorithm or public key length does not meet the system's minimum required strength.
CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED0x80094017Failed 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_REQUIRED0x80094018No encryption certificate was specified.
CERTSRV_E_UNSUPPORTED_CERT_TYPE0x80094800The requested certificate template is not supported by this CA.
CERTSRV_E_NO_CERT_TYPE0x80094801The request contains no certificate template information.
CERTSRV_E_TEMPLATE_CONFLICT0x80094802The request contains conflicting template information.
CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED0x80094803The request is missing a required Subject Alternate name extension.
CERTSRV_E_ARCHIVED_KEY_REQUIRED0x80094804The request is missing a required private key for archival by the server.
CERTSRV_E_SMIME_REQUIRED0x80094805The request is missing a required SMIME capabilities extension.
CERTSRV_E_BAD_RENEWAL_SUBJECT0x80094806The 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_VERSION0x80094807The request template version is newer than the supported template version.
CERTSRV_E_TEMPLATE_POLICY_REQUIRED0x80094808The template is missing a required signature policy attribute.
CERTSRV_E_SIGNATURE_POLICY_REQUIRED0x80094809The request is missing required signature policy information.
CERTSRV_E_SIGNATURE_COUNT0x8009480AThe request is missing one or more required signatures.
CERTSRV_E_SIGNATURE_REJECTED0x8009480BOne 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_REQUIRED0x8009480CThe request is missing one or more required signature issuance policies.
CERTSRV_E_SUBJECT_UPN_REQUIRED0x8009480DThe UPN is unavailable and cannot be added to the Subject Alternate name.
CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED0x8009480EThe Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
CERTSRV_E_SUBJECT_DNS_REQUIRED0x8009480FThe DNS name is unavailable and cannot be added to the Subject Alternate name.
CERTSRV_E_ARCHIVED_KEY_UNEXPECTED0x80094810The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template.
CERTSRV_E_KEY_LENGTH0x80094811The public key does not meet the minimum size required by the specified certificate template.
CERTSRV_E_SUBJECT_EMAIL_REQUIRED0x80094812The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name.
CERTSRV_E_UNKNOWN_CERT_TYPE0x80094813One or more certificate templates to be enabled on this certification authority could not be found.
CERTSRV_E_CERT_TYPE_OVERLAP0x80094814The 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_SIGNATURES0x80094815The certificate template requires too many RA signatures. Only one RA signature is allowed.
CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY0x80094816The certificate template requires renewal with the same public key, but the request uses a different public key.
CERTSRV_E_INVALID_EK0x80094817The certification authority cannot interpret or verify the endorsement key information supplied in the request, or the information is inconsistent.
CERTSRV_E_INVALID_IDBINDING0x80094818The certification authority cannot validate the Attestation Identity Key Id Binding.
CERTSRV_E_INVALID_ATTESTATION0x80094819The certification authority cannot validate the private key attestation data.
CERTSRV_E_KEY_ATTESTATION0x8009481AThe request does not support private key attestation as defined in the certificate template.
CERTSRV_E_CORRUPT_KEY_ATTESTATION0x8009481BThe request public key is not consistent with the private key attestation data.
CERTSRV_E_EXPIRED_CHALLENGE0x8009481CThe private key attestation challenge cannot be validated because the encryption certificate has expired, or the certificate or key is unavailable.
CERTSRV_E_INVALID_RESPONSE0x8009481DThe client's response could not be validated. It is either unexpected or incorrect.
CERTSRV_E_INVALID_REQUESTID0x8009481EA valid Request ID was not detected in the request attributes, or an invalid one was submitted.
CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH0x8009481FThe request is not consistent with the previously generated precertificate.
CERTSRV_E_PENDING_CLIENT_RESPONSE0x80094820The request is locked against edits until a response is received from the client.
XENROLL_E_KEY_NOT_EXPORTABLE0x80095000The key is not exportable.
XENROLL_E_CANNOT_ADD_ROOT_CERT0x80095001You cannot add the root CA certificate into your local store.
XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND0x80095002The key archival hash attribute was not found in the response.
XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH0x80095003An unexpected key archival hash attribute was found in the response.
XENROLL_E_RESPONSE_KA_HASH_MISMATCH0x80095004There is a key archival hash mismatch between the request and the response.
XENROLL_E_KEYSPEC_SMIME_MISMATCH0x80095005Signing certificate cannot include SMIME extension.
TRUST_E_SYSTEM_ERROR0x80096001A system-level error occurred while verifying trust.
TRUST_E_NO_SIGNER_CERT0x80096002The certificate for the signer of the message is invalid or not found.
TRUST_E_COUNTER_SIGNER0x80096003One of the counter signatures was invalid.
TRUST_E_CERT_SIGNATURE0x80096004The signature of the certificate cannot be verified.
TRUST_E_TIME_STAMP0x80096005The timestamp signature and/or certificate could not be verified or is malformed.
TRUST_E_BAD_DIGEST0x80096010The digital signature of the object did not verify.
TRUST_E_MALFORMED_SIGNATURE0x80096011The digital signature of the object is malformed. For technical detail, see security bulletin MS13-098.
TRUST_E_BASIC_CONSTRAINTS0x80096019A certificate's basic constraint extension has not been observed.
TRUST_E_FINANCIAL_CRITERIA0x8009601EThe certificate does not meet or contain the Authenticode(tm) financial extensions.
MSSIPOTF_E_OUTOFMEMRANGE0x80097001Tried to reference a part of the file outside the proper range.
MSSIPOTF_E_CANTGETOBJECT0x80097002Could not retrieve an object from the file.
MSSIPOTF_E_NOHEADTABLE0x80097003Could not find the head table in the file.
MSSIPOTF_E_BAD_MAGICNUMBER0x80097004The magic number in the head table is incorrect.
MSSIPOTF_E_BAD_OFFSET_TABLE0x80097005The offset table has incorrect values.
MSSIPOTF_E_TABLE_TAGORDER0x80097006Duplicate table tags or tags out of alphabetical order.
MSSIPOTF_E_TABLE_LONGWORD0x80097007A table does not start on a long word boundary.
MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT0x80097008First table does not appear after header information.
MSSIPOTF_E_TABLES_OVERLAP0x80097009Two or more tables overlap.
MSSIPOTF_E_TABLE_PADBYTES0x8009700AToo many pad bytes between tables or pad bytes are not 0.
MSSIPOTF_E_FILETOOSMALL0x8009700BFile is too small to contain the last table.
MSSIPOTF_E_TABLE_CHECKSUM0x8009700CA table checksum is incorrect.
MSSIPOTF_E_FILE_CHECKSUM0x8009700DThe file checksum is incorrect.
MSSIPOTF_E_FAILED_POLICY0x80097010The signature does not have the correct attributes for the policy.
MSSIPOTF_E_FAILED_HINTS_CHECK0x80097011The file did not pass the hints check.
MSSIPOTF_E_NOT_OPENTYPE0x80097012The file is not an OpenType file.
MSSIPOTF_E_FILE0x80097013Failed on a file operation (open, map, read, write).
MSSIPOTF_E_CRYPT0x80097014A call to a CryptoAPI function failed.
MSSIPOTF_E_BADVERSION0x80097015There is a bad version number in the file.
MSSIPOTF_E_DSIG_STRUCTURE0x80097016The structure of the DSIG table is incorrect.
MSSIPOTF_E_PCONST_CHECK0x80097017A check failed in a partially constant table.
MSSIPOTF_E_STRUCTURE0x80097018Some kind of structural error.
ERROR_CRED_REQUIRES_CONFIRMATION0x80097019The requested credential requires confirmation.
TRUST_E_PROVIDER_UNKNOWN0x800B0001Unknown trust provider.
TRUST_E_ACTION_UNKNOWN0x800B0002The trust verification action specified is not supported by the specified trust provider.
TRUST_E_SUBJECT_FORM_UNKNOWN0x800B0003The form specified for the subject is not one supported or known by the specified trust provider.
TRUST_E_SUBJECT_NOT_TRUSTED0x800B0004The subject is not trusted for the specified action.
DIGSIG_E_ENCODE0x800B0005Error due to problem in ASN.1 encoding process.
DIGSIG_E_DECODE0x800B0006Error due to problem in ASN.1 decoding process.
DIGSIG_E_EXTENSIBILITY0x800B0007Reading / writing Extensions where Attributes are appropriate, and vice versa.
DIGSIG_E_CRYPTO0x800B0008Unspecified cryptographic failure.
PERSIST_E_SIZEDEFINITE0x800B0009The size of the data could not be determined.
PERSIST_E_SIZEINDEFINITE0x800B000AThe size of the indefinite-sized data could not be determined.
PERSIST_E_NOTSELFSIZING0x800B000BThis object does not read and write self-sizing data.
TRUST_E_NOSIGNATURE0x800B0100No signature was present in the subject.
CERT_E_EXPIRED0x800B0101A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
CERT_E_VALIDITYPERIODNESTING0x800B0102The validity periods of the certification chain do not nest correctly.
CERT_E_ROLE0x800B0103A certificate that can only be used as an end-entity is being used as a CA or vice versa.
CERT_E_PATHLENCONST0x800B0104A path length constraint in the certification chain has been violated.
CERT_E_CRITICAL0x800B0105A certificate contains an unknown extension that is marked 'critical'.
CERT_E_PURPOSE0x800B0106A certificate being used for a purpose other than the ones specified by its CA.
CERT_E_ISSUERCHAINING0x800B0107A parent of a given certificate in fact did not issue that child certificate.
CERT_E_MALFORMED0x800B0108A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
CERT_E_UNTRUSTEDROOT0x800B0109A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
CERT_E_CHAINING0x800B010AA certificate chain could not be built to a trusted root authority.
TRUST_E_FAIL0x800B010BGeneric trust failure.
CERT_E_REVOKED0x800B010CA certificate was explicitly revoked by its issuer.
CERT_E_UNTRUSTEDTESTROOT0x800B010DThe certification path terminates with the test root which is not trusted with the current policy settings.
CERT_E_REVOCATION_FAILURE0x800B010EThe revocation process could not continue - the certificate(s) could not be checked.
CERT_E_CN_NO_MATCH0x800B010FThe certificate's CN name does not match the passed value.
CERT_E_WRONG_USAGE0x800B0110The certificate is not valid for the requested usage.
TRUST_E_EXPLICIT_DISTRUST0x800B0111The certificate was explicitly marked as untrusted by the user.
CERT_E_UNTRUSTEDCA0x800B0112A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
CERT_E_INVALID_POLICY0x800B0113The certificate has invalid policy.
CERT_E_INVALID_NAME0x800B0114The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
SPAPI_E_EXPECTED_SECTION_NAME0x800F0000A non-empty line was encountered in the INF before the start of a section.
SPAPI_E_BAD_SECTION_NAME_LINE0x800F0001A section name marker in the INF is not complete, or does not exist on a line by itself.
SPAPI_E_SECTION_NAME_TOO_LONG0x800F0002An INF section was encountered whose name exceeds the maximum section name length.
SPAPI_E_GENERAL_SYNTAX0x800F0003The syntax of the INF is invalid.
SPAPI_E_WRONG_INF_STYLE0x800F0100The style of the INF is different than what was requested.
SPAPI_E_SECTION_NOT_FOUND0x800F0101The required section was not found in the INF.
SPAPI_E_LINE_NOT_FOUND0x800F0102The required line was not found in the INF.
SPAPI_E_NO_BACKUP0x800F0103The files affected by the installation of this file queue have not been backed up for uninstall.
SPAPI_E_NO_ASSOCIATED_CLASS0x800F0200The INF or the device information set or element does not have an associated install class.
SPAPI_E_CLASS_MISMATCH0x800F0201The INF or the device information set or element does not match the specified install class.
SPAPI_E_DUPLICATE_FOUND0x800F0202An existing device was found that is a duplicate of the device being manually installed.
SPAPI_E_NO_DRIVER_SELECTED0x800F0203There is no driver selected for the device information set or element.
SPAPI_E_KEY_DOES_NOT_EXIST0x800F0204The requested device registry key does not exist.
SPAPI_E_INVALID_DEVINST_NAME0x800F0205The device instance name is invalid.
SPAPI_E_INVALID_CLASS0x800F0206The install class is not present or is invalid.
SPAPI_E_DEVINST_ALREADY_EXISTS0x800F0207The device instance cannot be created because it already exists.
SPAPI_E_DEVINFO_NOT_REGISTERED0x800F0208The operation cannot be performed on a device information element that has not been registered.
SPAPI_E_INVALID_REG_PROPERTY0x800F0209The device property code is invalid.
SPAPI_E_NO_INF0x800F020AThe INF from which a driver list is to be built does not exist.
SPAPI_E_NO_SUCH_DEVINST0x800F020BThe device instance does not exist in the hardware tree.
SPAPI_E_CANT_LOAD_CLASS_ICON0x800F020CThe icon representing this install class cannot be loaded.
SPAPI_E_INVALID_CLASS_INSTALLER0x800F020DThe class installer registry entry is invalid.
SPAPI_E_DI_DO_DEFAULT0x800F020EThe class installer has indicated that the default action should be performed for this installation request.
SPAPI_E_DI_NOFILECOPY0x800F020FThe operation does not require any files to be copied.
SPAPI_E_INVALID_HWPROFILE0x800F0210The specified hardware profile does not exist.
SPAPI_E_NO_DEVICE_SELECTED0x800F0211There is no device information element currently selected for this device information set.
SPAPI_E_DEVINFO_LIST_LOCKED0x800F0212The operation cannot be performed because the device information set is locked.
SPAPI_E_DEVINFO_DATA_LOCKED0x800F0213The operation cannot be performed because the device information element is locked.
SPAPI_E_DI_BAD_PATH0x800F0214The specified path does not contain any applicable device INFs.
SPAPI_E_NO_CLASSINSTALL_PARAMS0x800F0215No class installer parameters have been set for the device information set or element.
SPAPI_E_FILEQUEUE_LOCKED0x800F0216The operation cannot be performed because the file queue is locked.
SPAPI_E_BAD_SERVICE_INSTALLSECT0x800F0217A service installation section in this INF is invalid.
SPAPI_E_NO_CLASS_DRIVER_LIST0x800F0218There is no class driver list for the device information element.
SPAPI_E_NO_ASSOCIATED_SERVICE0x800F0219The installation failed because a function driver was not specified for this device instance.
SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE0x800F021AThere is presently no default device interface designated for this interface class.
SPAPI_E_DEVICE_INTERFACE_ACTIVE0x800F021BThe operation cannot be performed because the device interface is currently active.
SPAPI_E_DEVICE_INTERFACE_REMOVED0x800F021CThe operation cannot be performed because the device interface has been removed from the system.
SPAPI_E_BAD_INTERFACE_INSTALLSECT0x800F021DAn interface installation section in this INF is invalid.
SPAPI_E_NO_SUCH_INTERFACE_CLASS0x800F021EThis interface class does not exist in the system.
SPAPI_E_INVALID_REFERENCE_STRING0x800F021FThe reference string supplied for this interface device is invalid.
SPAPI_E_INVALID_MACHINENAME0x800F0220The specified machine name does not conform to UNC naming conventions.
SPAPI_E_REMOTE_COMM_FAILURE0x800F0221A general remote communication error occurred.
SPAPI_E_MACHINE_UNAVAILABLE0x800F0222The machine selected for remote communication is not available at this time.
SPAPI_E_NO_CONFIGMGR_SERVICES0x800F0223The Plug and Play service is not available on the remote machine.
SPAPI_E_INVALID_PROPPAGE_PROVIDER0x800F0224The property page provider registry entry is invalid.
SPAPI_E_NO_SUCH_DEVICE_INTERFACE0x800F0225The requested device interface is not present in the system.
SPAPI_E_DI_POSTPROCESSING_REQUIRED0x800F0226The device's co-installer has additional work to perform after installation is complete.
SPAPI_E_INVALID_COINSTALLER0x800F0227The device's co-installer is invalid.
SPAPI_E_NO_COMPAT_DRIVERS0x800F0228There are no compatible drivers for this device.
SPAPI_E_NO_DEVICE_ICON0x800F0229There is no icon that represents this device or device type.
SPAPI_E_INVALID_INF_LOGCONFIG0x800F022AA logical configuration specified in this INF is invalid.
SPAPI_E_DI_DONT_INSTALL0x800F022BThe class installer has denied the request to install or upgrade this device.
SPAPI_E_INVALID_FILTER_DRIVER0x800F022COne of the filter drivers installed for this device is invalid.
SPAPI_E_NON_WINDOWS_NT_DRIVER0x800F022DThe driver selected for this device does not support this version of Windows.
SPAPI_E_NON_WINDOWS_DRIVER0x800F022EThe driver selected for this device does not support Windows.
SPAPI_E_NO_CATALOG_FOR_OEM_INF0x800F022FThe third-party INF does not contain digital signature information.
SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE0x800F0230An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms.
SPAPI_E_NOT_DISABLEABLE0x800F0231The device cannot be disabled.
SPAPI_E_CANT_REMOVE_DEVINST0x800F0232The device could not be dynamically removed.
SPAPI_E_INVALID_TARGET0x800F0233Cannot copy to specified target.
SPAPI_E_DRIVER_NONNATIVE0x800F0234Driver is not intended for this platform.
SPAPI_E_IN_WOW640x800F0235Operation not allowed in WOW64.
SPAPI_E_SET_SYSTEM_RESTORE_POINT0x800F0236The operation involving unsigned file copying was rolled back, so that a system restore point could be set.
SPAPI_E_INCORRECTLY_COPIED_INF0x800F0237An INF was copied into the Windows INF directory in an improper manner.
SPAPI_E_SCE_DISABLED0x800F0238The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product.
SPAPI_E_UNKNOWN_EXCEPTION0x800F0239An unknown exception was encountered.
SPAPI_E_PNP_REGISTRY_ERROR0x800F023AA problem was encountered when accessing the Plug and Play registry database.
SPAPI_E_REMOTE_REQUEST_UNSUPPORTED0x800F023BThe requested operation is not supported for a remote machine.
SPAPI_E_NOT_AN_INSTALLED_OEM_INF0x800F023CThe specified file is not an installed OEM INF.
SPAPI_E_INF_IN_USE_BY_DEVICES0x800F023DOne or more devices are presently installed using the specified INF.
SPAPI_E_DI_FUNCTION_OBSOLETE0x800F023EThe requested device install operation is obsolete.
SPAPI_E_NO_AUTHENTICODE_CATALOG0x800F023FA file could not be verified because it does not have an associated catalog signed via Authenticode(tm).
SPAPI_E_AUTHENTICODE_DISALLOWED0x800F0240Authenticode(tm) signature verification is not supported for the specified INF.
SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER0x800F0241The INF was signed with an Authenticode(tm) catalog from a trusted publisher.
SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED0x800F0242The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted.
SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED0x800F0243The publisher of an Authenticode(tm) signed catalog was not established as trusted.
SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH0x800F0244The 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_AUTHENTICODE0x800F0245The file may only be validated by a catalog signed via Authenticode(tm).
SPAPI_E_DEVICE_INSTALLER_NOT_READY0x800F0246One of the installers for this device cannot perform the installation at this time.
SPAPI_E_DRIVER_STORE_ADD_FAILED0x800F0247A problem was encountered while attempting to add the driver to the store.
SPAPI_E_DEVICE_INSTALL_BLOCKED0x800F0248The installation of this device is forbidden by system policy. Contact your system administrator.
SPAPI_E_DRIVER_INSTALL_BLOCKED0x800F0249The installation of this driver is forbidden by system policy. Contact your system administrator.
SPAPI_E_WRONG_INF_TYPE0x800F024AThe specified INF is the wrong type for this operation.
SPAPI_E_FILE_HASH_NOT_IN_CATALOG0x800F024BThe 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_FAILED0x800F024CA problem was encountered while attempting to delete the driver from the store.
SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW0x800F0300An unrecoverable stack overflow was encountered.
SPAPI_E_ERROR_NOT_INSTALLED0x800F1000No installed components were detected.
SCARD_F_INTERNAL_ERROR0x80100001An internal consistency check failed.
SCARD_E_CANCELLED0x80100002The action was cancelled by an SCardCancel request.
SCARD_E_INVALID_HANDLE0x80100003The supplied handle was invalid.
SCARD_E_INVALID_PARAMETER0x80100004One or more of the supplied parameters could not be properly interpreted.
SCARD_E_INVALID_TARGET0x80100005Registry startup information is missing or invalid.
SCARD_E_NO_MEMORY0x80100006Not enough memory available to complete this command.
SCARD_F_WAITED_TOO_LONG0x80100007An internal consistency timer has expired.
SCARD_E_INSUFFICIENT_BUFFER0x80100008The data buffer to receive returned data is too small for the returned data.
SCARD_E_UNKNOWN_READER0x80100009The specified reader name is not recognized.
SCARD_E_TIMEOUT0x8010000AThe user-specified timeout value has expired.
SCARD_E_SHARING_VIOLATION0x8010000BThe smart card cannot be accessed because of other connections outstanding.
SCARD_E_NO_SMARTCARD0x8010000CThe operation requires a smart card, but no smart card is currently in the device.
SCARD_E_UNKNOWN_CARD0x8010000DThe specified smart card name is not recognized.
SCARD_E_CANT_DISPOSE0x8010000EThe system could not dispose of the media in the requested manner.
SCARD_E_PROTO_MISMATCH0x8010000FThe requested protocols are incompatible with the protocol currently in use with the smart card.
SCARD_E_NOT_READY0x80100010The reader or smart card is not ready to accept commands.
SCARD_E_INVALID_VALUE0x80100011One or more of the supplied parameters values could not be properly interpreted.
SCARD_E_SYSTEM_CANCELLED0x80100012The action was cancelled by the system, presumably to log off or shut down.
SCARD_F_COMM_ERROR0x80100013An internal communications error has been detected.
SCARD_F_UNKNOWN_ERROR0x80100014An internal error has been detected, but the source is unknown.
SCARD_E_INVALID_ATR0x80100015An ATR obtained from the registry is not a valid ATR string.
SCARD_E_NOT_TRANSACTED0x80100016An attempt was made to end a non-existent transaction.
SCARD_E_READER_UNAVAILABLE0x80100017The specified reader is not currently available for use.
SCARD_P_SHUTDOWN0x80100018The operation has been aborted to allow the server application to exit.
SCARD_E_PCI_TOO_SMALL0x80100019The PCI Receive buffer was too small.
SCARD_E_READER_UNSUPPORTED0x8010001AThe reader driver does not meet minimal requirements for support.
SCARD_E_DUPLICATE_READER0x8010001BThe reader driver did not produce a unique reader name.
SCARD_E_CARD_UNSUPPORTED0x8010001CThe smart card does not meet minimal requirements for support.
SCARD_E_NO_SERVICE0x8010001DThe Smart Card Resource Manager is not running.
SCARD_E_SERVICE_STOPPED0x8010001EThe Smart Card Resource Manager has shut down.
SCARD_E_UNEXPECTED0x8010001FAn unexpected card error has occurred.
SCARD_E_ICC_INSTALLATION0x80100020No Primary Provider can be found for the smart card.
SCARD_E_ICC_CREATEORDER0x80100021The requested order of object creation is not supported.
SCARD_E_UNSUPPORTED_FEATURE0x80100022This smart card does not support the requested feature.
SCARD_E_DIR_NOT_FOUND0x80100023The identified directory does not exist in the smart card.
SCARD_E_FILE_NOT_FOUND0x80100024The identified file does not exist in the smart card.
SCARD_E_NO_DIR0x80100025The supplied path does not represent a smart card directory.
SCARD_E_NO_FILE0x80100026The supplied path does not represent a smart card file.
SCARD_E_NO_ACCESS0x80100027Access is denied to this file.
SCARD_E_WRITE_TOO_MANY0x80100028The smart card does not have enough memory to store the information.
SCARD_E_BAD_SEEK0x80100029There was an error trying to set the smart card file object pointer.
SCARD_E_INVALID_CHV0x8010002AThe supplied PIN is incorrect.
SCARD_E_UNKNOWN_RES_MNG0x8010002BAn unrecognized error code was returned from a layered component.
SCARD_E_NO_SUCH_CERTIFICATE0x8010002CThe requested certificate does not exist.
SCARD_E_CERTIFICATE_UNAVAILABLE0x8010002DThe requested certificate could not be obtained.
SCARD_E_NO_READERS_AVAILABLE0x8010002ECannot find a smart card reader.
SCARD_E_COMM_DATA_LOST0x8010002FA communications error with the smart card has been detected. Retry the operation.
SCARD_E_NO_KEY_CONTAINER0x80100030The requested key container does not exist on the smart card.
SCARD_E_SERVER_TOO_BUSY0x80100031The Smart Card Resource Manager is too busy to complete this operation.
SCARD_E_PIN_CACHE_EXPIRED0x80100032The smart card PIN cache has expired.
SCARD_E_NO_PIN_CACHE0x80100033The smart card PIN cannot be cached.
SCARD_E_READ_ONLY_CARD0x80100034The smart card is read only and cannot be written to.
SCARD_W_UNSUPPORTED_CARD0x80100065The reader cannot communicate with the smart card, due to ATR configuration conflicts.
SCARD_W_UNRESPONSIVE_CARD0x80100066The smart card is not responding to a reset.
SCARD_W_UNPOWERED_CARD0x80100067Power has been removed from the smart card, so that further communication is not possible.
SCARD_W_RESET_CARD0x80100068The smart card has been reset, so any shared state information is invalid.
SCARD_W_REMOVED_CARD0x80100069The smart card has been removed, so that further communication is not possible.
SCARD_W_SECURITY_VIOLATION0x8010006AAccess was denied because of a security violation.
SCARD_W_WRONG_CHV0x8010006BThe card cannot be accessed because the wrong PIN was presented.
SCARD_W_CHV_BLOCKED0x8010006CThe card cannot be accessed because the maximum number of PIN entry attempts has been reached.
SCARD_W_EOF0x8010006DThe end of the smart card file has been reached.
SCARD_W_CANCELLED_BY_USER0x8010006EThe action was cancelled by the user.
SCARD_W_CARD_NOT_AUTHENTICATED0x8010006FNo PIN was presented to the smart card.
SCARD_W_CACHE_ITEM_NOT_FOUND0x80100070The requested item could not be found in the cache.
SCARD_W_CACHE_ITEM_STALE0x80100071The requested cache item is too old and was deleted from the cache.
SCARD_W_CACHE_ITEM_TOO_BIG0x80100072The new cache item exceeds the maximum per-item size defined for the cache.
COMADMIN_E_OBJECTERRORS0x80110401Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail
COMADMIN_E_OBJECTINVALID0x80110402One or more of the object's properties are missing or invalid
COMADMIN_E_KEYMISSING0x80110403The object was not found in the catalog
COMADMIN_E_ALREADYINSTALLED0x80110404The object is already registered
COMADMIN_E_APP_FILE_WRITEFAIL0x80110407Error occurred writing to the application file
COMADMIN_E_APP_FILE_READFAIL0x80110408Error occurred reading the application file
COMADMIN_E_APP_FILE_VERSION0x80110409Invalid version number in application file
COMADMIN_E_BADPATH0x8011040AThe file path is invalid
COMADMIN_E_APPLICATIONEXISTS0x8011040BThe application is already installed
COMADMIN_E_ROLEEXISTS0x8011040CThe role already exists
COMADMIN_E_CANTCOPYFILE0x8011040DAn error occurred copying the file
COMADMIN_E_NOUSER0x8011040FOne or more users are not valid
COMADMIN_E_INVALIDUSERIDS0x80110410One or more users in the application file are not valid
COMADMIN_E_NOREGISTRYCLSID0x80110411The component's CLSID is missing or corrupt
COMADMIN_E_BADREGISTRYPROGID0x80110412The component's progID is missing or corrupt
COMADMIN_E_AUTHENTICATIONLEVEL0x80110413Unable to set required authentication level for update request
COMADMIN_E_USERPASSWDNOTVALID0x80110414The identity or password set on the application is not valid
COMADMIN_E_CLSIDORIIDMISMATCH0x80110418Application file CLSIDs or IIDs do not match corresponding DLLs
COMADMIN_E_REMOTEINTERFACE0x80110419Interface information is either missing or changed
COMADMIN_E_DLLREGISTERSERVER0x8011041ADllRegisterServer failed on component install
COMADMIN_E_NOSERVERSHARE0x8011041BNo server file share available
COMADMIN_E_DLLLOADFAILED0x8011041DDLL could not be loaded
COMADMIN_E_BADREGISTRYLIBID0x8011041EThe registered TypeLib ID is not valid
COMADMIN_E_APPDIRNOTFOUND0x8011041FApplication install directory not found
COMADMIN_E_REGISTRARFAILED0x80110423Errors occurred while in the component registrar
COMADMIN_E_COMPFILE_DOESNOTEXIST0x80110424The file does not exist
COMADMIN_E_COMPFILE_LOADDLLFAIL0x80110425The DLL could not be loaded
COMADMIN_E_COMPFILE_GETCLASSOBJ0x80110426GetClassObject failed in the DLL
COMADMIN_E_COMPFILE_CLASSNOTAVAIL0x80110427The DLL does not support the components listed in the TypeLib
COMADMIN_E_COMPFILE_BADTLB0x80110428The TypeLib could not be loaded
COMADMIN_E_COMPFILE_NOTINSTALLABLE0x80110429The file does not contain components or component information
COMADMIN_E_NOTCHANGEABLE0x8011042AChanges to this object and its sub-objects have been disabled
COMADMIN_E_NOTDELETEABLE0x8011042BThe delete function has been disabled for this object
COMADMIN_E_SESSION0x8011042CThe server catalog version is not supported
COMADMIN_E_COMP_MOVE_LOCKED0x8011042DThe 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_DEST0x8011042EThe component move failed because the destination application no longer exists
COMADMIN_E_REGISTERTLB0x80110430The system was unable to register the TypeLib
COMADMIN_E_SYSTEMAPP0x80110433This operation cannot be performed on the system application
COMADMIN_E_COMPFILE_NOREGISTRAR0x80110434The component registrar referenced in this file is not available
COMADMIN_E_COREQCOMPINSTALLED0x80110435A component in the same DLL is already installed
COMADMIN_E_SERVICENOTINSTALLED0x80110436The service is not installed
COMADMIN_E_PROPERTYSAVEFAILED0x80110437One or more property settings are either invalid or in conflict with each other
COMADMIN_E_OBJECTEXISTS0x80110438The object you are attempting to add or rename already exists
COMADMIN_E_COMPONENTEXISTS0x80110439The component already exists
COMADMIN_E_REGFILE_CORRUPT0x8011043BThe registration file is corrupt
COMADMIN_E_PROPERTY_OVERFLOW0x8011043CThe property value is too large
COMADMIN_E_NOTINREGISTRY0x8011043EObject was not found in registry
COMADMIN_E_OBJECTNOTPOOLABLE0x8011043FThis object is not poolable
COMADMIN_E_APPLID_MATCHES_CLSID0x80110446A CLSID with the same GUID as the new application ID is already installed on this machine
COMADMIN_E_ROLE_DOES_NOT_EXIST0x80110447A role assigned to a component, interface, or method did not exist in the application
COMADMIN_E_START_APP_NEEDS_COMPONENTS0x80110448You must have components in an application in order to start the application
COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM0x80110449This operation is not enabled on this platform
COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY0x8011044AApplication Proxy is not exportable
COMADMIN_E_CAN_NOT_START_APP0x8011044BFailed to start application because it is either a library application or an application proxy
COMADMIN_E_CAN_NOT_EXPORT_SYS_APP0x8011044CSystem application is not exportable
COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT0x8011044DCannot subscribe to this component (the component may have been imported)
COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER0x8011044EAn event class cannot also be a subscriber component
COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE0x8011044FLibrary applications and application proxies are incompatible
COMADMIN_E_BASE_PARTITION_ONLY0x80110450This function is valid for the base partition only
COMADMIN_E_START_APP_DISABLED0x80110451You cannot start an application that has been disabled
COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME0x80110457The specified partition name is already in use on this computer
COMADMIN_E_CAT_INVALID_PARTITION_NAME0x80110458The specified partition name is invalid. Check that the name contains at least one visible character
COMADMIN_E_CAT_PARTITION_IN_USE0x80110459The partition cannot be deleted because it is the default partition for one or more users
COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES0x8011045AThe partition cannot be exported, because one or more components in the partition have the same file name
COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED0x8011045BApplications that contain one or more imported components cannot be installed into a non-base partition
COMADMIN_E_AMBIGUOUS_APPLICATION_NAME0x8011045CThe application name is not unique and cannot be resolved to an application id
COMADMIN_E_AMBIGUOUS_PARTITION_NAME0x8011045DThe partition name is not unique and cannot be resolved to a partition id
COMADMIN_E_REGDB_NOTINITIALIZED0x80110472The COM+ registry database has not been initialized
COMADMIN_E_REGDB_NOTOPEN0x80110473The COM+ registry database is not open
COMADMIN_E_REGDB_SYSTEMERR0x80110474The COM+ registry database detected a system error
COMADMIN_E_REGDB_ALREADYRUNNING0x80110475The COM+ registry database is already running
COMADMIN_E_MIG_VERSIONNOTSUPPORTED0x80110480This version of the COM+ registry database cannot be migrated
COMADMIN_E_MIG_SCHEMANOTFOUND0x80110481The schema version to be migrated could not be found in the COM+ registry database
COMADMIN_E_CAT_BITNESSMISMATCH0x80110482There was a type mismatch between binaries
COMADMIN_E_CAT_UNACCEPTABLEBITNESS0x80110483A binary of unknown or invalid type was provided
COMADMIN_E_CAT_WRONGAPPBITNESS0x80110484There was a type mismatch between a binary and an application
COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED0x80110485The application cannot be paused or resumed
COMADMIN_E_CAT_SERVERFAULT0x80110486The COM+ Catalog Server threw an exception during execution
COMQC_E_APPLICATION_NOT_QUEUED0x80110600Only COM+ Applications marked "queued" can be invoked using the "queue" moniker
COMQC_E_NO_QUEUEABLE_INTERFACES0x80110601At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker
COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE0x80110602MSMQ is required for the requested operation and is not installed
COMQC_E_NO_IPERSISTSTREAM0x80110603Unable to marshal an interface that does not support IPersistStream
COMQC_E_BAD_MESSAGE0x80110604The message is improperly formatted or was damaged in transit
COMQC_E_UNAUTHENTICATED0x80110605An unauthenticated message was received by an application that accepts only authenticated messages
COMQC_E_UNTRUSTED_ENQUEUER0x80110606The message was requeued or moved by a user not in the "QC Trusted User" role
MSDTC_E_DUPLICATE_RESOURCE0x80110701Cannot create a duplicate resource of type Distributed Transaction Coordinator
COMADMIN_E_OBJECT_PARENT_MISSING0x80110808One of the objects being inserted or updated does not belong to a valid parent collection
COMADMIN_E_OBJECT_DOES_NOT_EXIST0x80110809One of the specified objects cannot be found
COMADMIN_E_APP_NOT_RUNNING0x8011080AThe specified application is not currently running
COMADMIN_E_INVALID_PARTITION0x8011080BThe partition(s) specified are not valid.
COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE0x8011080DCOM+ applications that run as NT service may not be pooled or recycled
COMADMIN_E_USER_IN_SET0x8011080EOne or more users are already assigned to a local partition set.
COMADMIN_E_CANTRECYCLELIBRARYAPPS0x8011080FLibrary applications may not be recycled.
COMADMIN_E_CANTRECYCLESERVICEAPPS0x80110811Applications running as NT services may not be recycled.
COMADMIN_E_PROCESSALREADYRECYCLED0x80110812The process has already been recycled.
COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED0x80110813A paused process may not be recycled.
COMADMIN_E_CANTMAKEINPROCSERVICE0x80110814Library applications may not be NT services.
COMADMIN_E_PROGIDINUSEBYCLSID0x80110815The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET0x80110816The partition specified as default is not a member of the partition set.
COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED0x80110817A recycled process may not be paused.
COMADMIN_E_PARTITION_ACCESSDENIED0x80110818Access to the specified partition is denied.
COMADMIN_E_PARTITION_MSI_ONLY0x80110819Only Application Files (*.MSI files) can be installed into partitions.
COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT0x8011081AApplications containing one or more legacy components may not be exported to 1.0 format.
COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS0x8011081BLegacy components may not exist in non-base partitions.
COMADMIN_E_COMP_MOVE_SOURCE0x8011081CA component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application
COMADMIN_E_COMP_MOVE_DEST0x8011081DA component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application
COMADMIN_E_COMP_MOVE_PRIVATE0x8011081EA private component cannot be moved (or copied) to a library application or to the base partition
COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET0x8011081FThe Base Application Partition exists in all partition sets and cannot be removed.
COMADMIN_E_CANNOT_ALIAS_EVENTCLASS0x80110820Alas, Event Class components cannot be aliased.
COMADMIN_E_PRIVATE_ACCESSDENIED0x80110821Access is denied because the component is private.
COMADMIN_E_SAFERINVALID0x80110822The specified SAFER level is invalid.
COMADMIN_E_REGISTRY_ACCESSDENIED0x80110823The specified user cannot write to the system registry
COMADMIN_E_PARTITIONS_DISABLED0x80110824COM+ partitions are currently disabled.
HTTP_E_STATUS_UNEXPECTED0x80190001Unexpected HTTP status code.
HTTP_E_STATUS_UNEXPECTED_REDIRECTION0x80190003Unexpected redirection status code (3xx).
HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR0x80190004Unexpected client error status code (4xx).
HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR0x80190005Unexpected server error status code (5xx).
HTTP_E_STATUS_AMBIGUOUS0x8019012CMultiple choices (300).
HTTP_E_STATUS_MOVED0x8019012DMoved permanently (301).
HTTP_E_STATUS_REDIRECT0x8019012EFound (302).
HTTP_E_STATUS_REDIRECT_METHOD0x8019012FSee Other (303).
HTTP_E_STATUS_NOT_MODIFIED0x80190130Not modified (304).
HTTP_E_STATUS_USE_PROXY0x80190131Use proxy (305).
HTTP_E_STATUS_REDIRECT_KEEP_VERB0x80190133Temporary redirect (307).
HTTP_E_STATUS_BAD_REQUEST0x80190190Bad request (400).
HTTP_E_STATUS_DENIED0x80190191Unauthorized (401).
HTTP_E_STATUS_PAYMENT_REQ0x80190192Payment required (402).
HTTP_E_STATUS_FORBIDDEN0x80190193Forbidden (403).
HTTP_E_STATUS_NOT_FOUND0x80190194Not found (404).
HTTP_E_STATUS_BAD_METHOD0x80190195Method not allowed (405).
HTTP_E_STATUS_NONE_ACCEPTABLE0x80190196Not acceptable (406).
HTTP_E_STATUS_PROXY_AUTH_REQ0x80190197Proxy authentication required (407).
HTTP_E_STATUS_REQUEST_TIMEOUT0x80190198Request timeout (408).
HTTP_E_STATUS_CONFLICT0x80190199Conflict (409).
HTTP_E_STATUS_GONE0x8019019AGone (410).
HTTP_E_STATUS_LENGTH_REQUIRED0x8019019BLength required (411).
HTTP_E_STATUS_PRECOND_FAILED0x8019019CPrecondition failed (412).
HTTP_E_STATUS_REQUEST_TOO_LARGE0x8019019DRequest entity too large (413).
HTTP_E_STATUS_URI_TOO_LONG0x8019019ERequest-URI too long (414).
HTTP_E_STATUS_UNSUPPORTED_MEDIA0x8019019FUnsupported media type (415).
HTTP_E_STATUS_RANGE_NOT_SATISFIABLE0x801901A0Requested range not satisfiable (416).
HTTP_E_STATUS_EXPECTATION_FAILED0x801901A1Expectation failed (417).
HTTP_E_STATUS_SERVER_ERROR0x801901F4Internal server error (500).
HTTP_E_STATUS_NOT_SUPPORTED0x801901F5Not implemented (501).
HTTP_E_STATUS_BAD_GATEWAY0x801901F6Bad gateway (502).
HTTP_E_STATUS_SERVICE_UNAVAIL0x801901F7Service unavailable (503).
HTTP_E_STATUS_GATEWAY_TIMEOUT0x801901F8Gateway timeout (504).
HTTP_E_STATUS_VERSION_NOT_SUP0x801901F9Version not supported (505).
WER_E_CRASH_FAILURE0x801B8000Crash reporting failed.
WER_E_CANCELED0x801B8001Report aborted due to user cancellation.
WER_E_NETWORK_FAILURE0x801B8002Report aborted due to network failure.
WER_E_NOT_INITIALIZED0x801B8003Report not initialized.
WER_E_ALREADY_REPORTING0x801B8004Reporting is already in progress for the specified process.
WER_E_DUMP_THROTTLED0x801B8005Dump not generated due to a throttle.
WER_E_INSUFFICIENT_CONSENT0x801B8006Operation failed due to insufficient user consent.
WER_E_TOO_HEAVY0x801B8007Report aborted due to performance criteria.
ERROR_FLT_NO_HANDLER_DEFINED0x801F0001A handler was not defined by the filter for this operation.
ERROR_FLT_CONTEXT_ALREADY_DEFINED0x801F0002A context is already defined for this object.
ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST0x801F0003Asynchronous requests are not valid for this operation.
ERROR_FLT_DISALLOW_FAST_IO0x801F0004Disallow the Fast IO path for this operation.
ERROR_FLT_INVALID_NAME_REQUEST0x801F0005An invalid name request was made. The name requested cannot be retrieved at this time.
ERROR_FLT_NOT_SAFE_TO_POST_OPERATION0x801F0006Posting 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_INITIALIZED0x801F0007The 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_READY0x801F0008The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
ERROR_FLT_POST_OPERATION_CLEANUP0x801F0009The 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_ERROR0x801F000AThe 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_OBJECT0x801F000BThe 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_POOL0x801F000CNon-paged pool must be used for this type of context.
ERROR_FLT_DUPLICATE_ENTRY0x801F000DA duplicate handler definition has been provided for an operation.
ERROR_FLT_CBDQ_DISABLED0x801F000EThe callback data queue has been disabled.
ERROR_FLT_DO_NOT_ATTACH0x801F000FDo not attach the filter to the volume at this time.
ERROR_FLT_DO_NOT_DETACH0x801F0010Do not detach the filter from the volume at this time.
ERROR_FLT_INSTANCE_ALTITUDE_COLLISION0x801F0011An instance already exists at this altitude on the volume specified.
ERROR_FLT_INSTANCE_NAME_COLLISION0x801F0012An instance already exists with this name on the volume specified.
ERROR_FLT_FILTER_NOT_FOUND0x801F0013The system could not find the filter specified.
ERROR_FLT_VOLUME_NOT_FOUND0x801F0014The system could not find the volume specified.
ERROR_FLT_INSTANCE_NOT_FOUND0x801F0015The system could not find the instance specified.
ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND0x801F0016No registered context allocation definition was found for the given request.
ERROR_FLT_INVALID_CONTEXT_REGISTRATION0x801F0017An invalid parameter was specified during context registration.
ERROR_FLT_NAME_CACHE_MISS0x801F0018The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
ERROR_FLT_NO_DEVICE_OBJECT0x801F0019The requested device object does not exist for the given volume.
ERROR_FLT_VOLUME_ALREADY_MOUNTED0x801F001AThe specified volume is already mounted.
ERROR_FLT_ALREADY_ENLISTED0x801F001BThe specified Transaction Context is already enlisted in a transaction
ERROR_FLT_CONTEXT_ALREADY_LINKED0x801F001CThe specified context is already attached to another object
ERROR_FLT_NO_WAITER_FOR_REPLY0x801F0020No waiter is present for the filter's reply to this message.
ERROR_FLT_REGISTRATION_BUSY0x801F0023The filesystem database resource is in use. Registration cannot complete at this time.
ERROR_HUNG_DISPLAY_DRIVER_THREAD0x80260001{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
DWM_E_COMPOSITIONDISABLED0x80263001{Desktop composition is disabled} The operation could not be completed because desktop composition is disabled.
DWM_E_REMOTING_NOT_SUPPORTED0x80263002{Some desktop composition APIs are not supported while remoting} The operation is not supported while running in a remote session.
DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE0x80263003{No DWM redirection surface is available} The DWM was unable to provide a redirection surface to complete the DirectX present.
DWM_E_NOT_QUEUING_PRESENTS0x80263004{DWM is not queuing presents for the specified window} The window specified is not currently using queued presents.
DWM_E_ADAPTER_NOT_FOUND0x80263005{The adapter specified by the LUID is not found} DWM can not find the adapter specified by the LUID.
DWM_E_TEXTURE_TOO_LARGE0x80263007{Redirection surface can not be created. The size of the surface is larger than what is supported on this machine} Redirection surface can not be created. The size of the surface is larger than what is supported on this machine.
NAP_E_INVALID_PACKET0x80270001The NAP SoH packet is invalid.
NAP_E_MISSING_SOH0x80270002An SoH was missing from the NAP packet.
NAP_E_CONFLICTING_ID0x80270003The entity ID conflicts with an already registered id.
NAP_E_NO_CACHED_SOH0x80270004No cached SoH is present.
NAP_E_STILL_BOUND0x80270005The entity is still bound to the NAP system.
NAP_E_NOT_REGISTERED0x80270006The entity is not registered with the NAP system.
NAP_E_NOT_INITIALIZED0x80270007The entity is not initialized with the NAP system.
NAP_E_MISMATCHED_ID0x80270008The correlation id in the SoH-Request and SoH-Response do not match up.
NAP_E_NOT_PENDING0x80270009Completion was indicated on a request that is not currently pending.
NAP_E_ID_NOT_FOUND0x8027000AThe NAP component's id was not found.
NAP_E_MAXSIZE_TOO_SMALL0x8027000BThe maximum size of the connection is too small for an SoH packet.
NAP_E_SERVICE_NOT_RUNNING0x8027000CThe NapAgent service is not running.
NAP_E_ENTITY_DISABLED0x8027000EThe entity is disabled with the NapAgent service.
NAP_E_NETSH_GROUPPOLICY_ERROR0x8027000FGroup Policy is not configured.
NAP_E_TOO_MANY_CALLS0x80270010Too many simultaneous calls.
NAP_E_SHV_CONFIG_EXISTED0x80270011SHV configuration already existed.
NAP_E_SHV_CONFIG_NOT_FOUND0x80270012SHV configuration is not found.
NAP_E_SHV_TIMEOUT0x80270013SHV timed out on the request.
FA_E_MAX_PERSISTED_ITEMS_REACHED0x80270220The 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_AVAILABLE0x80270222Cannot access Homegroup. Homegroup may not be set up or may have encountered an error.
E_MONITOR_RESOLUTION_TOO_LOW0x80270250This app can't start because the screen resolution is below 1024x768. Choose a higher screen resolution and then try again.
E_ELEVATED_ACTIVATION_NOT_SUPPORTED0x80270251This app can't be activated from an elevated context.
E_UAC_DISABLED0x80270252This app can't be activated when UAC is disabled.
E_FULL_ADMIN_NOT_SUPPORTED0x80270253This app can't be activated by the Built-in Administrator.
E_APPLICATION_NOT_REGISTERED0x80270254This app does not support the contract specified or is not installed.
E_MULTIPLE_EXTENSIONS_FOR_APPLICATION0x80270255This app has multiple extensions registered to support the specified contract. Activation by AppUserModelId is ambiguous.
E_MULTIPLE_PACKAGES_FOR_FAMILY0x80270256This app's package family has more than one package installed. This is not supported.
E_APPLICATION_MANAGER_NOT_RUNNING0x80270257The app manager is required to activate applications, but is not running.
E_APPLICATION_ACTIVATION_TIMED_OUT0x8027025AThe app didn't start in the required time.
E_APPLICATION_ACTIVATION_EXEC_FAILURE0x8027025BThe app didn't start.
E_APPLICATION_TEMPORARY_LICENSE_ERROR0x8027025CThis app failed to launch because of an issue with its license. Please try again in a moment.
E_APPLICATION_TRIAL_LICENSE_EXPIRED0x8027025DThis app failed to launch because its trial license has expired.
E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED0x80270260Please choose a folder on a drive that's formatted with the NTFS file system.
E_SKYDRIVE_ROOT_TARGET_OVERLAP0x80270261This location is already being used. Please choose a different location.
E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX0x80270262This location cannot be indexed. Please choose a different location.
E_SKYDRIVE_FILE_NOT_UPLOADED0x80270263Sorry, the action couldn't be completed because the file hasn't finished uploading. Try again later.
E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL0x80270264Sorry, the action couldn't be completed.
E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED0x80270265This content can only be moved to a folder. To move the content to this drive, please choose or create a folder.
TPM_E_ERROR_MASK0x80280000This is an error mask to convert TPM hardware errors to win errors.
TPM_E_AUTHFAIL0x80280001TPM 1.2: Authentication failed.
TPM_E_BADINDEX0x80280002TPM 1.2: The index to a PCR, DIR or other register is incorrect.
TPM_E_BAD_PARAMETER0x80280003TPM 1.2: One or more parameter is bad.
TPM_E_AUDITFAILURE0x80280004TPM 1.2: An operation completed successfully but the auditing of that operation failed.
TPM_E_CLEAR_DISABLED0x80280005TPM 1.2: The clear disable flag is set and all clear operations now require physical access.
TPM_E_DEACTIVATED0x80280006TPM 1.2: Activate the Trusted Platform Module (TPM).
TPM_E_DISABLED0x80280007TPM 1.2: Enable the Trusted Platform Module (TPM).
TPM_E_DISABLED_CMD0x80280008TPM 1.2: The target command has been disabled.
TPM_E_FAIL0x80280009TPM 1.2: The operation failed.
TPM_E_BAD_ORDINAL0x8028000ATPM 1.2: The ordinal was unknown or inconsistent.
TPM_E_INSTALL_DISABLED0x8028000BTPM 1.2: The ability to install an owner is disabled.
TPM_E_INVALID_KEYHANDLE0x8028000CTPM 1.2: The key handle cannot be interpreted.
TPM_E_KEYNOTFOUND0x8028000DTPM 1.2: The key handle points to an invalid key.
TPM_E_INAPPROPRIATE_ENC0x8028000ETPM 1.2: Unacceptable encryption scheme.
TPM_E_MIGRATEFAIL0x8028000FTPM 1.2: Migration authorization failed.
TPM_E_INVALID_PCR_INFO0x80280010TPM 1.2: PCR information could not be interpreted.
TPM_E_NOSPACE0x80280011TPM 1.2: No room to load key.
TPM_E_NOSRK0x80280012TPM 1.2: There is no Storage Root Key (SRK) set.
TPM_E_NOTSEALED_BLOB0x80280013TPM 1.2: An encrypted blob is invalid or was not created by this TPM.
TPM_E_OWNER_SET0x80280014TPM 1.2: The Trusted Platform Module (TPM) already has an owner.
TPM_E_RESOURCES0x80280015TPM 1.2: The TPM has insufficient internal resources to perform the requested action.
TPM_E_SHORTRANDOM0x80280016TPM 1.2: A random string was too short.
TPM_E_SIZE0x80280017TPM 1.2: The TPM does not have the space to perform the operation.
TPM_E_WRONGPCRVAL0x80280018TPM 1.2: The named PCR value does not match the current PCR value.
TPM_E_BAD_PARAM_SIZE0x80280019TPM 1.2: The paramSize argument to the command has the incorrect value .
TPM_E_SHA_THREAD0x8028001ATPM 1.2: There is no existing SHA-1 thread.
TPM_E_SHA_ERROR0x8028001BTPM 1.2: The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.
TPM_E_FAILEDSELFTEST0x8028001CTPM 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_AUTH2FAIL0x8028001DTPM 1.2: The authorization for the second key in a 2 key function failed authorization.
TPM_E_BADTAG0x8028001ETPM 1.2: The tag value sent to for a command is invalid.
TPM_E_IOERROR0x8028001FTPM 1.2: An IO error occurred transmitting information to the TPM.
TPM_E_ENCRYPT_ERROR0x80280020TPM 1.2: The encryption process had a problem.
TPM_E_DECRYPT_ERROR0x80280021TPM 1.2: The decryption process did not complete.
TPM_E_INVALID_AUTHHANDLE0x80280022TPM 1.2: An invalid handle was used.
TPM_E_NO_ENDORSEMENT0x80280023TPM 1.2: The TPM does not have an Endorsement Key (EK) installed.
TPM_E_INVALID_KEYUSAGE0x80280024TPM 1.2: The usage of a key is not allowed.
TPM_E_WRONG_ENTITYTYPE0x80280025TPM 1.2: The submitted entity type is not allowed.
TPM_E_INVALID_POSTINIT0x80280026TPM 1.2: The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.
TPM_E_INAPPROPRIATE_SIG0x80280027TPM 1.2: Signed data cannot include additional DER information.
TPM_E_BAD_KEY_PROPERTY0x80280028TPM 1.2: The key properties in TPM_KEY_PARMs are not supported by this TPM.
TPM_E_BAD_MIGRATION0x80280029TPM 1.2: The migration properties of this key are incorrect.
TPM_E_BAD_SCHEME0x8028002ATPM 1.2: The signature or encryption scheme for this key is incorrect or not permitted in this situation.
TPM_E_BAD_DATASIZE0x8028002BTPM 1.2: The size of the data (or blob) parameter is bad or inconsistent with the referenced key.
TPM_E_BAD_MODE0x8028002CTPM 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_PRESENCE0x8028002DTPM 1.2: Either the physicalPresence or physicalPresenceLock bits have the wrong value.
TPM_E_BAD_VERSION0x8028002ETPM 1.2: The TPM cannot perform this version of the capability.
TPM_E_NO_WRAP_TRANSPORT0x8028002FTPM 1.2: The TPM does not allow for wrapped transport sessions.
TPM_E_AUDITFAIL_UNSUCCESSFUL0x80280030TPM 1.2: TPM audit construction failed and the underlying command was returning a failure code also.
TPM_E_AUDITFAIL_SUCCESSFUL0x80280031TPM 1.2: TPM audit construction failed and the underlying command was returning success.
TPM_E_NOTRESETABLE0x80280032TPM 1.2: Attempt to reset a PCR register that does not have the resettable attribute.
TPM_E_NOTLOCAL0x80280033TPM 1.2: Attempt to reset a PCR register that requires locality and locality modifier not part of command transport.
TPM_E_BAD_TYPE0x80280034TPM 1.2: Make identity blob not properly typed.
TPM_E_INVALID_RESOURCE0x80280035TPM 1.2: When saving context identified resource type does not match actual resource.
TPM_E_NOTFIPS0x80280036TPM 1.2: The TPM is attempting to execute a command only available when in FIPS mode.
TPM_E_INVALID_FAMILY0x80280037TPM 1.2: The command is attempting to use an invalid family ID.
TPM_E_NO_NV_PERMISSION0x80280038TPM 1.2: The permission to manipulate the NV storage is not available.
TPM_E_REQUIRES_SIGN0x80280039TPM 1.2: The operation requires a signed command.
TPM_E_KEY_NOTSUPPORTED0x8028003ATPM 1.2: Wrong operation to load an NV key.
TPM_E_AUTH_CONFLICT0x8028003BTPM 1.2: NV_LoadKey blob requires both owner and blob authorization.
TPM_E_AREA_LOCKED0x8028003CTPM 1.2: The NV area is locked and not writable.
TPM_E_BAD_LOCALITY0x8028003DTPM 1.2: The locality is incorrect for the attempted operation.
TPM_E_READ_ONLY0x8028003ETPM 1.2: The NV area is read only and can't be written to.
TPM_E_PER_NOWRITE0x8028003FTPM 1.2: There is no protection on the write to the NV area.
TPM_E_FAMILYCOUNT0x80280040TPM 1.2: The family count value does not match.
TPM_E_WRITE_LOCKED0x80280041TPM 1.2: The NV area has already been written to.
TPM_E_BAD_ATTRIBUTES0x80280042TPM 1.2: The NV area attributes conflict.
TPM_E_INVALID_STRUCTURE0x80280043TPM 1.2: The structure tag and version are invalid or inconsistent.
TPM_E_KEY_OWNER_CONTROL0x80280044TPM 1.2: The key is under control of the TPM Owner and can only be evicted by the TPM Owner.
TPM_E_BAD_COUNTER0x80280045TPM 1.2: The counter handle is incorrect.
TPM_E_NOT_FULLWRITE0x80280046TPM 1.2: The write is not a complete write of the area.
TPM_E_CONTEXT_GAP0x80280047TPM 1.2: The gap between saved context counts is too large.
TPM_E_MAXNVWRITES0x80280048TPM 1.2: The maximum number of NV writes without an owner has been exceeded.
TPM_E_NOOPERATOR0x80280049TPM 1.2: No operator AuthData value is set.
TPM_E_RESOURCEMISSING0x8028004ATPM 1.2: The resource pointed to by context is not loaded.
TPM_E_DELEGATE_LOCK0x8028004BTPM 1.2: The delegate administration is locked.
TPM_E_DELEGATE_FAMILY0x8028004CTPM 1.2: Attempt to manage a family other then the delegated family.
TPM_E_DELEGATE_ADMIN0x8028004DTPM 1.2: Delegation table management not enabled.
TPM_E_TRANSPORT_NOTEXCLUSIVE0x8028004ETPM 1.2: There was a command executed outside of an exclusive transport session.
TPM_E_OWNER_CONTROL0x8028004FTPM 1.2: Attempt to context save a owner evict controlled key.
TPM_E_DAA_RESOURCES0x80280050TPM 1.2: The DAA command has no resources available to execute the command.
TPM_E_DAA_INPUT_DATA00x80280051TPM 1.2: The consistency check on DAA parameter inputData0 has failed.
TPM_E_DAA_INPUT_DATA10x80280052TPM 1.2: The consistency check on DAA parameter inputData1 has failed.
TPM_E_DAA_ISSUER_SETTINGS0x80280053TPM 1.2: The consistency check on DAA_issuerSettings has failed.
TPM_E_DAA_TPM_SETTINGS0x80280054TPM 1.2: The consistency check on DAA_tpmSpecific has failed.
TPM_E_DAA_STAGE0x80280055TPM 1.2: The atomic process indicated by the submitted DAA command is not the expected process.
TPM_E_DAA_ISSUER_VALIDITY0x80280056TPM 1.2: The issuer's validity check has detected an inconsistency.
TPM_E_DAA_WRONG_W0x80280057TPM 1.2: The consistency check on w has failed.
TPM_E_BAD_HANDLE0x80280058TPM 1.2: The handle is incorrect.
TPM_E_BAD_DELEGATE0x80280059TPM 1.2: Delegation is not correct.
TPM_E_BADCONTEXT0x8028005ATPM 1.2: The context blob is invalid.
TPM_E_TOOMANYCONTEXTS0x8028005BTPM 1.2: Too many contexts held by the TPM.
TPM_E_MA_TICKET_SIGNATURE0x8028005CTPM 1.2: Migration authority signature validation failure.
TPM_E_MA_DESTINATION0x8028005DTPM 1.2: Migration destination not authenticated.
TPM_E_MA_SOURCE0x8028005ETPM 1.2: Migration source incorrect.
TPM_E_MA_AUTHORITY0x8028005FTPM 1.2: Incorrect migration authority.
TPM_E_PERMANENTEK0x80280061TPM 1.2: Attempt to revoke the EK and the EK is not revocable.
TPM_E_BAD_SIGNATURE0x80280062TPM 1.2: Bad signature of CMK ticket.
TPM_E_NOCONTEXTSPACE0x80280063TPM 1.2: There is no room in the context list for additional contexts.
TPM_20_E_ASYMMETRIC0x80280081TPM 2.0: Asymmetric algorithm not supported or not correct.
TPM_20_E_ATTRIBUTES0x80280082TPM 2.0: Inconsistent attributes.
TPM_20_E_HASH0x80280083TPM 2.0: Hash algorithm not supported or not appropriate.
TPM_20_E_VALUE0x80280084TPM 2.0: Value is out of range or is not correct for the context.
TPM_20_E_HIERARCHY0x80280085TPM 2.0: Hierarchy is not enabled or is not correct for the use.
TPM_20_E_KEY_SIZE0x80280087TPM 2.0: Key size is not supported.
TPM_20_E_MGF0x80280088TPM 2.0: Mask generation function not supported.
TPM_20_E_MODE0x80280089TPM 2.0: Mode of operation not supported.
TPM_20_E_TYPE0x8028008ATPM 2.0: The type of the value is not appropriate for the use.
TPM_20_E_HANDLE0x8028008BTPM 2.0: The Handle is not correct for the use.
TPM_20_E_KDF0x8028008CTPM 2.0: Unsupported key derivation function or function not appropriate for use.
TPM_20_E_RANGE0x8028008DTPM 2.0: Value was out of allowed range.
TPM_20_E_AUTH_FAIL0x8028008ETPM 2.0: The authorization HMAC check failed and DA counter incremented.
TPM_20_E_NONCE0x8028008FTPM 2.0: Invalid nonce size.
TPM_20_E_PP0x80280090TPM 2.0: Authorization requires assertion of PP.
TPM_20_E_SCHEME0x80280092TPM 2.0: Unsupported or incompatible scheme.
TPM_20_E_SIZE0x80280095TPM 2.0: Structure is wrong size.
TPM_20_E_SYMMETRIC0x80280096TPM 2.0: Unsupported symmetric algorithm or key size, or not appropriate for instance.
TPM_20_E_TAG0x80280097TPM 2.0: Incorrect structure tag.
TPM_20_E_SELECTOR0x80280098TPM 2.0: Union selector is incorrect.
TPM_20_E_INSUFFICIENT0x8028009ATPM 2.0: The TPM was unable to unmarshal a value because there were not enough octets in the input buffer.
TPM_20_E_SIGNATURE0x8028009BTPM 2.0: The signature is not valid.
TPM_20_E_KEY0x8028009CTPM 2.0: Key fields are not compatible with the selected use.
TPM_20_E_POLICY_FAIL0x8028009DTPM 2.0: A policy check failed.
TPM_20_E_INTEGRITY0x8028009FTPM 2.0: Integrity check failed.
TPM_20_E_TICKET0x802800A0TPM 2.0: Invalid ticket.
TPM_20_E_RESERVED_BITS0x802800A1TPM 2.0: Reserved bits not set to zero as required.
TPM_20_E_BAD_AUTH0x802800A2TPM 2.0: Authorization failure without DA implications.
TPM_20_E_EXPIRED0x802800A3TPM 2.0: The policy has expired.
TPM_20_E_POLICY_CC0x802800A4TPM 2.0: The command code in the policy is not the command code of the command or the command code in a policy command references a command that is not implemented.
TPM_20_E_BINDING0x802800A5TPM 2.0: Public and sensitive portions of an object are not cryptographically bound.
TPM_20_E_CURVE0x802800A6TPM 2.0: Curve not supported.
TPM_20_E_ECC_POINT0x802800A7TPM 2.0: Point is not on the required curve.
TPM_20_E_INITIALIZE0x80280100TPM 2.0: TPM not initialized.
TPM_20_E_FAILURE0x80280101TPM 2.0: Commands not being accepted because of a TPM failure.
TPM_20_E_SEQUENCE0x80280103TPM 2.0: Improper use of a sequence handle.
TPM_20_E_PRIVATE0x8028010BTPM 2.0: TPM_RC_PRIVATE error.
TPM_20_E_HMAC0x80280119TPM 2.0: TPM_RC_HMAC.
TPM_20_E_DISABLED0x80280120TPM 2.0: TPM_RC_DISABLED.
TPM_20_E_EXCLUSIVE0x80280121TPM 2.0: Command failed because audit sequence required exclusivity.
TPM_20_E_ECC_CURVE0x80280123TPM 2.0: Unsupported ECC curve.
TPM_20_E_AUTH_TYPE0x80280124TPM 2.0: Authorization handle is not correct for command.
TPM_20_E_AUTH_MISSING0x80280125TPM 2.0: Command requires an authorization session for handle and is not present.
TPM_20_E_POLICY0x80280126TPM 2.0: Policy failure in Math Operation or an invalid authPolicy value.
TPM_20_E_PCR0x80280127TPM 2.0: PCR check fail.
TPM_20_E_PCR_CHANGED0x80280128TPM 2.0: PCR have changed since checked.
TPM_20_E_UPGRADE0x8028012DTPM 2.0: The TPM is not in the right mode for upgrade.
TPM_20_E_TOO_MANY_CONTEXTS0x8028012ETPM 2.0: Context ID counter is at maximum.
TPM_20_E_AUTH_UNAVAILABLE0x8028012FTPM 2.0: authValue or authPolicy is not available for selected entity.
TPM_20_E_REBOOT0x80280130TPM 2.0: A _TPM_Init and Startup(CLEAR) is required before the TPM can resume operation.
TPM_20_E_UNBALANCED0x80280131TPM 2.0: The protection algorithms (hash and symmetric) are not reasonably balanced. The digest size of the hash must be larger than the key size of the symmetric algorithm.
TPM_20_E_COMMAND_SIZE0x80280142TPM 2.0: The TPM command's commandSize value is inconsistent with contents of the command buffer; either the size is not the same as the bytes loaded by the hardware interface layer or the value is not large enough to hold a command header.
TPM_20_E_COMMAND_CODE0x80280143TPM 2.0: Command code not supported.
TPM_20_E_AUTHSIZE0x80280144TPM 2.0: The value of authorizationSize is out of range or the number of octets in the authorization Area is greater than required.
TPM_20_E_AUTH_CONTEXT0x80280145TPM 2.0: Use of an authorization session with a context command or another command that cannot have an authorization session.
TPM_20_E_NV_RANGE0x80280146TPM 2.0: NV offset+size is out of range.
TPM_20_E_NV_SIZE0x80280147TPM 2.0: Requested allocation size is larger than allowed.
TPM_20_E_NV_LOCKED0x80280148TPM 2.0: NV access locked.
TPM_20_E_NV_AUTHORIZATION0x80280149TPM 2.0: NV access authorization fails in command actions
TPM_20_E_NV_UNINITIALIZED0x8028014ATPM 2.0: An NV index is used before being initialized or the state saved by TPM2_Shutdown(STATE) could not be restored.
TPM_20_E_NV_SPACE0x8028014BTPM 2.0: Insufficient space for NV allocation.
TPM_20_E_NV_DEFINED0x8028014CTPM 2.0: NV index or persistent object already defined.
TPM_20_E_BAD_CONTEXT0x80280150TPM 2.0: Context in TPM2_ContextLoad() is not valid.
TPM_20_E_CPHASH0x80280151TPM 2.0: chHash value already set or not correct for use.
TPM_20_E_PARENT0x80280152TPM 2.0: Handle for parent is not a valid parent.
TPM_20_E_NEEDS_TEST0x80280153TPM 2.0: Some function needs testing.
TPM_20_E_NO_RESULT0x80280154TPM 2.0: returned when an internal function cannot process a request due to an unspecified problem. This code is usually related to invalid parameters that are not properly filtered by the input unmarshaling code.
TPM_20_E_SENSITIVE0x80280155TPM 2.0: The sensitive area did not unmarshal correctly after decryption - this code is used in lieu of the other unmarshaling errors so that an attacker cannot determine where the unmarshaling error occurred.
TPM_E_COMMAND_BLOCKED0x80280400The command was blocked.
TPM_E_INVALID_HANDLE0x80280401The specified handle was not found.
TPM_E_DUPLICATE_VHANDLE0x80280402The TPM returned a duplicate handle and the command needs to be resubmitted.
TPM_E_EMBEDDED_COMMAND_BLOCKED0x80280403The command within the transport was blocked.
TPM_E_EMBEDDED_COMMAND_UNSUPPORTED0x80280404The command within the transport is not supported.
TPM_E_RETRY0x80280800The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time.
TPM_E_NEEDS_SELFTEST0x80280801SelfTestFull has not been run.
TPM_E_DOING_SELFTEST0x80280802The TPM is currently executing a full selftest.
TPM_E_DEFEND_LOCK_RUNNING0x80280803The TPM is defending against dictionary attacks and is in a time-out period.
TPM_20_E_CONTEXT_GAP0x80280901TPM 2.0: Gap for context ID is too large.
TPM_20_E_OBJECT_MEMORY0x80280902TPM 2.0: Out of memory for object contexts.
TPM_20_E_SESSION_MEMORY0x80280903TPM 2.0: Out of memory for session contexts.
TPM_20_E_MEMORY0x80280904TPM 2.0: Out of shared object/session memory or need space for internal operations.
TPM_20_E_SESSION_HANDLES0x80280905TPM 2.0: Out of session handles - a session must be flushed before a nes session may be created.
TPM_20_E_OBJECT_HANDLES0x80280906TPM 2.0: Out of object handles - the handle space for objects is depleted and a reboot is required.
TPM_20_E_LOCALITY0x80280907TPM 2.0: Bad locality.
TPM_20_E_YIELDED0x80280908TPM 2.0: The TPM has suspended operation on the command; forward progress was made and the command may be retried.
TPM_20_E_CANCELED0x80280909TPM 2.0: The command was canceled.
TPM_20_E_TESTING0x8028090ATPM 2.0: TPM is performing self-tests.
TPM_20_E_NV_RATE0x80280920TPM 2.0: The TPM is rate-limiting accesses to prevent wearout of NV
TPM_20_E_LOCKOUT0x80280921TPM 2.0: Authorization for objects subject to DA protection are not allowed at this time because the TPM is in DA lockout mode.
TPM_20_E_RETRY0x80280922TPM 2.0: The TPM was not able to start the command.
TPM_20_E_NV_UNAVAILABLE0x80280923TPM 2.0: the command may require writing of NV and NV is not current accessible.
TBS_E_INTERNAL_ERROR0x80284001An internal error has occurred within the Trusted Platform Module support program.
TBS_E_BAD_PARAMETER0x80284002One or more input parameters is bad.
TBS_E_INVALID_OUTPUT_POINTER0x80284003A specified output pointer is bad.
TBS_E_INVALID_CONTEXT0x80284004The specified context handle does not refer to a valid context.
TBS_E_INSUFFICIENT_BUFFER0x80284005A specified output buffer is too small.
TBS_E_IOERROR0x80284006An error occurred while communicating with the TPM.
TBS_E_INVALID_CONTEXT_PARAM0x80284007One or more context parameters is invalid.
TBS_E_SERVICE_NOT_RUNNING0x80284008The TBS service is not running and could not be started.
TBS_E_TOO_MANY_TBS_CONTEXTS0x80284009A new context could not be created because there are too many open contexts.
TBS_E_TOO_MANY_RESOURCES0x8028400AA new virtual resource could not be created because there are too many open virtual resources.
TBS_E_SERVICE_START_PENDING0x8028400BThe TBS service has been started but is not yet running.
TBS_E_PPI_NOT_SUPPORTED0x8028400CThe physical presence interface is not supported.
TBS_E_COMMAND_CANCELED0x8028400DThe command was canceled.
TBS_E_BUFFER_TOO_LARGE0x8028400EThe input or output buffer is too large.
TBS_E_TPM_NOT_FOUND0x8028400FA compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer.
TBS_E_SERVICE_DISABLED0x80284010The TBS service has been disabled.
TBS_E_NO_EVENT_LOG0x80284011No TCG event log is available.
TBS_E_ACCESS_DENIED0x80284012The caller does not have the appropriate rights to perform the requested operation.
TBS_E_PROVISIONING_NOT_ALLOWED0x80284013The 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_UNSUPPORTED0x80284014The Physical Presence Interface of this firmware does not support the requested method.
TBS_E_OWNERAUTH_NOT_FOUND0x80284015The requested TPM OwnerAuth value was not found.
TBS_E_PROVISIONING_INCOMPLETE0x80284016The 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_STATE0x80290100The command buffer is not in the correct state.
TPMAPI_E_NOT_ENOUGH_DATA0x80290101The command buffer does not contain enough data to satisfy the request.
TPMAPI_E_TOO_MUCH_DATA0x80290102The command buffer cannot contain any more data.
TPMAPI_E_INVALID_OUTPUT_POINTER0x80290103One or more output parameters was NULL or invalid.
TPMAPI_E_INVALID_PARAMETER0x80290104One or more input parameters is invalid.
TPMAPI_E_OUT_OF_MEMORY0x80290105Not enough memory was available to satisfy the request.
TPMAPI_E_BUFFER_TOO_SMALL0x80290106The specified buffer was too small.
TPMAPI_E_INTERNAL_ERROR0x80290107An internal error was detected.
TPMAPI_E_ACCESS_DENIED0x80290108The caller does not have the appropriate rights to perform the requested operation.
TPMAPI_E_AUTHORIZATION_FAILED0x80290109The specified authorization information was invalid.
TPMAPI_E_INVALID_CONTEXT_HANDLE0x8029010AThe specified context handle was not valid.
TPMAPI_E_TBS_COMMUNICATION_ERROR0x8029010BAn error occurred while communicating with the TBS.
TPMAPI_E_TPM_COMMAND_ERROR0x8029010CThe TPM returned an unexpected result.
TPMAPI_E_MESSAGE_TOO_LARGE0x8029010DThe message was too large for the encoding scheme.
TPMAPI_E_INVALID_ENCODING0x8029010EThe encoding in the blob was not recognized.
TPMAPI_E_INVALID_KEY_SIZE0x8029010FThe key size is not valid.
TPMAPI_E_ENCRYPTION_FAILED0x80290110The encryption operation failed.
TPMAPI_E_INVALID_KEY_PARAMS0x80290111The key parameters structure was not valid
TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB0x80290112The requested supplied data does not appear to be a valid migration authorization blob.
TPMAPI_E_INVALID_PCR_INDEX0x80290113The specified PCR index was invalid
TPMAPI_E_INVALID_DELEGATE_BLOB0x80290114The data given does not appear to be a valid delegate blob.
TPMAPI_E_INVALID_CONTEXT_PARAMS0x80290115One or more of the specified context parameters was not valid.
TPMAPI_E_INVALID_KEY_BLOB0x80290116The data given does not appear to be a valid key blob
TPMAPI_E_INVALID_PCR_DATA0x80290117The specified PCR data was invalid.
TPMAPI_E_INVALID_OWNER_AUTH0x80290118The format of the owner auth data was invalid.
TPMAPI_E_FIPS_RNG_CHECK_FAILED0x80290119The random number generated did not pass FIPS RNG check.
TPMAPI_E_EMPTY_TCG_LOG0x8029011AThe TCG Event Log does not contain any data.
TPMAPI_E_INVALID_TCG_LOG_ENTRY0x8029011BAn entry in the TCG Event Log was invalid.
TPMAPI_E_TCG_SEPARATOR_ABSENT0x8029011CA TCG Separator was not found.
TPMAPI_E_TCG_INVALID_DIGEST_ENTRY0x8029011DA digest value in a TCG Log entry did not match hashed data.
TPMAPI_E_POLICY_DENIES_OPERATION0x8029011EThe requested operation was blocked by current TPM policy. Please contact your system administrator for assistance.
TPMAPI_E_NV_BITS_NOT_DEFINED0x8029011FThe Windows TPM NV Bits index is not defined.
TPMAPI_E_NV_BITS_NOT_READY0x80290120The Windows TPM NV Bits index is not ready for use.
TPMAPI_E_SEALING_KEY_NOT_AVAILABLE0x80290121The TPM key that was used to seal the data is no longer available.
TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND0x80290122An authorization chain could not be found that authorizes the PolicyAuthorize unseal.
TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE0x80290123The SVN counter to which the authorization was bound is not available.
TPMAPI_E_OWNER_AUTH_NOT_NULL0x80290124The TPM Storage hierarchy (Owner) auth value is required to be NULL for this operation.
TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL0x80290125The TPM Endorsement hierarchy auth value is required to be NULL for this operation.
TPMAPI_E_AUTHORIZATION_REVOKED0x80290126The authorization to perform this operation has been revoked.
TPMAPI_E_MALFORMED_AUTHORIZATION_KEY0x80290127The authorization public key is malformed.
TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED0x80290128The authorization public key is not supported.
TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE0x80290129The authorization signature is invalid.
TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY0x8029012AThe authorization policy is malformed.
TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER0x8029012BThe authorization data is malformed.
TPMAPI_E_SEALING_KEY_CHANGED0x8029012CThe 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_SMALL0x80290200The specified buffer was too small.
TBSIMP_E_CLEANUP_FAILED0x80290201The context could not be cleaned up.
TBSIMP_E_INVALID_CONTEXT_HANDLE0x80290202The specified context handle is invalid.
TBSIMP_E_INVALID_CONTEXT_PARAM0x80290203An invalid context parameter was specified.
TBSIMP_E_TPM_ERROR0x80290204An error occurred while communicating with the TPM
TBSIMP_E_HASH_BAD_KEY0x80290205No entry with the specified key was found.
TBSIMP_E_DUPLICATE_VHANDLE0x80290206The specified virtual handle matches a virtual handle already in use.
TBSIMP_E_INVALID_OUTPUT_POINTER0x80290207The pointer to the returned handle location was NULL or invalid
TBSIMP_E_INVALID_PARAMETER0x80290208One or more parameters is invalid
TBSIMP_E_RPC_INIT_FAILED0x80290209The RPC subsystem could not be initialized.
TBSIMP_E_SCHEDULER_NOT_RUNNING0x8029020AThe TBS scheduler is not running.
TBSIMP_E_COMMAND_CANCELED0x8029020BThe command was canceled.
TBSIMP_E_OUT_OF_MEMORY0x8029020CThere was not enough memory to fulfill the request
TBSIMP_E_LIST_NO_MORE_ITEMS0x8029020DThe specified list is empty, or the iteration has reached the end of the list.
TBSIMP_E_LIST_NOT_FOUND0x8029020EThe specified item was not found in the list.
TBSIMP_E_NOT_ENOUGH_SPACE0x8029020FThe TPM does not have enough space to load the requested resource.
TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS0x80290210There are too many TPM contexts in use.
TBSIMP_E_COMMAND_FAILED0x80290211The TPM command failed.
TBSIMP_E_UNKNOWN_ORDINAL0x80290212The TBS does not recognize the specified ordinal.
TBSIMP_E_RESOURCE_EXPIRED0x80290213The requested resource is no longer available.
TBSIMP_E_INVALID_RESOURCE0x80290214The resource type did not match.
TBSIMP_E_NOTHING_TO_UNLOAD0x80290215No resources can be unloaded.
TBSIMP_E_HASH_TABLE_FULL0x80290216No new entries can be added to the hash table.
TBSIMP_E_TOO_MANY_TBS_CONTEXTS0x80290217A new TBS context could not be created because there are too many open contexts.
TBSIMP_E_TOO_MANY_RESOURCES0x80290218A new virtual resource could not be created because there are too many open virtual resources.
TBSIMP_E_PPI_NOT_SUPPORTED0x80290219The physical presence interface is not supported.
TBSIMP_E_TPM_INCOMPATIBLE0x8029021ATBS is not compatible with the version of TPM found on the system.
TBSIMP_E_NO_EVENT_LOG0x8029021BNo TCG event log is available.
TPM_E_PPI_ACPI_FAILURE0x80290300A general error was detected when attempting to acquire the BIOS's response to a Physical Presence command.
TPM_E_PPI_USER_ABORT0x80290301The user failed to confirm the TPM operation request.
TPM_E_PPI_BIOS_FAILURE0x80290302The 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_SUPPORTED0x80290303The BIOS does not support the physical presence interface.
TPM_E_PPI_BLOCKED_IN_BIOS0x80290304The 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_MASK0x80290400This is an error mask to convert Platform Crypto Provider errors to win errors.
TPM_E_PCP_DEVICE_NOT_READY0x80290401The Platform Crypto Device is currently not ready. It needs to be fully provisioned to be operational.
TPM_E_PCP_INVALID_HANDLE0x80290402The handle provided to the Platform Crypto Provider is invalid.
TPM_E_PCP_INVALID_PARAMETER0x80290403A parameter provided to the Platform Crypto Provider is invalid.
TPM_E_PCP_FLAG_NOT_SUPPORTED0x80290404A provided flag to the Platform Crypto Provider is not supported.
TPM_E_PCP_NOT_SUPPORTED0x80290405The requested operation is not supported by this Platform Crypto Provider.
TPM_E_PCP_BUFFER_TOO_SMALL0x80290406The buffer is too small to contain all data. No information has been written to the buffer.
TPM_E_PCP_INTERNAL_ERROR0x80290407An unexpected internal error has occurred in the Platform Crypto Provider.
TPM_E_PCP_AUTHENTICATION_FAILED0x80290408The authorization to use a provider object has failed.
TPM_E_PCP_AUTHENTICATION_IGNORED0x80290409The Platform Crypto Device has ignored the authorization for the provider object, to mitigate against a dictionary attack.
TPM_E_PCP_POLICY_NOT_FOUND0x8029040AThe referenced policy was not found.
TPM_E_PCP_PROFILE_NOT_FOUND0x8029040BThe referenced profile was not found.
TPM_E_PCP_VALIDATION_FAILED0x8029040CThe validation was not succesful.
TPM_E_PCP_WRONG_PARENT0x8029040EAn attempt was made to import or load a key under an incorrect storage parent.
TPM_E_KEY_NOT_LOADED0x8029040FThe TPM key is not loaded.
TPM_E_NO_KEY_CERTIFICATION0x80290410The TPM key certification has not been generated.
TPM_E_KEY_NOT_FINALIZED0x80290411The TPM key is not yet finalized.
TPM_E_ATTESTATION_CHALLENGE_NOT_SET0x80290412The TPM attestation challenge is not set.
TPM_E_NOT_PCR_BOUND0x80290413The TPM PCR info is not available.
TPM_E_KEY_ALREADY_FINALIZED0x80290414The TPM key is already finalized.
TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED0x80290415The TPM key usage policy is not supported.
TPM_E_KEY_USAGE_POLICY_INVALID0x80290416The TPM key usage policy is invalid.
TPM_E_SOFT_KEY_ERROR0x80290417There was a problem with the software key being imported into the TPM.
TPM_E_KEY_NOT_AUTHENTICATED0x80290418The TPM key is not authenticated.
TPM_E_PCP_KEY_NOT_AIK0x80290419The TPM key is not an AIK.
TPM_E_KEY_NOT_SIGNING_KEY0x8029041AThe TPM key is not a signing key.
TPM_E_LOCKED_OUT0x8029041BThe TPM is locked out.
TPM_E_CLAIM_TYPE_NOT_SUPPORTED0x8029041CThe claim type requested is not supported.
TPM_E_VERSION_NOT_SUPPORTED0x8029041DTPM version is not supported.
TPM_E_BUFFER_LENGTH_MISMATCH0x8029041EThe buffer lengths do not match.
TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED0x8029041FThe RSA key creation is blocked on this TPM due to known security vulnerabilities.
TPM_E_PCP_TICKET_MISSING0x80290420A ticket required to use a key was not provided.
TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED0x80290421This key has a raw policy so the KSP can't authenticate against it.
TPM_E_PCP_KEY_HANDLE_INVALIDATED0x80290422The TPM key's handle was unexpectedly invalidated due to a hardware or firmware issue.
TPM_E_ZERO_EXHAUST_ENABLED0x80290500TPM related network operations are blocked as Zero Exhaust mode is enabled on client.
UI_E_CREATE_FAILED0x802A0001The object could not be created.
UI_E_SHUTDOWN_CALLED0x802A0002Shutdown was already called on this object or the object that owns it.
UI_E_ILLEGAL_REENTRANCY0x802A0003This method cannot be called during this type of callback.
UI_E_OBJECT_SEALED0x802A0004This object has been sealed, so this change is no longer allowed.
UI_E_VALUE_NOT_SET0x802A0005The requested value was never set.
UI_E_VALUE_NOT_DETERMINED0x802A0006The requested value cannot be determined.
UI_E_INVALID_OUTPUT0x802A0007A callback returned an invalid output parameter.
UI_E_BOOLEAN_EXPECTED0x802A0008A callback returned a success code other than S_OK or S_FALSE.
UI_E_DIFFERENT_OWNER0x802A0009A parameter that should be owned by this object is owned by a different object.
UI_E_AMBIGUOUS_MATCH0x802A000AMore than one item matched the search criteria.
UI_E_FP_OVERFLOW0x802A000BA floating-point overflow occurred.
UI_E_WRONG_THREAD0x802A000CThis method can only be called from the thread that created the object.
UI_E_STORYBOARD_ACTIVE0x802A0101The storyboard is currently in the schedule.
UI_E_STORYBOARD_NOT_PLAYING0x802A0102The storyboard is not playing.
UI_E_START_KEYFRAME_AFTER_END0x802A0103The start keyframe might occur after the end keyframe.
UI_E_END_KEYFRAME_NOT_DETERMINED0x802A0104It might not be possible to determine the end keyframe time when the start keyframe is reached.
UI_E_LOOPS_OVERLAP0x802A0105Two repeated portions of a storyboard might overlap.
UI_E_TRANSITION_ALREADY_USED0x802A0106The transition has already been added to a storyboard.
UI_E_TRANSITION_NOT_IN_STORYBOARD0x802A0107The transition has not been added to a storyboard.
UI_E_TRANSITION_ECLIPSED0x802A0108The transition might eclipse the beginning of another transition in the storyboard.
UI_E_TIME_BEFORE_LAST_UPDATE0x802A0109The given time is earlier than the time passed to the last update.
UI_E_TIMER_CLIENT_ALREADY_CONNECTED0x802A010AThis client is already connected to a timer.
UI_E_INVALID_DIMENSION0x802A010BThe passed dimension is invalid or does not match the object's dimension.
UI_E_PRIMITIVE_OUT_OF_BOUNDS0x802A010CThe added primitive begins at or beyond the duration of the interpolator.
UI_E_WINDOW_CLOSED0x802A0201The operation cannot be completed because the window is being closed.
PLA_E_DCS_NOT_FOUND0x80300002Data Collector Set was not found.
PLA_E_TOO_MANY_FOLDERS0x80300045Unable to start Data Collector Set because there are too many folders.
PLA_E_NO_MIN_DISK0x80300070Not enough free disk space to start Data Collector Set.
PLA_E_DCS_IN_USE0x803000AAThe Data Collector Set or one of its dependencies is already in use.
PLA_E_DCS_ALREADY_EXISTS0x803000B7Data Collector Set already exists.
PLA_E_PROPERTY_CONFLICT0x80300101Property value conflict.
PLA_E_DCS_SINGLETON_REQUIRED0x80300102The current configuration for this Data Collector Set requires that it contain exactly one Data Collector.
PLA_E_CREDENTIALS_REQUIRED0x80300103A user account is required in order to commit the current Data Collector Set properties.
PLA_E_DCS_NOT_RUNNING0x80300104Data Collector Set is not running.
PLA_E_CONFLICT_INCL_EXCL_API0x80300105A 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_VALID0x80300106The executable path you have specified refers to a network share or UNC path.
PLA_E_EXE_ALREADY_CONFIGURED0x80300107The executable path you have specified is already configured for API tracing.
PLA_E_EXE_PATH_NOT_VALID0x80300108The executable path you have specified does not exist. Verify that the specified path is correct.
PLA_E_DC_ALREADY_EXISTS0x80300109Data Collector already exists.
PLA_E_DCS_START_WAIT_TIMEOUT0x8030010AThe wait for the Data Collector Set start notification has timed out.
PLA_E_DC_START_WAIT_TIMEOUT0x8030010BThe wait for the Data Collector to start has timed out.
PLA_E_REPORT_WAIT_TIMEOUT0x8030010CThe wait for the report generation tool to finish has timed out.
PLA_E_NO_DUPLICATES0x8030010DDuplicate items are not allowed.
PLA_E_EXE_FULL_PATH_REQUIRED0x8030010EWhen 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_NAME0x8030010FThe session name provided is invalid.
PLA_E_PLA_CHANNEL_NOT_ENABLED0x80300110The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation.
PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED0x80300111The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation.
PLA_E_RULES_MANAGER_FAILED0x80300112The execution of the Rules Manager failed.
PLA_E_CABAPI_FAILURE0x80300113An error occurred while attempting to compress or extract the data.
FVE_E_LOCKED_VOLUME0x80310000This drive is locked by BitLocker Drive Encryption. You must unlock this drive from Control Panel.
FVE_E_NOT_ENCRYPTED0x80310001This drive is not encrypted.
FVE_E_NO_TPM_BIOS0x80310002The BIOS did not correctly communicate with the Trusted Platform Module (TPM). Contact the computer manufacturer for BIOS upgrade instructions.
FVE_E_NO_MBR_METRIC0x80310003The BIOS did not correctly communicate with the master boot record (MBR). Contact the computer manufacturer for BIOS upgrade instructions.
FVE_E_NO_BOOTSECTOR_METRIC0x80310004A 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_METRIC0x80310005The 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_BOOTMGR0x80310006The 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_REQUIRED0x80310007At least one secure key protector is required for this operation to be performed.
FVE_E_NOT_ACTIVATED0x80310008BitLocker Drive Encryption is not enabled on this drive. Turn on BitLocker.
FVE_E_ACTION_NOT_ALLOWED0x80310009BitLocker 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_INSTALLED0x8031000AThe 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_DATATYPE0x8031000BThe type of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted.
FVE_E_AD_INVALID_DATASIZE0x8031000CThe size of the data obtained from Active Directory was not expected. The BitLocker recovery information may be missing or corrupted.
FVE_E_AD_NO_VALUES0x8031000DThe attribute read from Active Directory does not contain any values. The BitLocker recovery information may be missing or corrupted.
FVE_E_AD_ATTR_NOT_SET0x8031000EThe 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_FOUND0x8031000FThe 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_INFORMATION0x80310010The BitLocker metadata for the encrypted drive is not valid. You can attempt to repair the drive to restore access.
FVE_E_TOO_SMALL0x80310011The 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_VOLUME0x80310012The 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_FS0x80310013The drive cannot be encrypted because the file system is not supported.
FVE_E_BAD_PARTITION_SIZE0x80310014The 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_SUPPORTED0x80310015This drive cannot be encrypted.
FVE_E_BAD_DATA0x80310016The data is not valid.
FVE_E_VOLUME_NOT_BOUND0x80310017The data drive specified is not set to automatically unlock on the current computer and cannot be unlocked automatically.
FVE_E_TPM_NOT_OWNED0x80310018You must initialize the Trusted Platform Module (TPM) before you can use BitLocker Drive Encryption.
FVE_E_NOT_DATA_VOLUME0x80310019The operation attempted cannot be performed on an operating system drive.
FVE_E_AD_INSUFFICIENT_BUFFER0x8031001AThe buffer supplied to a function was insufficient to contain the returned data. Increase the buffer size before running the function again.
FVE_E_CONV_READ0x8031001BA read operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker.
FVE_E_CONV_WRITE0x8031001CA write operation failed while converting the drive. The drive was not converted. Please re-enable BitLocker.
FVE_E_KEY_REQUIRED0x8031001DOne or more BitLocker key protectors are required. You cannot delete the last key on this drive.
FVE_E_CLUSTERING_NOT_SUPPORTED0x8031001ECluster configurations are not supported by BitLocker Drive Encryption.
FVE_E_VOLUME_BOUND_ALREADY0x8031001FThe drive specified is already configured to be automatically unlocked on the current computer.
FVE_E_OS_NOT_PROTECTED0x80310020The operating system drive is not protected by BitLocker Drive Encryption.
FVE_E_PROTECTION_DISABLED0x80310021BitLocker 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_REQUIRED0x80310022The 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_VOLUME0x80310023BitLocker 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_UPDATE0x80310024The 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_ZERO0x80310025The 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_SIZE0x80310026The drive encryption algorithm cannot be used on this sector size.
FVE_E_FAILED_AUTHENTICATION0x80310027The drive cannot be unlocked with the key provided. Confirm that you have provided the correct key and try again.
FVE_E_NOT_OS_VOLUME0x80310028The drive specified is not the operating system drive.
FVE_E_AUTOUNLOCK_ENABLED0x80310029BitLocker 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_BOOTSECTOR0x8031002AThe 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_FS0x8031002BBitLocker 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_REQUIRED0x8031002CGroup Policy settings require that a recovery password be specified before encrypting the drive.
FVE_E_CANNOT_SET_FVEK_ENCRYPTED0x8031002DThe 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_KEY0x8031002EBitLocker 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_CDDVD0x80310030BitLocker Drive Encryption detected bootable media (CD or DVD) in the computer. Remove the media and restart the computer before configuring BitLocker.
FVE_E_PROTECTOR_EXISTS0x80310031This key protector cannot be added. Only one key protector of this type is allowed for this drive.
FVE_E_RELATIVE_PATH0x80310032The 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_FOUND0x80310033The specified key protector was not found on the drive. Try another key protector.
FVE_E_INVALID_KEY_FORMAT0x80310034The 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_FORMAT0x80310035The 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_FAILED0x80310036The random number generator check test failed.
FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD0x80310037The 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_EXPORT0x80310038The 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_DECRYPTED0x80310039The drive must be fully decrypted to complete this operation.
FVE_E_INVALID_PROTECTOR_TYPE0x8031003AThe key protector specified cannot be used for this operation.
FVE_E_NO_PROTECTORS_TO_TEST0x8031003BNo key protectors exist on the drive to perform the hardware test.
FVE_E_KEYFILE_NOT_FOUND0x8031003CThe 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_INVALID0x8031003DThe 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_VMK0x8031003EThe 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_DISABLED0x8031003FThe 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_MODE0x80310040The 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_PCR0x80310041The 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_VMK0x80310042The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM).
FVE_E_PIN_INVALID0x80310043The BitLocker encryption key cannot be obtained from the Trusted Platform Module (TPM) and PIN.
FVE_E_AUTH_INVALID_APPLICATION0x80310044A boot application has changed since BitLocker Drive Encryption was enabled.
FVE_E_AUTH_INVALID_CONFIG0x80310045The Boot Configuration Data (BCD) settings have changed since BitLocker Drive Encryption was enabled.
FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED0x80310046The 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_EXTENDED0x80310047This 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_SUPPORTED0x80310048BitLocker Drive Encryption cannot be enabled on the operating system drive. Contact the computer manufacturer for BIOS upgrade instructions.
FVE_E_NO_LICENSE0x80310049This version of Windows does not include BitLocker Drive Encryption. To use BitLocker Drive Encryption, please upgrade the operating system.
FVE_E_NOT_ON_STACK0x8031004ABitLocker 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_MOUNTED0x8031004BThe drive cannot be locked when the drive is in use.
FVE_E_TOKEN_NOT_IMPERSONATED0x8031004CThe access token associated with the current thread is not an impersonated token.
FVE_E_DRY_RUN_FAILED0x8031004DThe 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_REQUIRED0x8031004EYou must restart your computer before continuing with BitLocker Drive Encryption.
FVE_E_DEBUGGER_ENABLED0x8031004FDrive encryption cannot occur while boot debugging is enabled. Use the bcdedit command-line tool to turn off boot debugging.
FVE_E_RAW_ACCESS0x80310050No action was taken as BitLocker Drive Encryption is in raw access mode.
FVE_E_RAW_BLOCKED0x80310051BitLocker Drive Encryption cannot enter raw access mode for this drive because the drive is currently in use.
FVE_E_BCD_APPLICATIONS_PATH_INCORRECT0x80310052The 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_VERSION0x80310053BitLocker 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_KEY0x80310054The auto-unlock master key was not available from the operating system drive.
FVE_E_MOR_FAILED0x80310055The system firmware failed to enable clearing of system memory when the computer was restarted.
FVE_E_HIDDEN_VOLUME0x80310056The hidden drive cannot be encrypted.
FVE_E_TRANSIENT_STATE0x80310057BitLocker encryption keys were ignored because the drive was in a transient state.
FVE_E_PUBKEY_NOT_ALLOWED0x80310058Public key based protectors are not allowed on this drive.
FVE_E_VOLUME_HANDLE_OPEN0x80310059BitLocker Drive Encryption is already performing an operation on this drive. Please complete all operations before continuing.
FVE_E_NO_FEATURE_LICENSE0x8031005AThis version of Windows does not support this feature of BitLocker Drive Encryption. To use this feature, upgrade the operating system.
FVE_E_INVALID_STARTUP_OPTIONS0x8031005BThe 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_ALLOWED0x8031005CGroup Policy settings do not permit the creation of a recovery password.
FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED0x8031005DGroup Policy settings require the creation of a recovery password.
FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED0x8031005EGroup Policy settings do not permit the creation of a recovery key.
FVE_E_POLICY_RECOVERY_KEY_REQUIRED0x8031005FGroup Policy settings require the creation of a recovery key.
FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED0x80310060Group Policy settings do not permit the use of a PIN at startup. Please choose a different BitLocker startup option.
FVE_E_POLICY_STARTUP_PIN_REQUIRED0x80310061Group Policy settings require the use of a PIN at startup. Please choose this BitLocker startup option.
FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED0x80310062Group Policy settings do not permit the use of a startup key. Please choose a different BitLocker startup option.
FVE_E_POLICY_STARTUP_KEY_REQUIRED0x80310063Group Policy settings require the use of a startup key. Please choose this BitLocker startup option.
FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED0x80310064Group 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_REQUIRED0x80310065Group Policy settings require the use of a startup key and PIN. Please choose this BitLocker startup option.
FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED0x80310066Group policy does not permit the use of TPM-only at startup. Please choose a different BitLocker startup option.
FVE_E_POLICY_STARTUP_TPM_REQUIRED0x80310067Group Policy settings require the use of TPM-only at startup. Please choose this BitLocker startup option.
FVE_E_POLICY_INVALID_PIN_LENGTH0x80310068The PIN provided does not meet minimum or maximum length requirements.
FVE_E_KEY_PROTECTOR_NOT_SUPPORTED0x80310069The 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_ALLOWED0x8031006AGroup Policy settings do not permit the creation of a password.
FVE_E_POLICY_PASSPHRASE_REQUIRED0x8031006BGroup Policy settings require the creation of a password.
FVE_E_FIPS_PREVENTS_PASSPHRASE0x8031006CThe 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_ALLOWED0x8031006DA password cannot be added to the operating system drive.
FVE_E_INVALID_BITLOCKER_OID0x8031006EThe 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_SMALL0x8031006FThe drive is too small to be protected using BitLocker Drive Encryption.
FVE_E_DV_NOT_SUPPORTED_ON_FS0x80310070The 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_GP0x80310071The 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_ALLOWED0x80310072Group Policy settings do not permit user certificates such as smart cards to be used with BitLocker Drive Encryption.
FVE_E_POLICY_USER_CERTIFICATE_REQUIRED0x80310073Group 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_HW0x80310074Group Policy settings requires that you use a smart card-based key protector with BitLocker Drive Encryption.
FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED0x80310075Group Policy settings do not permit BitLocker-protected fixed data drives to be automatically unlocked.
FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED0x80310076Group Policy settings do not permit BitLocker-protected removable data drives to be automatically unlocked.
FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED0x80310077Group Policy settings do not permit you to configure BitLocker Drive Encryption on removable data drives.
FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED0x80310078Group 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_ALLOWED0x80310079Group 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_LENGTH0x80310080Your 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_SIMPLE0x80310081Your password does not meet the complexity requirements set by your system administrator. Try adding upper and lowercase characters, numbers, and symbols.
FVE_E_RECOVERY_PARTITION0x80310082This drive cannot be encrypted because it is reserved for Windows System Recovery Options.
FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON0x80310083BitLocker 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_ON0x80310084BitLocker 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_OID0x80310085The 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_SELFSIGNED0x80310086BitLocker 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_REQUIRED0x80310087BitLocker 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_FAILED0x80310088BitLocker 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_BIG0x80310089The requested virtualization size is too big.
FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON0x80310090BitLocker 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_ON0x80310091BitLocker 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_ON0x80310092BitLocker 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_KU0x80310093The 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_FAILED0x80310094The 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_FAILED0x80310095Removal of the data recovery agent certificate must be done using the Certificates snap-in.
FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME0x80310096This 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_VOLUME0x80310097The 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_ALLOWED0x80310098The 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_INVALID0x80310099The 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_CHARS0x8031009AThe requested TPM PIN contains invalid characters.
FVE_E_INVALID_DATUM_TYPE0x8031009BThe 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_ONLY0x8031009CThe feature is only supported on EFI systems.
FVE_E_MULTIPLE_NKP_CERTS0x8031009DMore than one Network Key Protector certificate has been found on the system.
FVE_E_REMOVAL_OF_NKP_FAILED0x8031009ERemoval of the Network Key Protector certificate must be done using the Certificates snap-in.
FVE_E_INVALID_NKP_CERT0x8031009FAn invalid certificate has been found in the Network Key Protector certificate store.
FVE_E_NO_EXISTING_PIN0x803100A0This drive isn't protected with a PIN.
FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH0x803100A1Please enter the correct current PIN.
FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED0x803100A2You 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_REACHED0x803100A3BitLocker has disabled PIN changes after too many failed requests. Click the link to reset the PIN as an administrator.
FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII0x803100A4Your 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_STORAGE0x803100A5BitLocker Drive Encryption only supports Used Space Only encryption on thin provisioned storage.
FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE0x803100A6BitLocker Drive Encryption does not support wiping free space on thin provisioned storage.
FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE0x803100A7The required authentication key length is not supported by the drive.
FVE_E_NO_EXISTING_PASSPHRASE0x803100A8This drive isn't protected with a password.
FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH0x803100A9Please enter the correct current password.
FVE_E_PASSPHRASE_TOO_LONG0x803100AAThe password cannot exceed 256 characters.
FVE_E_NO_PASSPHRASE_WITH_TPM0x803100ABA password key protector cannot be added because a TPM protector exists on the drive.
FVE_E_NO_TPM_WITH_PASSPHRASE0x803100ACA TPM key protector cannot be added because a password protector exists on the drive.
FVE_E_NOT_ALLOWED_ON_CSV_STACK0x803100ADThis command can only be performed from the coordinator node for the specified CSV volume.
FVE_E_NOT_ALLOWED_ON_CLUSTER0x803100AEThis command cannot be performed on a volume when it is part of a cluster.
FVE_E_EDRIVE_NO_FAILOVER_TO_SW0x803100AFBitLocker did not revert to using BitLocker software encryption due to group policy configuration.
FVE_E_EDRIVE_BAND_IN_USE0x803100B0The drive cannot be managed by BitLocker because the drive's hardware encryption feature is already in use.
FVE_E_EDRIVE_DISALLOWED_BY_GP0x803100B1Group Policy settings do not allow the use of hardware-based encryption.
FVE_E_EDRIVE_INCOMPATIBLE_VOLUME0x803100B2The drive specified does not support hardware-based encryption.
FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING0x803100B3BitLocker cannot be upgraded during disk encryption or decryption.
FVE_E_EDRIVE_DV_NOT_SUPPORTED0x803100B4Discovery Volumes are not supported for volumes using hardware encryption.
FVE_E_NO_PREBOOT_KEYBOARD_DETECTED0x803100B5No 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_DETECTED0x803100B6No 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_DEVICE0x803100B7Group 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_DEVICE0x803100B8Group 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_APPLICABLE0x803100B9Wipe of free space is not currently taking place.
FVE_E_SECUREBOOT_DISABLED0x803100BABitLocker cannot use Secure Boot for platform integrity because Secure Boot has been disabled.
FVE_E_SECUREBOOT_CONFIGURATION_INVALID0x803100BBBitLocker cannot use Secure Boot for platform integrity because the Secure Boot configuration does not meet the requirements for BitLocker.
FVE_E_EDRIVE_DRY_RUN_FAILED0x803100BCYour computer doesn't support BitLocker hardware-based encryption. Check with your computer manufacturer for firmware updates.
FVE_E_SHADOW_COPY_PRESENT0x803100BDBitLocker 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_SETTINGS0x803100BEBitLocker 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_FIRMWARE0x803100BFThis PC's firmware is not capable of supporting hardware encryption.
FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED0x803100C0BitLocker 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_DISALLOWED0x803100C1You 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_SUSPENDED0x803100C2BitLocker cannot save the recovery password because the specified Microsoft account is Suspended.
FVE_E_LIVEID_ACCOUNT_BLOCKED0x803100C3BitLocker cannot save the recovery password because the specified Microsoft account is Blocked.
FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES0x803100C4This 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_SUPPORTED0x803100C5This PC cannot support device encryption because unencrypted fixed data volumes are present.
FVE_E_DE_HARDWARE_NOT_COMPLIANT0x803100C6This PC does not meet the hardware requirements to support device encryption.
FVE_E_DE_WINRE_NOT_CONFIGURED0x803100C7This PC cannot support device encryption because WinRE is not properly configured.
FVE_E_DE_PROTECTION_SUSPENDED0x803100C8Protection 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_PROTECTED0x803100C9This PC is not provisioned to support device encryption.
FVE_E_DE_DEVICE_LOCKEDOUT0x803100CADevice Lock has been triggered due to too many incorrect password attempts.
FVE_E_DE_PROTECTION_NOT_YET_ENABLED0x803100CBProtection 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_DETAILED0x803100CCYour PIN can only contain numbers from 0 to 9.
FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE0x803100CDBitLocker cannot use hardware replay protection because no counter is available on your PC.
FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH0x803100CEDevice Lockout state validation failed due to counter mismatch.
FVE_E_BUFFER_TOO_LARGE0x803100CFThe input buffer is too large.
FVE_E_NO_SUCH_CAPABILITY_ON_TARGET0x803100D0The target of an invocation does not support requested capability.
FVE_E_DE_PREVENTED_FOR_OS0x803100D1Device encryption is currently blocked by this PC's configuration.
FVE_E_DE_VOLUME_OPTED_OUT0x803100D2This drive has been opted out of device encryption.
FVE_E_DE_VOLUME_NOT_SUPPORTED0x803100D3Device encryption isn't available for this drive.
FVE_E_EOW_NOT_SUPPORTED_IN_VERSION0x803100D4The 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_ENABLED0x803100D5Group 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_DECRYPT0x803100D6Device encryption can't be turned off while this drive is being encrypted. Please try again later.
FVE_E_NOT_DE_VOLUME0x803100D7This action isn't supported because this drive isn't automatically managed with device encryption.
FVE_E_PROTECTION_CANNOT_BE_DISABLED0x803100D8BitLocker can't be suspended on this drive until the next restart.
FVE_E_OSV_KSR_NOT_ALLOWED0x803100D9BitLocker Drive Encryption policy does not allow KSR operation with protected OS volume.
FWP_E_CALLOUT_NOT_FOUND0x80320001The callout does not exist.
FWP_E_CONDITION_NOT_FOUND0x80320002The filter condition does not exist.
FWP_E_FILTER_NOT_FOUND0x80320003The filter does not exist.
FWP_E_LAYER_NOT_FOUND0x80320004The layer does not exist.
FWP_E_PROVIDER_NOT_FOUND0x80320005The provider does not exist.
FWP_E_PROVIDER_CONTEXT_NOT_FOUND0x80320006The provider context does not exist.
FWP_E_SUBLAYER_NOT_FOUND0x80320007The sublayer does not exist.
FWP_E_NOT_FOUND0x80320008The object does not exist.
FWP_E_ALREADY_EXISTS0x80320009An object with that GUID or LUID already exists.
FWP_E_IN_USE0x8032000AThe object is referenced by other objects so cannot be deleted.
FWP_E_DYNAMIC_SESSION_IN_PROGRESS0x8032000BThe call is not allowed from within a dynamic session.
FWP_E_WRONG_SESSION0x8032000CThe call was made from the wrong session so cannot be completed.
FWP_E_NO_TXN_IN_PROGRESS0x8032000DThe call must be made from within an explicit transaction.
FWP_E_TXN_IN_PROGRESS0x8032000EThe call is not allowed from within an explicit transaction.
FWP_E_TXN_ABORTED0x8032000FThe explicit transaction has been forcibly cancelled.
FWP_E_SESSION_ABORTED0x80320010The session has been cancelled.
FWP_E_INCOMPATIBLE_TXN0x80320011The call is not allowed from within a read-only transaction.
FWP_E_TIMEOUT0x80320012The call timed out while waiting to acquire the transaction lock.
FWP_E_NET_EVENTS_DISABLED0x80320013Collection of network diagnostic events is disabled.
FWP_E_INCOMPATIBLE_LAYER0x80320014The operation is not supported by the specified layer.
FWP_E_KM_CLIENTS_ONLY0x80320015The call is allowed for kernel-mode callers only.
FWP_E_LIFETIME_MISMATCH0x80320016The call tried to associate two objects with incompatible lifetimes.
FWP_E_BUILTIN_OBJECT0x80320017The object is built in so cannot be deleted.
FWP_E_TOO_MANY_CALLOUTS0x80320018The maximum number of callouts has been reached.
FWP_E_NOTIFICATION_DROPPED0x80320019A notification could not be delivered because a message queue is at its maximum capacity.
FWP_E_TRAFFIC_MISMATCH0x8032001AThe traffic parameters do not match those for the security association context.
FWP_E_INCOMPATIBLE_SA_STATE0x8032001BThe call is not allowed for the current security association state.
FWP_E_NULL_POINTER0x8032001CA required pointer is null.
FWP_E_INVALID_ENUMERATOR0x8032001DAn enumerator is not valid.
FWP_E_INVALID_FLAGS0x8032001EThe flags field contains an invalid value.
FWP_E_INVALID_NET_MASK0x8032001FA network mask is not valid.
FWP_E_INVALID_RANGE0x80320020An FWP_RANGE is not valid.
FWP_E_INVALID_INTERVAL0x80320021The time interval is not valid.
FWP_E_ZERO_LENGTH_ARRAY0x80320022An array that must contain at least one element is zero length.
FWP_E_NULL_DISPLAY_NAME0x80320023The displayData.name field cannot be null.
FWP_E_INVALID_ACTION_TYPE0x80320024The action type is not one of the allowed action types for a filter.
FWP_E_INVALID_WEIGHT0x80320025The filter weight is not valid.
FWP_E_MATCH_TYPE_MISMATCH0x80320026A filter condition contains a match type that is not compatible with the operands.
FWP_E_TYPE_MISMATCH0x80320027An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
FWP_E_OUT_OF_BOUNDS0x80320028An integer value is outside the allowed range.
FWP_E_RESERVED0x80320029A reserved field is non-zero.
FWP_E_DUPLICATE_CONDITION0x8032002AA filter cannot contain multiple conditions operating on a single field.
FWP_E_DUPLICATE_KEYMOD0x8032002BA policy cannot contain the same keying module more than once.
FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER0x8032002CThe action type is not compatible with the layer.
FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER0x8032002DThe action type is not compatible with the sublayer.
FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER0x8032002EThe raw context or the provider context is not compatible with the layer.
FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT0x8032002FThe raw context or the provider context is not compatible with the callout.
FWP_E_INCOMPATIBLE_AUTH_METHOD0x80320030The authentication method is not compatible with the policy type.
FWP_E_INCOMPATIBLE_DH_GROUP0x80320031The Diffie-Hellman group is not compatible with the policy type.
FWP_E_EM_NOT_SUPPORTED0x80320032An IKE policy cannot contain an Extended Mode policy.
FWP_E_NEVER_MATCH0x80320033The enumeration template or subscription will never match any objects.
FWP_E_PROVIDER_CONTEXT_MISMATCH0x80320034The provider context is of the wrong type.
FWP_E_INVALID_PARAMETER0x80320035The parameter is incorrect.
FWP_E_TOO_MANY_SUBLAYERS0x80320036The maximum number of sublayers has been reached.
FWP_E_CALLOUT_NOTIFICATION_FAILED0x80320037The notification function for a callout returned an error.
FWP_E_INVALID_AUTH_TRANSFORM0x80320038The IPsec authentication transform is not valid.
FWP_E_INVALID_CIPHER_TRANSFORM0x80320039The IPsec cipher transform is not valid.
FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM0x8032003AThe IPsec cipher transform is not compatible with the policy.
FWP_E_INVALID_TRANSFORM_COMBINATION0x8032003BThe combination of IPsec transform types is not valid.
FWP_E_DUPLICATE_AUTH_METHOD0x8032003CA policy cannot contain the same auth method more than once.
FWP_E_INVALID_TUNNEL_ENDPOINT0x8032003DA tunnel endpoint configuration is invalid.
FWP_E_L2_DRIVER_NOT_READY0x8032003EThe WFP MAC Layers are not ready.
FWP_E_KEY_DICTATOR_ALREADY_REGISTERED0x8032003FA key manager capable of key dictation is already registered
FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL0x80320040A key manager dictated invalid keys
FWP_E_CONNECTIONS_DISABLED0x80320041The BFE IPsec Connection Tracking is disabled.
FWP_E_INVALID_DNS_NAME0x80320042The DNS name is invalid.
FWP_E_STILL_ON0x80320043The engine option is still enabled due to other configuration settings.
FWP_E_IKEEXT_NOT_RUNNING0x80320044The IKEEXT service is not running. This service only runs when there is IPsec policy applied to the machine.
FWP_E_DROP_NOICMP0x80320104The packet should be dropped, no ICMP should be sent.
ERROR_NDIS_INTERFACE_CLOSING0x80340002The binding to the network interface is being closed.
ERROR_NDIS_BAD_VERSION0x80340004An invalid version was specified.
ERROR_NDIS_BAD_CHARACTERISTICS0x80340005An invalid characteristics table was used.
ERROR_NDIS_ADAPTER_NOT_FOUND0x80340006Failed to find the network interface or network interface is not ready.
ERROR_NDIS_OPEN_FAILED0x80340007Failed to open the network interface.
ERROR_NDIS_DEVICE_FAILED0x80340008Network interface has encountered an internal unrecoverable failure.
ERROR_NDIS_MULTICAST_FULL0x80340009The multicast list on the network interface is full.
ERROR_NDIS_MULTICAST_EXISTS0x8034000AAn attempt was made to add a duplicate multicast address to the list.
ERROR_NDIS_MULTICAST_NOT_FOUND0x8034000BAt attempt was made to remove a multicast address that was never added.
ERROR_NDIS_REQUEST_ABORTED0x8034000CNetowork interface aborted the request.
ERROR_NDIS_RESET_IN_PROGRESS0x8034000DNetwork interface can not process the request because it is being reset.
ERROR_NDIS_INVALID_PACKET0x8034000FAn attempt was made to send an invalid packet on a network interface.
ERROR_NDIS_INVALID_DEVICE_REQUEST0x80340010The specified request is not a valid operation for the target device.
ERROR_NDIS_ADAPTER_NOT_READY0x80340011Network interface is not ready to complete this operation.
ERROR_NDIS_INVALID_LENGTH0x80340014The length of the buffer submitted for this operation is not valid.
ERROR_NDIS_INVALID_DATA0x80340015The data used for this operation is not valid.
ERROR_NDIS_BUFFER_TOO_SHORT0x80340016The length of buffer submitted for this operation is too small.
ERROR_NDIS_INVALID_OID0x80340017Network interface does not support this OID (Object Identifier)
ERROR_NDIS_ADAPTER_REMOVED0x80340018The network interface has been removed.
ERROR_NDIS_UNSUPPORTED_MEDIA0x80340019Network interface does not support this media type.
ERROR_NDIS_GROUP_ADDRESS_IN_USE0x8034001AAn attempt was made to remove a token ring group address that is in use by other components.
ERROR_NDIS_FILE_NOT_FOUND0x8034001BAn attempt was made to map a file that can not be found.
ERROR_NDIS_ERROR_READING_FILE0x8034001CAn error occurred while NDIS tried to map the file.
ERROR_NDIS_ALREADY_MAPPED0x8034001DAn attempt was made to map a file that is alreay mapped.
ERROR_NDIS_RESOURCE_CONFLICT0x8034001EAn attempt to allocate a hardware resource failed because the resource is used by another component.
ERROR_NDIS_MEDIA_DISCONNECTED0x8034001FThe I/O operation failed because network media is disconnected or wireless access point is out of range.
ERROR_NDIS_INVALID_ADDRESS0x80340022The network address used in the request is invalid.
ERROR_NDIS_PAUSED0x8034002AThe offload operation on the network interface has been paused.
ERROR_NDIS_INTERFACE_NOT_FOUND0x8034002BNetwork interface was not found.
ERROR_NDIS_UNSUPPORTED_REVISION0x8034002CThe revision number specified in the structure is not supported.
ERROR_NDIS_INVALID_PORT0x8034002DThe specified port does not exist on this network interface.
ERROR_NDIS_INVALID_PORT_STATE0x8034002EThe current state of the specified port on this network interface does not support the requested operation.
ERROR_NDIS_LOW_POWER_STATE0x8034002FThe miniport adapter is in low power state.
ERROR_NDIS_REINIT_REQUIRED0x80340030This operation requires the miniport adapter to be reinitialized.
ERROR_NDIS_NO_QUEUES0x80340031There are not enough queues to complete the operation.
ERROR_NDIS_NOT_SUPPORTED0x803400BBNetword interface does not support this request.
ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED0x80342000The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation.
ERROR_NDIS_DOT11_MEDIA_IN_USE0x80342001The wireless local area network interface is busy and can not perform the requested operation.
ERROR_NDIS_DOT11_POWER_STATE_INVALID0x80342002The wireless local area network interface is powered down and doesn't support the requested operation.
ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL0x80342003The list of wake on LAN patterns is full.
ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL0x80342004The list of low power protocol offloads is full.
ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE0x80342005The wireless local area network interface cannot start an AP on the specified channel right now.
ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE0x80342006The wireless local area network interface cannot start an AP on the specified band right now.
ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED0x80342007The wireless local area network interface cannot start an AP on this channel due to regulatory reasons.
ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED0x80342008The wireless local area network interface cannot start an AP on this band due to regulatory reasons.
ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED0x80370001A 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.
HCS_E_TERMINATED_DURING_START0x80370100The virtual machine or container exited unexpectedly while starting.
HCS_E_IMAGE_MISMATCH0x80370101The container operating system does not match the host operating system.
HCS_E_HYPERV_NOT_INSTALLED0x80370102The virtual machine could not be started because a required feature is not installed.
HCS_E_INVALID_STATE0x80370105The requested virtual machine or container operation is not valid in the current state.
HCS_E_UNEXPECTED_EXIT0x80370106The virtual machine or container exited unexpectedly.
HCS_E_TERMINATED0x80370107The virtual machine or container was forcefully exited.
HCS_E_CONNECT_FAILED0x80370108A connection could not be established with the container or virtual machine.
HCS_E_CONNECTION_TIMEOUT0x80370109The operation timed out because a response was not received from the virtual machine or container.
HCS_E_CONNECTION_CLOSED0x8037010AThe connection with the virtual machine or container was closed.
HCS_E_UNKNOWN_MESSAGE0x8037010BAn unknown internal message was received by the virtual machine or container.
HCS_E_UNSUPPORTED_PROTOCOL_VERSION0x8037010CThe virtual machine or container does not support an available version of the communication protocol with the host.
HCS_E_INVALID_JSON0x8037010DThe virtual machine or container JSON document is invalid.
HCS_E_SYSTEM_NOT_FOUND0x8037010EA virtual machine or container with the specified identifier does not exist.
HCS_E_SYSTEM_ALREADY_EXISTS0x8037010FA virtual machine or container with the specified identifier already exists.
HCS_E_SYSTEM_ALREADY_STOPPED0x80370110The virtual machine or container with the specified identifier is not running.
HCS_E_PROTOCOL_ERROR0x80370111A communication protocol error has occurred between the virtual machine or container and the host.
HCS_E_INVALID_LAYER0x80370112The container image contains a layer with an unrecognized format.
HCS_E_WINDOWS_INSIDER_REQUIRED0x80370113To 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_AVAILABLE0x80370114The operation could not be started because a required feature is not installed.
HCS_E_OPERATION_NOT_STARTED0x80370115The operation has not started.
HCS_E_OPERATION_ALREADY_STARTED0x80370116The operation is already running.
HCS_E_OPERATION_PENDING0x80370117The operation is still running.
HCS_E_OPERATION_TIMEOUT0x80370118The operation did not complete in time.
HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET0x80370119An event callback has already been registered on this handle.
HCS_E_OPERATION_RESULT_ALLOCATION_FAILED0x8037011ANot enough memory available to return the result of the operation.
HCS_E_ACCESS_DENIED0x8037011BInsufficient 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_ERROR0x8037011CThe virtual machine or container reported a critical error and was stopped or restarted.
WHV_E_UNKNOWN_CAPABILITY0x80370300The specified capability does not exist.
WHV_E_INSUFFICIENT_BUFFER0x80370301The specified buffer is too small for the requested data.
WHV_E_UNKNOWN_PROPERTY0x80370302The specified property does not exist.
WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG0x80370303The configuration of the hypervisor on this system is not supported.
WHV_E_INVALID_PARTITION_CONFIG0x80370304The configuration of the partition is not valid.
WHV_E_GPA_RANGE_NOT_FOUND0x80370305The specified GPA range was not found.
WHV_E_VP_ALREADY_EXISTS0x80370306A virtual processor with the specified index already exists.
WHV_E_VP_DOES_NOT_EXIST0x80370307A virtual processor with the specified index does not exist.
WHV_E_INVALID_VP_STATE0x80370308The virtual processor is not in the correct state to perform the requested operation.
WHV_E_INVALID_VP_REGISTER_NAME0x80370309A virtual processor register with the specified name does not exist.
ERROR_VOLMGR_INCOMPLETE_REGENERATION0x80380001The regeneration operation was not able to copy all data from the active plexes due to bad sectors.
ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION0x80380002One or more disks were not fully migrated to the target pack. They may or may not require reimport after fixing the hardware problems.
ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED0x80390001Some BCD entries were not imported correctly from the BCD store.
ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED0x80390003Some BCD entries were not synchronized correctly with the firmware.
ERROR_QUERY_STORAGE_ERROR0x803A0001The virtualization storage subsystem has generated an error.
HCN_E_NETWORK_NOT_FOUND0x803B0001The network was not found.
HCN_E_ENDPOINT_NOT_FOUND0x803B0002The endpoint was not found.
HCN_E_LAYER_NOT_FOUND0x803B0003The network's underlying layer was not found.
HCN_E_SWITCH_NOT_FOUND0x803B0004The virtual switch was not found.
HCN_E_SUBNET_NOT_FOUND0x803B0005The network does not have a subnet for this endpoint.
HCN_E_ADAPTER_NOT_FOUND0x803B0006An adapter was not found.
HCN_E_PORT_NOT_FOUND0x803B0007The switch-port was not found.
HCN_E_POLICY_NOT_FOUND0x803B0008An expected policy was not found.
HCN_E_VFP_PORTSETTING_NOT_FOUND0x803B0009A required VFP port setting was not found.
HCN_E_INVALID_NETWORK0x803B000AThe provided network configuration is invalid or missing parameters.
HCN_E_INVALID_NETWORK_TYPE0x803B000BInvalid network type.
HCN_E_INVALID_ENDPOINT0x803B000CThe provided endpoint configuration is invalid or missing parameters.
HCN_E_INVALID_POLICY0x803B000DThe provided policy configuration is invalid or missing parameters.
HCN_E_INVALID_POLICY_TYPE0x803B000EInvalid policy type.
HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION0x803B000FThis requested operation is invalid for a remote endpoint.
HCN_E_NETWORK_ALREADY_EXISTS0x803B0010A network with this name already exists.
HCN_E_LAYER_ALREADY_EXISTS0x803B0011A network with this name already exists.
HCN_E_POLICY_ALREADY_EXISTS0x803B0012Policy information already exists on this object.
HCN_E_PORT_ALREADY_EXISTS0x803B0013The specified port already exists.
HCN_E_ENDPOINT_ALREADY_ATTACHED0x803B0014This endpoint is already attached to the switch.
HCN_E_REQUEST_UNSUPPORTED0x803B0015The specified request is unsupported.
HCN_E_MAPPING_NOT_SUPPORTED0x803B0016Port mapping is not supported on the given network.
HCN_E_DEGRADED_OPERATION0x803B0017There was an operation attempted on a degraded object.
HCN_E_SHARED_SWITCH_MODIFICATION0x803B0018Cannot modify a switch shared by multiple networks.
HCN_E_GUID_CONVERSION_FAILURE0x803B0019Failed to interpret a parameter as a GUID.
HCN_E_REGKEY_FAILURE0x803B001AFailed to process registry key.
HCN_E_INVALID_JSON0x803B001BInvalid JSON document string.
HCN_E_INVALID_JSON_REFERENCE0x803B001CThe reference is invalid in the JSON document.
HCN_E_ENDPOINT_SHARING_DISABLED0x803B001DEndpoint sharing is disabled.
HCN_E_INVALID_IP0x803B001EIP address is either invalid or not part of any configured subnet(s).
HCN_E_SWITCH_EXTENSION_NOT_FOUND0x803B001FThe specified switch extension does not exist on this switch.
HCN_E_MANAGER_STOPPED0x803B0020Operation cannot be performed while service is stopping.
GCN_E_MODULE_NOT_FOUND0x803B0021Operation cannot be performed while service module not found.
GCN_E_NO_REQUEST_HANDLERS0x803B0022Request Handlers not present to handle the JSON request.
GCN_E_REQUEST_UNSUPPORTED0x803B0023The specified request is unsupported.
GCN_E_RUNTIMEKEYS_FAILED0x803B0024Add runtime keys to container failed.
GCN_E_NETADAPTER_TIMEOUT0x803B0025Timeout while waiting for network adapter with the given instance id
GCN_E_NETADAPTER_NOT_FOUND0x803B0026Network adapter not found for the given instance id
GCN_E_NETCOMPARTMENT_NOT_FOUND0x803B0027Network compartment not found for the given id
GCN_E_NETINTERFACE_NOT_FOUND0x803B0028Network interface not found for the given id
GCN_E_DEFAULTNAMESPACE_EXISTS0x803B0029Default Namespace already exists
SDIAG_E_CANCELLED0x803C0100The operation was cancelled.
SDIAG_E_SCRIPT0x803C0101An error occurred when running a PowerShell script.
SDIAG_E_POWERSHELL0x803C0102An error occurred when interacting with PowerShell runtime.
SDIAG_E_MANAGEDHOST0x803C0103An error occurred in the Scripted Diagnostic Managed Host.
SDIAG_E_NOVERIFIER0x803C0104The troubleshooting pack does not contain a required verifier to complete the verification.
SDIAG_E_DISABLED0x803C0106Scripted diagnostics is disabled by group policy.
SDIAG_E_TRUST0x803C0107Trust validation of the troubleshooting pack failed.
SDIAG_E_CANNOTRUN0x803C0108The troubleshooting pack cannot be executed on this system.
SDIAG_E_VERSION0x803C0109This version of the troubleshooting pack is not supported.
SDIAG_E_RESOURCE0x803C010AA required resource cannot be loaded.
SDIAG_E_ROOTCAUSE0x803C010BThe troubleshooting pack reported information for a root cause without adding the root cause.
WS_E_INVALID_FORMAT0x803D0000The input data was not in the expected format or did not have the expected value.
WS_E_OBJECT_FAULTED0x803D0001The operation could not be completed because the object is in a faulted state due to a previous error.
WS_E_NUMERIC_OVERFLOW0x803D0002The operation could not be completed because it would lead to numeric overflow.
WS_E_INVALID_OPERATION0x803D0003The operation is not allowed due to the current state of the object.
WS_E_OPERATION_ABORTED0x803D0004The operation was aborted.
WS_E_ENDPOINT_ACCESS_DENIED0x803D0005Access was denied by the remote endpoint.
WS_E_OPERATION_TIMED_OUT0x803D0006The operation did not complete within the time allotted.
WS_E_OPERATION_ABANDONED0x803D0007The operation was abandoned.
WS_E_QUOTA_EXCEEDED0x803D0008A quota was exceeded.
WS_E_NO_TRANSLATION_AVAILABLE0x803D0009The information was not available in the specified language.
WS_E_SECURITY_VERIFICATION_FAILURE0x803D000ASecurity verification was not successful for the received data.
WS_E_ADDRESS_IN_USE0x803D000BThe address is already being used.
WS_E_ADDRESS_NOT_AVAILABLE0x803D000CThe address is not valid for this context.
WS_E_ENDPOINT_NOT_FOUND0x803D000DThe remote endpoint does not exist or could not be located.
WS_E_ENDPOINT_NOT_AVAILABLE0x803D000EThe remote endpoint is not currently in service at this location.
WS_E_ENDPOINT_FAILURE0x803D000FThe remote endpoint could not process the request.
WS_E_ENDPOINT_UNREACHABLE0x803D0010The remote endpoint was not reachable.
WS_E_ENDPOINT_ACTION_NOT_SUPPORTED0x803D0011The operation was not supported by the remote endpoint.
WS_E_ENDPOINT_TOO_BUSY0x803D0012The remote endpoint is unable to process the request due to being overloaded.
WS_E_ENDPOINT_FAULT_RECEIVED0x803D0013A message containing a fault was received from the remote endpoint.
WS_E_ENDPOINT_DISCONNECTED0x803D0014The connection with the remote endpoint was terminated.
WS_E_PROXY_FAILURE0x803D0015The HTTP proxy server could not process the request.
WS_E_PROXY_ACCESS_DENIED0x803D0016Access was denied by the HTTP proxy server.
WS_E_NOT_SUPPORTED0x803D0017The requested feature is not available on this platform.
WS_E_PROXY_REQUIRES_BASIC_AUTH0x803D0018The HTTP proxy server requires HTTP authentication scheme 'basic'.
WS_E_PROXY_REQUIRES_DIGEST_AUTH0x803D0019The HTTP proxy server requires HTTP authentication scheme 'digest'.
WS_E_PROXY_REQUIRES_NTLM_AUTH0x803D001AThe HTTP proxy server requires HTTP authentication scheme 'NTLM'.
WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH0x803D001BThe HTTP proxy server requires HTTP authentication scheme 'negotiate'.
WS_E_SERVER_REQUIRES_BASIC_AUTH0x803D001CThe remote endpoint requires HTTP authentication scheme 'basic'.
WS_E_SERVER_REQUIRES_DIGEST_AUTH0x803D001DThe remote endpoint requires HTTP authentication scheme 'digest'.
WS_E_SERVER_REQUIRES_NTLM_AUTH0x803D001EThe remote endpoint requires HTTP authentication scheme 'NTLM'.
WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH0x803D001FThe remote endpoint requires HTTP authentication scheme 'negotiate'.
WS_E_INVALID_ENDPOINT_URL0x803D0020The endpoint address URL is invalid.
WS_E_OTHER0x803D0021Unrecognized error occurred in the Windows Web Services framework.
WS_E_SECURITY_TOKEN_EXPIRED0x803D0022A security token was rejected by the server because it has expired.
WS_E_SECURITY_SYSTEM_FAILURE0x803D0023A security operation failed in the Windows Web Services framework.
WPN_E_CHANNEL_CLOSED0x803E0100The notification channel has already been closed.
WPN_E_CHANNEL_REQUEST_NOT_COMPLETE0x803E0101The notification channel request did not complete successfully.
WPN_E_INVALID_APP0x803E0102The application identifier provided is invalid.
WPN_E_OUTSTANDING_CHANNEL_REQUEST0x803E0103A notification channel request for the provided application identifier is in progress.
WPN_E_DUPLICATE_CHANNEL0x803E0104The channel identifier is already tied to another application endpoint.
WPN_E_PLATFORM_UNAVAILABLE0x803E0105The notification platform is unavailable.
WPN_E_NOTIFICATION_POSTED0x803E0106The notification has already been posted.
WPN_E_NOTIFICATION_HIDDEN0x803E0107The notification has already been hidden.
WPN_E_NOTIFICATION_NOT_POSTED0x803E0108The notification cannot be hidden until it has been shown.
WPN_E_CLOUD_DISABLED0x803E0109Cloud notifications have been turned off.
WPN_E_CLOUD_INCAPABLE0x803E0110The application does not have the cloud notification capability.
WPN_E_NOTIFICATION_DISABLED0x803E0111Settings prevent the notification from being delivered.
WPN_E_NOTIFICATION_INCAPABLE0x803E0112Application capabilities prevent the notification from being delivered.
WPN_E_INTERNET_INCAPABLE0x803E0113The application does not have the internet access capability.
WPN_E_NOTIFICATION_TYPE_DISABLED0x803E0114Settings prevent the notification type from being delivered.
WPN_E_NOTIFICATION_SIZE0x803E0115The size of the notification content is too large.
WPN_E_TAG_SIZE0x803E0116The size of the notification tag is too large.
WPN_E_ACCESS_DENIED0x803E0117The notification platform doesn't have appropriate privilege on resources.
WPN_E_DUPLICATE_REGISTRATION0x803E0118The notification platform found application is already registered.
WPN_E_PUSH_NOTIFICATION_INCAPABLE0x803E0119The application background task does not have the push notification capability.
WPN_E_CLOUD_AUTH_UNAVAILABLE0x803E011AThe notification platform is unable to retrieve the authentication credentials required to connect to the cloud notification service.
WPN_E_CLOUD_SERVICE_UNAVAILABLE0x803E011BThe notification platform is unable to connect to the cloud notification service.
WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION0x803E011CThe notification platform is unable to initialize a callback for lock screen updates.
WPN_E_DEV_ID_SIZE0x803E0120The size of the developer id for scheduled notification is too large.
WPN_E_TAG_ALPHANUMERIC0x803E012AThe notification tag is not alphanumeric.
WPN_E_INVALID_HTTP_STATUS_CODE0x803E012BThe notification platform has received invalid HTTP status code other than 2xx for polling.
WPN_E_OUT_OF_SESSION0x803E0200The notification platform has run out of presentation layer sessions.
WPN_E_POWER_SAVE0x803E0201The notification platform rejects image download request due to system in power save mode.
WPN_E_IMAGE_NOT_FOUND_IN_CACHE0x803E0202The notification platform doesn't have the requested image in its cache.
WPN_E_ALL_URL_NOT_COMPLETED0x803E0203The notification platform cannot complete all of requested image.
WPN_E_INVALID_CLOUD_IMAGE0x803E0204A cloud image downloaded from the notification platform is invalid.
WPN_E_NOTIFICATION_ID_MATCHED0x803E0205Notification Id provided as filter is matched with what the notification platform maintains.
WPN_E_CALLBACK_ALREADY_REGISTERED0x803E0206Notification callback interface is already registered.
WPN_E_TOAST_NOTIFICATION_DROPPED0x803E0207Toast Notification was dropped without being displayed to the user.
WPN_E_STORAGE_LOCKED0x803E0208The notification platform does not have the proper privileges to complete the request.
WPN_E_GROUP_SIZE0x803E0209The size of the notification group is too large.
WPN_E_GROUP_ALPHANUMERIC0x803E020AThe notification group is not alphanumeric.
WPN_E_CLOUD_DISABLED_FOR_APP0x803E020BCloud notifications have been disabled for the application due to a policy setting.
INPUT_E_OUT_OF_ORDER0x80400000Input data cannot be processed in the non-chronological order.
INPUT_E_REENTRANCY0x80400001Requested operation cannot be performed inside the callback or event handler.
INPUT_E_MULTIMODAL0x80400002Input cannot be processed because there is ongoing interaction with another pointer type.
INPUT_E_PACKET0x80400003One or more fields in the input packet are invalid.
INPUT_E_FRAME0x80400004Packets 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_HISTORY0x80400005The 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_INFO0x80400006Failed to retrieve information about the input device.
INPUT_E_TRANSFORM0x80400007Coordinate system transformation failed to transform the data.
INPUT_E_DEVICE_PROPERTY0x80400008The property is not supported or not reported correctly by the input device.
E_MBN_CONTEXT_NOT_ACTIVATED0x80548201Context is not activated.
E_MBN_BAD_SIM0x80548202Bad SIM is inserted.
E_MBN_DATA_CLASS_NOT_AVAILABLE0x80548203Requested data class is not available.
E_MBN_INVALID_ACCESS_STRING0x80548204Access point name (APN) or Access string is incorrect.
E_MBN_MAX_ACTIVATED_CONTEXTS0x80548205Max activated contexts have reached.
E_MBN_PACKET_SVC_DETACHED0x80548206Device is in packet detach state.
E_MBN_PROVIDER_NOT_VISIBLE0x80548207Provider is not visible.
E_MBN_RADIO_POWER_OFF0x80548208Radio is powered off.
E_MBN_SERVICE_NOT_ACTIVATED0x80548209MBN subscription is not activated.
E_MBN_SIM_NOT_INSERTED0x8054820ASIM is not inserted.
E_MBN_VOICE_CALL_IN_PROGRESS0x8054820BVoice call in progress.
E_MBN_INVALID_CACHE0x8054820CVisible provider cache is invalid.
E_MBN_NOT_REGISTERED0x8054820DDevice is not registered.
E_MBN_PROVIDERS_NOT_FOUND0x8054820EProviders not found.
E_MBN_PIN_NOT_SUPPORTED0x8054820FPin is not supported.
E_MBN_PIN_REQUIRED0x80548210Pin is required.
E_MBN_PIN_DISABLED0x80548211PIN is disabled.
E_MBN_FAILURE0x80548212Generic Failure.
E_MBN_INVALID_PROFILE0x80548218Profile is invalid.
E_MBN_DEFAULT_PROFILE_EXIST0x80548219Default profile exist.
E_MBN_SMS_ENCODING_NOT_SUPPORTED0x80548220SMS encoding is not supported.
E_MBN_SMS_FILTER_NOT_SUPPORTED0x80548221SMS filter is not supported.
E_MBN_SMS_INVALID_MEMORY_INDEX0x80548222Invalid SMS memory index is used.
E_MBN_SMS_LANG_NOT_SUPPORTED0x80548223SMS language is not supported.
E_MBN_SMS_MEMORY_FAILURE0x80548224SMS memory failure occurred.
E_MBN_SMS_NETWORK_TIMEOUT0x80548225SMS network timeout happened.
E_MBN_SMS_UNKNOWN_SMSC_ADDRESS0x80548226Unknown SMSC address is used.
E_MBN_SMS_FORMAT_NOT_SUPPORTED0x80548227SMS format is not supported.
E_MBN_SMS_OPERATION_NOT_ALLOWED0x80548228SMS operation is not allowed.
E_MBN_SMS_MEMORY_FULL0x80548229Device SMS memory is full.
EAS_E_POLICY_NOT_MANAGED_BY_OS0x80550001Windows cannot evaluate this EAS policy since this is not managed by the operating system.
EAS_E_POLICY_COMPLIANT_WITH_ACTIONS0x80550002The system can be made compliant to this EAS policy if certain actions are performed by the user.
EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE0x80550003The EAS policy being evaluated cannot be enforced by the system.
EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD0x80550004EAS password policies for the user cannot be evaluated as the user has a blank password.
EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE0x80550005EAS 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_PASSWORD0x80550006The user is not allowed to change her password.
EAS_E_ADMINS_HAVE_BLANK_PASSWORD0x80550007EAS password policies cannot be evaluated as one or more admins have blank passwords.
EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD0x80550008One or more admins are not allowed to change their password.
EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD0x80550009There are other standard users present who are not allowed to change their password.
EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS0x8055000AThe EAS password policy cannot be enforced by the connected account provider of at least one administrator.
EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD0x8055000BThere 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_USER0x8055000CThe EAS password policy cannot be enforced by the connected account provider of the current user.
EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD0x8055000DThe connected account password of the current user needs to be changed for EAS password policy compliance.
PEER_E_IPV6_NOT_INSTALLED0x80630001The IPv6 protocol is not installed.
PEER_E_NOT_INITIALIZED0x80630002The component has not been initialized.
PEER_E_CANNOT_START_SERVICE0x80630003The required service cannot be started.
PEER_E_NOT_LICENSED0x80630004The P2P protocol is not licensed to run on this OS.
PEER_E_INVALID_GRAPH0x80630010The graph handle is invalid.
PEER_E_DBNAME_CHANGED0x80630011The graph database name has changed.
PEER_E_DUPLICATE_GRAPH0x80630012A graph with the same ID already exists.
PEER_E_GRAPH_NOT_READY0x80630013The graph is not ready.
PEER_E_GRAPH_SHUTTING_DOWN0x80630014The graph is shutting down.
PEER_E_GRAPH_IN_USE0x80630015The graph is still in use.
PEER_E_INVALID_DATABASE0x80630016The graph database is corrupt.
PEER_E_TOO_MANY_ATTRIBUTES0x80630017Too many attributes have been used.
PEER_E_CONNECTION_NOT_FOUND0x80630103The connection can not be found.
PEER_E_CONNECT_SELF0x80630106The peer attempted to connect to itself.
PEER_E_ALREADY_LISTENING0x80630107The peer is already listening for connections.
PEER_E_NODE_NOT_FOUND0x80630108The node was not found.
PEER_E_CONNECTION_FAILED0x80630109The Connection attempt failed.
PEER_E_CONNECTION_NOT_AUTHENTICATED0x8063010AThe peer connection could not be authenticated.
PEER_E_CONNECTION_REFUSED0x8063010BThe connection was refused.
PEER_E_CLASSIFIER_TOO_LONG0x80630201The peer name classifier is too long.
PEER_E_TOO_MANY_IDENTITIES0x80630202The maximum number of identities have been created.
PEER_E_NO_KEY_ACCESS0x80630203Unable to access a key.
PEER_E_GROUPS_EXIST0x80630204The group already exists.
PEER_E_RECORD_NOT_FOUND0x80630301The requested record could not be found.
PEER_E_DATABASE_ACCESSDENIED0x80630302Access to the database was denied.
PEER_E_DBINITIALIZATION_FAILED0x80630303The Database could not be initialized.
PEER_E_MAX_RECORD_SIZE_EXCEEDED0x80630304The record is too big.
PEER_E_DATABASE_ALREADY_PRESENT0x80630305The database already exists.
PEER_E_DATABASE_NOT_PRESENT0x80630306The database could not be found.
PEER_E_IDENTITY_NOT_FOUND0x80630401The identity could not be found.
PEER_E_EVENT_HANDLE_NOT_FOUND0x80630501The event handle could not be found.
PEER_E_INVALID_SEARCH0x80630601Invalid search.
PEER_E_INVALID_ATTRIBUTES0x80630602The search attributes are invalid.
PEER_E_INVITATION_NOT_TRUSTED0x80630701The invitation is not trusted.
PEER_E_CHAIN_TOO_LONG0x80630703The certchain is too long.
PEER_E_INVALID_TIME_PERIOD0x80630705The time period is invalid.
PEER_E_CIRCULAR_CHAIN_DETECTED0x80630706A circular cert chain was detected.
PEER_E_CERT_STORE_CORRUPTED0x80630801The certstore is corrupted.
PEER_E_NO_CLOUD0x80631001The specified PNRP cloud does not exist.
PEER_E_CLOUD_NAME_AMBIGUOUS0x80631005The cloud name is ambiguous.
PEER_E_INVALID_RECORD0x80632010The record is invalid.
PEER_E_NOT_AUTHORIZED0x80632020Not authorized.
PEER_E_PASSWORD_DOES_NOT_MEET_POLICY0x80632021The password does not meet policy requirements.
PEER_E_DEFERRED_VALIDATION0x80632030The record validation has been deferred.
PEER_E_INVALID_GROUP_PROPERTIES0x80632040The group properties are invalid.
PEER_E_INVALID_PEER_NAME0x80632050The peername is invalid.
PEER_E_INVALID_CLASSIFIER0x80632060The classifier is invalid.
PEER_E_INVALID_FRIENDLY_NAME0x80632070The friendly name is invalid.
PEER_E_INVALID_ROLE_PROPERTY0x80632071Invalid role property.
PEER_E_INVALID_CLASSIFIER_PROPERTY0x80632072Invalid classifier property.
PEER_E_INVALID_RECORD_EXPIRATION0x80632080Invalid record expiration.
PEER_E_INVALID_CREDENTIAL_INFO0x80632081Invalid credential info.
PEER_E_INVALID_CREDENTIAL0x80632082Invalid credential.
PEER_E_INVALID_RECORD_SIZE0x80632083Invalid record size.
PEER_E_UNSUPPORTED_VERSION0x80632090Unsupported version.
PEER_E_GROUP_NOT_READY0x80632091The group is not ready.
PEER_E_GROUP_IN_USE0x80632092The group is still in use.
PEER_E_INVALID_GROUP0x80632093The group is invalid.
PEER_E_NO_MEMBERS_FOUND0x80632094No members were found.
PEER_E_NO_MEMBER_CONNECTIONS0x80632095There are no member connections.
PEER_E_UNABLE_TO_LISTEN0x80632096Unable to listen.
PEER_E_IDENTITY_DELETED0x806320A0The identity does not exist.
PEER_E_SERVICE_NOT_AVAILABLE0x806320A1The service is not available.
PEER_E_CANNOT_CONVERT_PEER_NAME0x80634001The peername could not be converted to a DNS pnrp name.
PEER_E_INVALID_PEER_HOST_NAME0x80634002Invalid peer host name.
PEER_E_NO_MORE0x80634003No more data could be found.
PEER_E_PNRP_DUPLICATE_PEER_NAME0x80634005The existing peer name is already registered.
PEER_E_CONTACT_NOT_FOUND0x80636001THe contact could not be found.
PEER_E_INVITE_CANCELLED0x80637000The app invite request was cancelled by the user.
PEER_E_INVITE_RESPONSE_NOT_AVAILABLE0x80637001No response of the invite was received.
PEER_E_NOT_SIGNED_IN0x80637003User is not signed into serverless presence.
PEER_E_PRIVACY_DECLINED0x80637004The user declined the privacy policy prompt.
PEER_E_TIMEOUT0x80637005A timeout occurred.
PEER_E_INVALID_ADDRESS0x80637007The address is invalid.
PEER_E_FW_EXCEPTION_DISABLED0x80637008A required firewall exception is disabled.
PEER_E_FW_BLOCKED_BY_POLICY0x80637009The service is blocked by a firewall policy.
PEER_E_FW_BLOCKED_BY_SHIELDS_UP0x8063700AFirewall exceptions are disabled.
PEER_E_FW_DECLINED0x8063700BThe user declined to enable the firewall exceptions.
E_BLUETOOTH_ATT_INVALID_HANDLE0x80650001The attribute handle given was not valid on this server.
E_BLUETOOTH_ATT_READ_NOT_PERMITTED0x80650002The attribute cannot be read.
E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED0x80650003The attribute cannot be written.
E_BLUETOOTH_ATT_INVALID_PDU0x80650004The attribute PDU was invalid.
E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION0x80650005The attribute requires authentication before it can be read or written.
E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED0x80650006Attribute server does not support the request received from the client.
E_BLUETOOTH_ATT_INVALID_OFFSET0x80650007Offset specified was past the end of the attribute.
E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION0x80650008The attribute requires authorization before it can be read or written.
E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL0x80650009Too many prepare writes have been queued.
E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND0x8065000ANo attribute found within the given attribute handle range.
E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG0x8065000BThe attribute cannot be read or written using the Read Blob Request.
E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE0x8065000CThe Encryption Key Size used for encrypting this link is insufficient.
E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH0x8065000DThe attribute value length is invalid for the operation.
E_BLUETOOTH_ATT_UNLIKELY0x8065000EThe attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested.
E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION0x8065000FThe attribute requires encryption before it can be read or written.
E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE0x80650010The attribute type is not a supported grouping attribute as defined by a higher layer specification.
E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES0x80650011Insufficient Resources to complete the request.
E_BLUETOOTH_ATT_UNKNOWN_ERROR0x80651000An error that lies in the reserved range has been received.
E_AUDIO_ENGINE_NODE_NOT_FOUND0x80660001PortCls could not find an audio engine node exposed by a miniport driver claiming support for IMiniportAudioEngineNode.
E_HDAUDIO_EMPTY_CONNECTION_LIST0x80660002HD Audio widget encountered an unexpected empty connection list.
E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED0x80660003HD Audio widget does not support the connection list parameter.
E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED0x80660004No HD Audio subdevices were successfully created.
E_HDAUDIO_NULL_LINKED_LIST_ENTRY0x80660005An unexpected NULL pointer was encountered in a linked list.
STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE0x80670001Optimistic locking failure. Data cannot be updated if it has changed since it was read.
STATEREPOSITORY_E_STATEMENT_INPROGRESS0x80670002A prepared statement has been stepped at least once but not run to completion or reset. This may result in busy waits.
STATEREPOSITORY_E_CONFIGURATION_INVALID0x80670003The StateRepository configuration is not valid.
STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION0x80670004The StateRepository schema version is not known.
STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED0x80670005A StateRepository dictionary is not valid.
STATEREPOSITORY_E_BLOCKED0x80670006The request failed because the StateRepository is actively blocking requests.
STATEREPOSITORY_E_BUSY_RETRY0x80670007The database file is locked. The request will be retried.
STATEREPOSITORY_E_BUSY_RECOVERY_RETRY0x80670008The database file is locked because another process is busy recovering the database. The request will be retried.
STATEREPOSITORY_E_LOCKED_RETRY0x80670009A table in the database is locked. The request will be retried.
STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY0x8067000AThe shared cache for the database is locked by another connection. The request will be retried.
STATEREPOSITORY_E_TRANSACTION_REQUIRED0x8067000BA transaction is required to perform the request operation.
STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED0x8067000CThe database file is locked. The request has exceeded the allowed threshold.
STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED0x8067000DThe database file is locked because another process is busy recovering the database. The request has exceeded the allowed threshold.
STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED0x8067000EA table in the database is locked. The request has exceeded the allowed threshold.
STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED0x8067000FThe shared cache for the database is locked by another connection. The request has exceeded the allowed threshold.
STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS0x80670010The StateRepository service Stop event is in progress.
STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED0x80670011Nested transactions are not supported.
STATEREPOSITORY_ERROR_CACHE_CORRUPTED0x80670012The StateRepository cache is not valid.
ERROR_VOLSNAP_BOOTFILE_NOT_VALID0x80820001The bootfile is too small to support persistent snapshots.
ERROR_VOLSNAP_ACTIVATION_TIMEOUT0x80820002Activation of persistent snapshots on this volume took longer than was allowed.
ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME0x80830001The specified volume does not support storage tiers.
ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS0x80830002The Storage Tiers Management service detected that the specified volume is in the process of being dismounted.
ERROR_TIERING_STORAGE_TIER_NOT_FOUND0x80830003The specified storage tier could not be found on the volume. Confirm that the storage tier name is valid.
ERROR_TIERING_INVALID_FILE_ID0x80830004The file identifier specified is not valid on the volume.
ERROR_TIERING_WRONG_CLUSTER_NODE0x80830005Storage tier operations must be called on the clustering node that owns the metadata volume.
ERROR_TIERING_ALREADY_PROCESSING0x80830006The Storage Tiers Management service is already optimizing the storage tiers on the specified volume.
ERROR_TIERING_CANNOT_PIN_OBJECT0x80830007The requested object type cannot be assigned to a storage tier.
ERROR_TIERING_FILE_IS_NOT_PINNED0x80830008The requested file is not pinned to a tier.
ERROR_NOT_A_TIERED_VOLUME0x80830009The volume is not a tiered volume.
ERROR_ATTRIBUTE_NOT_PRESENT0x8083000AThe requested attribute is not present on the specified file or directory.
ONL_E_INVALID_AUTHENTICATION_TARGET0x80860001Authentication target is invalid or not configured correctly.
ONL_E_ACCESS_DENIED_BY_TOU0x80860002Your application cannot get the Online Id properties due to the Terms of Use accepted by the user.
ONL_E_INVALID_APPLICATION0x80860003The application requesting authentication tokens is either disabled or incorrectly configured.
ONL_E_PASSWORD_UPDATE_REQUIRED0x80860004Online Id password must be updated before signin.
ONL_E_ACCOUNT_UPDATE_REQUIRED0x80860005Online Id account properties must be updated before signin.
ONL_E_FORCESIGNIN0x80860006To help protect your Online Id account you must signin again.
ONL_E_ACCOUNT_LOCKED0x80860007Online Id account was locked because there have been too many attempts to sign in.
ONL_E_PARENTAL_CONSENT_REQUIRED0x80860008Online Id account requires parental consent before proceeding.
ONL_E_EMAIL_VERIFICATION_REQUIRED0x80860009Online Id signin name is not yet verified. Email verification is required before signin.
ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE0x8086000AWe 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_ABUSE0x8086000BWe detected some suspicious activity with your Online Id account. To help protect you, we've temporarily blocked your account.
ONL_E_ACTION_REQUIRED0x8086000CUser interaction is required for authentication.
ONL_CONNECTION_COUNT_LIMIT0x8086000DUser has reached the maximum device associations per user limit.
ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT0x8086000ECannot sign out from the application since the user account is connected.
ONL_E_USER_AUTHENTICATION_REQUIRED0x8086000FUser authentication is required for this operation.
ONL_E_REQUEST_THROTTLED0x80860010We want to make sure this is you. User interaction is required for authentication.
ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN0x80B00001Could not create new process from ARM architecture device.
ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN0x80B00002Could not attach to the application process from ARM architecture device.
ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN0x80B00003Could not connect to dbgsrv server from ARM architecture device.
ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN0x80B00004Could not start dbgsrv server from ARM architecture device.
ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID0x80E70001The specified fault domain type or combination of minimum / maximum fault domain type is not valid.
ERROR_SPACES_INTERNAL_ERROR0x80E70002A Storage Spaces internal error occurred.
ERROR_SPACES_RESILIENCY_TYPE_INVALID0x80E70003The specified resiliency type is not valid.
ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID0x80E70004The physical disk's sector size is not supported by the storage pool.
ERROR_SPACES_DRIVE_REDUNDANCY_INVALID0x80E70006The requested redundancy is outside of the supported range of values.
ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID0x80E70007The number of data copies requested is outside of the supported range of values.
ERROR_SPACES_PARITY_LAYOUT_INVALID0x80E70008The value for ParityLayout is outside of the supported range of values.
ERROR_SPACES_INTERLEAVE_LENGTH_INVALID0x80E70009The value for interleave length is outside of the supported range of values or is not a power of 2.
ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID0x80E7000AThe number of columns specified is outside of the supported range of values.
ERROR_SPACES_NOT_ENOUGH_DRIVES0x80E7000BThere were not enough physical disks to complete the requested operation.
ERROR_SPACES_EXTENDED_ERROR0x80E7000CExtended error information is available.
ERROR_SPACES_PROVISIONING_TYPE_INVALID0x80E7000DThe specified provisioning type is not valid.
ERROR_SPACES_ALLOCATION_SIZE_INVALID0x80E7000EThe allocation size is outside of the supported range of values.
ERROR_SPACES_ENCLOSURE_AWARE_INVALID0x80E7000FEnclosure awareness is not supported for this virtual disk.
ERROR_SPACES_WRITE_CACHE_SIZE_INVALID0x80E70010The write cache size is outside of the supported range of values.
ERROR_SPACES_NUMBER_OF_GROUPS_INVALID0x80E70011The value for number of groups is outside of the supported range of values.
ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID0x80E70012The OperationalState of the physical disk is invalid for this operation.
ERROR_SPACES_ENTRY_INCOMPLETE0x80E70013The specified log entry is not complete.
ERROR_SPACES_ENTRY_INVALID0x80E70014The specified log entry is not valid.
WEB_E_UNSUPPORTED_FORMAT0x83750001Unsupported format.
WEB_E_INVALID_XML0x83750002Invalid XML.
WEB_E_MISSING_REQUIRED_ELEMENT0x83750003Missing required element.
WEB_E_MISSING_REQUIRED_ATTRIBUTE0x83750004Missing required attribute.
WEB_E_UNEXPECTED_CONTENT0x83750005Unexpected content.
WEB_E_RESOURCE_TOO_LARGE0x83750006Resource too large.
WEB_E_INVALID_JSON_STRING0x83750007Invalid JSON string.
WEB_E_INVALID_JSON_NUMBER0x83750008Invalid JSON number.
WEB_E_JSON_VALUE_NOT_FOUND0x83750009JSON value not found.
E_INVALID_PROTOCOL_OPERATION0x83760001Invalid operation performed by the protocol.
E_INVALID_PROTOCOL_FORMAT0x83760002Invalid data format for the specific protocol operation.
E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED0x83760003Protocol extensions are not supported.
E_SUBPROTOCOL_NOT_SUPPORTED0x83760004Subprotocol is not supported.
E_PROTOCOL_VERSION_NOT_SUPPORTED0x83760005Incorrect protocol version.
SQLITE_E_ERROR0x87AF0001SQL error or missing database
SQLITE_E_INTERNAL0x87AF0002Internal logic error in SQLite
SQLITE_E_PERM0x87AF0003Access permission denied
SQLITE_E_ABORT0x87AF0004Callback routine requested an abort
SQLITE_E_BUSY0x87AF0005The database file is locked
SQLITE_E_LOCKED0x87AF0006A table in the database is locked
SQLITE_E_NOMEM0x87AF0007A malloc() failed
SQLITE_E_READONLY0x87AF0008Attempt to write a readonly database
SQLITE_E_INTERRUPT0x87AF0009Operation terminated by sqlite3_interrupt()
SQLITE_E_IOERR0x87AF000ASome kind of disk I/O error occurred
SQLITE_E_CORRUPT0x87AF000BThe database disk image is malformed
SQLITE_E_NOTFOUND0x87AF000CUnknown opcode in sqlite3_file_control()
SQLITE_E_FULL0x87AF000DInsertion failed because database is full
SQLITE_E_CANTOPEN0x87AF000EUnable to open the database file
SQLITE_E_PROTOCOL0x87AF000FDatabase lock protocol error
SQLITE_E_EMPTY0x87AF0010Database is empty
SQLITE_E_SCHEMA0x87AF0011The database schema changed
SQLITE_E_TOOBIG0x87AF0012String or BLOB exceeds size limit
SQLITE_E_CONSTRAINT0x87AF0013Abort due to constraint violation
SQLITE_E_MISMATCH0x87AF0014Data type mismatch
SQLITE_E_MISUSE0x87AF0015Library used incorrectly
SQLITE_E_NOLFS0x87AF0016Uses OS features not supported on host
SQLITE_E_AUTH0x87AF0017Authorization denied
SQLITE_E_FORMAT0x87AF0018Auxiliary database format error
SQLITE_E_RANGE0x87AF00192nd parameter to sqlite3_bind out of range
SQLITE_E_NOTADB0x87AF001AFile opened that is not a database file
SQLITE_E_NOTICE0x87AF001BNotifications from sqlite3_log()
SQLITE_E_WARNING0x87AF001CWarnings from sqlite3_log()
SQLITE_E_ROW0x87AF0064sqlite3_step() has another row ready
SQLITE_E_DONE0x87AF0065sqlite3_step() has finished executing
SQLITE_E_MISSING_COLLSEQ0x87AF0101SQLITE_ERROR_MISSING_COLLSEQ
SQLITE_E_BUSY_RECOVERY0x87AF0105SQLITE_BUSY_RECOVERY
SQLITE_E_LOCKED_SHAREDCACHE0x87AF0106SQLITE_LOCKED_SHAREDCACHE
SQLITE_E_READONLY_RECOVERY0x87AF0108SQLITE_READONLY_RECOVERY
SQLITE_E_IOERR_READ0x87AF010ASQLITE_IOERR_READ
SQLITE_E_CORRUPT_VTAB0x87AF010BSQLITE_CORRUPT_VTAB
SQLITE_E_CANTOPEN_NOTEMPDIR0x87AF010ESQLITE_CANTOPEN_NOTEMPDIR
SQLITE_E_CONSTRAINT_CHECK0x87AF0113SQLITE_CONSTRAINT_CHECK
SQLITE_E_NOTICE_RECOVER_WAL0x87AF011BSQLITE_NOTICE_RECOVER_WAL
SQLITE_E_WARNING_AUTOINDEX0x87AF011CSQLITE_WARNING_AUTOINDEX
SQLITE_E_RETRY0x87AF0201SQLITE_ERROR_RETRY
SQLITE_E_ABORT_ROLLBACK0x87AF0204SQLITE_ABORT_ROLLBACK
SQLITE_E_BUSY_SNAPSHOT0x87AF0205SQLITE_BUSY_SNAPSHOT
SQLITE_E_READONLY_CANTLOCK0x87AF0208SQLITE_READONLY_CANTLOCK
SQLITE_E_IOERR_SHORT_READ0x87AF020ASQLITE_IOERR_SHORT_READ
SQLITE_E_CANTOPEN_ISDIR0x87AF020ESQLITE_CANTOPEN_ISDIR
SQLITE_E_CONSTRAINT_COMMITHOOK0x87AF0213SQLITE_CONSTRAINT_COMMITHOOK
SQLITE_E_NOTICE_RECOVER_ROLLBACK0x87AF021BSQLITE_NOTICE_RECOVER_ROLLBACK
SQLITE_E_READONLY_ROLLBACK0x87AF0308SQLITE_READONLY_ROLLBACK
SQLITE_E_IOERR_WRITE0x87AF030ASQLITE_IOERR_WRITE
SQLITE_E_CANTOPEN_FULLPATH0x87AF030ESQLITE_CANTOPEN_FULLPATH
SQLITE_E_CONSTRAINT_FOREIGNKEY0x87AF0313SQLITE_CONSTRAINT_FOREIGNKEY
SQLITE_E_READONLY_DBMOVED0x87AF0408SQLITE_READONLY_DBMOVED
SQLITE_E_IOERR_FSYNC0x87AF040ASQLITE_IOERR_FSYNC
SQLITE_E_CANTOPEN_CONVPATH0x87AF040ESQLITE_CANTOPEN_CONVPATH
SQLITE_E_CONSTRAINT_FUNCTION0x87AF0413SQLITE_CONSTRAINT_FUNCTION
SQLITE_E_READONLY_CANTINIT0x87AF0508SQLITE_READONLY_CANTINIT
SQLITE_E_IOERR_DIR_FSYNC0x87AF050ASQLITE_IOERR_DIR_FSYNC
SQLITE_E_CONSTRAINT_NOTNULL0x87AF0513SQLITE_CONSTRAINT_NOTNULL
SQLITE_E_READONLY_DIRECTORY0x87AF0608SQLITE_READONLY_DIRECTORY
SQLITE_E_IOERR_TRUNCATE0x87AF060ASQLITE_IOERR_TRUNCATE
SQLITE_E_CONSTRAINT_PRIMARYKEY0x87AF0613SQLITE_CONSTRAINT_PRIMARYKEY
SQLITE_E_IOERR_FSTAT0x87AF070ASQLITE_IOERR_FSTAT
SQLITE_E_CONSTRAINT_TRIGGER0x87AF0713SQLITE_CONSTRAINT_TRIGGER
SQLITE_E_IOERR_UNLOCK0x87AF080ASQLITE_IOERR_UNLOCK
SQLITE_E_CONSTRAINT_UNIQUE0x87AF0813SQLITE_CONSTRAINT_UNIQUE
SQLITE_E_IOERR_RDLOCK0x87AF090ASQLITE_IOERR_RDLOCK
SQLITE_E_CONSTRAINT_VTAB0x87AF0913SQLITE_CONSTRAINT_VTAB
SQLITE_E_IOERR_DELETE0x87AF0A0ASQLITE_IOERR_DELETE
SQLITE_E_CONSTRAINT_ROWID0x87AF0A13SQLITE_CONSTRAINT_ROWID
SQLITE_E_IOERR_BLOCKED0x87AF0B0ASQLITE_IOERR_BLOCKED
SQLITE_E_IOERR_NOMEM0x87AF0C0ASQLITE_IOERR_NOMEM
SQLITE_E_IOERR_ACCESS0x87AF0D0ASQLITE_IOERR_ACCESS
SQLITE_E_IOERR_CHECKRESERVEDLOCK0x87AF0E0ASQLITE_IOERR_CHECKRESERVEDLOCK
SQLITE_E_IOERR_LOCK0x87AF0F0ASQLITE_IOERR_LOCK
SQLITE_E_IOERR_CLOSE0x87AF100ASQLITE_IOERR_CLOSE
SQLITE_E_IOERR_DIR_CLOSE0x87AF110ASQLITE_IOERR_DIR_CLOSE
SQLITE_E_IOERR_SHMOPEN0x87AF120ASQLITE_IOERR_SHMOPEN
SQLITE_E_IOERR_SHMSIZE0x87AF130ASQLITE_IOERR_SHMSIZE
SQLITE_E_IOERR_SHMLOCK0x87AF140ASQLITE_IOERR_SHMLOCK
SQLITE_E_IOERR_SHMMAP0x87AF150ASQLITE_IOERR_SHMMAP
SQLITE_E_IOERR_SEEK0x87AF160ASQLITE_IOERR_SEEK
SQLITE_E_IOERR_DELETE_NOENT0x87AF170ASQLITE_IOERR_DELETE_NOENT
SQLITE_E_IOERR_MMAP0x87AF180ASQLITE_IOERR_MMAP
SQLITE_E_IOERR_GETTEMPPATH0x87AF190ASQLITE_IOERR_GETTEMPPATH
SQLITE_E_IOERR_VNODE0x87AF1A02SQLITE_IOERR_VNODE
SQLITE_E_IOERR_AUTH0x87AF1A03SQLITE_IOERR_AUTH
SQLITE_E_IOERR_CONVPATH0x87AF1A0ASQLITE_IOERR_CONVPATH
SQLITE_E_IOERR_BEGIN_ATOMIC0x87AF1B03SQLITE_IOERR_BEGIN_ATOMIC
SQLITE_E_IOERR_COMMIT_ATOMIC0x87AF1C03SQLITE_IOERR_COMMIT_ATOMIC
SQLITE_E_IOERR_ROLLBACK_ATOMIC0x87AF1D03SQLITE_IOERR_ROLLBACK_ATOMIC
UTC_E_TOGGLE_TRACE_STARTED0x87C51001Toggle (alternative) trace started
UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT0x87C51002Cannot pre-empt running trace: The current trace has a higher priority
UTC_E_AOT_NOT_RUNNING0x87C51003The always-on-trace is not running
UTC_E_SCRIPT_TYPE_INVALID0x87C51004RunScriptAction contains an invalid script type
UTC_E_SCENARIODEF_NOT_FOUND0x87C51005Requested scenario definition cannot be found
UTC_E_TRACEPROFILE_NOT_FOUND0x87C51006Requested trace profile cannot be found
UTC_E_FORWARDER_ALREADY_ENABLED0x87C51007Trigger forwarder is already enabled
UTC_E_FORWARDER_ALREADY_DISABLED0x87C51008Trigger forwarder is already disabled
UTC_E_EVENTLOG_ENTRY_MALFORMED0x87C51009Cannot parse EventLog XML: The entry is malformed
UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH0x87C5100A<diagrules> node contains a schemaversion which is not compatible with this client
UTC_E_SCRIPT_TERMINATED0x87C5100BRunScriptAction was forced to terminate a script
UTC_E_INVALID_CUSTOM_FILTER0x87C5100CToggleTraceWithCustomFilterAction contains an invalid custom filter
UTC_E_TRACE_NOT_RUNNING0x87C5100DThe trace is not running
UTC_E_REESCALATED_TOO_QUICKLY0x87C5100EA scenario failed to escalate: This scenario has escalated too recently
UTC_E_ESCALATION_ALREADY_RUNNING0x87C5100FA scenario failed to escalate: This scenario is already running an escalation
UTC_E_PERFTRACK_ALREADY_TRACING0x87C51010Cannot start tracing: PerfTrack component is already tracing
UTC_E_REACHED_MAX_ESCALATIONS0x87C51011A scenario failed to escalate: This scenario has reached max escalations for this escalation type
UTC_E_FORWARDER_PRODUCER_MISMATCH0x87C51012Cannot update forwarder: The forwarder passed to the function is of a different type
UTC_E_INTENTIONAL_SCRIPT_FAILURE0x87C51013RunScriptAction failed intentionally to force this escalation to terminate
UTC_E_SQM_INIT_FAILED0x87C51014Failed to initialize SQM logger
UTC_E_NO_WER_LOGGER_SUPPORTED0x87C51015Failed to initialize WER logger: This system does not support WER for UTC
UTC_E_TRACERS_DONT_EXIST0x87C51016The TraceManager has attempted to take a tracing action without initializing tracers
UTC_E_WINRT_INIT_FAILED0x87C51017WinRT initialization failed
UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH0x87C51018<scenario> node contains a schemaversion that is not compatible with this client
UTC_E_INVALID_FILTER0x87C51019Scenario contains an invalid filter that can never be satisfied
UTC_E_EXE_TERMINATED0x87C5101ARunExeWithArgsAction was forced to terminate a running executable
UTC_E_ESCALATION_NOT_AUTHORIZED0x87C5101BEscalation for scenario failed due to insufficient permissions
UTC_E_SETUP_NOT_AUTHORIZED0x87C5101CSetup for scenario failed due to insufficient permissions
UTC_E_CHILD_PROCESS_FAILED0x87C5101DA process launched by UTC failed with a non-zero exit code.
UTC_E_COMMAND_LINE_NOT_AUTHORIZED0x87C5101EA RunExeWithArgs action contains an unauthorized command line.
UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML0x87C5101FUTC cannot load Scenario Editor XML. Convert the scenario file to a DiagTrack XML using the editor.
UTC_E_ESCALATION_TIMED_OUT0x87C51020Escalation for scenario has timed out
UTC_E_SETUP_TIMED_OUT0x87C51021Setup for scenario has timed out
UTC_E_TRIGGER_MISMATCH0x87C51022The given trigger does not match the expected trigger type
UTC_E_TRIGGER_NOT_FOUND0x87C51023Requested trigger cannot be found
UTC_E_SIF_NOT_SUPPORTED0x87C51024SIF is not supported on the machine
UTC_E_DELAY_TERMINATED0x87C51025The delay action was terminated
UTC_E_DEVICE_TICKET_ERROR0x87C51026The device ticket was not obtained
UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED0x87C51027The trace profile needs more memory than is available for tracing
UTC_E_API_RESULT_UNAVAILABLE0x87C51028The API was not completed successfully so the result is unavailable
UTC_E_RPC_TIMEOUT0x87C51029The requested API encountered a timeout in the API manager
UTC_E_RPC_WAIT_FAILED0x87C5102AThe synchronous API encountered a wait failure
UTC_E_API_BUSY0x87C5102BThe UTC API is busy with another request
UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET0x87C5102CThe running trace profile does not have a sufficient runtime to fulfill the escalation request
UTC_E_EXCLUSIVITY_NOT_AVAILABLE0x87C5102DThe trace profile could not be started because it requires exclusivity and another higher priority trace is already running
UTC_E_GETFILE_FILE_PATH_NOT_APPROVED0x87C5102EThe file path is not approved for the GetFile escalation action
UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS0x87C5102FThe escalation working directory for the requested escalation could not be created because it already exists
UTC_E_TIME_TRIGGER_ON_START_INVALID0x87C51030Time triggers cannot be used on a transition originating from the "_start" state
UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION0x87C51031Time triggers can only be attached to a single transition
UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE0x87C51032Time trigger duration must fall within an inclusive range of one second and 15 minutes
UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE0x87C51033Only one Time Trigger is allowed per state
UTC_E_BINARY_MISSING0x87C51034A RunExeWithArgs action contains a binary which is not present on the targeted device.
UTC_E_NETWORK_CAPTURE_NOT_ALLOWED0x87C51035A network capture trace is not allowed.
UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID0x87C51036UTC failed to identify the container id to use for a scenario escalation action.
UTC_E_UNABLE_TO_RESOLVE_SESSION0x87C51037Failed to resolve session ID during API invocation.
UTC_E_THROTTLED0x87C51038UTC has throttled the event for firing too often.
UTC_E_UNAPPROVED_SCRIPT0x87C51039The script is not approved to run as part of DiagTrack scenario.
UTC_E_SCRIPT_MISSING0x87C5103AThe script referenced in DiagTrack scenario is not present on the system.
UTC_E_SCENARIO_THROTTLED0x87C5103BA trigger in this scenario is throttled, blocking the scenario from being loaded.
UTC_E_API_NOT_SUPPORTED0x87C5103CThe requested UTC API call is not supported on this device.
UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED0x87C5103DThe file path is not approved for collection on external rings for the GetFile escalation action.
UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED0x87C5103EQuerying a scenario definition exceeded the specified maximum timeout.
UTC_E_CERT_REV_FAILED0x87C5103FCertification 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_NDISCAP0x87C51040Failed to start NDISCAP service for network packet capture trace.
UTC_E_KERNELDUMP_LIMIT_REACHED0x87C51041UTC can perform no more than one KernelDump action on a device every 24 hours.
UTC_E_MISSING_AGGREGATE_EVENT_TAG0x87C51042The event contained an aggregation or differential privacy structure, but did not specify MICROSOFT_EVENTTAG_AGGREGATE.
UTC_E_INVALID_AGGREGATION_STRUCT0x87C51043The event contained an invalid aggregation or differential privacy structure.
UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION0x87C51044The action cannot be completed in the specified destination.
UTC_E_FILTER_MISSING_ATTRIBUTE0x87C51045Filter command is missing a required attribute.
UTC_E_FILTER_INVALID_TYPE0x87C51046Filter command contains an unsupported type.
UTC_E_FILTER_VARIABLE_NOT_FOUND0x87C51047Filter variable does not exist at point of evaluation.
UTC_E_FILTER_FUNCTION_RESTRICTED0x87C51048Filter command is not allowed in the current context.
UTC_E_FILTER_VERSION_MISMATCH0x87C51049Requested filter version is incompatible with available version.
UTC_E_FILTER_INVALID_FUNCTION0x87C51050Filter does not support this function.
UTC_E_FILTER_INVALID_FUNCTION_PARAMS0x87C51051Filter function does not accept the provided parameter types and/or count.
UTC_E_FILTER_INVALID_COMMAND0x87C51052Filter command does not exist or is incorrectly formatted.
UTC_E_FILTER_ILLEGAL_EVAL0x87C51053Filter types can not be compared to each other.
UTC_E_TTTRACER_RETURNED_ERROR0x87C51054TTTracer executable returned a code other than ERROR_SUCCESS.
UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE0x87C51055The total size of the compressed escalation data payload exceeded the allowable limit.
UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS0x87C51056Escalation data was not completely transferred from agent to host.
UTC_E_SCENARIO_HAS_NO_ACTIONS0x87C51057An escalation was requested for a scenario which has no actions for the passed type.
UTC_E_TTTRACER_STORAGE_FULL0x87C51058UTC allocated space for TTTracer escalations is full.
UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE0x87C51059Disk needs minimum of 15GB to start TTD recording session.
UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN0x87C5105AEscalation was cancelled due to component shutdown.
UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED0x87C5105BThe file for the GetFileInfo action must be under the \\Windows, \\Program Files, or \\Program Files (x86) directories.
WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES0x88010001One 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_SUPPORTED0x88010002This computer is not fully encrypted. There are fixed volumes present which are not supported for encryption.
WEP_E_HARDWARE_NOT_COMPLIANT0x88010003This computer does not meet the hardware requirements to support device encryption with the installed 3rd party provider.
WEP_E_LOCK_NOT_CONFIGURED0x88010004This computer cannot support device encryption because the requisites for the device lock feature are not configured.
WEP_E_PROTECTION_SUSPENDED0x88010005Protection is enabled on this volume but is not in the active state.
WEP_E_NO_LICENSE0x88010006The 3rd party provider has been installed, but cannot activate encryption because a license has not been activated.
WEP_E_OS_NOT_PROTECTED0x88010007The operating system drive is not protected by 3rd party drive encryption.
WEP_E_UNEXPECTED_FAIL0x88010008Unexpected failure was encountered while calling into the 3rd Party drive encryption plugin.
WEP_E_BUFFER_TOO_LARGE0x88010009The input buffer size for the lockout metadata used by the 3rd party drive encryption is too large.
E_SYNCENGINE_FILE_SIZE_OVER_LIMIT0x8802B001The file size is larger than supported by the sync engine.
E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA0x8802B002The file cannot be uploaded because it doesn't fit in the user's available service provided storage space.
E_SYNCENGINE_UNSUPPORTED_FILE_NAME0x8802B003The file name contains invalid characters.
E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED0x8802B004The maximum file count has been reached for this folder in the sync engine.
E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR0x8802B005The file sync has been delegated to another program and has run into an issue.
E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE0x8802B006Sync has been delayed due to a throttling request from the service.
E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN0x8802C002We can't seem to find that file. Please try again later.
E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED0x8802C003The account you're signed in with doesn't have permission to open this file.
E_SYNCENGINE_UNKNOWN_SERVICE_ERROR0x8802C004There was a problem connecting to the service. Please try again later.
E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE0x8802C005Sorry, there was a problem downloading the file.
E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE0x8802C006We're having trouble downloading the file right now. Please try again later.
E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR0x8802C007We're having trouble downloading the file right now. Please try again later.
E_SYNCENGINE_FOLDER_INACCESSIBLE0x8802D001The sync engine does not have permissions to access a local folder under the sync root.
E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME0x8802D002The folder name contains invalid characters.
E_SYNCENGINE_UNSUPPORTED_MARKET0x8802D003The sync engine is not allowed to run in your current market.
E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED0x8802D004All files and folders can't be uploaded because a path of a file or folder is too long.
E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED0x8802D005All file and folders cannot be synchronized because a path of a file or folder would exceed the local path limit.
E_SYNCENGINE_CLIENT_UPDATE_NEEDED0x8802D006Updates are needed in order to use the sync engine.
E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED0x8802D007The sync engine needs to authenticate with a proxy server.
E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED0x8802D008There was a problem setting up the storage services for the account.
E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT0x8802D009Files can't be uploaded because there's an unsupported reparse point.
E_SYNCENGINE_STORAGE_SERVICE_BLOCKED0x8802D00AThe service has blocked your account from accessing the storage service.
E_SYNCENGINE_FOLDER_IN_REDIRECTION0x8802D00BThe action can't be performed right now because this folder is being moved. Please try again later.
D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS0x88790001The application has exceeded the maximum number of unique state objects per Direct3D device. The limit is 4096 for feature levels up to 11.1.
D3D10_ERROR_FILE_NOT_FOUND0x88790002The specified file was not found.
DXGI_ERROR_INVALID_CALL0x887A0001The application made a call that is invalid. Either the parameters of the call or the state of some object was incorrect. Enable the D3D debug layer in order to see details via debug messages.
DXGI_ERROR_NOT_FOUND0x887A0002The object was not found. If calling IDXGIFactory::EnumAdaptes, there is no adapter with the specified ordinal.
DXGI_ERROR_MORE_DATA0x887A0003The caller did not supply a sufficiently large buffer.
DXGI_ERROR_UNSUPPORTED0x887A0004The specified device interface or feature level is not supported on this system.
DXGI_ERROR_DEVICE_REMOVED0x887A0005The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.
DXGI_ERROR_DEVICE_HUNG0x887A0006The GPU will not respond to more commands, most likely because of an invalid command passed by the calling application.
DXGI_ERROR_DEVICE_RESET0x887A0007The GPU will not respond to more commands, most likely because some other application submitted invalid commands. The calling application should re-create the device and continue.
DXGI_ERROR_WAS_STILL_DRAWING0x887A000AThe GPU was busy at the moment when the call was made, and the call was neither executed nor scheduled.
DXGI_ERROR_FRAME_STATISTICS_DISJOINT0x887A000BAn event (such as power cycle) interrupted the gathering of presentation statistics. Any previous statistics should be considered invalid.
DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE0x887A000CFullscreen mode could not be achieved because the specified output was already in use.
DXGI_ERROR_DRIVER_INTERNAL_ERROR0x887A0020An internal issue prevented the driver from carrying out the specified operation. The driver's state is probably suspect, and the application should not continue.
DXGI_ERROR_NONEXCLUSIVE0x887A0021A global counter resource was in use, and the specified counter cannot be used by this Direct3D device at this time.
DXGI_ERROR_NOT_CURRENTLY_AVAILABLE0x887A0022A resource is not available at the time of the call, but may become available later.
DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED0x887A0023The application's remote device has been removed due to session disconnect or network disconnect. The application should call IDXGIFactory1::IsCurrent to find out when the remote device becomes available again.
DXGI_ERROR_REMOTE_OUTOFMEMORY0x887A0024The device has been removed during a remote session because the remote computer ran out of memory.
DXGI_ERROR_MODE_CHANGE_IN_PROGRESS0x887A0025An on-going mode change prevented completion of the call. The call may succeed if attempted later.
DXGI_ERROR_ACCESS_LOST0x887A0026The keyed mutex was abandoned.
DXGI_ERROR_WAIT_TIMEOUT0x887A0027The timeout value has elapsed and the resource is not yet available.
DXGI_ERROR_SESSION_DISCONNECTED0x887A0028The output duplication has been turned off because the Windows session ended or was disconnected. This happens when a remote user disconnects, or when "switch user" is used locally.
DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE0x887A0029The DXGI output (monitor) to which the swapchain content was restricted, has been disconnected or changed.
DXGI_ERROR_CANNOT_PROTECT_CONTENT0x887A002ADXGI is unable to provide content protection on the swapchain. This is typically caused by an older driver, or by the application using a swapchain that is incompatible with content protection.
DXGI_ERROR_ACCESS_DENIED0x887A002BThe application is trying to use a resource to which it does not have the required access privileges. This is most commonly caused by writing to a shared resource with read-only access.
DXGI_ERROR_NAME_ALREADY_EXISTS0x887A002CThe application is trying to create a shared handle using a name that is already associated with some other resource.
DXGI_ERROR_SDK_COMPONENT_MISSING0x887A002DThe application requested an operation that depends on an SDK component that is missing or mismatched.
DXGI_ERROR_NOT_CURRENT0x887A002EThe 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_OUTOFMEMORY0x887A0030Insufficient HW protected memory exits for proper function.
DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION0x887A0031Creating this device would violate the process's dynamic code policy.
DXGI_ERROR_NON_COMPOSITED_UI0x887A0032The operation failed because the compositor is not in control of the output.
DXGI_ERROR_CACHE_CORRUPT0x887A0033The cache is corrupt and either could not be opened or could not be reset.
DXGI_ERROR_CACHE_FULL0x887A0034This 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_COLLISION0x887A0035A cache entry was found, but the key provided does not match the key stored in the entry.
DXGI_ERROR_ALREADY_EXISTS0x887A0036The desired element already exists.
DXGI_DDI_ERR_WASSTILLDRAWING0x887B0001The GPU was busy when the operation was requested.
DXGI_DDI_ERR_UNSUPPORTED0x887B0002The driver has rejected the creation of this resource.
DXGI_DDI_ERR_NONEXCLUSIVE0x887B0003The GPU counter was in use by another process or d3d device when application requested access to it.
D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS0x887C0001The application has exceeded the maximum number of unique state objects per Direct3D device. The limit is 4096 for feature levels up to 11.1.
D3D11_ERROR_FILE_NOT_FOUND0x887C0002The specified file was not found.
D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS0x887C0003The application has exceeded the maximum number of unique view objects per Direct3D device. The limit is 2^20 for feature levels up to 11.1.
D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD0x887C0004The application's first call per command list to Map on a deferred context did not use D3D11_MAP_WRITE_DISCARD.
D3D12_ERROR_ADAPTER_NOT_FOUND0x887E0001The blob provided does not match the adapter that the device was created on.
D3D12_ERROR_DRIVER_VERSION_MISMATCH0x887E0002The blob provided was created for a different version of the driver, and must be re-created.
WINML_ERR_INVALID_DEVICE0x88900001The device is invalid or does not support machine learning.
WINML_ERR_INVALID_BINDING0x88900002The binding is incomplete or does not match the input/output description.
WINML_ERR_VALUE_NOTFOUND0x88900003An attempt was made to bind an unknown input or output.
WINML_ERR_SIZE_MISMATCH0x88900004The size of the buffer provided for a bound variable is invalid.
MILERR_OBJECTBUSY0x88980001
MILERR_INSUFFICIENTBUFFER0x88980002
MILERR_WIN32ERROR0x88980003
MILERR_SCANNER_FAILED0x88980004
MILERR_SCREENACCESSDENIED0x88980005
MILERR_DISPLAYSTATEINVALID0x88980006
MILERR_NONINVERTIBLEMATRIX0x88980007
MILERR_ZEROVECTOR0x88980008
MILERR_TERMINATED0x88980009
MILERR_BADNUMBER0x8898000A
MILERR_INTERNALERROR0x88980080An internal error (MIL bug) occurred. On checked builds, an assert would be raised.
MILERR_DISPLAYFORMATNOTSUPPORTED0x88980084The display format we need to render is not supported by the hardware device.
MILERR_INVALIDCALL0x88980085A call to this method is invalid.
MILERR_ALREADYLOCKED0x88980086Lock attempted on an already locked object.
MILERR_NOTLOCKED0x88980087Unlock attempted on an unlocked object.
MILERR_DEVICECANNOTRENDERTEXT0x88980088No algorithm available to render text with this device
MILERR_GLYPHBITMAPMISSED0x88980089Some glyph bitmaps, required for glyph run rendering, are not contained in glyph cache.
MILERR_MALFORMEDGLYPHCACHE0x8898008ASome glyph bitmaps in glyph cache are unexpectedly big.
MILERR_GENERIC_IGNORE0x8898008BMarker 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_DATA0x8898008CGuideline coordinates are not sorted properly or contain NaNs.
MILERR_NO_HARDWARE_DEVICE0x8898008DNo HW rendering device is available for this operation.
MILERR_NEED_RECREATE_AND_PRESENT0x8898008EThere has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present. There 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_INITIALIZED0x8898008FThe object has already been initialized.
MILERR_MISMATCHED_SIZE0x88980090The size of the object does not match the expected size.
MILERR_NO_REDIRECTION_SURFACE_AVAILABLE0x88980091No Redirection surface available.
MILERR_REMOTING_NOT_SUPPORTED0x88980092Remoting of this content is not supported.
MILERR_QUEUED_PRESENT_NOT_SUPPORTED0x88980093Queued Presents are not supported.
MILERR_NOT_QUEUING_PRESENTS0x88980094Queued Presents are not being used.
MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER0x88980095No redirection surface was available. Caller should retry the call.
MILERR_TOOMANYSHADERELEMNTS0x88980096Shader construction failed because it was too complex.
MILERR_MROW_READLOCK_FAILED0x88980097MROW attempt to get a read lock failed.
MILERR_MROW_UPDATE_FAILED0x88980098MROW attempt to update the data failed because another update was outstanding.
MILERR_SHADER_COMPILE_FAILED0x88980099Shader compilation failed.
MILERR_MAX_TEXTURE_SIZE_EXCEEDED0x8898009ARequested DX redirection surface size exceeded maximum texture size.
MILERR_QPC_TIME_WENT_BACKWARD0x8898009BQueryPerformanceCounter returned a time in the past.
MILERR_DXGI_ENUMERATION_OUT_OF_SYNC0x8898009DPrimary Display device returned an invalid refresh rate.
MILERR_ADAPTER_NOT_FOUND0x8898009EDWM can not find the adapter specified by the LUID.
MILERR_COLORSPACE_NOT_SUPPORTED0x8898009FThe requested bitmap color space is not supported.
MILERR_PREFILTER_NOT_SUPPORTED0x889800A0The requested bitmap pre-filtering state is not supported.
MILERR_DISPLAYID_ACCESS_DENIED0x889800A1Access is denied to the requested bitmap for the specified display id.
UCEERR_INVALIDPACKETHEADER0x88980400
UCEERR_UNKNOWNPACKET0x88980401
UCEERR_ILLEGALPACKET0x88980402
UCEERR_MALFORMEDPACKET0x88980403
UCEERR_ILLEGALHANDLE0x88980404
UCEERR_HANDLELOOKUPFAILED0x88980405
UCEERR_RENDERTHREADFAILURE0x88980406
UCEERR_CTXSTACKFRSTTARGETNULL0x88980407
UCEERR_CONNECTIONIDLOOKUPFAILED0x88980408
UCEERR_BLOCKSFULL0x88980409
UCEERR_MEMORYFAILURE0x8898040A
UCEERR_PACKETRECORDOUTOFRANGE0x8898040B
UCEERR_ILLEGALRECORDTYPE0x8898040C
UCEERR_OUTOFHANDLES0x8898040D
UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED0x8898040E
UCEERR_NO_MULTIPLE_WORKER_THREADS0x8898040F
UCEERR_REMOTINGNOTSUPPORTED0x88980410
UCEERR_MISSINGENDCOMMAND0x88980411
UCEERR_MISSINGBEGINCOMMAND0x88980412
UCEERR_CHANNELSYNCTIMEDOUT0x88980413
UCEERR_CHANNELSYNCABANDONED0x88980414
UCEERR_UNSUPPORTEDTRANSPORTVERSION0x88980415
UCEERR_TRANSPORTUNAVAILABLE0x88980416
UCEERR_FEEDBACK_UNSUPPORTED0x88980417
UCEERR_COMMANDTRANSPORTDENIED0x88980418
UCEERR_GRAPHICSSTREAMUNAVAILABLE0x88980419
UCEERR_GRAPHICSSTREAMALREADYOPEN0x88980420
UCEERR_TRANSPORTDISCONNECTED0x88980421
UCEERR_TRANSPORTOVERLOADED0x88980422
UCEERR_PARTITION_ZOMBIED0x88980423
MILAVERR_NOCLOCK0x88980500
MILAVERR_NOMEDIATYPE0x88980501
MILAVERR_NOVIDEOMIXER0x88980502
MILAVERR_NOVIDEOPRESENTER0x88980503
MILAVERR_NOREADYFRAMES0x88980504
MILAVERR_MODULENOTLOADED0x88980505
MILAVERR_WMPFACTORYNOTREGISTERED0x88980506
MILAVERR_INVALIDWMPVERSION0x88980507
MILAVERR_INSUFFICIENTVIDEORESOURCES0x88980508
MILAVERR_VIDEOACCELERATIONNOTAVAILABLE0x88980509
MILAVERR_REQUESTEDTEXTURETOOBIG0x8898050A
MILAVERR_SEEKFAILED0x8898050B
MILAVERR_UNEXPECTEDWMPFAILURE0x8898050C
MILAVERR_MEDIAPLAYERCLOSED0x8898050D
MILAVERR_UNKNOWNHARDWAREERROR0x8898050E
MILEFFECTSERR_UNKNOWNPROPERTY0x8898060E
MILEFFECTSERR_EFFECTNOTPARTOFGROUP0x8898060F
MILEFFECTSERR_NOINPUTSOURCEATTACHED0x88980610
MILEFFECTSERR_CONNECTORNOTCONNECTED0x88980611
MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT0x88980612
MILEFFECTSERR_RESERVED0x88980613
MILEFFECTSERR_CYCLEDETECTED0x88980614
MILEFFECTSERR_EFFECTINMORETHANONEGRAPH0x88980615
MILEFFECTSERR_EFFECTALREADYINAGRAPH0x88980616
MILEFFECTSERR_EFFECTHASNOCHILDREN0x88980617
MILEFFECTSERR_ALREADYATTACHEDTOLISTENER0x88980618
MILEFFECTSERR_NOTAFFINETRANSFORM0x88980619
MILEFFECTSERR_EMPTYBOUNDS0x8898061A
MILEFFECTSERR_OUTPUTSIZETOOLARGE0x8898061B
DWMERR_STATE_TRANSITION_FAILED0x88980700
DWMERR_THEME_FAILED0x88980701
DWMERR_CATASTROPHIC_FAILURE0x88980702
DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED0x88980800
DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED0x88980801
DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED0x88980802
WINCODEC_ERR_WRONGSTATE0x88982F04The codec is in the wrong state.
WINCODEC_ERR_VALUEOUTOFRANGE0x88982F05The value is out of range.
WINCODEC_ERR_UNKNOWNIMAGEFORMAT0x88982F07The image format is unknown.
WINCODEC_ERR_UNSUPPORTEDVERSION0x88982F0BThe SDK version is unsupported.
WINCODEC_ERR_NOTINITIALIZED0x88982F0CThe component is not initialized.
WINCODEC_ERR_ALREADYLOCKED0x88982F0DThere is already an outstanding read or write lock.
WINCODEC_ERR_PROPERTYNOTFOUND0x88982F40The specified bitmap property cannot be found.
WINCODEC_ERR_PROPERTYNOTSUPPORTED0x88982F41The bitmap codec does not support the bitmap property.
WINCODEC_ERR_PROPERTYSIZE0x88982F42The bitmap property size is invalid.
WINCODEC_ERR_CODECPRESENT0x88982F43An unknown error has occurred.
WINCODEC_ERR_CODECNOTHUMBNAIL0x88982F44The bitmap codec does not support a thumbnail.
WINCODEC_ERR_PALETTEUNAVAILABLE0x88982F45The bitmap palette is unavailable.
WINCODEC_ERR_CODECTOOMANYSCANLINES0x88982F46Too many scanlines were requested.
WINCODEC_ERR_INTERNALERROR0x88982F48An internal error occurred.
WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS0x88982F49The bitmap bounds do not match the bitmap dimensions.
WINCODEC_ERR_COMPONENTNOTFOUND0x88982F50The component cannot be found.
WINCODEC_ERR_IMAGESIZEOUTOFRANGE0x88982F51The bitmap size is outside the valid range.
WINCODEC_ERR_TOOMUCHMETADATA0x88982F52There is too much metadata to be written to the bitmap.
WINCODEC_ERR_BADIMAGE0x88982F60The image is unrecognized.
WINCODEC_ERR_BADHEADER0x88982F61The image header is unrecognized.
WINCODEC_ERR_FRAMEMISSING0x88982F62The bitmap frame is missing.
WINCODEC_ERR_BADMETADATAHEADER0x88982F63The image metadata header is unrecognized.
WINCODEC_ERR_BADSTREAMDATA0x88982F70The stream data is unrecognized.
WINCODEC_ERR_STREAMWRITE0x88982F71Failed to write to the stream.
WINCODEC_ERR_STREAMREAD0x88982F72Failed to read from the stream.
WINCODEC_ERR_STREAMNOTAVAILABLE0x88982F73The stream is not available.
WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT0x88982F80The bitmap pixel format is unsupported.
WINCODEC_ERR_UNSUPPORTEDOPERATION0x88982F81The operation is unsupported.
WINCODEC_ERR_INVALIDREGISTRATION0x88982F8AThe component registration is invalid.
WINCODEC_ERR_COMPONENTINITIALIZEFAILURE0x88982F8BThe component initialization has failed.
WINCODEC_ERR_INSUFFICIENTBUFFER0x88982F8CThe buffer allocated is insufficient.
WINCODEC_ERR_DUPLICATEMETADATAPRESENT0x88982F8DDuplicate metadata is present.
WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE0x88982F8EThe bitmap property type is unexpected.
WINCODEC_ERR_UNEXPECTEDSIZE0x88982F8FThe size is unexpected.
WINCODEC_ERR_INVALIDQUERYREQUEST0x88982F90The property query is invalid.
WINCODEC_ERR_UNEXPECTEDMETADATATYPE0x88982F91The metadata type is unexpected.
WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT0x88982F92The specified bitmap property is only valid at root level.
WINCODEC_ERR_INVALIDQUERYCHARACTER0x88982F93The query string contains an invalid character.
WINCODEC_ERR_WIN32ERROR0x88982F94Windows Codecs received an error from the Win32 system.
WINCODEC_ERR_INVALIDPROGRESSIVELEVEL0x88982F95The requested level of detail is not present.
WINCODEC_ERR_INVALIDJPEGSCANINDEX0x88982F96The scan index is invalid.
DWRITE_E_FILEFORMAT0x88985000Indicates an error in an input file such as a font file.
DWRITE_E_UNEXPECTED0x88985001Indicates an error originating in DirectWrite code, which is not expected to occur but is safe to recover from.
DWRITE_E_NOFONT0x88985002Indicates the specified font does not exist.
DWRITE_E_FILENOTFOUND0x88985003A 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_FILEACCESS0x88985004A font file exists but could not be opened due to access denied, sharing violation, or similar error.
DWRITE_E_FONTCOLLECTIONOBSOLETE0x88985005A font collection is obsolete due to changes in the system.
DWRITE_E_ALREADYREGISTERED0x88985006The given interface is already registered.
DWRITE_E_CACHEFORMAT0x88985007The font cache contains invalid data.
DWRITE_E_CACHEVERSION0x88985008A font cache file corresponds to a different version of DirectWrite.
DWRITE_E_UNSUPPORTEDOPERATION0x88985009The operation is not supported for this type of font.
DWRITE_E_TEXTRENDERERINCOMPATIBLE0x8898500AThe version of the text renderer interface is not compatible.
DWRITE_E_FLOWDIRECTIONCONFLICTS0x8898500BThe flow direction conflicts with the reading direction. They must be perpendicular to each other.
DWRITE_E_NOCOLOR0x8898500CThe font or glyph run does not contain any colored glyphs.
DWRITE_E_REMOTEFONT0x8898500DA font resource could not be accessed because it is remote.
DWRITE_E_DOWNLOADCANCELLED0x8898500EA font download was canceled.
DWRITE_E_DOWNLOADFAILED0x8898500FA font download failed.
DWRITE_E_TOOMANYDOWNLOADS0x88985010A font download request was not added or a download failed because there are too many active downloads.
D2DERR_WRONG_STATE0x88990001The object was not in the correct state to process the method.
D2DERR_NOT_INITIALIZED0x88990002The object has not yet been initialized.
D2DERR_UNSUPPORTED_OPERATION0x88990003The requested operation is not supported.
D2DERR_SCANNER_FAILED0x88990004The geometry scanner failed to process the data.
D2DERR_SCREEN_ACCESS_DENIED0x88990005Direct2D could not access the screen.
D2DERR_DISPLAY_STATE_INVALID0x88990006A valid display state could not be determined.
D2DERR_ZERO_VECTOR0x88990007The supplied vector is zero.
D2DERR_INTERNAL_ERROR0x88990008An internal error (Direct2D bug) occurred. On checked builds, we would assert. The application should close this instance of Direct2D and should consider restarting its process.
D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED0x88990009The display format Direct2D needs to render is not supported by the hardware device.
D2DERR_INVALID_CALL0x8899000AA call to this method is invalid.
D2DERR_NO_HARDWARE_DEVICE0x8899000BNo hardware rendering device is available for this operation.
D2DERR_RECREATE_TARGET0x8899000CThere has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present.
D2DERR_TOO_MANY_SHADER_ELEMENTS0x8899000DShader construction failed because it was too complex.
D2DERR_SHADER_COMPILE_FAILED0x8899000EShader compilation failed.
D2DERR_MAX_TEXTURE_SIZE_EXCEEDED0x8899000FRequested DirectX surface size exceeded maximum texture size.
D2DERR_UNSUPPORTED_VERSION0x88990010The requested Direct2D version is not supported.
D2DERR_BAD_NUMBER0x88990011Invalid number.
D2DERR_WRONG_FACTORY0x88990012Objects used together must be created from the same factory instance.
D2DERR_LAYER_ALREADY_IN_USE0x88990013A layer resource can only be in use once at any point in time.
D2DERR_POP_CALL_DID_NOT_MATCH_PUSH0x88990014The pop call did not match the corresponding push call.
D2DERR_WRONG_RESOURCE_DOMAIN0x88990015The resource was realized on the wrong render target.
D2DERR_PUSH_POP_UNBALANCED0x88990016The push and pop calls were unbalanced.
D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT0x88990017Attempt to copy from a render target while a layer or clip rect is applied.
D2DERR_INCOMPATIBLE_BRUSH_TYPES0x88990018The brush types are incompatible for the call.
D2DERR_WIN32_ERROR0x88990019An unknown win32 failure occurred.
D2DERR_TARGET_NOT_GDI_COMPATIBLE0x8899001AThe render target is not compatible with GDI.
D2DERR_TEXT_EFFECT_IS_WRONG_TYPE0x8899001BA text client drawing effect object is of the wrong type.
D2DERR_TEXT_RENDERER_NOT_RELEASED0x8899001CThe application is holding a reference to the IDWriteTextRenderer interface after the corresponding DrawText or DrawTextLayout call has returned. The IDWriteTextRenderer instance will be invalid.
D2DERR_EXCEEDS_MAX_BITMAP_SIZE0x8899001DThe requested size is larger than the guaranteed supported texture size at the Direct3D device's current feature level.
D2DERR_INVALID_GRAPH_CONFIGURATION0x8899001EThere was a configuration error in the graph.
D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION0x8899001FThere was a internal configuration error in the graph.
D2DERR_CYCLIC_GRAPH0x88990020There was a cycle in the graph.
D2DERR_BITMAP_CANNOT_DRAW0x88990021Cannot draw with a bitmap that has the D2D1_BITMAP_OPTIONS_CANNOT_DRAW option.
D2DERR_OUTSTANDING_BITMAP_REFERENCES0x88990022The operation cannot complete while there are outstanding references to the target bitmap.
D2DERR_ORIGINAL_TARGET_NOT_BOUND0x88990023The operation failed because the original target is not currently bound as a target.
D2DERR_INVALID_TARGET0x88990024Cannot set the image as a target because it is either an effect or is a bitmap that does not have the D2D1_BITMAP_OPTIONS_TARGET flag set.
D2DERR_BITMAP_BOUND_AS_TARGET0x88990025Cannot draw with a bitmap that is currently bound as the target bitmap.
D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES0x88990026D3D Device does not have sufficient capabilities to perform the requested action.
D2DERR_INTERMEDIATE_TOO_LARGE0x88990027The graph could not be rendered with the context's current tiling settings.
D2DERR_EFFECT_IS_NOT_REGISTERED0x88990028The CLSID provided to Unregister did not correspond to a registered effect.
D2DERR_INVALID_PROPERTY0x88990029The specified property does not exist.
D2DERR_NO_SUBPROPERTIES0x8899002AThe specified sub-property does not exist.
D2DERR_PRINT_JOB_CLOSED0x8899002BAddPage or Close called after print job is already closed.
D2DERR_PRINT_FORMAT_NOT_SUPPORTED0x8899002CError during print control creation. Indicates that none of the package target types (representing printer formats) are supported by Direct2D print control.
D2DERR_TOO_MANY_TRANSFORM_INPUTS0x8899002DAn effect attempted to use a transform with too many inputs.
D2DERR_INVALID_GLYPH_IMAGE0x8899002EAn error was encountered while decoding or parsing the requested glyph image.
ERROR_IO_PREEMPTED0x89010001The operation was preempted by a higher priority operation. It must be resumed later.
JSCRIPT_E_CANTEXECUTE0x89020001Function could not execute because it was deleted or garbage collected.
ERROR_AUDITING_DISABLED0xC0090001The specified event is currently not being audited.
ERROR_ALL_SIDS_FILTERED0xC0090002The SID filtering operation removed all SIDs.
ERROR_BIZRULES_NOT_ENABLED0xC0090003Business rule scripts are disabled for the calling application.
ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS0xC02605E8The 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.
ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM0xC0261003Checksum of the obtained monitor descriptor is invalid.
ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK0xC0261004Monitor descriptor contains an invalid standard timing block.
ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED0xC0261005WMI data block registration failed for one of the MSMonitorClass WMI subclasses.
ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK0xC0261006Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number.
ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK0xC0261007Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name.
ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA0xC0261008There is no monitor descriptor data at the specified (offset, size) region.
ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK0xC0261009Monitor descriptor contains an invalid detailed timing block.
ERROR_MONITOR_INVALID_MANUFACTURE_DATE0xC026100AMonitor descriptor contains invalid manufacture date.
ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER0xC0262000Exclusive mode ownership is needed to create unmanaged primary allocation.
ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER0xC0262001The driver needs more DMA buffer space in order to complete the requested operation.
ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER0xC0262002Specified display adapter handle is invalid.
ERROR_GRAPHICS_ADAPTER_WAS_RESET0xC0262003Specified display adapter and all of its state has been reset.
ERROR_GRAPHICS_INVALID_DRIVER_MODEL0xC0262004The driver stack doesn't match the expected driver model.
ERROR_GRAPHICS_PRESENT_MODE_CHANGED0xC0262005Present happened but ended up into the changed desktop mode
ERROR_GRAPHICS_PRESENT_OCCLUDED0xC0262006Nothing to present due to desktop occlusion
ERROR_GRAPHICS_PRESENT_DENIED0xC0262007Not able to present due to denial of desktop access
ERROR_GRAPHICS_CANNOTCOLORCONVERT0xC0262008Not able to present with color conversion
ERROR_GRAPHICS_DRIVER_MISMATCH0xC0262009The kernel driver detected a version mismatch between it and the user mode driver.
ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED0xC026200BPresent redirection is disabled (desktop windowing management subsystem is off).
ERROR_GRAPHICS_PRESENT_UNOCCLUDED0xC026200CPrevious exclusive VidPn source owner has released its ownership
ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE0xC026200DWindow DC is not available for presentation
ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED0xC026200EWindowless present is disabled (desktop windowing management subsystem is off).
ERROR_GRAPHICS_PRESENT_INVALID_WINDOW0xC026200FWindow handle is invalid
ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND0xC0262010No buffer is bound to composition surface
ERROR_GRAPHICS_VAIL_STATE_CHANGED0xC0262011Vail state has been changed
ERROR_GRAPHICS_NO_VIDEO_MEMORY0xC0262100Not enough video memory available to complete the operation.
ERROR_GRAPHICS_CANT_LOCK_MEMORY0xC0262101Couldn't probe and lock the underlying memory of an allocation.
ERROR_GRAPHICS_ALLOCATION_BUSY0xC0262102The allocation is currently busy.
ERROR_GRAPHICS_TOO_MANY_REFERENCES0xC0262103An object being referenced has reach the maximum reference count already and can't be reference further.
ERROR_GRAPHICS_TRY_AGAIN_LATER0xC0262104A problem couldn't be solved due to some currently existing condition. The problem should be tried again later.
ERROR_GRAPHICS_TRY_AGAIN_NOW0xC0262105A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately.
ERROR_GRAPHICS_ALLOCATION_INVALID0xC0262106The allocation is invalid.
ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE0xC0262107No more unswizzling aperture are currently available.
ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED0xC0262108The current allocation can't be unswizzled by an aperture.
ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION0xC0262109The request failed because a pinned allocation can't be evicted.
ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE0xC0262110The allocation can't be used from its current segment location for the specified operation.
ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION0xC0262111A locked allocation can't be used in the current command buffer.
ERROR_GRAPHICS_ALLOCATION_CLOSED0xC0262112The allocation being referenced has been closed permanently.
ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE0xC0262113An invalid allocation instance is being referenced.
ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE0xC0262114An invalid allocation handle is being referenced.
ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE0xC0262115The allocation being referenced doesn't belong to the current device.
ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST0xC0262116The specified allocation lost its content.
ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE0xC0262200GPU exception is detected on the given device. The device is not able to be scheduled.
ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY0xC0262300Specified VidPN topology is invalid.
ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED0xC0262301Specified VidPN topology is valid but is not supported by this model of the display adapter.
ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED0xC0262302Specified 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_VIDPN0xC0262303Specified VidPN handle is invalid.
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE0xC0262304Specified video present source is invalid.
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET0xC0262305Specified video present target is invalid.
ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED0xC0262306Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional).
ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET0xC0262308Specified VidPN source mode set is invalid.
ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET0xC0262309Specified VidPN target mode set is invalid.
ERROR_GRAPHICS_INVALID_FREQUENCY0xC026230ASpecified video signal frequency is invalid.
ERROR_GRAPHICS_INVALID_ACTIVE_REGION0xC026230BSpecified video signal active region is invalid.
ERROR_GRAPHICS_INVALID_TOTAL_REGION0xC026230CSpecified video signal total region is invalid.
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE0xC0262310Specified video present source mode is invalid.
ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE0xC0262311Specified video present target mode is invalid.
ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET0xC0262312Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.
ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY0xC0262313Specified video present path is already in VidPN's topology.
ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET0xC0262314Specified mode is already in the mode set.
ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET0xC0262315Specified video present source set is invalid.
ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET0xC0262316Specified video present target set is invalid.
ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET0xC0262317Specified video present source is already in the video present source set.
ERROR_GRAPHICS_TARGET_ALREADY_IN_SET0xC0262318Specified video present target is already in the video present target set.
ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH0xC0262319Specified VidPN present path is invalid.
ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY0xC026231AMiniport has no recommendation for augmentation of the specified VidPN's topology.
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET0xC026231BSpecified monitor frequency range set is invalid.
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE0xC026231CSpecified monitor frequency range is invalid.
ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET0xC026231DSpecified frequency range is not in the specified monitor frequency range set.
ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET0xC026231FSpecified frequency range is already in the specified monitor frequency range set.
ERROR_GRAPHICS_STALE_MODESET0xC0262320Specified mode set is stale. Please reacquire the new mode set.
ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET0xC0262321Specified monitor source mode set is invalid.
ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE0xC0262322Specified monitor source mode is invalid.
ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN0xC0262323Miniport 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_UNIQUE0xC0262324ID of the specified mode is already used by another mode in the set.
ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION0xC0262325System 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_SOURCES0xC0262326Number of video present targets must be greater than or equal to the number of video present sources.
ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY0xC0262327Specified present path is not in VidPN's topology.
ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE0xC0262328Display adapter must have at least one video present source.
ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET0xC0262329Display adapter must have at least one video present target.
ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET0xC026232ASpecified monitor descriptor set is invalid.
ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR0xC026232BSpecified monitor descriptor is invalid.
ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET0xC026232CSpecified descriptor is not in the specified monitor descriptor set.
ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET0xC026232DSpecified descriptor is already in the specified monitor descriptor set.
ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE0xC026232EID of the specified monitor descriptor is already used by another descriptor in the set.
ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE0xC026232FSpecified video present target subset type is invalid.
ERROR_GRAPHICS_RESOURCES_NOT_RELATED0xC0262330Two or more of the specified resources are not related to each other, as defined by the interface semantics.
ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE0xC0262331ID of the specified video present source is already used by another source in the set.
ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE0xC0262332ID of the specified video present target is already used by another target in the set.
ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET0xC0262333Specified VidPN source cannot be used because there is no available VidPN target to connect it to.
ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER0xC0262334Newly arrived monitor could not be associated with a display adapter.
ERROR_GRAPHICS_NO_VIDPNMGR0xC0262335Display adapter in question does not have an associated VidPN manager.
ERROR_GRAPHICS_NO_ACTIVE_VIDPN0xC0262336VidPN manager of the display adapter in question does not have an active VidPN.
ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY0xC0262337Specified VidPN topology is stale. Please reacquire the new topology.
ERROR_GRAPHICS_MONITOR_NOT_CONNECTED0xC0262338There is no monitor connected on the specified video present target.
ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY0xC0262339Specified source is not part of the specified VidPN's topology.
ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE0xC026233ASpecified primary surface size is invalid.
ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE0xC026233BSpecified visible region size is invalid.
ERROR_GRAPHICS_INVALID_STRIDE0xC026233CSpecified stride is invalid.
ERROR_GRAPHICS_INVALID_PIXELFORMAT0xC026233DSpecified pixel format is invalid.
ERROR_GRAPHICS_INVALID_COLORBASIS0xC026233ESpecified color basis is invalid.
ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE0xC026233FSpecified pixel value access mode is invalid.
ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY0xC0262340Specified target is not part of the specified VidPN's topology.
ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT0xC0262341Failed to acquire display mode management interface.
ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE0xC0262342Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.
ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN0xC0262343Specified VidPN is active and cannot be accessed.
ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL0xC0262344Specified VidPN present path importance ordinal is invalid.
ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION0xC0262345Specified VidPN present path content geometry transformation is invalid.
ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED0xC0262346Specified content geometry transformation is not supported on the respective VidPN present path.
ERROR_GRAPHICS_INVALID_GAMMA_RAMP0xC0262347Specified gamma ramp is invalid.
ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED0xC0262348Specified gamma ramp is not supported on the respective VidPN present path.
ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED0xC0262349Multi-sampling is not supported on the respective VidPN present path.
ERROR_GRAPHICS_MODE_NOT_IN_MODESET0xC026234ASpecified mode is not in the specified mode set.
ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON0xC026234DSpecified VidPN topology recommendation reason is invalid.
ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE0xC026234ESpecified VidPN present path content type is invalid.
ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE0xC026234FSpecified VidPN present path copy protection type is invalid.
ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS0xC0262350No more than one unassigned mode set can exist at any given time for a given VidPN source/target.
ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING0xC0262352Specified scanline ordering type is invalid.
ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED0xC0262353Topology changes are not allowed for the specified VidPN.
ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS0xC0262354All available importance ordinals are already used in specified topology.
ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT0xC0262355Specified primary surface has a different private format attribute than the current primary surface
ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM0xC0262356Specified mode pruning algorithm is invalid
ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN0xC0262357Specified monitor capability origin is invalid.
ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT0xC0262358Specified monitor frequency range constraint is invalid.
ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED0xC0262359Maximum supported number of present paths has been reached.
ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION0xC026235AMiniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology.
ERROR_GRAPHICS_INVALID_CLIENT_TYPE0xC026235BSpecified client type was not recognized.
ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET0xC026235CClient 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_CONNECTED0xC0262400Specified display adapter child device already has an external device connected to it.
ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED0xC0262401Specified display adapter child device does not support descriptor exposure.
ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER0xC0262430The display adapter is not linked to any other adapters.
ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED0xC0262431Lead adapter in a linked configuration was not enumerated yet.
ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED0xC0262432Some chain adapters in a linked configuration were not enumerated yet.
ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY0xC0262433The chain of linked adapters is not ready to start because of an unknown failure.
ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED0xC0262434An attempt was made to start a lead link display adapter when the chain links were not started yet.
ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON0xC0262435An attempt was made to power up a lead link display adapter when the chain links were powered down.
ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE0xC0262436The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state.
ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER0xC0262438The driver trying to start is not the same as the driver for the POSTed display adapter.
ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED0xC026243BAn operation is being attempted that requires the display adapter to be in a quiescent state.
ERROR_GRAPHICS_OPM_NOT_SUPPORTED0xC0262500The driver does not support OPM.
ERROR_GRAPHICS_COPP_NOT_SUPPORTED0xC0262501The driver does not support COPP.
ERROR_GRAPHICS_UAB_NOT_SUPPORTED0xC0262502The driver does not support UAB.
ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS0xC0262503The specified encrypted parameters are invalid.
ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST0xC0262505The GDI display device passed to this function does not have any active video outputs.
ERROR_GRAPHICS_OPM_INTERNAL_ERROR0xC026250BAn internal error caused this operation to fail.
ERROR_GRAPHICS_OPM_INVALID_HANDLE0xC026250CThe function failed because the caller passed in an invalid OPM user mode handle.
ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH0xC026250EA certificate could not be returned because the certificate buffer passed to the function was too small.
ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED0xC026250FA video output could not be created because the frame buffer is in spanning mode.
ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED0xC0262510A video output could not be created because the frame buffer is in theater mode.
ERROR_GRAPHICS_PVP_HFS_FAILED0xC0262511The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware.
ERROR_GRAPHICS_OPM_INVALID_SRM0xC0262512The 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_HDCP0xC0262513The 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_ACP0xC0262514The video output cannot enable Analogue Copy Protection (ACP) because it does not support ACP.
ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA0xC0262515The 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_SET0xC0262516The 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_HIGH0xC0262517The 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_USE0xC0262518The 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_EXISTS0xC026251AThe 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_PROGRESS0xC026251BThe 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_SEMANTICS0xC026251CEither 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_REQUEST0xC026251DThe 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_ERROR0xC026251EThe method failed because an unexpected error occurred inside of a display driver.
ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS0xC026251FEither 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_SUPPORTED0xC0262520The 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_REQUEST0xC0262521The 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_I2C_NOT_SUPPORTED0xC0262580The monitor connected to the specified video output does not have an I2C bus.
ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST0xC0262581No device on the I2C bus has the specified address.
ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA0xC0262582An error occurred while transmitting data to the device on the I2C bus.
ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA0xC0262583An error occurred while receiving data from the device on the I2C bus.
ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED0xC0262584The monitor does not support the specified VCP code.
ERROR_GRAPHICS_DDCCI_INVALID_DATA0xC0262585The data received from the monitor is invalid.
ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE0xC0262586The 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_STRING0xC0262587The 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_ERROR0xC0262588An internal Monitor Configuration API error occurred.
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND0xC0262589An operation failed because a DDC/CI message had an invalid value in its command field.
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH0xC026258AAn error occurred because the field length of a DDC/CI message contained an invalid value.
ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM0xC026258BAn 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_HANDLE0xC026258CThis function failed because an invalid monitor handle was passed to it.
ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS0xC026258DThe 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_VALUE0xC02625D8A 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_VERSION0xC02625D9The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION0xC02625DAThe monitor does not comply with the MCCS specification it claims to support.
ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH0xC02625DBThe 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_VERSION0xC02625DCThe 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_RETURNED0xC02625DEThe 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_TEMPERATURE0xC02625DFSetMonitorColorTemperature()'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_SUPPORTED0xC02625E0This 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_NAME0xC02625E1This function cannot find an actual GDI display device which corresponds to the specified GDI display device name.
ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP0xC02625E2The function failed because the specified GDI display device was not attached to the Windows desktop.
ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED0xC02625E3This 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_POINTER0xC02625E4The 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_DEVICE0xC02625E5The function failed because the specified GDI device did not have any monitors associated with it.
ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL0xC02625E6An array passed to the function cannot hold all of the data that the function must copy into the array.
ERROR_GRAPHICS_INTERNAL_ERROR0xC02625E7An internal error caused an operation to fail.
ERROR_NDIS_OFFLOAD_POLICY0xC034100FThe TCP connection is not offloadable because of a local policy setting.
ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED0xC0341012The TCP connection is not offloadable by the Chimney Offload target.
ERROR_NDIS_OFFLOAD_PATH_REJECTED0xC0341013The IP Path object is not in an offloadable state.
ERROR_HV_INVALID_HYPERCALL_CODE0xC0350002The hypervisor does not support the operation because the specified hypercall code is not supported.
ERROR_HV_INVALID_HYPERCALL_INPUT0xC0350003The hypervisor does not support the operation because the encoding for the hypercall input register is not supported.
ERROR_HV_INVALID_ALIGNMENT0xC0350004The hypervisor could not perform the operation because a parameter has an invalid alignment.
ERROR_HV_INVALID_PARAMETER0xC0350005The hypervisor could not perform the operation because an invalid parameter was specified.
ERROR_HV_ACCESS_DENIED0xC0350006Access to the specified object was denied.
ERROR_HV_INVALID_PARTITION_STATE0xC0350007The hypervisor could not perform the operation because the partition is entering or in an invalid state.
ERROR_HV_OPERATION_DENIED0xC0350008The operation is not allowed in the current state.
ERROR_HV_UNKNOWN_PROPERTY0xC0350009The hypervisor does not recognize the specified partition property.
ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE0xC035000AThe specified value of a partition property is out of range or violates an invariant.
ERROR_HV_INSUFFICIENT_MEMORY0xC035000BThere is not enough memory in the hypervisor pool to complete the operation.
ERROR_HV_PARTITION_TOO_DEEP0xC035000CThe maximum partition depth has been exceeded for the partition hierarchy.
ERROR_HV_INVALID_PARTITION_ID0xC035000DA partition with the specified partition Id does not exist.
ERROR_HV_INVALID_VP_INDEX0xC035000EThe hypervisor could not perform the operation because the specified VP index is invalid.
ERROR_HV_INVALID_PORT_ID0xC0350011The hypervisor could not perform the operation because the specified port identifier is invalid.
ERROR_HV_INVALID_CONNECTION_ID0xC0350012The hypervisor could not perform the operation because the specified connection identifier is invalid.
ERROR_HV_INSUFFICIENT_BUFFERS0xC0350013Not enough buffers were supplied to send a message.
ERROR_HV_NOT_ACKNOWLEDGED0xC0350014The previous virtual interrupt has not been acknowledged.
ERROR_HV_INVALID_VP_STATE0xC0350015A virtual processor is not in the correct state for the indicated operation.
ERROR_HV_ACKNOWLEDGED0xC0350016The previous virtual interrupt has already been acknowledged.
ERROR_HV_INVALID_SAVE_RESTORE_STATE0xC0350017The indicated partition is not in a valid state for saving or restoring.
ERROR_HV_INVALID_SYNIC_STATE0xC0350018The hypervisor could not complete the operation because a required feature of the synthetic interrupt controller (SynIC) was disabled.
ERROR_HV_OBJECT_IN_USE0xC0350019The 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_INFO0xC035001AThe proximity domain information is invalid.
ERROR_HV_NO_DATA0xC035001BAn attempt to retrieve debugging data failed because none was available.
ERROR_HV_INACTIVE0xC035001CThe physical connection being used for debugging has not recorded any receive activity since the last operation.
ERROR_HV_NO_RESOURCES0xC035001DThere are not enough resources to complete the operation.
ERROR_HV_FEATURE_UNAVAILABLE0xC035001EA hypervisor feature is not available to the user.
ERROR_HV_INSUFFICIENT_BUFFER0xC0350033The specified buffer was too small to contain all of the requested data.
ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS0xC0350038The 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_VALIDATION0xC035003CValidation of CPUID data of the processor failed.
ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION0xC035003DValidation of XSAVE CPUID data of the processor failed.
ERROR_HV_PROCESSOR_STARTUP_TIMEOUT0xC035003EProcessor did not respond within the timeout period.
ERROR_HV_SMX_ENABLED0xC035003FSMX has been enabled in the BIOS.
ERROR_HV_INVALID_LP_INDEX0xC0350041The hypervisor could not perform the operation because the specified LP index is invalid.
ERROR_HV_INVALID_REGISTER_VALUE0xC0350050The supplied register value is invalid.
ERROR_HV_INVALID_VTL_STATE0xC0350051The supplied virtual trust level is not in the correct state to perform the requested operation.
ERROR_HV_NX_NOT_DETECTED0xC0350055No execute feature (NX) is not present or not enabled in the BIOS.
ERROR_HV_INVALID_DEVICE_ID0xC0350057The supplied device ID is invalid.
ERROR_HV_INVALID_DEVICE_STATE0xC0350058The operation is not allowed in the current device state.
ERROR_HV_PAGE_REQUEST_INVALID0xC0350060The supplied page request specifies a memory access that the guest does not have permissions to perform.
ERROR_HV_INVALID_CPU_GROUP_ID0xC035006FA CPU group with the specified CPU group Id does not exist.
ERROR_HV_INVALID_CPU_GROUP_STATE0xC0350070The hypervisor could not perform the operation because the CPU group is entering or in an invalid state.
ERROR_HV_OPERATION_FAILED0xC0350071The requested operation failed.
ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE0xC0350072The hypervisor could not perform the operation because it is not allowed with nested virtualization active.
ERROR_HV_INSUFFICIENT_ROOT_MEMORY0xC0350073There is not enough memory in the root partition's pool to complete the operation.
ERROR_HV_NOT_PRESENT0xC0351000No hypervisor is present on this system.
ERROR_VID_DUPLICATE_HANDLER0xC0370001The 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_HANDLERS0xC0370002The 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_FULL0xC0370003The 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_PRESENT0xC0370004No 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_NAME0xC0370005The 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_LONG0xC0370006The partition name of the virtualization infrastructure driver exceeds the maximum.
ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG0xC0370007The message queue name of the virtualization infrastructure driver exceeds the maximum.
ERROR_VID_PARTITION_ALREADY_EXISTS0xC0370008Cannot create the partition for the virtualization infrastructure driver because another partition with the same name already exists.
ERROR_VID_PARTITION_DOES_NOT_EXIST0xC0370009The 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_FOUND0xC037000AThe 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_EXISTS0xC037000BA message queue with the same name already exists for the virtualization infrastructure driver.
ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT0xC037000CThe 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_REFERENCED0xC037000DThe memory block for the virtualization infrastructure driver is still being used and cannot be destroyed.
ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED0xC037000ECannot 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_SETTINGS0xC037000FThe 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_INDEX0xC0370010The non-uniform memory access (NUMA) node index does not match a valid index in the system NUMA topology.
ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED0xC0370011The memory block for the virtualization infrastructure driver is already associated with a message queue.
ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE0xC0370012The handle is not a valid memory block handle for the virtualization infrastructure driver.
ERROR_VID_PAGE_RANGE_OVERFLOW0xC0370013The 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_HANDLE0xC0370014The handle is not a valid message queue handle for the virtualization infrastructure driver.
ERROR_VID_INVALID_GPA_RANGE_HANDLE0xC0370015The handle is not a valid page range handle for the virtualization infrastructure driver.
ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE0xC0370016Cannot install client notifications because no message queue for the virtualization infrastructure driver is associated with the memory block.
ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED0xC0370017The 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_HANDLE0xC0370018The handle is not a valid parent partition mapping handle for the virtualization infrastructure driver.
ERROR_VID_MBPS_ARE_LOCKED0xC0370019Notifications cannot be created on the memory block because it is use.
ERROR_VID_MESSAGE_QUEUE_CLOSED0xC037001AThe 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_EXCEEDED0xC037001BCannot add a virtual processor to the partition because the maximum has been reached.
ERROR_VID_STOP_PENDING0xC037001CCannot stop the virtual processor immediately because of a pending intercept.
ERROR_VID_INVALID_PROCESSOR_STATE0xC037001DInvalid 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_LIMIT0xC037001EThe 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_INITIALIZED0xC037001FThis 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_RESET0xC0370020Cannot 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_DESTROYED0xC0370021The 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_SET0xC0370022The 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_USED0xC0370023Cannot 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_SMALL0xC0370024The 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_PAGE0xC0370025Cannot 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_LIMIT0xC0370026Cannot 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_CORRUPT0xC0370027Cannot 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_ITEM0xC0370028Cannot 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_INCOMPATIBLE0xC0370029Cannot 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_DENIED0xC037002AThe specified VTL does not have the permission to access the resource.
ERROR_VMCOMPUTE_TERMINATED_DURING_START0xC0370100The virtual machine or container exited unexpectedly while starting.
ERROR_VMCOMPUTE_IMAGE_MISMATCH0xC0370101The container operating system does not match the host operating system.
ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED0xC0370102The virtual machine could not be started because a required feature is not installed.
ERROR_VMCOMPUTE_OPERATION_PENDING0xC0370103The call to start an asynchronous operation succeeded and the operation is performed in the background.
ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS0xC0370104The supported number of notification callbacks has been exceeded.
ERROR_VMCOMPUTE_INVALID_STATE0xC0370105The requested virtual machine or container operation is not valid in the current state.
ERROR_VMCOMPUTE_UNEXPECTED_EXIT0xC0370106The virtual machine or container exited unexpectedly.
ERROR_VMCOMPUTE_TERMINATED0xC0370107The virtual machine or container was forcefully exited.
ERROR_VMCOMPUTE_CONNECT_FAILED0xC0370108A connection could not be established with the container or virtual machine.
ERROR_VMCOMPUTE_TIMEOUT0xC0370109The operation timed out because a response was not received from the virtual machine or container.
ERROR_VMCOMPUTE_CONNECTION_CLOSED0xC037010AThe connection with the virtual machine or container was closed.
ERROR_VMCOMPUTE_UNKNOWN_MESSAGE0xC037010BAn unknown internal message was received by the virtual machine or container.
ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION0xC037010CThe virtual machine or container does not support an available version of the communication protocol with the host.
ERROR_VMCOMPUTE_INVALID_JSON0xC037010DThe virtual machine or container JSON document is invalid.
ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND0xC037010EA virtual machine or container with the specified identifier does not exist.
ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS0xC037010FA virtual machine or container with the specified identifier already exists.
ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED0xC0370110The virtual machine or container with the specified identifier is not running.
ERROR_VMCOMPUTE_PROTOCOL_ERROR0xC0370111A communication protocol error has occurred between the virtual machine or container and the host.
ERROR_VMCOMPUTE_INVALID_LAYER0xC0370112The container image contains a layer with an unrecognized format.
ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED0xC0370113To use this container image, you must join the Windows Insider Program. Please see https://go.microsoft.com/fwlink/?linkid=850659 for more information.
ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND0xC0370200A virtual switch with the given name was not found.
ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND0xC0370400Cannot 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_CORRUPT0xC0370401Cannot 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_DATABASE_FULL0xC0380001The configuration database is full.
ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED0xC0380002The configuration data on the disk is corrupted.
ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC0xC0380003The configuration on the disk is not insync with the in-memory configuration.
ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED0xC0380004A majority of disks failed to be updated with the new configuration.
ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME0xC0380005The disk contains non-simple volumes.
ERROR_VOLMGR_DISK_DUPLICATE0xC0380006The same disk was specified more than once in the migration list.
ERROR_VOLMGR_DISK_DYNAMIC0xC0380007The disk is already dynamic.
ERROR_VOLMGR_DISK_ID_INVALID0xC0380008The specified disk id is invalid. There are no disks with the specified disk id.
ERROR_VOLMGR_DISK_INVALID0xC0380009The specified disk is an invalid disk. Operation cannot complete on an invalid disk.
ERROR_VOLMGR_DISK_LAST_VOTER0xC038000AThe specified disk(s) cannot be removed since it is the last remaining voter.
ERROR_VOLMGR_DISK_LAYOUT_INVALID0xC038000BThe specified disk has an invalid disk layout.
ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS0xC038000CThe disk layout contains non-basic partitions which appear after basic partitions. This is an invalid disk layout.
ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED0xC038000DThe disk layout contains partitions which are not cylinder aligned.
ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL0xC038000EThe disk layout contains partitions which are smaller than the minimum size.
ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS0xC038000FThe disk layout contains primary partitions in between logical drives. This is an invalid disk layout.
ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS0xC0380010The disk layout contains more than the maximum number of supported partitions.
ERROR_VOLMGR_DISK_MISSING0xC0380011The specified disk is missing. The operation cannot complete on a missing disk.
ERROR_VOLMGR_DISK_NOT_EMPTY0xC0380012The specified disk is not empty.
ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE0xC0380013There is not enough usable space for this operation.
ERROR_VOLMGR_DISK_REVECTORING_FAILED0xC0380014The force revectoring of bad sectors failed.
ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID0xC0380015The specified disk has an invalid sector size.
ERROR_VOLMGR_DISK_SET_NOT_CONTAINED0xC0380016The specified disk set contains volumes which exist on disks outside of the set.
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS0xC0380017A disk in the volume layout provides extents to more than one member of a plex.
ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES0xC0380018A disk in the volume layout provides extents to more than one plex.
ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED0xC0380019Dynamic disks are not supported on this system.
ERROR_VOLMGR_EXTENT_ALREADY_USED0xC038001AThe specified extent is already used by other volumes.
ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS0xC038001BThe 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_REGION0xC038001CThe specified volume extent is not within the public region of the disk.
ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED0xC038001DThe specified volume extent is not sector aligned.
ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION0xC038001EThe specified partition overlaps an EBR (the first track of an extended partition on an MBR disk).
ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH0xC038001FThe specified extent lengths cannot be used to construct a volume with specified length.
ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED0xC0380020The system does not support fault tolerant volumes.
ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID0xC0380021The specified interleave length is invalid.
ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS0xC0380022There is already a maximum number of registered users.
ERROR_VOLMGR_MEMBER_IN_SYNC0xC0380023The specified member is already in-sync with the other active members. It does not need to be regenerated.
ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE0xC0380024The same member index was specified more than once.
ERROR_VOLMGR_MEMBER_INDEX_INVALID0xC0380025The specified member index is greater or equal than the number of members in the volume plex.
ERROR_VOLMGR_MEMBER_MISSING0xC0380026The specified member is missing. It cannot be regenerated.
ERROR_VOLMGR_MEMBER_NOT_DETACHED0xC0380027The specified member is not detached. Cannot replace a member which is not detached.
ERROR_VOLMGR_MEMBER_REGENERATING0xC0380028The specified member is already regenerating.
ERROR_VOLMGR_ALL_DISKS_FAILED0xC0380029All disks belonging to the pack failed.
ERROR_VOLMGR_NO_REGISTERED_USERS0xC038002AThere are currently no registered users for notifications. The task number is irrelevant unless there are registered users.
ERROR_VOLMGR_NO_SUCH_USER0xC038002BThe specified notification user does not exist. Failed to unregister user for notifications.
ERROR_VOLMGR_NOTIFICATION_RESET0xC038002CThe notifications have been reset. Notifications for the current user are invalid. Unregister and re-register for notifications.
ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID0xC038002DThe specified number of members is invalid.
ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID0xC038002EThe specified number of plexes is invalid.
ERROR_VOLMGR_PACK_DUPLICATE0xC038002FThe specified source and target packs are identical.
ERROR_VOLMGR_PACK_ID_INVALID0xC0380030The specified pack id is invalid. There are no packs with the specified pack id.
ERROR_VOLMGR_PACK_INVALID0xC0380031The specified pack is the invalid pack. The operation cannot complete with the invalid pack.
ERROR_VOLMGR_PACK_NAME_INVALID0xC0380032The specified pack name is invalid.
ERROR_VOLMGR_PACK_OFFLINE0xC0380033The specified pack is offline.
ERROR_VOLMGR_PACK_HAS_QUORUM0xC0380034The specified pack already has a quorum of healthy disks.
ERROR_VOLMGR_PACK_WITHOUT_QUORUM0xC0380035The pack does not have a quorum of healthy disks.
ERROR_VOLMGR_PARTITION_STYLE_INVALID0xC0380036The specified disk has an unsupported partition style. Only MBR and GPT partition styles are supported.
ERROR_VOLMGR_PARTITION_UPDATE_FAILED0xC0380037Failed to update the disk's partition layout.
ERROR_VOLMGR_PLEX_IN_SYNC0xC0380038The specified plex is already in-sync with the other active plexes. It does not need to be regenerated.
ERROR_VOLMGR_PLEX_INDEX_DUPLICATE0xC0380039The same plex index was specified more than once.
ERROR_VOLMGR_PLEX_INDEX_INVALID0xC038003AThe specified plex index is greater or equal than the number of plexes in the volume.
ERROR_VOLMGR_PLEX_LAST_ACTIVE0xC038003BThe 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_MISSING0xC038003CThe specified plex is missing.
ERROR_VOLMGR_PLEX_REGENERATING0xC038003DThe specified plex is currently regenerating.
ERROR_VOLMGR_PLEX_TYPE_INVALID0xC038003EThe specified plex type is invalid.
ERROR_VOLMGR_PLEX_NOT_RAID50xC038003FThe operation is only supported on RAID-5 plexes.
ERROR_VOLMGR_PLEX_NOT_SIMPLE0xC0380040The operation is only supported on simple plexes.
ERROR_VOLMGR_STRUCTURE_SIZE_INVALID0xC0380041The Size fields in the VM_VOLUME_LAYOUT input structure are incorrectly set.
ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS0xC0380042There is already a pending request for notifications. Wait for the existing request to return before requesting for more notifications.
ERROR_VOLMGR_TRANSACTION_IN_PROGRESS0xC0380043There is currently a transaction in process.
ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE0xC0380044An unexpected layout change occurred outside of the volume manager.
ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK0xC0380045The specified volume contains a missing disk.
ERROR_VOLMGR_VOLUME_ID_INVALID0xC0380046The specified volume id is invalid. There are no volumes with the specified volume id.
ERROR_VOLMGR_VOLUME_LENGTH_INVALID0xC0380047The specified volume length is invalid.
ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE0xC0380048The specified size for the volume is not a multiple of the sector size.
ERROR_VOLMGR_VOLUME_NOT_MIRRORED0xC0380049The operation is only supported on mirrored volumes.
ERROR_VOLMGR_VOLUME_NOT_RETAINED0xC038004AThe specified volume does not have a retain partition.
ERROR_VOLMGR_VOLUME_OFFLINE0xC038004BThe specified volume is offline.
ERROR_VOLMGR_VOLUME_RETAINED0xC038004CThe specified volume already has a retain partition.
ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID0xC038004DThe specified number of extents is invalid.
ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE0xC038004EAll disks participating to the volume must have the same sector size.
ERROR_VOLMGR_BAD_BOOT_DISK0xC038004FThe boot disk experienced failures.
ERROR_VOLMGR_PACK_CONFIG_OFFLINE0xC0380050The configuration of the pack is offline.
ERROR_VOLMGR_PACK_CONFIG_ONLINE0xC0380051The configuration of the pack is online.
ERROR_VOLMGR_NOT_PRIMARY_PACK0xC0380052The specified pack is not the primary pack.
ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED0xC0380053All disks failed to be updated with the new content of the log.
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID0xC0380054The specified number of disks in a plex is invalid.
ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID0xC0380055The specified number of disks in a plex member is invalid.
ERROR_VOLMGR_VOLUME_MIRRORED0xC0380056The operation is not supported on mirrored volumes.
ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED0xC0380057The operation is only supported on simple and spanned plexes.
ERROR_VOLMGR_NO_VALID_LOG_COPIES0xC0380058The pack has no valid log copies.
ERROR_VOLMGR_PRIMARY_PACK_PRESENT0xC0380059A primary pack is already present.
ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID0xC038005AThe specified number of disks is invalid.
ERROR_VOLMGR_MIRROR_NOT_SUPPORTED0xC038005BThe system does not support mirrored volumes.
ERROR_VOLMGR_RAID5_NOT_SUPPORTED0xC038005CThe system does not support RAID-5 volumes.
ERROR_BCD_TOO_MANY_ELEMENTS0xC0390002Entries enumerated have exceeded the allowed threshold.
ERROR_VHD_DRIVE_FOOTER_MISSING0xC03A0001The virtual hard disk is corrupted. The virtual hard disk drive footer is missing.
ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH0xC03A0002The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum.
ERROR_VHD_DRIVE_FOOTER_CORRUPT0xC03A0003The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted.
ERROR_VHD_FORMAT_UNKNOWN0xC03A0004The system does not recognize the file format of this virtual hard disk.
ERROR_VHD_FORMAT_UNSUPPORTED_VERSION0xC03A0005The version does not support this version of the file format.
ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH0xC03A0006The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum.
ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION0xC03A0007The system does not support this version of the virtual hard disk.This version of the sparse header is not supported.
ERROR_VHD_SPARSE_HEADER_CORRUPT0xC03A0008The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt.
ERROR_VHD_BLOCK_ALLOCATION_FAILURE0xC03A0009Failed 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_CORRUPT0xC03A000AThe virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt.
ERROR_VHD_INVALID_BLOCK_SIZE0xC03A000BThe system does not support this version of the virtual hard disk. The block size is invalid.
ERROR_VHD_BITMAP_MISMATCH0xC03A000CThe 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_FOUND0xC03A000DThe 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_MISMATCH0xC03A000EThe 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_MISMATCH0xC03A000FThe 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_FAILURE0xC03A0010Failed to read the metadata of the virtual hard disk.
ERROR_VHD_METADATA_WRITE_FAILURE0xC03A0011Failed to write to the metadata of the virtual hard disk.
ERROR_VHD_INVALID_SIZE0xC03A0012The size of the virtual hard disk is not valid.
ERROR_VHD_INVALID_FILE_SIZE0xC03A0013The file size of this virtual hard disk is not valid.
ERROR_VIRTDISK_PROVIDER_NOT_FOUND0xC03A0014A virtual disk support provider for the specified file was not found.
ERROR_VIRTDISK_NOT_VIRTUAL_DISK0xC03A0015The specified disk is not a virtual disk.
ERROR_VHD_PARENT_VHD_ACCESS_DENIED0xC03A0016The 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_MISMATCH0xC03A0017The 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_DETECTED0xC03A0018The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.
ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT0xC03A0019The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain.
ERROR_VIRTUAL_DISK_LIMITATION0xC03A001AThe 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_TYPE0xC03A001BThe requested operation cannot be performed on a virtual disk of this type.
ERROR_VHD_INVALID_STATE0xC03A001CThe requested operation cannot be performed on the virtual disk in its current state.
ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE0xC03A001DThe sector size of the physical disk on which the virtual disk resides is not supported.
ERROR_VIRTDISK_DISK_ALREADY_OWNED0xC03A001EThe disk is already owned by a different owner.
ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE0xC03A001FThe disk must be offline or read-only.
ERROR_CTLOG_TRACKING_NOT_INITIALIZED0xC03A0020Change Tracking is not initialized for this virtual disk.
ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE0xC03A0021Size of change tracking file exceeded the maximum size limit.
ERROR_CTLOG_VHD_CHANGED_OFFLINE0xC03A0022VHD file is changed due to compaction, expansion, or offline updates.
ERROR_CTLOG_INVALID_TRACKING_STATE0xC03A0023Change 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_FILE0xC03A0024Change Tracking file for the virtual disk is not in a valid state.
ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA0xC03A0025The 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_SIZE0xC03A0026The requested operation could not be completed because the virtual disk's minimum safe size could not be determined. This may be due to a missing or corrupt partition table.
ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE0xC03A0027The requested operation could not be completed because the virtual disk's size cannot be safely reduced further.
ERROR_VHD_METADATA_FULL0xC03A0028There is not enough space in the virtual disk file for the provided metadata item.
ERROR_VHD_INVALID_CHANGE_TRACKING_ID0xC03A0029The specified change tracking identifier is not valid.
ERROR_VHD_CHANGE_TRACKING_DISABLED0xC03A002AChange tracking is disabled for the specified virtual hard disk, so no change tracking information is available.
ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION0xC03A0030There is no change tracking data available associated with the specified change tracking identifier.
ERROR_SVHDX_ERROR_STORED0xC05C0000The proper error code with sense data was stored on server side.
ERROR_SVHDX_ERROR_NOT_AVAILABLE0xC05CFF00The requested error data is not available on the server.
ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE0xC05CFF01Unit Attention data is available for the initiator to query.
ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED0xC05CFF02The data capacity of the device has changed, resulting in a Unit Attention condition.
ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED0xC05CFF03A previous operation resulted in this initiator's reservations being preempted, resulting in a Unit Attention condition.
ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED0xC05CFF04A previous operation resulted in this initiator's reservations being released, resulting in a Unit Attention condition.
ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED0xC05CFF05A previous operation resulted in this initiator's registrations being preempted, resulting in a Unit Attention condition.
ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED0xC05CFF06The data storage format of the device has changed, resulting in a Unit Attention condition.
ERROR_SVHDX_RESERVATION_CONFLICT0xC05CFF07The current initiator is not allowed to perform the SCSI command because of a reservation conflict.
ERROR_SVHDX_WRONG_FILE_TYPE0xC05CFF08Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks.
ERROR_SVHDX_VERSION_MISMATCH0xC05CFF09The server version does not match the requested version.
ERROR_VHD_SHARED0xC05CFF0AThe requested operation cannot be performed on the virtual disk as it is currently used in shared mode.
ERROR_SVHDX_NO_INITIATOR0xC05CFF0BInvalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures.
ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND0xC05CFF0CThe requested operation failed due to a missing backing storage file.
ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP0xC05D0000Failed to negotiate a preauthentication integrity hash function.
ERROR_SMB_BAD_CLUSTER_DIALECT0xC05D0001The current cluster functional level does not support this SMB dialect.
ERROR_SECCORE_INVALID_COMMAND0xC0E80000The command was not recognized by the security core
ERROR_NO_APPLICABLE_APP_LICENSES_FOUND0xC0EA0001No applicable app licenses found.
ERROR_CLIP_LICENSE_NOT_FOUND0xC0EA0002CLiP license not found.
ERROR_CLIP_DEVICE_LICENSE_MISSING0xC0EA0003CLiP device license not found.
ERROR_CLIP_LICENSE_INVALID_SIGNATURE0xC0EA0004CLiP license has an invalid signature.
ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID0xC0EA0005CLiP keyholder license is invalid or missing.
ERROR_CLIP_LICENSE_EXPIRED0xC0EA0006CLiP license has expired.
ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE0xC0EA0007CLiP license is signed by an unknown source.
ERROR_CLIP_LICENSE_NOT_SIGNED0xC0EA0008CLiP license is not signed.
ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE0xC0EA0009CLiP license hardware ID is out of tolerance.
ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH0xC0EA000ACLiP license device ID does not match the device ID in the bound device license.
6569 entries