MCPcopy Create free account
hub / github.com/dropbox/dbxcli / uploadWriteThrottleError

Function uploadWriteThrottleError

cmd/retry_test.go:36–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func uploadWriteThrottleError() files.UploadAPIError {
37 return files.UploadAPIError{
38 EndpointError: &files.UploadError{
39 Tagged: dropbox.Tagged{Tag: files.UploadErrorPath},
40 Path: files.NewUploadWriteFailed(
41 writeError(files.WriteErrorTooManyWriteOperations),
42 "session123",
43 ),
44 },
45 }
46}
47
48func uploadWriteConflictError() files.UploadAPIError {
49 return files.UploadAPIError{

Calls 1

writeErrorFunction · 0.85

Tested by

no test coverage detected