MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / TransferModuleError

Class TransferModuleError

client/util/exceptions.py:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 NodeError.__init__(self, E_NODE_TASK_SOURCE, msg)
89
90class TransferModuleError(NodeError):
91 def __init__(self, msg):
92 NodeError.__init__(self, E_NODE_TASK_TRANSFER, msg)
93
94class RequestsApiError(NodeError):
95 def __init__(self, msg):

Callers 4

download_fileMethod · 0.90
file_server_downloadMethod · 0.90
decompress_by_7zMethod · 0.90
subprocc_logMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected