ErrLookup › spacejam/sled
spacejam/sled
the champagne of beta embedded databases · Rust · 19 source files
Analyzed at e449d17111 on 2026-09-12. 10 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| encountered corrupted settings cookie with mismatched CRC. | error_code | critical | rust, corruption, crc, storage |
| corrupt object ID 0 somehow passed crc check | error_code | error | rust, corruption, metadata, invariant |
| sled was already opened with a LEAF_FANOUT const generic of | error_code | error | rust, compatibility, const-generics, persistence |
| corrupt frame length | error_code | error | rust, corruption, crc, metadata |
| Db's LEAF_FANOUT const generic must be 3 or greater. | validation | error | rust, configuration, const-generics, validation |
| crc mismatch - data corruption detected | error_code | critical | rust, corruption, crc, storage |
| crc mismatch for read of batch frame | error_code | error | rust, corruption, crc, metadata |
| failed to write whole buffer | error_code | critical | rust, io, write, storage |
| failed to fill whole buffer | error_code | critical | rust, io, eof, storage |
| encountered unknown version number when reading settings… | error_code | error | rust, versioning, compatibility, persistence |