| Previous | Next |
| STATUS_CONTROL_C_EXIT | STATUS_REMOTE_DISCONNECT |
STATUS_LOCAL_DISCONNECT
The local transport closed the connection
These statuses describe transport endpoint and connection state. For STATUS_LOCAL_DISCONNECT, they can appear below higher-level file sharing, DFS, redirector, RPC, or networking code before the error is translated to Win32 or Winsock form.
This status means the connection ended from the local transport side. It is different from a peer reset or remote refusal because the local stack initiated or observed the local close.
For STATUS_LOCAL_DISCONNECT, for diagnostics, capture the endpoint address, address family, connection object, local and remote close/reset events, timeout, route, ICMP condition when available, and the higher-level component that issued the transport request.
What to inspect
- Check local socket or transport close paths.
- Correlate with service shutdown, adapter removal, or cancellation.
- Look for higher-level redirector messages such as delayed-write or DFS failover.
References for STATUS_LOCAL_DISCONNECT
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: Windows Sockets error codes
- Microsoft Open Specifications: DFS client product behavior
Looking for a different code? Search another status or error code.
