Site icon EfmSoft

What does HRESULT 0xC0350002 (ERROR_HV_INVALID_HYPERCALL_CODE) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_INVALID_HYPERCALL_CODENTSTATUSWindows
Previous Next
ERROR_NDIS_OFFLOAD_PATH_REJECTED ERROR_HV_INVALID_HYPERCALL_INPUT

ERROR_HV_INVALID_HYPERCALL_CODE

What is being rejected

This status belongs to the Hyper-V hypercall ABI, before a particular operation has begun. The low 16 bits of the hypercall control value select the requested call. A code can be unknown because the guest used an operation from a different TLFS revision, called an optional interface that is not exposed by this hypervisor, or constructed the control value for the wrong ABI.

It is different from ERROR_HV_INVALID_HYPERCALL_INPUT. Here the call selector itself is not recognized; the latter says that a recognized call was invoked with an invalid control-word encoding.

What to capture

Microsoft Hyper-V TLFS: Hypercall interface · Linux Hyper-V TLFS header


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

Exit mobile version