MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / ResfulApiError

Class ResfulApiError

client/util/exceptions.py:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 NodeError.__init__(self, E_NODE_REQUESTS_API, msg)
97
98class ResfulApiError(NodeError):
99 def __init__(self, msg):
100 NodeError.__init__(self, E_NODE_TASK_RESFULAPI, msg)
101
102class FileServerError(NodeError):
103 def __init__(self, msg):

Callers 2

check_and_create_projMethod · 0.90
send_result_to_serverMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected