OpenAI::RealtimeServerEventErrorError
Inherits JSON::Serializable < Reference < Object
Details of the error.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : String = "", code : RealtimeServerEventErrorErrorCode | Nil = nil, message : String = "", param : RealtimeServerEventErrorErrorParam | Nil = nil, event_id : RealtimeServerEventErrorErrorEventId | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
code
Sourcecode=(code : RealtimeServerEventErrorErrorCode | Nil)
Sourceevent_id
Sourceevent_id=(event_id : RealtimeServerEventErrorErrorEventId | Nil)
Sourceparam
Sourceparam=(param : RealtimeServerEventErrorErrorParam | Nil)
Source