What does HRESULT 0xC03B0008 (HNS_POLICY_NOT_FOUND) mean?

 
Previous Next
HNS_PORT_NOT_FOUND HNS_VFP_PORTSETTING_NOT_FOUND

HNS_POLICY_NOT_FOUND

HNS_POLICY_NOT_FOUND is an HRESULT used by Windows Host Networking Service (HNS). It indicates that the expected HNS policy is absent from the target network, endpoint, or port.

What to check for HNS_POLICY_NOT_FOUND

  • Inspect the object currently targeted by the request and list its configured policies.
  • Check whether a previous cleanup or replacement operation removed the policy.
  • Apply the policy to the correct object only after the object has been created successfully.

Microsoft documentation on Windows container networking and HNS

Diagnostic discriminator: Inspect the policies currently attached to the target HNS object using the same identifier/type used by the failing operation. This result means the expected policy is absent.


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