Body

openai4s.http.HttpError.UnexpectedStatus.Body
See theBody companion enum
object Body

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Body.type

Members list

Type members

Classlikes

object bodyShow extends Show[Body]

Attributes

Supertypes
trait Show[Body]
trait ContravariantShow[Body]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
bodyShow.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def jsonBody(json: Json): Body
def stringBody(text: String): Body
def withCause(cause: Throwable): Body

Givens

Givens

given bodyEq: Eq[Body]
given bodyShow: bodyShow.type