Expand description
Error types for recursive copy operations.
This module defines the CopyError enum, which categorizes various
failures that can occur during the file copying process, such as
IO issues, depth limits, or symlink recursion.
Enumsยง
- Copy
Error - Enumeration of possible errors during a copy operation.