Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Network_ErrorReason

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Network_ErrorReason
import { type Network_ErrorReason } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Network level fetch failure reason.

definition:
| "Failed"
| "Aborted"
| "TimedOut"
| "AccessDenied"
| "ConnectionClosed"
| "ConnectionReset"
| "ConnectionRefused"
| "ConnectionAborted"
| "ConnectionFailed"
| "NameNotResolved"
| "InternetDisconnected"
| "AddressUnreachable"
| "BlockedByClient"
| "BlockedByResponse"