MCPcopy
hub / github.com/openai/openai-python / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

106
107class APIConnectionError(APIError):
108 def __init__(self, *, message: str = "Connection error.", request: httpx.Request) -> None:
109 super().__init__(message, request, body=None)
110
111
112class APITimeoutError(APIConnectionError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected