Enum gitjournal::Error
[−]
[src]
pub enum Error { Git(Error), Io(Error), Parser(Error), Setup(Error), Verify(String), }
An enumeration of possible errors that can happen when working with git-journal.
Variants
Git(Error)
Erros related to the git repository.
Io(Error)
Erros related to the system IO, like parsing of the configuration file.
Parser(Error)
Errors related to the parsing and printing of the log.
Setup(Error)
Errors related to the setup process.
Verify(String)
Errors related to the commit message verification.