class

OpenAI::RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedError

Inherits JSON::Serializable < Reference < Object

Details of the transcription error.

Constructors

new(type_value : String | Nil = nil, code : String | Nil = nil, message : String | Nil = nil, param : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code

Error code, if any.

Source
code=(code : String | Nil)

Error code, if any.

Source
message

A human-readable error message.

Source
message=(message : String | Nil)

A human-readable error message.

Source
param

Parameter related to the error, if any.

Source
param=(param : String | Nil)

Parameter related to the error, if any.

Source
type_value

The type of error.

Source
type_value=(type_value : String | Nil)

The type of error.

Source