Enum git_commitgraph::file::commit::Error [−][src]
pub enum Error { ExtraEdgesListOverflow(ObjectId), FirstParentIsExtraEdgeIndex(ObjectId), MissingExtraEdgesList(ObjectId), SecondParentWithoutFirstParent(ObjectId), }
Expand description
The error used in the file::commit
module.
Variants
Tuple Fields of ExtraEdgesListOverflow
0: ObjectId
Tuple Fields of FirstParentIsExtraEdgeIndex
0: ObjectId
Tuple Fields of MissingExtraEdgesList
0: ObjectId
Tuple Fields of SecondParentWithoutFirstParent
0: ObjectId