This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.
Code | HRESULT | Description | #define |
---|---|---|---|
1 | 0x803A0001 | The virtualization storage subsystem has generated an error. | ERROR_QUERY_STORAGE_ERROR |
1 | 0xC03A0001 | The virtual hard disk is corrupted. The virtual hard disk drive footer is missing. | ERROR_VHD_DRIVE_FOOTER_MISSING |
2 | 0xC03A0002 | The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum. | ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH |
3 | 0xC03A0003 | The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted. | ERROR_VHD_DRIVE_FOOTER_CORRUPT |
4 | 0xC03A0004 | The system does not recognize the file format of this virtual hard disk. | ERROR_VHD_FORMAT_UNKNOWN |
5 | 0xC03A0005 | The version does not support this version of the file format. | ERROR_VHD_FORMAT_UNSUPPORTED_VERSION |
6 | 0xC03A0006 | The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum. | ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH |
7 | 0xC03A0007 | The system does not support this version of the virtual hard disk.This version of the sparse header is not supported. | ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION |
8 | 0xC03A0008 | The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt. | ERROR_VHD_SPARSE_HEADER_CORRUPT |
9 | 0xC03A0009 | Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk. | ERROR_VHD_BLOCK_ALLOCATION_FAILURE |
10 | 0xC03A000A | The virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt. | ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT |
11 | 0xC03A000B | The system does not support this version of the virtual hard disk. The block size is invalid. | ERROR_VHD_INVALID_BLOCK_SIZE |
12 | 0xC03A000C | The virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk. | ERROR_VHD_BITMAP_MISMATCH |
13 | 0xC03A000D | The chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk. | ERROR_VHD_PARENT_VHD_NOT_FOUND |
14 | 0xC03A000E | The chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk. | ERROR_VHD_CHILD_PARENT_ID_MISMATCH |
15 | 0xC03A000F | The chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk. | ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH |
16 | 0xC03A0010 | Failed to read the metadata of the virtual hard disk. | ERROR_VHD_METADATA_READ_FAILURE |
17 | 0xC03A0011 | Failed to write to the metadata of the virtual hard disk. | ERROR_VHD_METADATA_WRITE_FAILURE |
18 | 0xC03A0012 | The size of the virtual hard disk is not valid. | ERROR_VHD_INVALID_SIZE |
19 | 0xC03A0013 | The file size of this virtual hard disk is not valid. | ERROR_VHD_INVALID_FILE_SIZE |
20 | 0xC03A0014 | A virtual disk support provider for the specified file was not found. | ERROR_VIRTDISK_PROVIDER_NOT_FOUND |
21 | 0xC03A0015 | The specified disk is not a virtual disk. | ERROR_VIRTDISK_NOT_VIRTUAL_DISK |
22 | 0xC03A0016 | The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk. | ERROR_VHD_PARENT_VHD_ACCESS_DENIED |
23 | 0xC03A0017 | The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk. | ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH |
24 | 0xC03A0018 | The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain. | ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED |
25 | 0xC03A0019 | The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain. | ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT |
26 | 0xC03A001A | The requested operation could not be completed due to a virtual disk system limitation. Virtual disks are only supported on NTFS volumes and must be both uncompressed and unencrypted. | ERROR_VIRTUAL_DISK_LIMITATION |
27 | 0xC03A001B | The requested operation cannot be performed on a virtual disk of this type. | ERROR_VHD_INVALID_TYPE |
28 | 0xC03A001C | The requested operation cannot be performed on the virtual disk in its current state. | ERROR_VHD_INVALID_STATE |
29 | 0xC03A001D | The sector size of the physical disk on which the virtual disk resides is not supported. | ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE |
30 | 0xC03A001E | The disk is already owned by a different owner. | ERROR_VIRTDISK_DISK_ALREADY_OWNED |
31 | 0xC03A001F | The disk must be offline or read-only. | ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE |
32 | 0xC03A0020 | Change Tracking is not initialized for this Virtual Disk. | ERROR_CTLOG_TRACKING_NOT_INITIALIZED |
33 | 0xC03A0021 | Size of change tracking file exceeded the maximum size limit. | ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE |
34 | 0xC03A0022 | VHD file is changed due to compaction, expansion or offline patching. | ERROR_CTLOG_VHD_CHANGED_OFFLINE |
35 | 0xC03A0023 | Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state. | ERROR_CTLOG_INVALID_TRACKING_STATE |
36 | 0xC03A0024 | Change Tracking file for the virtual disk is not in a valid state. | ERROR_CTLOG_INCONSISTENT_TRACKING_FILE |
37 | 0xC03A0025 | The requested resize operation could not be completed because it might truncate user data residing on the virtual disk. | ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA |
38 | 0xC03A0026 | The 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_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE |
39 | 0xC03A0027 | The requested operation could not be completed because the virtual disk's size cannot be safely reduced further. | ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE |
No comments:
Post a Comment