mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 17:38:52 +02:00
fstest: add fs.ErrorCantShareDirectories for backends which can only share files
This commit is contained in:
1
fs/fs.go
1
fs/fs.go
@@ -68,6 +68,7 @@ var (
|
||||
ErrorDirectoryNotEmpty = errors.New("directory not empty")
|
||||
ErrorImmutableModified = errors.New("immutable file modified")
|
||||
ErrorPermissionDenied = errors.New("permission denied")
|
||||
ErrorCantShareDirectories = errors.New("this backend can't share directories with link")
|
||||
)
|
||||
|
||||
// RegInfo provides information about a filesystem
|
||||
|
Reference in New Issue
Block a user