| Previous | Next |
| HNS_ENDPOINT_ALREADY_ATTACHED | HNS_MAPPING_NOT_SUPPORTED |
HNS_REQUEST_UNSUPPORTED
HNS_REQUEST_UNSUPPORTED is an HRESULT used by Windows Host Networking Service (HNS). It indicates that the operation, schema field, or combination of settings is unsupported on the current host.
What to check for HNS_REQUEST_UNSUPPORTED
- Check the HNS or HCN API and Windows release support for the requested feature.
- Verify the target network mode because an operation may be supported only by selected drivers.
- Use a documented alternative rather than retrying the same unsupported request.
for it, Microsoft documentation on Windows container networking and HNS
Diagnostic interpretation
This result has the HRESULT value 0xC03B0015. AllStat records the condition as “The specified request is unsupported.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the hns / request 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.