Exception: OpenAI::Errors::RealtimeQueueFullError

Inherits:
Error
  • Object
show all
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

#cause

Instance Method Summary collapse

Constructor Details

#initializeRealtimeQueueFullError

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.")