Skip to main content

Module record

Module record 

Source
Available on crate feature quality only.
Expand description

Per-record check evaluation. Pure functions over &Value. A check returns Ok(()) on pass or Err(message) on fail; the message is surfaced in the DLQ envelope or the abort error.

Functionsยง

evaluate_record_check
Evaluate one compiled per-record check against a record. Ok(()) = pass; Err(message) = fail (message is human-readable, used in DLQ/abort text).