MCPcopy Create free account
hub / github.com/openai/openai-python / WebSocketQueueFullError

Class WebSocketQueueFullError

src/openai/_exceptions.py:204–207  ·  view source on GitHub ↗

Raised when the outgoing WebSocket message queue exceeds its byte-size limit.

Source from the content-addressed store, hash-verified

202
203
204class WebSocketQueueFullError(OpenAIError):
205 """Raised when the outgoing WebSocket message queue exceeds its byte-size limit."""
206
207 pass

Callers 1

enqueueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected