This is work in progress.

Windows / Headers / vdserr.h

vdserr.h

Constant definitions for the Virtual Disk Service error messages.

Associated Error Codes

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

SymbolicValueDescription
VDS_S_DISK_PARTIALLY_CLEANED0x0004241AThe disk is not fully cleaned due to I/O error.
VDS_S_PROVIDER_ERROR_LOADING_CACHE0x00042421The provider encountered errors while loading the cache. See the NT Event Log for more information.
VDS_S_UPDATE_BOOTFILE_FAILED0x00042434Failed to update the boot configuration data.
VDS_S_BOOT_PARTITION_NUMBER_CHANGE0x00042436The boot partition's partition number will change as a result of the operation.
VDS_S_VOLUME_COMPRESS_FAILED0x00042443Failed to compress the volume.
VDS_S_IN_PROGRESS0x0004244DThe asynchronous operation is in progress.
VDS_S_IA64_BOOT_MIRRORED_TO_MBR0x0004245AYou have mirrored your boot volume on a GPT disk, to an MBR disk. You will not be able to boot your machine from the secondary plex.
VDS_S_UNABLE_TO_GET_GPT_ATTRIBUTES0x0004245BUnable to retrieve the GPT attributes for this volume, (hidden, read only and no drive letter).
VDS_S_EXTEND_FILE_SYSTEM_FAILED0x00042465The volume was extended successfully but the file system failed to extend.
VDS_S_MBR_BOOT_MIRRORED_TO_GPT0x00042467You have mirrored your boot volume on an MBR disk, to a GPT disk. You will not be able to boot your machine from the secondary plex.
VDS_S_DISK_IS_MISSING0x00042508The disk is missing, not all information could be returned.
VDS_S_NONCONFORMANT_PARTITION_INFO0x0004250AThe disk's partition information is does not conform to that expected on a dynamic disk.
VDS_S_SYSTEM_PARTITION0x0004250EWarning, there was a failure while checking for the system partition.
VDS_S_NO_NOTIFICATION0x00042517No volume arrival notification was received. Refresh the Disk Management display.
VDS_S_DEFAULT_PLEX_MEMBER_IDS0x00042518Defaults have been used for the member ids or plex ids.
VDS_S_DISMOUNT_FAILED0x00042577Failed to dismount the volume after setting the volume flags.
VDS_S_REMOUNT_FAILED0x00042578Failed to remount the volume after setting the volume flags.
VDS_S_RESYNC_NOTIFICATION_TASK_FAILED0x0004257AFailure. If the volume is a mirror volume or a raid5 volume, no resynchronization notifications will be sent.
VDS_S_VSS_FLUSH_AND_HOLD_WRITES0x00042581Failed to flush and hold Volume Snapshot Service writes.
VDS_S_VSS_RELEASE_WRITES0x00042582Failed to release Volume Snapshot Service writes.
VDS_S_FS_LOCK0x00042583Failed to obtain a file system lock.
VDS_S_PLEX_NOT_LOADED_TO_CACHE0x0004258BThis plex is present in the driver, but has not yet been loaded to the provider cache. A volume modified notification will be sent by the service once the plex has been loaded to the provider cache.
VDS_S_WINPE_BOOTENTRY0x0004258EThe boot entries cannot be updated automatically on WinPE. You may need to manually update the boot entry for any installed operating systems.
VDS_S_NAME_TRUNCATED0x00042700The name was accepted but had to be truncated.
VDS_S_STATUSES_INCOMPLETELY_SET0x00042702At least one path status is not set successfully due to a non-fatal error, for example the status conflicts with the current load balance policy.
VDS_S_ALREADY_EXISTS0x00042714The object already exists and does not need to be further created or added.
VDS_S_PROPERTIES_INCOMPLETE0x00042715Unable to retrieve all properties for this object. Some attributes may be incomplete or missing.
VDS_S_ISCSI_SESSION_NOT_FOUND_PERSISTENT_LOGIN_REMOVED0x00042800No iSCSI sessions to the target were found, but the persistent login setup to the target was removed.
VDS_S_ISCSI_PERSISTENT_LOGIN_MAY_NOT_BE_REMOVED0x00042801If a persistent login was set up for the target, it may not have been removed. Check the iSCSI Initiator Control Panel to remove it if necessary.
VDS_S_ISCSI_LOGIN_ALREAD_EXISTS0x00042802Login failed because the target is already logged in.
VDS_S_DISK_MOUNT_FAILED0x00042808Failed to mount one or more of the volumes on the disk.
VDS_S_DISK_DISMOUNT_FAILED0x00042809Failed to dismount one or more of the volumes on the disk.
VDS_S_ACCESS_PATH_NOT_DELETED0x00044244The access paths on the volume may not be deleted.
VDS_E_NOT_SUPPORTED0x80042400The operation is not supported by the object.
VDS_E_INITIALIZED_FAILED0x80042401The service failed to initialize.
VDS_E_INITIALIZE_NOT_CALLED0x80042402The initialization method was not called.
VDS_E_ALREADY_REGISTERED0x80042403The provider is already registered.
VDS_E_ANOTHER_CALL_IN_PROGRESS0x80042404A concurrent second call is made on an object before the first is completed.
VDS_E_OBJECT_NOT_FOUND0x80042405The object is not found.
VDS_E_INVALID_SPACE0x80042406The specified space is not free or not valid.
VDS_E_PARTITION_LIMIT_REACHED0x80042407The number of partitions has reached the limit on a disk.
VDS_E_PARTITION_NOT_EMPTY0x80042408The extended partition is not empty.
VDS_E_OPERATION_PENDING0x80042409The operation has not been completed yet.
VDS_E_OPERATION_DENIED0x8004240AThis operation is not allowed on the current boot, system or pagefile volume. It is also not allowed on any volume on a basic MBR disk that contains the boot, system or pagefile volume.
VDS_E_OBJECT_DELETED0x8004240BThe object has been deleted.
VDS_E_CANCEL_TOO_LATE0x8004240CThe operation cannot be cancelled.
VDS_E_OPERATION_CANCELED0x8004240DThe operation has been cancelled.
VDS_E_CANNOT_EXTEND0x8004240EThe volume cannot be extended because the file system does not support it.
VDS_E_NOT_ENOUGH_SPACE0x8004240FThere is not enough usable space for this operation.
VDS_E_NOT_ENOUGH_DRIVE0x80042410Not enough drives are specified to complete this operation.
VDS_E_BAD_COOKIE0x80042411The cookie is not found.
VDS_E_NO_MEDIA0x80042412There is no media in the device.
VDS_E_DEVICE_IN_USE0x80042413The device is in use.
VDS_E_DISK_NOT_EMPTY0x80042414The disk is not empty.
VDS_E_INVALID_OPERATION0x80042415Invalid operation.
VDS_E_PATH_NOT_FOUND0x80042416The path is not found.
VDS_E_DISK_NOT_INITIALIZED0x80042417The disk is not initialized.
VDS_E_NOT_AN_UNALLOCATED_DISK0x80042418The disk is not unallocated.
VDS_E_UNRECOVERABLE_ERROR0x80042419An unrecoverable error occurred. The service must shut down.
VDS_E_DMADMIN_SERVICE_CONNECTION_FAILED0x8004241BThe provider failed to connect to the Logical Disk Management Administrative service.
VDS_E_PROVIDER_INITIALIZATION_FAILED0x8004241CThe provider failed to initialize.
VDS_E_OBJECT_EXISTS0x8004241DThe object already exists.
VDS_E_NO_DISKS_FOUND0x8004241ENo disks were found on the target machine.
VDS_E_PROVIDER_CACHE_CORRUPT0x8004241FThe provider's cache has become corrupt.
VDS_E_DMADMIN_METHOD_CALL_FAILED0x80042420A method call to the Logical Disk Management Administrative service failed.
VDS_E_PROVIDER_VOL_DEVICE_NAME_NOT_FOUND0x80042422The device form of the volume pathname could not be retrieved.
VDS_E_PROVIDER_VOL_OPEN0x80042423Failed to open the volume device.
VDS_E_DMADMIN_CORRUPT_NOTIFICATION0x80042424A corrupt notification was sent from the Logical Disk Manager Administrative service.
VDS_E_INCOMPATIBLE_FILE_SYSTEM0x80042425The file system is incompatible.
VDS_E_INCOMPATIBLE_MEDIA0x80042426The media is incompatible.
VDS_E_ACCESS_DENIED0x80042427Access is denied.
VDS_E_MEDIA_WRITE_PROTECTED0x80042428The media is write protected.
VDS_E_BAD_LABEL0x80042429The label is illegal.
VDS_E_CANT_QUICK_FORMAT0x8004242ACan not quick format the volume.
VDS_E_IO_ERROR0x8004242BIO error occured during format.
VDS_E_VOLUME_TOO_SMALL0x8004242CThe volume size is too small.
VDS_E_VOLUME_TOO_BIG0x8004242DThe volume size is too big.
VDS_E_CLUSTER_SIZE_TOO_SMALL0x8004242EThe cluster size is too small.
VDS_E_CLUSTER_SIZE_TOO_BIG0x8004242FThe cluster size is too big.
VDS_E_CLUSTER_COUNT_BEYOND_32BITS0x80042430The number of clusters is too big for 32 bit integer.
VDS_E_OBJECT_STATUS_FAILED0x80042431The object is in failed status.
VDS_E_VOLUME_INCOMPLETE0x80042432All extents for the volume could not be found.
VDS_E_EXTENT_SIZE_LESS_THAN_MIN0x80042433The size of the extent is less than the minimum.
VDS_E_BOOT_PARTITION_NUMBER_CHANGE0x80042436The boot partition's partition number will change as a result of the migration operation.
VDS_E_NO_FREE_SPACE0x80042437The selected disk does not have enough free space to complete the operation.
VDS_E_ACTIVE_PARTITION0x80042438An active partition was detected on the selected disk, and it is not the active partition used to boot the currently running OS.
VDS_E_PARTITION_OF_UNKNOWN_TYPE0x80042439Cannot read partition information.
VDS_E_LEGACY_VOLUME_FORMAT0x8004243AA partition with an unknown type was detected on the selected disk.
VDS_E_NON_CONTIGUOUS_DATA_PARTITIONS0x8004243BThe selected GPT formatted disk contains a partition which is not of type 'PARTITION_BASIC_DATA_GUID', and is both preceeded and followed by a partition of type 'PARTITION_BASIC_DATA_GUID'.
VDS_E_MIGRATE_OPEN_VOLUME0x8004243CA volume on the selected disk could not be opened.
VDS_E_VOLUME_NOT_ONLINE0x8004243DThe volume is not online.
VDS_E_VOLUME_NOT_HEALTHY0x8004243EThe volume is not healthy.
VDS_E_VOLUME_SPANS_DISKS0x8004243FThe volume spans multiple disks.
VDS_E_REQUIRES_CONTIGUOUS_DISK_SPACE0x80042440The volume requires contiguous disk extents.
VDS_E_BAD_PROVIDER_DATA0x80042441A provider returned bad data.
VDS_E_PROVIDER_FAILURE0x80042442A provider failed to complete an operation.
VDS_E_PACK_OFFLINE0x80042444The pack is not online.
VDS_E_VOLUME_NOT_A_MIRROR0x80042445The volume is not a mirror.
VDS_E_NO_EXTENTS_FOR_VOLUME0x80042446No extents were found for the volume.
VDS_E_DISK_NOT_LOADED_TO_CACHE0x80042447The disk failed to load to the cache.
VDS_E_INTERNAL_ERROR0x80042448Check the event log for errors.
VDS_E_PROVIDER_TYPE_NOT_SUPPORTED0x8004244AThe method call is not supported for the specified provider type.
VDS_E_DISK_NOT_ONLINE0x8004244BThis disk is already offline.
VDS_E_DISK_IN_USE_BY_VOLUME0x8004244CThe disk is already in use by the volume.
VDS_E_ASYNC_OBJECT_FAILURE0x8004244EFailure initializing the asynchronous object.
VDS_E_VOLUME_NOT_MOUNTED0x8004244FA file system is not mounted on the volume.
VDS_E_PACK_NOT_FOUND0x80042450The pack was not found.
VDS_E_IMPORT_SET_INCOMPLETE0x80042451Import failed. Attempt to import a subset of the disks in the foreign pack.
VDS_E_DISK_NOT_IMPORTED0x80042452A disk in the import's source pack was not imported.
VDS_E_OBJECT_OUT_OF_SYNC0x80042453The system's information about the object may not be up to date.
VDS_E_MISSING_DISK0x80042454The disk is missing.
VDS_E_DISK_PNP_REG_CORRUPT0x80042455The provider's list of Pnp registered disks has become corrupt.
VDS_E_LBN_REMAP_ENABLED_FLAG0x80042456The provider does not support the LBN REMAP ENABLED volume flag.
VDS_E_NO_DRIVELETTER_FLAG0x80042457The provider does not support the NO DRIVELETTER volume flag.
VDS_E_REVERT_ON_CLOSE0x80042458REVERT ON CLOSE may only be used with GPT flags HIDDEN, READ ONLY, NO DRIVE LETTER or SHADOW COPY.
VDS_E_REVERT_ON_CLOSE_SET0x80042459The REVERT ON CLOSE volume flag is already set for this volume.
VDS_E_IA64_BOOT_MIRRORED_TO_MBR0x8004245ANot used! You have mirrored your boot volume on a GPT disk, to an MBR disk. You will not be able to boot your machine from the secondary plex.
VDS_E_VOLUME_TEMPORARILY_DISMOUNTED0x8004245CThe volume is temporarily dismounted.
VDS_E_VOLUME_PERMANENTLY_DISMOUNTED0x8004245DThe volume is permanently dismounted.
VDS_E_VOLUME_HAS_PATH0x8004245EThe volume still has access path to it.
VDS_E_TIMEOUT0x8004245FThe operation timed out.
VDS_E_REPAIR_VOLUMESTATE0x80042460To repair a volume, both the volume and plex must be online, and must not be healthy or rebuilding.
VDS_E_LDM_TIMEOUT0x80042461The operation timed out in the Logical Disk Manager Administrative service. Retry the operation.
VDS_E_REVERT_ON_CLOSE_MISMATCH0x80042462When clearing volume flags that have been set using revert on close, the same combination of HIDDEN, READ ONLY, NO DRIVE LETTER or SHADOW COPY flags must be passed to both the SetFlags and ClearFlags calls.
VDS_E_RETRY0x80042463The operation failed. Retry the operation.
VDS_E_ONLINE_PACK_EXISTS0x80042464Create pack operation failed. An online pack already exists.
VDS_E_EXTEND_FILE_SYSTEM_FAILED0x80042466The file system failed to extend.
VDS_E_MAX_USABLE_MBR0x80042468Only the first 2TB are usable on large MBR disks. Cannot create partitions beyond the 2TB mark, nor convert the disk to dynamic.
VDS_S_GPT_BOOT_MIRRORED_TO_MBR0x80042469You have mirrored your boot volume on a GPT disk, to an MBR disk. You will not be able to boot your machine from the secondary plex.
VDS_E_NO_SOFTWARE_PROVIDERS_LOADED0x80042500There are no software provders loaded.
VDS_E_DISK_NOT_MISSING0x80042501The disk is not missing.
VDS_E_NO_VOLUME_LAYOUT0x80042502Failed to retrieve the volume's layout. Operations on the volume will fail.
VDS_E_CORRUPT_VOLUME_INFO0x80042503The volume's driver information is corrupt. Operations on the volume will fail.
VDS_E_INVALID_ENUMERATOR0x80042504The enumerator is corrupted.
VDS_E_DRIVER_INTERNAL_ERROR0x80042505Internal error in the volume management driver.
VDS_E_VOLUME_INVALID_NAME0x80042507The volume name is invalid.
VDS_E_CORRUPT_PARTITION_INFO0x80042509The disk's partition information is corrupted.
VDS_E_CORRUPT_EXTENT_INFO0x8004250BThe disk's extent information is corrupted.
VDS_E_DUP_EMPTY_PACK_GUID0x8004250CAn empty pack already exists. Release the existing empty pack before creating another empty pack.
VDS_E_DRIVER_NO_PACK_NAME0x8004250DThe volume management driver did not return a pack name. Internal driver error.
VDS_E_BAD_PNP_MESSAGE0x8004250FThe PNP service sent a corrupted notification to the provider.
VDS_E_NO_PNP_DISK_ARRIVE0x80042510No disk arrival notification was received.
VDS_E_NO_PNP_VOLUME_ARRIVE0x80042511No volume arrival notification was received.
VDS_E_NO_PNP_DISK_REMOVE0x80042512No disk removal notification was received.
VDS_E_NO_PNP_VOLUME_REMOVE0x80042513No volume removal notification was received.
VDS_E_PROVIDER_EXITING0x80042514The provider is exiting.
VDS_E_EXTENT_EXCEEDS_DISK_FREE_SPACE0x80042515The specified disk extent size exceeds the size of free disk space.
VDS_E_MEMBER_SIZE_INVALID0x80042516The size of the plex member is invalid.
VDS_E_INVALID_DISK0x80042519This operation is not allowed on an invalid disk. The disk may be invalid because it is corrupted or failing, or it may be invalid because it is OFFLINE.
VDS_E_INVALID_PACK0x8004251AThis operation is not allowed on the invalid disk pack.
VDS_E_VOLUME_ON_DISK0x8004251BThis operation is not allowed on disks with volumes.
VDS_E_DRIVER_INVALID_PARAM0x8004251CThe driver returned an invalid parameter error.
VDS_E_TARGET_PACK_NOT_EMPTY0x8004251DThe target pack is not empty.
VDS_E_CANNOT_SHRINK0x8004251EThe volume cannot be shrunk because the file system does not support it.
VDS_E_MULTIPLE_PACKS0x8004251FSpecified disks are not all from the same pack.
VDS_E_PACK_ONLINE0x80042520This operation is not allowed on online packs. The pack must be offline.
VDS_E_INVALID_PLEX_COUNT0x80042521The plex count for the volume must be non-zero.
VDS_E_INVALID_MEMBER_COUNT0x80042522The member count for the volume must be non-zero.
VDS_E_INVALID_PLEX_ORDER0x80042523The plex indexes must be monotonically increasing and begin with zero.
VDS_E_INVALID_MEMBER_ORDER0x80042524The member indexes must be monotonically increasing and begin with zero.
VDS_E_INVALID_STRIPE_SIZE0x80042525The stripe size must be a multiple of 2, between 512 bytes and 1 MB, for stripe and raid5 volumes. The stripe size must be zero for other volume types.
VDS_E_INVALID_DISK_COUNT0x80042526The number of disks specified is invalid for this operation.
VDS_E_INVALID_EXTENT_COUNT0x80042527An invalid number of extents was specified for at least one disk.
VDS_E_SOURCE_IS_TARGET_PACK0x80042528The source and target packs must be distinct.
VDS_E_VOLUME_DISK_COUNT_MAX_EXCEEDED0x80042529The disk count for the volume exceeds the maximum.
VDS_E_CORRUPT_NOTIFICATION_INFO0x8004252AThe driver's notification info is corrupt.
VDS_E_INVALID_PLEX_GUID0x8004252CGUID_NULL is not a valid plex GUID.
VDS_E_DISK_NOT_FOUND_IN_PACK0x8004252DThe specified disks do not belong to the same pack.
VDS_E_DUPLICATE_DISK0x8004252EThe same disk was specified more than once.
VDS_E_LAST_VALID_DISK0x8004252FThe operation cannot be completed because there is only one valid disk in the pack.
VDS_E_INVALID_SECTOR_SIZE0x80042530All disks holding extents for a given volume must have the same sector size, and the sector size must be valid.
VDS_E_ONE_EXTENT_PER_DISK0x80042531This call requires the parameters to specify one extent per disk. A single disk cannot contribute to multiple members or plexes of the same volume.
VDS_E_INVALID_BLOCK_SIZE0x80042532Neither the volume stripe size or disk sector size was found to be non-zero.
VDS_E_PLEX_SIZE_INVALID0x80042533The size of the volume plex is invalid.
VDS_E_NO_EXTENTS_FOR_PLEX0x80042534No extents were found for the plex.
VDS_E_INVALID_PLEX_TYPE0x80042535The plex type is invalid.
VDS_E_INVALID_PLEX_BLOCK_SIZE0x80042536The plex block size must be non-zero.
VDS_E_NO_HEALTHY_DISKS0x80042537All of the disks involved in the operation are either missing or failed.
VDS_E_CONFIG_LIMIT0x80042538The Logical Disk Manangement database is full, no more volumes or disks may be configured.
VDS_E_DISK_CONFIGURATION_CORRUPTED0x80042539The disk configuration data is corrupted.
VDS_E_DISK_CONFIGURATION_NOT_IN_SYNC0x8004253AThe disk configuration is not insync with the in-memory configuration.
VDS_E_DISK_CONFIGURATION_UPDATE_FAILED0x8004253BOne or more disks failed to be updated with the new configuration.
VDS_E_DISK_DYNAMIC0x8004253CThe disk is already dynamic.
VDS_E_DRIVER_OBJECT_NOT_FOUND0x8004253DThe object was not found in the driver cache.
VDS_E_PARTITION_NOT_CYLINDER_ALIGNED0x8004253EThe disk layout contains partitions which are not cylinder aligned.
VDS_E_DISK_LAYOUT_PARTITIONS_TOO_SMALL0x8004253FThe disk layout contains partitions which less than the minimum required size.
VDS_E_DISK_IO_FAILING0x80042540The IO to the disk is failing.
VDS_E_DYNAMIC_DISKS_NOT_SUPPORTED0x80042541Dynamic disks are not supported by this operating system or server configuration. Dynamic disks are not supported on clusters.
VDS_E_FAULT_TOLERANT_DISKS_NOT_SUPPORTED0x80042542The fault tolerant disks are not supported by this operating system.
VDS_E_GPT_ATTRIBUTES_INVALID0x80042543Invalid GPT attributes were specified.
VDS_E_MEMBER_IS_HEALTHY0x80042544The member is not stale or detached.
VDS_E_MEMBER_REGENERATING0x80042545The member is regenerating.
VDS_E_PACK_NAME_INVALID0x80042546The pack name is invalid.
VDS_E_PLEX_IS_HEALTHY0x80042547The plex is not stale or detached.
VDS_E_PLEX_LAST_ACTIVE0x80042548The last healthy plex cannot be removed.
VDS_E_PLEX_MISSING0x80042549The plex is missing.
VDS_E_MEMBER_MISSING0x8004254AThe member is missing.
VDS_E_PLEX_REGENERATING0x8004254BThe plex is regenerating.
VDS_E_UNEXPECTED_DISK_LAYOUT_CHANGE0x8004254DAn unexpected layout change occurred external to the volume manager.
VDS_E_INVALID_VOLUME_LENGTH0x8004254EThe volume length is invalid.
VDS_E_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE0x8004254FThe volume length is not a multiple of the sector size.
VDS_E_VOLUME_NOT_RETAINED0x80042550The volume does not have a retained partition association.
VDS_E_VOLUME_RETAINED0x80042551The volume already has a retained partition association.
VDS_E_ALIGN_BEYOND_FIRST_CYLINDER0x80042553The specified alignment is beyond the first cylinder.
VDS_E_ALIGN_NOT_SECTOR_SIZE_MULTIPLE0x80042554The specified alignment is not a multiple of the sector size.
VDS_E_ALIGN_NOT_ZERO0x80042555The specified partition type cannot be created with a non-zero alignment.
VDS_E_CACHE_CORRUPT0x80042556The service's cache has become corrupt.
VDS_E_CANNOT_CLEAR_VOLUME_FLAG0x80042557The specified volume flag cannot be cleared.
VDS_E_DISK_BEING_CLEANED0x80042558The operation is not allowed on a disk that is in the process of being cleaned.
VDS_E_DISK_NOT_CONVERTIBLE0x80042559The specified disk is not convertible. CDROMs and DVDs are examples of disks that are not convertable.
VDS_E_DISK_REMOVEABLE0x8004255AThe operation is not supported on removable media.
VDS_E_DISK_REMOVEABLE_NOT_EMPTY0x8004255BThe operation is not supported on a non-empty removable disk.
VDS_E_DRIVE_LETTER_NOT_FREE0x8004255CThe specified drive letter is not free to be assigned.
VDS_E_EXTEND_MULTIPLE_DISKS_NOT_SUPPORTED0x8004255DExtending the volume onto multiple disks is not supported by this provider.
VDS_E_INVALID_DRIVE_LETTER0x8004255EThe specified drive letter is invalid.
VDS_E_INVALID_DRIVE_LETTER_COUNT0x8004255FThe specified number of drive letters to retrieve is invalid.
VDS_E_INVALID_FS_FLAG0x80042560The specified file system flag is invalid.
VDS_E_INVALID_FS_TYPE0x80042561The specified file system is invalid.
VDS_E_INVALID_OBJECT_TYPE0x80042562The specified object type is invalid.
VDS_E_INVALID_PARTITION_LAYOUT0x80042563The specified partition layout is invalid.
VDS_E_INVALID_PARTITION_STYLE0x80042564The specified disk's partition style is INVALID. VDS only supports MBR or GPT partition style disks.
VDS_E_INVALID_PARTITION_TYPE0x80042565The specified partition type is not valid for this operation.
VDS_E_INVALID_PROVIDER_CLSID0x80042566The specified provider clsid cannot be a NULL GUID.
VDS_E_INVALID_PROVIDER_ID0x80042567The specified provider id cannot be a NULL GUID.
VDS_E_INVALID_PROVIDER_NAME0x80042568The specified provider name is invalid.
VDS_E_INVALID_PROVIDER_TYPE0x80042569The specified provider type is invalid.
VDS_E_INVALID_PROVIDER_VERSION_GUID0x8004256AThe specified provider version GUID cannot be a NULL GUID.
VDS_E_INVALID_PROVIDER_VERSION_STRING0x8004256BThe specified provider version string is invalid.
VDS_E_INVALID_QUERY_PROVIDER_FLAG0x8004256CThe specified query provider flag is invalid.
VDS_E_INVALID_SERVICE_FLAG0x8004256DThe specified service flag is invalid.
VDS_E_INVALID_VOLUME_FLAG0x8004256EThe specified volume flag is invalid.
VDS_E_PARTITION_NOT_OEM0x8004256FThe operation is not supported on non-OEM partitions.
VDS_E_PARTITION_PROTECTED0x80042570Cannot delete a protected partition without the force protected parameter set.
VDS_E_PARTITION_STYLE_MISMATCH0x80042571The specified partition style does not match that of the disk.
VDS_E_PROVIDER_INTERNAL_ERROR0x80042572An internal error has occurred in the provider.
VDS_E_SHRINK_SIZE_LESS_THAN_MIN0x80042573The specified shrink size is less than then minimum shrink size allowed.
VDS_E_SHRINK_SIZE_TOO_BIG0x80042574The specified shrink size is too big and will cause the volume to be smaller than the minimum volume size.
VDS_E_UNRECOVERABLE_PROVIDER_ERROR0x80042575An unrecoverable error occurred in a provider. The service must be shut down to regain full functionality.
VDS_E_VOLUME_HIDDEN0x80042576Cannot assign a mount point to a hidden volume.
VDS_E_FLAG_ALREADY_SET0x80042579Can't set the specified flag as revert-on-close, because it is already set.
VDS_E_DISTINCT_VOLUME0x8004257BThe input volume id cannot be the id of the volume that is the target of the operation.
VDS_E_VOLUME_NOT_FOUND_IN_PACK0x8004257CThe specified volumes do not belong to the same pack.
VDS_E_PARTITION_NON_DATA0x8004257DThe specified partition is a not a primary or logical volume.
VDS_E_CRITICAL_PLEX0x8004257EThe specified plex is a the current system or boot plex.
VDS_E_VOLUME_SYNCHRONIZING0x8004257FThe operation cannot be completed because the volume is synchronizing.
VDS_E_VOLUME_REGENERATING0x80042580The operation cannot be completed because the volume is regenerating.
VDS_E_READONLY0x80042584The volume is read only.
VDS_E_INVALID_VOLUME_TYPE0x80042585The volume type is invalid for this operation.
VDS_E_BAD_BOOT_DISK0x80042586The boot disk experienced failures when the driver attempted to online the pack.
VDS_E_LOG_UPDATE0x80042587The driver failed to update the log on at least one disk.
VDS_E_VOLUME_MIRRORED0x80042588This operation is not supported on a mirrored volume.
VDS_E_VOLUME_SIMPLE_SPANNED0x80042589This operation is only supported on simple or spanned volumes.
VDS_E_NO_VALID_LOG_COPIES0x8004258AThis pack has no valid log copies.
VDS_E_PLEX_NOT_LOADED_TO_CACHE0x8004258BThis plex is present in the driver, but has not yet been loaded to the provider cache. A volume modified notification will be sent by the service once the plex has been loaded to the provider cache.
VDS_E_PARTITION_MSR0x8004258CThis operation is not supported on MSR partitions.
VDS_E_PARTITION_LDM0x8004258DThis operation is not supported on LDM partitions.
VDS_E_ALIGN_NOT_A_POWER_OF_TWO0x8004258FThe specified alignment is not a power of two.
VDS_E_ALIGN_IS_ZERO0x80042590The specified alignment is zero.
VDS_E_SHRINK_IN_PROGRESS0x80042591A defragmentation or volume shrink operation is already in progress. Only one of these operations can run at a time.
VDS_E_CANT_INVALIDATE_FVE0x80042592BitLocker encryption on the volume could not be removed.
VDS_E_FS_NOT_DETERMINED0x80042593The default file system could not be determined.
VDS_E_DISK_NOT_OFFLINE0x80042595This disk is already online.
VDS_E_FAILED_TO_ONLINE_DISK0x80042596The online operation failed.
VDS_E_FAILED_TO_OFFLINE_DISK0x80042597The offline operation failed.
VDS_E_BAD_REVISION_NUMBER0x80042598The operation could not be completed because the specified revision number is not supported.
VDS_E_SHRINK_USER_CANCELLED0x80042599The shrink operation was cancelled by the user.
VDS_E_SHRINK_DIRTY_VOLUME0x8004259AThe volume you have selected to shrink may be corrupted. Use Chkdsk to fix the corruption problem, and then try to shrink the volume again.
VDS_E_NAME_NOT_UNIQUE0x80042701The name is not unique.
VDS_E_ADDRESSES_INCOMPLETELY_SET0x80042703At least one portal's tunnel address is not set successfully.
VDS_E_SECURITY_INCOMPLETELY_SET0x80042705At least one portal's security settings are not set successfully.
VDS_E_TARGET_SPECIFIC_NOT_SUPPORTED0x80042706The initiator does not support setting target-specific shared secrets.
VDS_E_INITIATOR_SPECIFIC_NOT_SUPPORTED0x80042707The target does not support setting initiator-specific shared secrets.
VDS_E_ISCSI_LOGIN_FAILED0x80042708An iSCSI login session could not be established.
VDS_E_ISCSI_LOGOUT_FAILED0x80042709The attempt to log out from the specified iSCSI session failed.
VDS_E_ISCSI_SESSION_NOT_FOUND0x8004270AThe specified iSCSI session with a connection matching the specified target, target portal, and/or initiator portal could not be found.
VDS_E_ASSOCIATED_LUNS_EXIST0x8004270BLUNs are associated with the specified target and must first be deassociated before the target can be deleted.
VDS_E_ASSOCIATED_PORTALS_EXIST0x8004270CPortals are associated with the specified portal group and must first be deassociated before the portal group can be deleted.
VDS_E_NO_DISCOVERY_DOMAIN0x8004270DThe initiator does not exist in a iSNS discovery domain.
VDS_E_MULTIPLE_DISCOVERY_DOMAINS0x8004270EThe initiator exists in more than one iSNS discovery domain.
VDS_E_NO_DISK_PATHNAME0x8004270FFailed to retrieve the disk's pathname. Some operations on the disk may fail.
VDS_E_ISCSI_LOGOUT_INCOMPLETE0x80042710At least one session did not logout successfully.
VDS_E_NO_VOLUME_PATHNAME0x80042711Failed to retrieve the volume's pathname.
VDS_E_PROVIDER_CACHE_OUTOFSYNC0x80042712The provider's cache is not in-sync with the driver cache.
VDS_E_NO_IMPORT_TARGET0x80042713No import target was set for this subsystem in the registry.
VDS_E_UNABLE_TO_FIND_BOOT_DISK0x80042803A system error occurred while retrieving the boot disk information.
VDS_E_INCORRECT_BOOT_VOLUME_EXTENT_INFO0x80042804Multiple disk extents reported for the boot volume - system error.
VDS_E_GET_SAN_POLICY0x80042805A driver error was reported when getting the SAN policy.
VDS_E_SET_SAN_POLICY0x80042806A driver error was reported when setting the SAN policy.
VDS_E_BOOT_DISK0x80042807Disk attributes may not be changed on the boot disk.
VDS_E_DISK_IS_OFFLINE0x8004280AThe operation is not allowed on a disk that is offline.
VDS_E_DISK_IS_READ_ONLY0x8004280BThe operation is not allowed on a disk that is read only.
VDS_E_PAGEFILE_DISK0x8004280CThe operation is not allowed on a disk that contains a pagefile volume.
VDS_E_HIBERNATION_FILE_DISK0x8004280DThe operation is not allowed on a disk that contains a hibernation file volume.
VDS_E_CRASHDUMP_DISK0x8004280EThe operation is not allowed on a disk that contains a crashdump file volume.
VDS_E_UNABLE_TO_FIND_SYSTEM_DISK0x8004280FA system error occurred while retrieving the system disk information.
VDS_E_INCORRECT_SYSTEM_VOLUME_EXTENT_INFO0x80042810Multiple disk extents reported for the system volume - system error.
VDS_E_SYSTEM_DISK0x80042811Disk attributes may not be changed on the current system disk or BIOS disk 0.
VDS_E_VOLUME_SHRINK_FVE_LOCKED0x80042812The volume could not be shrunk because it is locked by BitLocker. Unlock the volume and try again.
VDS_E_VOLUME_SHRINK_FVE_CORRUPT0x80042813The volume could not be shrunk because it is locked due to a BitLocker error. Use BitLocker tools to recover the volume and try again.
VDS_E_VOLUME_SHRINK_FVE_RECOVERY0x80042814The volume could not be shrunk because it is marked for BitLocker recovery. Use BitLocker tools to recover the volume and try again.
VDS_E_VOLUME_SHRINK_FVE0x80042815The volume could not be shrunk because it is encrypted by BitLocker and Fveapi.dll could not be loaded to determine its status. For this operation to succeed, Fveapi.dll must be available in %SystemRoot%\\System32\\.
VDS_E_SHRINK_OVER_DATA0x80042816The SHRINK operation against the selected LUN cannot be completed. Completing the operation using the specified parameters will overwrite volumes containing user data.
VDS_E_INVALID_SHRINK_SIZE0x80042817The SHRINK operation against the selected LUN cannot be completed. The specified size is greater than the size of the LUN.
VDS_E_LUN_DISK_MISSING0x80042818The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is MISSING.
VDS_E_LUN_DISK_FAILED0x80042819The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is FAILED.
VDS_E_LUN_DISK_NOT_READY0x8004281AThe SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is NOT READY.
VDS_E_LUN_DISK_NO_MEDIA0x8004281BThe SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is NO MEDIA.
VDS_E_LUN_NOT_READY0x8004281CThe SHRINK operation against the selected LUN cannot be completed. The current state of the LUN is NOT READY.
VDS_E_LUN_OFFLINE0x8004281DThe SHRINK operation against the selected LUN cannot be completed. The current state of the LUN is OFFLINE.
VDS_E_LUN_FAILED0x8004281EThe SHRINK operation against the selected LUN cannot be completed. The current state of the LUN is FAILED.
VDS_E_VOLUME_EXTEND_FVE_LOCKED0x8004281FThe volume could not be extended because it is locked by BitLocker. Unlock the volume and retry the operation.
VDS_E_VOLUME_EXTEND_FVE_CORRUPT0x80042820The volume could not be extended because it is locked due to a BitLocker error. Use BitLocker tools to recover the volume and retry the operation.
VDS_E_VOLUME_EXTEND_FVE_RECOVERY0x80042821The volume could not be extended because it is marked for BitLocker recovery. Use BitLocker tools to recover the volume and retry the operation.
VDS_E_VOLUME_EXTEND_FVE0x80042822The volume could not be extended because it is encrypted by BitLocker and Fveapi.dll could not be loaded to determine its status. For this operation to succeed, Fveapi.dll must be available in %SystemRoot%\\System32\\.
VDS_E_SECTOR_SIZE_ERROR0x80042823The sector size must be non-zero, a power of 2, and less than the maximum sector size.
VDS_E_INITIATOR_ADAPTER_NOT_FOUND0x80042900The initiator adapter was not found. For calls to GetPathInfo(), the initiator adapater is associated with the path end point.
VDS_E_TARGET_PORTAL_NOT_FOUND0x80042901The target portal was not found. For calls to GetPathInfo(), the target portal is associated with the path end point.
VDS_E_INVALID_PORT_PATH0x80042902The path returned for the port is invalid. Either it has an incorrect port type specified, or, the HBA port properties structure is NULL.
VDS_E_INVALID_ISCSI_TARGET_NAME0x80042903An invalid iSCSI target name was returned from the provider.
VDS_E_SET_TUNNEL_MODE_OUTER_ADDRESS0x80042904Call to set the iSCSI tunnel mode outer address failed.
VDS_E_ISCSI_GET_IKE_INFO0x80042905Call to get the iSCSI IKE info failed.
VDS_E_ISCSI_SET_IKE_INFO0x80042906Call to set the iSCSI IKE info failed.
VDS_E_SUBSYSTEM_ID_IS_NULL0x80042907The provider returned a NULL subsystem identification string.
VDS_E_ISCSI_INITIATOR_NODE_NAME0x80042908Failed to get the iSCSI initiator node name.
VDS_E_ISCSI_GROUP_PRESHARE_KEY0x80042909Failed to set iSCSI group preshared key.
VDS_E_ISCSI_CHAP_SECRET0x8004290AFailed to set iSCSI initiator CHAP secret.
VDS_E_INVALID_IP_ADDRESS0x8004290BAn invalid IP address was encountered.
VDS_E_REBOOT_REQUIRED0x8004290CA reboot is required before any further operations may be initiated. If you do not reboot, machine behavior and machine state, are undefined for any further operations.
VDS_E_VOLUME_GUID_PATHNAME_NOT_ALLOWED0x8004290DVolume GUID pathnames are not valid input to this method.
VDS_E_BOOT_PAGEFILE_DRIVE_LETTER0x8004290EAssigning or removing drive letters on the current boot or pagefile volume is not allowed.
VDS_E_DELETE_WITH_CRITICAL0x8004290FDelete is not allowed on the current boot, system, pagefile, crashdump or hibernation volume.
VDS_E_CLEAN_WITH_DATA0x80042910The FORCE parameter must be set to TRUE in order to clean a disk that contains a data volume.
VDS_E_CLEAN_WITH_OEM0x80042911The FORCE parameter must be set to TRUE in order to clean a disk that contains an OEM volume.
VDS_E_CLEAN_WITH_CRITICAL0x80042912Clean is not allowed on the disk containing the current boot, system, pagefile, crashdump or hibernation volume.
VDS_E_FORMAT_CRITICAL0x80042913Format is not allowed on the current boot, system, pagefile, crashdump or hibernation volume.
VDS_E_NTFS_FORMAT_NOT_SUPPORTED0x80042914The NTFS file system format is not supported on this volume.
VDS_E_FAT32_FORMAT_NOT_SUPPORTED0x80042915The FAT32 file system format is not supported on this volume.
VDS_E_FAT_FORMAT_NOT_SUPPORTED0x80042916The FAT file system format is not supported on this volume.
VDS_E_FORMAT_NOT_SUPPORTED0x80042917The volume is not formattable.
VDS_E_COMPRESSION_NOT_SUPPORTED0x80042918The specified file system does not support compression.
VDS_E_VDISK_NOT_OPEN0x80042919The virtual disk object has not been open yet.
VDS_E_VDISK_INVALID_OP_STATE0x8004291AThe requested operation cannot be performed on the virtual disk object, because it is not in a state that permits it.
VDS_E_INVALID_PATH0x8004291BThe path returned for the LUN is invalid. It has an incorrect path type specified.
VDS_E_INVALID_ISCSI_PATH0x8004291CThe path returned for the LUN is invalid. Either it has an incorrect path type specified, or, the initiator portal properties structure is NULL.
VDS_E_SHRINK_LUN_NOT_UNMASKED0x8004291DThe SHRINK operation against the selected LUN cannot be completed. The LUN is not unmasked to the local server.
VDS_E_LUN_DISK_READ_ONLY0x8004291EThe SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is READ ONLY.
VDS_E_LUN_UPDATE_DISK0x8004291FThe operation against the selected LUN completed, but there was a failure updating the status of the disk associated with the lun. Call REFRESH to retry the status update for the disk.
VDS_E_LUN_DYNAMIC0x80042920The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is DYNAMIC.
VDS_E_LUN_DYNAMIC_OFFLINE0x80042921The SHRINK operation against the selected LUN cannot be completed. The current state of the disk associated with the LUN is DYNAMIC OFFLINE.
VDS_E_LUN_SHRINK_GPT_HEADER0x80042922The SHRINK operation against the selected LUN cannot be completed. The disk has the GPT partitioning format. The specified new lun size does not allow space for a new GPT backup header to be created. Please increase the resulting lun size.
VDS_E_MIRROR_NOT_SUPPORTED0x80042923Mirrored volumes are not supported by this operating system.
VDS_E_RAID5_NOT_SUPPORTED0x80042924RAID-5 volumes are not supported by this operating system.
VDS_E_DISK_NOT_CONVERTIBLE_SIZE0x80042925The specified disk is not convertible because the size is less than the minimum size required for GPT disks.
VDS_E_OFFLINE_NOT_SUPPORTED0x80042926The volume does not support offlining.
VDS_E_VDISK_PATHNAME_INVALID0x80042927The pathname for a virtual disk must be fully qualified.
VDS_E_EXTEND_TOO_MANY_CLUSTERS0x80042928The volume cannot be extended because the number of clusters will exceed the maximum number of clusters supported by the file system.
VDS_E_EXTEND_UNKNOWN_FILESYSTEM0x80042929The volume cannot be extended because the volume does not contain a recognized file system.
VDS_E_SHRINK_UNKNOWN_FILESYSTEM0x8004292AThe volume cannot be shrunk because the volume does not contain a recognized file system.
VDS_E_VD_DISK_NOT_OPEN0x8004292BThe requested operation requires that the virtual disk be opened.
VDS_E_VD_DISK_IS_EXPANDING0x8004292CThe requested operation cannot be performed while the virtual disk is expanding.
VDS_E_VD_DISK_IS_COMPACTING0x8004292DThe requested operation cannot be performed while the virtual disk is compacting.
VDS_E_VD_DISK_IS_MERGING0x8004292EThe requested operation cannot be performed while the virtual disk is merging.
VDS_E_VD_IS_ATTACHED0x8004292FThe requested operation cannot be performed while the virtual disk is attached.
VDS_E_VD_DISK_ALREADY_OPEN0x80042930The virtual disk is already open and cannot be opened a second time. Please close all clients that may have opened the virtual disk and retry.
VDS_E_VD_DISK_ALREADY_EXPANDING0x80042931The virtual disk is already in the process of expanding.
VDS_E_VD_ALREADY_COMPACTING0x80042932The virtual disk is already in the process of compacting.
VDS_E_VD_ALREADY_MERGING0x80042933The virtual disk is already in the process of merging.
VDS_E_VD_ALREADY_ATTACHED0x80042934The virtual disk is already attached.
VDS_E_VD_ALREADY_DETACHED0x80042935The virtual disk is already detached.
VDS_E_VD_NOT_ATTACHED_READONLY0x80042936The requested operation requires that the virtual disk be attached read only.
VDS_E_VD_IS_BEING_ATTACHED0x80042937The requested operation cannot be performed while the virtual disk is being attached.
VDS_E_VD_IS_BEING_DETACHED0x80042938The requested operation cannot be performed while the virtual disk is being detached.
VDS_E_NO_POOL0x80042A00The drive is not contained in a pool.
VDS_E_NO_POOL_CREATED0x80042A01No pool is created.
VDS_E_NO_MAINTENANCE_MODE0x80042A02The specified disk or volume is managed by the Microsoft Failover Clustering component. The disk must be in cluster maintenance mode and the cluster resource status must be online to perform this operation.
VDS_E_BLOCK_CLUSTERED0x80042A03The specified disk or volume is managed by Microsoft Failover Clustering. The disk must be removed from the cluster to perform this operation.
VDS_E_DISK_HAS_BANDS0x80042A04The disk could not be converted to dynamic because security is enabled on one or more partitions.
VDS_E_INVALID_STATE0x80042A05The requested operation cannot be performed on the object, because it is not in a state that permits it. Call Refresh and retry the operation.
VDS_E_REFS_FORMAT_NOT_SUPPORTED0x80042A06The ReFS file system format is not supported on this volume.
VDS_E_DELETE_WITH_BOOTBACKING0x80042A07Delete is not allowed on the volume that backs your Windows boot volume.
VDS_E_FORMAT_WITH_BOOTBACKING0x80042A08Format is not allowed on the volume that backs your Windows boot volume.
VDS_E_CLEAN_WITH_BOOTBACKING0x80042A09Clean is not allowed on the disk containing volume that backs your Windows boot volume.
382 entries