Enum stork_lib::parse_index::errors::IndexParseError
source · pub enum IndexParseError {
UnknownFile(EnvelopeDecodeError),
V4IndexDeserializeError,
TriedParsingChunkAsRoot,
NotCompiledWithFeature(String),
}Expand description
An error thrown when Stork has failed to parse an index from some bytes, or failed to append a secondary chunk onto an existing ParsedIndex.