Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
102
class
FileServerError(NodeError):
103
def
__init__(self, msg):
104
NodeError.__init__(self, E_NODE_FILE_SERVER, msg)
105
106
class
ZIPError(NodeError):
107
def
__init__(self, msg):
Callers
1
download_tool
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected