Failure
org.llm4s.rag.loader.LoadResult.Failure
final case class Failure(source: String, error: LLMError, recoverable: Boolean) extends LoadResult
Failed to load document.
Value parameters
- error
-
The error that occurred
- recoverable
-
Whether the error is potentially recoverable (e.g., timeout)
- source
-
Identifier for the failed source (path, URL, etc.)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LoadResultclass Objecttrait Matchableclass Any
Members list
In this article