pub fn classify(
base: Option<&[u8]>,
submitted: &[u8],
) -> Result<ClassificationReport, ClassifyError>Expand description
Classifies checked-in and regenerated schema bytes through the strict reader and classifier.
ยงErrors
Returns BXW0077 when the checked-in bytes fail the strict reader, BXW0078 when the
regenerated bytes fail the strict reader, or BXW0079 when pairing or integrity fails.