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

Function writeConflictError

cmd/put_test.go:331–338  ·  view source on GitHub ↗
(conflictTag string)

Source from the content-addressed store, hash-verified

329}
330
331func writeConflictError(conflictTag string) *files.WriteError {
332 return &files.WriteError{
333 Tagged: dropbox.Tagged{Tag: files.WriteErrorConflict},
334 Conflict: &files.WriteConflictError{
335 Tagged: dropbox.Tagged{Tag: conflictTag},
336 },
337 }
338}
339
340func uploadPathConflictError(conflictTag string) files.UploadAPIError {
341 return files.UploadAPIError{

Callers 2

uploadPathConflictErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected