Site icon EfmSoft

What does errno 134 (ENOTCONN) mean?

 
Could be also:
ConstantTypeOS
ERROR_IS_JOINEDWin32 errorWindows
EPROTOerrnoWindows
AUDIT_FAILUREBugCheck CodeWindows
Previous Next
EOWNERDEAD EPROTO

ENOTCONN

A state precondition for the operation was not met

ENOTCONN is returned when the requested data operation requires connection state that the transport endpoint does not have. Solaris also notes the datagram case: sending without an established peer and without supplying a destination leaves the transport with nowhere to send the message.

The code should not be diagnosed as “the remote host is offline” without first examining local socket state. ECONNREFUSED describes an active rejection during connection establishment; ENOTCONN can arise before a valid connection attempt has established any peer at all.

State checks for ENOTCONN

References


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

Exit mobile version