| Previous | Next |
| VDS_E_CANCEL_TOO_LATE | VDS_E_CANNOT_EXTEND |
VDS_E_OPERATION_CANCELED
VDS_E_OPERATION_CANCELED means that the operation has been cancelled. Depending on the operation and the stage at which cancellation was processed, the caller should not infer that every related storage change was automatically undone without inspecting the current state.
What to check
- Re-enumerate the affected disk, volume, or provider and inspect the final state before retrying.
- Check operation logs and progress data to determine whether any work completed before cancellation.
- Ensure that retry logic does not assume the original free-space map, partition layout, or object identity is unchanged.
Microsoft: VDS common return codes
Looking for a different code? Search another status or error code.