rclone/fs/operations
Anuar Serdaliyev f14871caf7
accounting: Correct exitcode on Transfer Limit Exceeded flag. Fixes #3203
Before this change the exit code for transfer limit exceeded was
incorrect. This was because the `resolveExitCode` function unwraps the
error thus reading the underlying error which is not the same as the
error it was comparing to (`ErrorMaxTransferLimitReached`).

This change fixes it by splitting the error definition in two so that
when the Fatal error is unwrapped we match against
`ErrorMaxTransferLimitReached` however when we return the error we
return `ErrorMaxTransferLimitReachedFatal`.
2020-03-10 12:00:10 +00:00
..
dedupe_test.go dedupe: implement keep smallest too 2020-01-17 13:08:37 +00:00
dedupe.go dedupe: implement keep smallest too 2020-01-17 13:08:37 +00:00
listdirsorted_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
lsjson.go lsjson: add --no-mimetype flag, speed up lsf 2020-01-26 16:38:00 +00:00
multithread_test.go operations: fix multithread copy test to use the correct modify window 2020-02-25 13:30:35 +00:00
multithread.go operations: fix setting the timestamp on Windows for multithread copy 2020-02-24 17:30:09 +00:00
operations_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
operations_test.go fs: Use --cutoff-mode hard,soft,catious instead of 3 --max-transfer-mode flags 2020-03-01 09:49:55 +00:00
operations.go accounting: Correct exitcode on Transfer Limit Exceeded flag. Fixes #3203 2020-03-10 12:00:10 +00:00
rc_test.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
rc.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
reopen_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
reopen.go operations: make reopen code error on NoLowLevelRetry errors - fixes #3777 2019-12-06 10:54:03 +00:00