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