What does HRESULT 0x8004240C (VDS_E_CANCEL_TOO_LATE) mean?

 
Previous Next
VDS_E_OBJECT_DELETED VDS_E_OPERATION_CANCELED

VDS_E_CANCEL_TOO_LATE

VDS_E_CANCEL_TOO_LATE means that A cancellation request arrived after the operation reached a point where VDS can no longer cancel it. The correct next step is to observe the final result and current storage state, not to assume that the operation rolled back.

What to check

  • Wait for the operation to reach a terminal status and then re-enumerate the affected disk or volume.
  • Inspect the resulting layout before issuing a compensating operation, especially after conversion, extension, or cleanup work.
  • Design cancellation paths to request cancellation early and report clearly when the operation continues despite the request.

Microsoft: VDS common return codes


Looking for a different code? Search another status or error code.