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