connectionRefused

Connection refused.

Errno.swift:583
static var connectionRefused: Errno { get }

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.