Exception: OpenAI::Models::Responses::RequestError
- Inherits:
-
SessionError
- Object
- StandardError
- Errors::Error
- SessionError
- OpenAI::Models::Responses::RequestError
- Defined in:
- sig/openai/helpers/responses_websocket/session.rbs
Instance Attribute Summary collapse
-
#event ⇒ connection_server_event
readonly
Returns the value of attribute event.
Attributes inherited from Errors::Error
Instance Method Summary collapse
-
#initialize ⇒ RequestError
constructor
private
A new instance of RequestError.
Methods inherited from SessionError
Constructor Details
#initialize ⇒ RequestError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of RequestError.
18 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 18
def initialize: (connection_server_event event) -> void
|
Instance Attribute Details
#event ⇒ connection_server_event (readonly)
Returns the value of attribute event.
15 16 17 |
# File 'sig/openai/helpers/responses_websocket/session.rbs', line 15 def event @event end |