PathError import { PathError } from "destack:error"; I/O failure attached to a path operation. export struct PathError { operation: string; path: string; error: IoError; } language/library/src/error/io.ds:80:89 Members operation: string Operation being performed. path: string Path involved in the operation. error: IoError I/O failure from the operation.