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
ExtraEdgesListOverflow(ObjectId)Tuple Fields of ExtraEdgesListOverflow
0: ObjectIdFirstParentIsExtraEdgeIndex(ObjectId)Tuple Fields of FirstParentIsExtraEdgeIndex
0: ObjectIdMissingExtraEdgesList(ObjectId)Tuple Fields of MissingExtraEdgesList
0: ObjectIdSecondParentWithoutFirstParent(ObjectId)Tuple Fields of SecondParentWithoutFirstParent
0: ObjectId