Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/fs/walk.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/walk.ts";

Constructors

new
WalkError(cause: unknown, path: string)

Properties

cause: unknown
name: string
path: string