MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / FileServerError

Class FileServerError

client/util/exceptions.py:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 NodeError.__init__(self, E_NODE_TASK_RESFULAPI, msg)
101
102class FileServerError(NodeError):
103 def __init__(self, msg):
104 NodeError.__init__(self, E_NODE_FILE_SERVER, msg)
105
106class ZIPError(NodeError):
107 def __init__(self, msg):

Callers 1

download_toolMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected