Contents

connectionRefused

Connection refused.

Declaration

static var connectionRefused: Errno { get }

Mentioned in

Discussion

No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that’s inactive on the foreign host.

The corresponding C error is ECONNREFUSED.

See Also

Network Errors