MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / __init__

Method __init__

src/opencode_ai/_exceptions.py:75–76  ·  view source on GitHub ↗
(self, request: httpx.Request)

Source from the content-addressed store, hash-verified

73
74class APITimeoutError(APIConnectionError):
75 def __init__(self, request: httpx.Request) -> None:
76 super().__init__(message="Request timed out.", request=request)
77
78
79class BadRequestError(APIStatusError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected