class fs.WalkError extends Errorimport { fs } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { WalkError } = fs; Error thrown in walk or walkSync during iteration. ConstructorsnewWalkError(cause: unknown, root: string)Constructs a new instance. Propertiesroot: stringFile path of the root that's being walked.