Expand description
Errors for the crate
Structs§
- Codec
Concrete Type - The concrete type of a mz_persist_types::Codec or mz_persist_types::Codec64 impl.
- Codec
Mismatch - The requested codecs don’t match the actual ones in durable storage.
- Codec
MismatchT 🔒 - Upper
Mismatch - An error returned from crate::write::WriteHandle::compare_and_append (and variants) when the expected upper didn’t match the actual current upper of the shard.
Enums§
- Invalid
Usage - An error resulting from invalid usage of the API.