case 'ECONNREFUSED':
        console.error(`\n${'ERROR:'.red} ${error.code}: Connection to ${error.address.cyan} refused by server\n`);
        break;