ExtractorError

org.llm4s.llmconnect.model.ExtractorError
final case class ExtractorError(message: String, `type`: String, path: Option[String])

ExtractorError represents failures during file/media extraction.

Value parameters

message

Human-readable explanation of the failure.

path

Optional path to the problematic file for debugging.

type

Coarse category (e.g., "FileNotFound", "UnsupportedType", "PDF", "DOCX", "PlainText", "ImageReadError", "AudioUnsupported", "AudioError", "VideoUnsupported").

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product