Class: OpenAI::Models::Realtime::ConversationItemInputAudioTranscriptionFailedEvent::Error
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Realtime::ConversationItemInputAudioTranscriptionFailedEvent::Error
- Defined in:
- lib/openai/models/realtime/conversation_item_input_audio_transcription_failed_event.rb
Overview
Instance Attribute Summary collapse
-
#code ⇒ String?
Error code, if any.
-
#message ⇒ String?
A human-readable error message.
-
#param ⇒ String?
Parameter related to the error, if any.
-
#type ⇒ String?
The type of error.
Instance Method Summary collapse
-
#initialize(code: nil, message: nil, param: nil, type: nil) ⇒ Object
constructor
Details of the transcription error.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(code: nil, message: nil, param: nil, type: nil) ⇒ Object
Details of the transcription error.
|
|
# File 'lib/openai/models/realtime/conversation_item_input_audio_transcription_failed_event.rb', line 82
|
Instance Attribute Details
#code ⇒ String?
Error code, if any.
62 |
# File 'lib/openai/models/realtime/conversation_item_input_audio_transcription_failed_event.rb', line 62 optional :code, String |
#message ⇒ String?
A human-readable error message.
68 |
# File 'lib/openai/models/realtime/conversation_item_input_audio_transcription_failed_event.rb', line 68 optional :message, String |
#param ⇒ String?
Parameter related to the error, if any.
74 |
# File 'lib/openai/models/realtime/conversation_item_input_audio_transcription_failed_event.rb', line 74 optional :param, String |
#type ⇒ String?
The type of error.
80 |
# File 'lib/openai/models/realtime/conversation_item_input_audio_transcription_failed_event.rb', line 80 optional :type, String |