Skip to main content

insert_document_unresolved_reason

Function insert_document_unresolved_reason 

Source
fn insert_document_unresolved_reason(
    reasons: &mut BTreeMap<String, (LogicalRelationKey, DocumentTargetUnresolvedReason)>,
    key: LogicalRelationKey,
    reason: DocumentTargetUnresolvedReason,
) -> Result<(), CliError>
Expand description

Deduplicate unresolved reasons while rejecting one logical-key contradiction.