Go to Latest
interface ErrnoException
implements Error
import { type ErrnoException } from "https://dotland.deno.dev/std@0.146.0/node/_global.d.ts";

Properties

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