ContextError

org.llm4s.error.ContextError
See theContextError companion class
object ContextError

Attributes

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

Members list

Type members

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 artifactStoreFailed(operation: String, key: String, reason: String): ContextError
def compressionFailed(strategy: String, reason: String): ContextError
def contextPipelineFailed(step: String, reason: String): ContextError
def conversationTooLarge(messageCount: Int, minRequired: Int): ContextError
def emptyResult(operation: String): ContextError
def externalizationFailed(contentType: String, size: Long, reason: String): ContextError
def invalidTrimming(reason: String): ContextError
def llmCompressionFailed(modelName: String, reason: String): ContextError
def schemaCompressionFailed(schema: String, reason: String): ContextError
def semanticBlockingFailed(reason: String): ContextError
def summarizationFailed(blockCount: Int, reason: String): ContextError
def tokenBudgetExceeded(currentTokens: Int, budget: Int): ContextError
def tokenEstimationFailed(content: String, reason: String): ContextError
def toolCompressionFailed(toolCallId: String, reason: String): ContextError
def unapply(error: ContextError): Option[(String, String, Map[String, String])]

Unapply extractor for pattern matching

Unapply extractor for pattern matching

Attributes