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
PackedTransactionCommit(Error)Tuple Fields of PackedTransactionCommit
0: ErrorPreprocessingFailed(Error)Tuple Fields of PreprocessingFailed
0: ErrorFields of LockCommit
err: Errorfull_name: BStringFields of DeleteReference
full_name: BStringerr: ErrorFields of DeleteReflog
full_name: BStringerr: ErrorCreateOrUpdateRefLog(Error)Tuple Fields of CreateOrUpdateRefLog
0: Error