Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ APITimeoutError
Class
APITimeoutError
src/openai/_exceptions.py:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
112
class
APITimeoutError(APIConnectionError):
113
def
__init__(self, request: httpx.Request) -> None:
114
super().__init__(message=
"Request timed out."
, request=request)
115
116
117
class
BadRequestError(APIStatusError):
Callers
2
request
Method · 0.85
request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected