What does HRESULT 0x80042415 (VDS_E_INVALID_OPERATION) mean?

 
Could be also:
ConstantTypeOS
VSS_E_ASRERROR_CRITICAL_DISK_CANNOT_BE_EXCLUDEDHRESULTWindows
Previous Next
VSS_E_ASRERROR_FIXED_PHYSICAL_DISK_AVAILABLE_AFTER_DISK_EXCLUSION VSS_E_ASRERROR_CRITICAL_DISK_CANNOT_BE_EXCLUDED

VDS_E_INVALID_OPERATION

VDS_E_INVALID_OPERATION means that the specified operation is not valid in the current VDS context. Unlike a simple unsupported-feature result, this often means that the method, target object, or state transition is incompatible with the current storage configuration.

What to check

  • Confirm the VDS object type and provider capability expected by the called method.
  • Read the current disk, volume, partition, and operation state before attempting a state-changing call.
  • Check whether a prerequisite such as initialization, selection of free space, completion of an earlier operation, or a compatible partition style is missing.

Microsoft: VDS common return codes


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