Skip to main content
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.167.0/node/internal/errors.ts";

Properties

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