Enum git_pack::data::input::Error [−][src]
pub enum Error {
Io(Error),
PackParse(Error),
ChecksumMismatch {
expected: ObjectId,
actual: ObjectId,
},
IncompletePack {
actual: u64,
expected: u64,
},
NotFound {
object_id: ObjectId,
},
}Expand description
Returned by BytesToEntriesIter::new_from_header() and as part
of Item of BytesToEntriesIter.
Variants
Io(Error)
Tuple Fields
0: ErrorPackParse(Error)
Tuple Fields
0: ErrorChecksumMismatch
IncompletePack
NotFound
Fields
object_id: ObjectId