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: ObjectIdTuple Fields of FirstParentIsExtraEdgeIndex
0: ObjectIdTuple Fields of MissingExtraEdgesList
0: ObjectIdTuple Fields of SecondParentWithoutFirstParent
0: ObjectId