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

Function relocationTestGetMetadataNotFoundError

cmd/cp_test.go:594–601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

592}
593
594func relocationTestGetMetadataNotFoundError() error {
595 return files.GetMetadataAPIError{
596 EndpointError: &files.GetMetadataError{
597 Tagged: dropbox.Tagged{Tag: files.GetMetadataErrorPath},
598 Path: &files.LookupError{Tagged: dropbox.Tagged{Tag: files.LookupErrorNotFound}},
599 },
600 }
601}
602
603func relocationTestCopyDestinationConflictError() error {
604 return files.CopyV2APIError{

Calls

no outgoing calls

Tested by

no test coverage detected