Skip to main content
Go to Latest
interface ErrnoException
implements Error
import { type ErrnoException } from "https://deno.land/std@0.139.0/node/_global.d.ts";

Properties

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