Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode-sdk-python
/ APITimeoutError
Class
APITimeoutError
src/opencode_ai/_exceptions.py:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
class
APITimeoutError(APIConnectionError):
75
def
__init__(self, request: httpx.Request) -> None:
76
super().__init__(message=
"Request timed out."
, request=request)
77
78
79
class
BadRequestError(APIStatusError):
Callers
2
request
Method · 0.85
request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected