MCPcopy Create free account
hub / github.com/SenseTime-Copilot/raccoon-dataanalysis-skill / __init__

Method __init__

scripts/main.py:306–309  ·  view source on GitHub ↗
(self, code, message)

Source from the content-addressed store, hash-verified

304
305class APIError(Exception):
306 def __init__(self, code, message):
307 self.code = code
308 self.message = message
309 super().__init__(f"API错误 [{code}]: {message}")
310
311
312class RetryableError(Exception):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected