org.llm4s.reranker.RerankError
final case class RerankError(code: Option[String], message: String, provider: String) extends LLMError
Error from a reranking operation.
Value parameters
-
code
-
Error code (HTTP status or provider-specific)
-
message
-
Human-readable error message
-
provider
-
Provider name (cohere, llm, etc.)
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
DEPRECATED: Use type-level markers instead
DEPRECATED: Use type-level markers instead
Attributes
-
Deprecated
-
[Since version 0.1.9] Use pattern matching on RecoverableError/NonRecoverableError traits
-
Inherited from:
-
LLMError
Additional context information
Additional context information
Attributes
Error correlation IDs for debugging
Error correlation IDs for debugging
Attributes