Add error kind for repo initialization errors

This commit is contained in:
Matthias Beyer 2016-09-18 18:28:39 +02:00
parent 27eaf4cf6e
commit 573745b9f3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ generate_error_module!(
ConfigTypeError => "Configuration value type wrong",
RepositoryError => "Error while interacting with git repository",
RepositoryInitError => "Error while loading the git repository",
RepositoryBackendError => "Error in the git library",
RepositoryBranchError => "Error while interacting with git branch(es)",
RepositoryBranchNameFetchingError => "Error while fetching branch name",