Skip to content

Stored dim column value is corrupt

Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/corrupt-dimension/v1 HTTP status: 500 Exit code: 1 Emitted by: mif-store (StoreError::CorruptDimension)

dim column value {value} read from the database is corrupt

A row’s dim column, read back from the database, does not fit in a usize (e.g. negative). This can only happen if the database was modified outside this crate — external tampering, a crash mid-write, or disk bit-rot; mif-store itself never writes such a value.

Unspecified — this indicates a corrupt or inaccessible database file. Verify the file’s permissions and integrity, or delete it to let mif-store recreate it.