MCPcopy Create free account
hub / github.com/Sygil-Dev/sygil-webui / APIError

Class APIError

scripts/hydrus_api/__init__.py:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class APIError(HydrusAPIException):
40 def __init__(self, response: requests.Response):
41 super().__init__(response.text)
42 self.response = response
43
44
45class MissingParameter(APIError):

Callers 1

_api_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected