xbudget.evaluate.MissingDiagnosticError

exception xbudget.evaluate.MissingDiagnosticError(message, missing)[source]

Bases: ValueError

A required diagnostic was absent under on_missing="raise".

Carries the list of (diagnostic, term_path) pairs that could not be resolved, so the caller sees every problem at once rather than the first.