| Previous | Next |
| HNS_INVALID_NETWORK_TYPE | HNS_INVALID_POLICY |
HNS_INVALID_ENDPOINT
HNS_INVALID_ENDPOINT is an HRESULT used by Windows Host Networking Service (HNS). It indicates that the endpoint request has missing or inconsistent IP, network, MAC, or policy data.
What to check for HNS_INVALID_ENDPOINT
- Validate the endpoint JSON and confirm that all referenced networks and subnets already exist.
- Check IP address, prefix, gateway, DNS, and MAC values against the target network configuration.
- Create the endpoint only once the container and network lifecycle state are consistent.
for it, Microsoft documentation on Windows container networking and HNS
Diagnostic interpretation
This result has the HRESULT value 0xC03B000C. AllStat records the condition as “The provided endpoint configuration is invalid or missing parameters.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the hns / endpoint operation.
- Reproduce this result with the smallest valid input and note whether the result changes with identity, architecture, service state, or target object.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.