MCPcopy
hub / github.com/treeverse/dvc / DownloadError

Class DownloadError

dvc/exceptions.py:236–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235
236class DownloadError(FileTransferError):
237 _METHOD = "download"
238
239
240class UploadError(FileTransferError):

Callers 1

fetchFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected