Unsupported MIF level
Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/unsupported-level/v1
HTTP status: 400
Exit code: 2
Emitted by: mif-schema (MifSchemaError::UnsupportedLevel, via Level::try_from); also surfaced verbatim through mif-cli’s and mif-mcp’s Schema wrapper variant
Message
Section titled “Message”unsupported MIF level: {level} (must be 1, 2, or 3)mif-cli validate --level or the validate_mif_document MCP tool’s level
parameter was given a number other than 1, 2, or 3. MIF defines exactly
three level floors (L1/L2/L3); no other level exists.
Suggested fix
Section titled “Suggested fix”MachineApplicable — request level 1, 2, or 3.