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

Method __init__

src/openai/_exceptions.py:199–201  ·  view source on GitHub ↗
(self, message: str, *, unsent_messages: list[str])

Source from the content-addressed store, hash-verified

197 unsent_messages: list[str]
198
199 def __init__(self, message: str, *, unsent_messages: list[str]) -> None:
200 super().__init__(message)
201 self.unsent_messages = unsent_messages
202
203
204class WebSocketQueueFullError(OpenAIError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected