menu
PathError
import { PathError } from "destack:error";
I/O failure attached to a path operation.
1export struct PathError {2 operation: string;3 path: string;4 error: IoError;5}Members
operation: stringOperation being performed.
path: stringPath involved in the operation.
error: IoErrorI/O failure from the operation.