Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/puppeteer/mod.ts>ErrorCode

A frugal web framework
Latest
type alias ErrorCode
import { type ErrorCode } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";
definition:
| "aborted"
| "accessdenied"
| "addressunreachable"
| "blockedbyclient"
| "blockedbyresponse"
| "connectionaborted"
| "connectionclosed"
| "connectionfailed"
| "connectionrefused"
| "connectionreset"
| "internetdisconnected"
| "namenotresolved"
| "timedout"
| "failed"