Site icon EfmSoft

What does Windows error code 233 (ERROR_PIPE_NOT_CONNECTED) mean?

 
Could be also:
ConstantTypeOS
ACTIVE_EX_WORKER_THREAD_TERMINATIONBugCheck CodeWindows
Previous Next
ERROR_NO_DATA ERROR_MORE_DATA

ERROR_PIPE_NOT_CONNECTED

The pipe has no connected peer

ERROR_PIPE_NOT_CONNECTED means that a pipe read, write, flush, or disconnect operation was attempted without an active peer connection. The peer may have exited or the connection may not yet have completed.

What to check

How to handle it

Close the stale endpoint and establish a new connection if the application protocol allows it. Do not continue sending data on an object whose connection state is unknown.

References


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

Exit mobile version