MCPcopy
hub / github.com/rclone/rclone / NoRetryError

Function NoRetryError

fs/fserrors/error.go:171–173  ·  view source on GitHub ↗

NoRetryError makes an error which indicates the sync shouldn't be retried.

(err error)

Source from the content-addressed store, hash-verified

169// NoRetryError makes an error which indicates the sync shouldn't be
170// retried.
171func NoRetryError(err error) error {
172 return wrappedNoRetryError{err}
173}
174
175func (err wrappedNoRetryError) Unwrap() error {
176 return err.error

Callers 15

dropbox.goFile · 0.92
shouldRetryExcludeFunction · 0.92
OpenMethod · 0.92
checkPathLengthFunction · 0.92
UpdateMethod · 0.92
makeBucketMethod · 0.92
shouldRetryFunction · 0.92
shouldRetryFunction · 0.92
processPermissionsMethod · 0.92
azureblob.goFile · 0.92
ListMethod · 0.92
uploadMethod · 0.92

Calls

no outgoing calls

Tested by 1

TestStatsErrorFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…