()
| 592 | } |
| 593 | |
| 594 | func 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 | |
| 603 | func relocationTestCopyDestinationConflictError() error { |
| 604 | return files.CopyV2APIError{ |
no outgoing calls
no test coverage detected