What does HRESULT 0xC03B000B (HNS_INVALID_NETWORK_TYPE) mean?

 
Previous Next
HNS_INVALID_NETWORK HNS_INVALID_ENDPOINT

HNS_INVALID_NETWORK_TYPE

HNS_INVALID_NETWORK_TYPE is an HRESULT used by Windows Host Networking Service (HNS). It indicates that the network driver or type is unknown, unsupported, or invalid in the current configuration.

What to check

  • Use a network type supported by the installed Windows version and the selected container runtime.
  • Check spelling, casing, and schema fields in the network definition rather than relying on defaults.
  • Confirm that required host features and drivers are installed for the selected network mode.

Microsoft documentation on Windows container networking and HNS


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