LastErrorCode

io.cequence.openaiscala.domain.Run$.LastErrorCode
See theLastErrorCode companion object
sealed trait LastErrorCode extends SnakeCaseEnumValue

Attributes

Companion:
object
Graph
Supertypes
trait SnakeCaseEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Known subtypes
object InvalidPrompt.type
object RateLimitExceeded.type
object ServerError.type

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
EnumValue -> Any
Inherited from:
EnumValue
override def value: String

Attributes

Definition Classes
SnakeCaseEnumValue -> EnumValue
Inherited from:
SnakeCaseEnumValue