| Previous | Next |
| WS_E_ENDPOINT_FAULT_RECEIVED | WS_E_PROXY_FAILURE |
WS_E_ENDPOINT_DISCONNECTED
WS_E_ENDPOINT_DISCONNECTED is a Windows Web Services API HRESULT. It means that an established connection to the remote endpoint was closed or terminated before the operation completed.
What to check for WS_E_ENDPOINT_DISCONNECTED
- Determine whether the disconnect occurred during connect, request upload, response download or idle reuse.
- Inspect proxy, load balancer, server and TLS logs for resets, idle timeouts or connection limits.
- Retry only if the operation is idempotent or the service provides a safe deduplication mechanism.
Diagnostic interpretation
This result has the HRESULT value 0x803D0014. AllStat records the condition as “The connection with the remote endpoint was terminated.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the ws / endpoint / disconnected operation.
- check the documented return contract of the specific API because the same HRESULT can require different recovery in different interfaces.
Retry and recovery
” has changed.
Looking for a different code? Search another status or error code.