OpenAI::BatchError
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(code : String | Nil = nil, message : String | Nil = nil, param : BatchErrorParam | Nil = nil, line : BatchErrorLine | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
line
Sourceline=(line : BatchErrorLine | Nil)
SourceA human-readable message providing more details about the error.
param
Sourceparam=(param : BatchErrorParam | Nil)
Source