Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/fs/mod.ts>WalkError

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class WalkError
extends Error
import { WalkError } from "https://deno.land/std@0.204.0/fs/mod.ts";

Constructors

new
WalkError(cause: unknown, path: string)

Properties

cause: unknown
name: string
path: string