Module error

Source
Expand description

Errors for the crate

Structs§

CodecConcreteType
The concrete type of a mz_persist_types::Codec or mz_persist_types::Codec64 impl.
CodecMismatch
The requested codecs don’t match the actual ones in durable storage.
CodecMismatchT 🔒
UpperMismatch
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§

InvalidUsage
An error resulting from invalid usage of the API.