What does HRESULT 0xC03B0002 (HNS_ENDPOINT_NOT_FOUND) mean?

 
Previous Next
HNS_NETWORK_NOT_FOUND HNS_LAYER_NOT_FOUND

HNS_ENDPOINT_NOT_FOUND

HNS_ENDPOINT_NOT_FOUND is an HRESULT used by Windows Host Networking Service (HNS). It indicates that the endpoint was deleted, never created, or was addressed with a stale identifier.

What to check for HNS_ENDPOINT_NOT_FOUND

  • Enumerate endpoints on the intended network and verify the endpoint GUID used by the operation.
  • Check container lifecycle logs for a prior stop, removal, or failed endpoint-creation operation.
  • Do not reuse endpoint identifiers persisted from an earlier container or network instance.

Microsoft documentation on Windows container networking and HNS


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