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

Method __init__

src/opencode_ai/_exceptions.py:70–71  ·  view source on GitHub ↗
(self, *, message: str = "Connection error.", request: httpx.Request)

Source from the content-addressed store, hash-verified

68
69class APIConnectionError(APIError):
70 def __init__(self, *, message: str = "Connection error.", request: httpx.Request) -> None:
71 super().__init__(message, request, body=None)
72
73
74class APITimeoutError(APIConnectionError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected