ServiceError

org.llm4s.error.ServiceError
See theServiceError companion class
object ServiceError

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

implicit class ServiceErrorOps(error: ServiceError)

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited and Abstract 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 apply(httpStatus: Int, provider: String, details: String): ServiceError
def apply(httpStatus: Int, provider: String, details: String, requestId: String): ServiceError
def unapply(error: ServiceError): Option[(String, Int, String, Option[String])]

Unapply extractor for pattern matching

Unapply extractor for pattern matching

Attributes

Implicits

Implicits

final implicit def ServiceErrorOps(error: ServiceError): ServiceErrorOps