struct

Crig::Providers::OpenAI::ResponsesWebSocketErrorPayload

Inherits JSON::Serializable::Unmapped < JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

code
Source
message
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source