Data

sttp.openai.requests.batch.Data
See theData companion object
case class Data(code: String, message: String, param: Option[String], line: Option[Int])

Value parameters

code

An error code identifying the error type.

line

The line number of the input file where the error occurred, if applicable.

message

A human-readable message providing more details about the error.

param

The name of the parameter that caused the error, if applicable.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product