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