rclone/fs/fserrors
Ankur Gupta 75a6c49f87 Fix error counter - fixes #3650
For few commands, RClone counts a error multiple times. This was fixed by
creating a new error type which keeps a flag to remember if the error has
already been counted or not. The CountError function now wraps the original
error eith the above new error type and returns it.
2019-11-18 14:13:02 +00:00
..
error_test.go fserrors: fix a bug in Cause function 2019-10-10 16:05:15 +01:00
error.go Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
retriable_errors_windows.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
retriable_errors.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00