OpenAI::RealtimeServerEventError
Inherits JSON::Serializable < Reference < Object
Returned when an error occurs, which could be a client problem or a server problem. Most errors are recoverable and the session will stay open, we recommend to implementors to monitor and log error messages by default.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, error : RealtimeServerEventErrorError = RealtimeServerEventErrorError.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source