pub fn mismatch(
collection: &str,
stored: &Desc,
opening: &Desc,
by: Option<&Provenance>,
) -> ErrorExpand 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.