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