Exception: OpenAI::Errors::RealtimeQueueFullError
- Defined in:
- lib/openai/helpers/realtime/errors.rb,
sig/openai/helpers/realtime/recovery.rbs
Overview
A disconnected send could not be retained within the caller's byte budget.
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize ⇒ RealtimeQueueFullError
constructor
A new instance of RealtimeQueueFullError.
Constructor Details
#initialize ⇒ RealtimeQueueFullError
Returns a new instance of RealtimeQueueFullError.
7 |
# File 'lib/openai/helpers/realtime/errors.rb', line 7 def initialize = super("Realtime send queue is full; event was not accepted.") |