1
mirror of https://github.com/rclone/rclone synced 2024-10-17 03:01:13 +02:00
rclone/fs/fserrors
Nick Craig-Wood d174b97af7 errors: add WSAECONNREFUSED and more to the list of retriable Windows errors
This adds the missing WSAECONNREFUSED error to the list of errors we
can retry under Windows.

> Connection refused.  No connection could be made because the target
> computer actively refused it.

It also adds any relevant errors I could see in the error code list.

See: https://forum.rclone.org/t/failing-to-upload-large-file-to-b2/17085
2020-06-17 10:46:22 +01:00
..
error_test.go fserrors: fix a bug in Cause function 2019-10-10 16:05:15 +01:00
error.go doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00
retriable_errors_windows.go errors: add WSAECONNREFUSED and more to the list of retriable Windows errors 2020-06-17 10:46:22 +01:00
retriable_errors.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00