class

OpenAI::RealtimeResponseStatusDetailsError

Inherits JSON::Serializable < Reference < Object

A description of the error that caused the response to fail, populated when the status is failed.

Constructors

new(type_value : String | Nil = nil, code : 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
type_value

The type of error.

Source
type_value=(type_value : String | Nil)

The type of error.

Source