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

Function getMetadataNotFoundError

cmd/put_test.go:320–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318}
319
320func getMetadataNotFoundError() files.GetMetadataAPIError {
321 return files.GetMetadataAPIError{
322 EndpointError: &files.GetMetadataError{
323 Tagged: dropbox.Tagged{Tag: files.GetMetadataErrorPath},
324 Path: &files.LookupError{
325 Tagged: dropbox.Tagged{Tag: files.LookupErrorNotFound},
326 },
327 },
328 }
329}
330
331func writeConflictError(conflictTag string) *files.WriteError {
332 return &files.WriteError{

Calls

no outgoing calls

Tested by

no test coverage detected