Skip to main content

mismatch

Function mismatch 

Source
pub fn mismatch(
    collection: &str,
    stored: &Desc,
    opening: &Desc,
    by: Option<&Provenance>,
) -> Error
Expand description

Build the mismatch error for two descriptions that differ.

Public because the wire path (09 section 6) and the migration tool report the same thing from descriptions they already hold.