variable constants.errno.EISCONN Usageimport { constants } from "node:os"; const { EISCONN } = constants.errno; Type number