Errors
- Error distinct
- FileNotFoundError distinctError
- FileSystemError distinctError
- GenericError distinctError
- InvalidOperationError distinctError
- InvalidPathError distinctError
- InvalidPatternError distinctError
- IOError distinctError
- NotLinkError distinctError
- PermissionError distinctError
- RelativePathError distinctError
- SecurityError distinctError
- UNCPathError distinctError
Represents file system related errors.
Represents an error, which occurs when the file/directory does not exist in the given file path.
Represents an error that occurs when a file system operation fails.
Represents a generic error for the file path.
Represents an error that occurs when a file system operation is denied due to invalidity.
Represents an error, which occurs when the given file path is invalid.
Represents an error, which occurs when the given pattern is not a valid file path pattern.
Represents an IO error, which occurs when trying to access the file in the given file path.
Represents an error, which occurs when the file in the given file path is not a symbolic link.
Represents an error that occurs when a file system operation is denied, due to the absence of file permission.
Represents an error, which occurs when the given target file path cannot be derived relative to the base file path.
Represents a security error, which occurs when trying to access the file in the given file path.
Represents an error, which occurs in the UNC path.