class

OpenAI::ErrorDetail

Inherits JSON::Serializable < Reference < Object

Constructors

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

Instance methods

code
Source
code=(code : String | Nil)
Source
error_type
Source
error_type=(error_type : String)
Source
message
Source
message=(message : String)
Source
param
Source
param=(param : String | Nil)
Source