MCPcopy Create free account
hub / github.com/Roy3838/Observer / __init__

Method __init__

api/api_handlers.py:56–57  ·  view source on GitHub ↗
(self, message, status_code=502)

Source from the content-addressed store, hash-verified

54class BackendAPIError(HandlerError):
55 """Error originating from the downstream AI API."""
56 def __init__(self, message, status_code=502): # Bad Gateway by default
57 super().__init__(message, status_code)
58
59
60class BaseAPIHandler:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected