Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
class
APIError(HydrusAPIException):
40
def
__init__(self, response: requests.Response):
41
super().__init__(response.text)
42
self.response = response
43
44
45
class
MissingParameter(APIError):
Callers
1
_api_request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected