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