denselinkage.core.models.MatchError

class denselinkage.core.models.MatchError(reason: str)[source]

Bases: object

A pair the matcher could not decide (retries exhausted / backend error). Carried in LinkageResult.errors and counted as LinkageMetrics.n_errors — never mixed into tp/fp/fn.