A failed chunk with its byte position in the source and error reason.
Summary
Types
@type t() :: %LangExtract.Pipeline.ChunkError{ byte_end: non_neg_integer(), byte_start: non_neg_integer(), reason: term() }
A failed chunk with its byte position in the source and error reason.
@type t() :: %LangExtract.Pipeline.ChunkError{ byte_end: non_neg_integer(), byte_start: non_neg_integer(), reason: term() }