| 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.
for it, Microsoft documentation on Windows container networking and HNS
Diagnostic interpretation
This result has the HRESULT value 0xC03B0008. AllStat records the condition as “An expected policy was not found.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the hns / policy / found operation.
- compare the failing machine with a working one at the same configuration boundary: component version, policy, registration, identity, and target resource.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.