Site icon EfmSoft

What does errno 146 (ECONNREFUSED) mean?

 
Could be also:
ConstantTypeOS
ERROR_IS_SUBST_PATHWin32 errorWindows
UP_DRIVER_ON_MP_SYSTEMBugCheck CodeWindows
Previous Next
ETIMEDOUT EHOSTDOWN

ECONNREFUSED

An active refusal is different from a timeout

ECONNREFUSED indicates that connection establishment reached a point where the target machine refused the request. Solaris notes the common case of connecting to an inactive service. POSIX connect() likewise describes a target address that is not listening or refuses the request.

This differs from ETIMEDOUT, where a response is not received within the required period, and from ENETUNREACH, where the destination network cannot be reached. The speed and origin of the failure are useful clues, but the exact errno is the primary distinction.

Endpoint checks for a refusal

References


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

Exit mobile version