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

Class ConfigError

client/util/exceptions.py:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 NodeError.__init__(self, E_NODE_Input_Retry, msg)
113
114class ConfigError(NodeError):
115 def __init__(self, msg):
116 NodeError.__init__(self, E_NODE_TASK_CONFIG, msg)
117
118class NodeConfigError(NodeError):
119 def __init__(self, msg):

Callers 4

__init__Method · 0.90
scanMethod · 0.90
_get_id_severity_mapMethod · 0.90
startMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected