Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ErrnoException
implements Error
import { type ErrnoException } from "https://deno.land/std@0.159.0/node/_global.d.ts";

Properties

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