MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / APIError

Class APIError

codewiki/cli/utils/errors.py:50–54  ·  view source on GitHub ↗

LLM API-related errors.

Source from the content-addressed store, hash-verified

48
49
50class APIError(CodeWikiError):
51 """LLM API-related errors."""
52
53 def __init__(self, message: str):
54 super().__init__(message, EXIT_API_ERROR)
55
56
57class FileSystemError(CodeWikiError):

Callers 2

handle_api_errorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected