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: Error
PreprocessingFailed(Error)
Tuple Fields of PreprocessingFailed
0: Error
Fields of LockCommit
err: Error
full_name: BString
Fields of DeleteReference
full_name: BString
err: Error
Fields of DeleteReflog
full_name: BString
err: Error
CreateOrUpdateRefLog(Error)
Tuple Fields of CreateOrUpdateRefLog
0: Error