Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ NodeConfigError
Class
NodeConfigError
client/util/exceptions.py:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
NodeError.__init__(self, E_NODE_TASK_CONFIG, msg)
117
118
class
NodeConfigError(NodeError):
119
def
__init__(self, msg):
120
NodeError.__init__(self, E_NODE_CONFIG, msg)
121
122
Callers
2
__init__
Method · 0.90
read_tool_config_from_ini_file
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected