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.170.0/node/internal/errors.ts";

Properties

optional
errno: number
optional
code: string
optional
path: string
optional
syscall: string
optional
spawnargs: string[]