Enum git_ref::file::loose::reference::peel::to_id::Error [−][src]
pub enum Error {
Follow(Error),
Cycle(PathBuf),
DepthLimitExceeded {
max_depth: usize,
},
Find(Box<dyn Error + Send + Sync + 'static>),
NotFound {
oid: ObjectId,
name: BString,
},
}Expand description
The error returned by [Reference::peel_to_id_in_place()].
Variants
Tuple Fields of Follow
0: ErrorTuple Fields of Cycle
0: PathBufFields of DepthLimitExceeded
max_depth: usize