Site icon EfmSoft

What does NTSTATUS 0xC000013B (STATUS_LOCAL_DISCONNECT) mean?

 
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

References for STATUS_LOCAL_DISCONNECT


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

Exit mobile version