Enum git_ref::file::transaction::commit::Error [−][src]
pub enum Error {
PackedTransactionCommit(Error),
PreprocessingFailed(Error),
LockCommit {
err: Error,
full_name: BString,
},
DeleteReference {
full_name: BString,
err: Error,
},
DeleteReflog {
full_name: BString,
err: Error,
},
CreateOrUpdateRefLog(Error),
}
Expand description
The error returned by various Transaction
methods.
Variants
Tuple Fields of PackedTransactionCommit
0: Error
Tuple Fields of PreprocessingFailed
0: Error
Tuple Fields of CreateOrUpdateRefLog
0: Error