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