class

OpenAI::EvalApiError

Inherits JSON::Serializable < Reference < Object

An object representing an error response from the Eval API.

Constructors

new(code : String = "", message : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code

The error code.

Source
code=(code : String)

The error code.

Source
message

The error message.

Source
message=(message : String)

The error message.

Source