Expand description
Error types and per-record skip reporting for the face core surface.
FaceError is the typed library error returned from fallible
operations. SkipReport / SkipReason describe non-fatal
per-record skip events surfaced to stderr and counted in
crate::Envelope’s result.skipped field (§11.1 of docs/design.md).
Structs§
- Detection
Candidate - One candidate field surfaced when auto-detection cannot pick a grouping field on its own.
- Skip
Report - One per-record skip event (§11.1).
Enums§
- Face
Error - Library-level error returned by the face core surface.
- Skip
Reason - Reason a single input record was skipped during processing.