Add error kind for repo initialization errors
This commit is contained in:
parent
27eaf4cf6e
commit
573745b9f3
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue