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

x/deno/cli/js/errors.ts>ErrorKind

A modern runtime for JavaScript and TypeScript.
Go to Latest
enum ErrorKind
import { ErrorKind } from "https://deno.land/x/deno@v1.0.0/cli/js/errors.ts";

Members

AddrInUse = 7
AddrNotAvailable = 8
AlreadyExists = 10
BadResource = 18
BrokenPipe = 9
Busy = 23
ConnectionAborted = 5
ConnectionRefused = 3
ConnectionReset = 4
Http = 19
Interrupted = 15
InvalidData = 13
NotConnected = 6
NotFound = 1
Other = 22
PermissionDenied = 2
TimedOut = 14
TypeError = 21
UnexpectedEof = 17
URIError = 20
WriteZero = 16