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

Class CompileTaskError

client/util/exceptions.py:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61# 实现具体的错误类型,用于调用时不用引用两处代码:错误类型+错误码
62class CompileTaskError(NodeError):
63 def __init__(self, msg):
64 NodeError.__init__(self, E_NODE_TASK_BUILD, msg)
65
66class AnalyzeTaskError(NodeError):
67 def __init__(self, msg):

Callers 13

compileMethod · 0.90
compileMethod · 0.90
compileMethod · 0.90
compileMethod · 0.90
compileMethod · 0.90
compileMethod · 0.90
__run_clangMethod · 0.90
analyzeMethod · 0.90
compileMethod · 0.90
compileMethod · 0.90
compileMethod · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected