mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Make it so optional interface Purge can fail so it can be wrapped
This commit is contained in:
1
fs/fs.go
1
fs/fs.go
@@ -25,6 +25,7 @@ var (
|
||||
fsRegistry []*Info
|
||||
// ErrorNotFoundInConfigFile is returned by NewFs if not found in config file
|
||||
ErrorNotFoundInConfigFile = fmt.Errorf("Didn't find section in config file")
|
||||
ErrorCantPurge = fmt.Errorf("Can't purge directory")
|
||||
ErrorCantCopy = fmt.Errorf("Can't copy object - incompatible remotes")
|
||||
ErrorCantMove = fmt.Errorf("Can't copy object - incompatible remotes")
|
||||
ErrorCantDirMove = fmt.Errorf("Can't copy directory - incompatible remotes")
|
||||
|
||||
Reference in New Issue
Block a user