Enum git_ref::file::find::Error [−][src]
pub enum Error {
RefnameValidation(Error),
ReadFileContents(Error),
ReferenceCreation {
err: Error,
relative_path: PathBuf,
},
PackedRef(Error),
}Expand description
The error returned by file::Store::find().
Variants
RefnameValidation(Error)Tuple Fields of RefnameValidation
0: ErrorReadFileContents(Error)Tuple Fields of ReadFileContents
0: ErrorPackedRef(Error)Tuple Fields of PackedRef
0: ErrorTrait Implementations
Performs the conversion.