LangExtract.Pipeline.ChunkError (LangExtract v0.4.0)

Copy Markdown View Source

A failed chunk with its byte position in the source and error reason.

Summary

Types

t()

@type t() :: %LangExtract.Pipeline.ChunkError{
  byte_end: non_neg_integer(),
  byte_start: non_neg_integer(),
  reason: term()
}