Confidence-calibration artifact is invalid
Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/calibration-invalid/v1
HTTP status: 422
Exit code: 2
Emitted by: mif-ontology (OntologyError::CalibrationInvalid)
Message
Section titled “Message”calibration artifact at {path} is invalid: {detail}A confidence-calibration artifact (e.g.
reports/_meta/confidence-calibration.json) exists at path but is
unusable: unreadable, malformed JSON, or carrying non-finite or
mis-ordered threshold values (such as a tier2_floor that exceeds
tier1_floor). A missing artifact is not an error and does not emit
this problem type — see CalibrationConfig::load_or_default.
Suggested fix
Section titled “Suggested fix”MaybeIncorrect — delete the corrupt calibration artifact and re-run
the consumer’s calibration step (e.g. mif-rh-cli calibrate), or restore
a valid artifact, then retry.