Error

sttp.openai.requests.finetuning.Error
See theError companion object
case class Error(code: String, message: String, param: Option[String])

Value parameters

code

A machine-readable error code.

message

A human-readable error message.

param

The parameter that was invalid, usually training_file or validation_file. This field will be null if the failure was not parameter-specific.

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