EmbeddingError
org.llm4s.llmconnect.model.EmbeddingError
final case class EmbeddingError(code: Option[String], message: String, provider: String) extends LLMError
EmbeddingError represents a structured error returned from an embedding provider (e.g., OpenAI or VoyageAI) or local encoders/extractors.
Value parameters
- code
-
Optional error code, typically an HTTP status (e.g., "401", "400").
- message
-
Human-readable error message from the provider or client.
- provider
-
Source component ("openai", "voyage", "encoder", "extractor", etc.)
Attributes
- Graph
-
- Supertypes
Members list
In this article