Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ErrnoException
implements Error
import { type ErrnoException } from "https://deno.land/std@0.167.0/node/_global.d.ts";

Properties

optional
errno: number | undefined
optional
code: string | undefined
optional
path: string | undefined
optional
syscall: string | undefined