Add error kind for runtime info setup errors

This commit is contained in:
Matthias Beyer 2016-07-22 14:38:55 +02:00
parent 3b138d2add
commit 3c80632d4d

View file

@ -6,6 +6,7 @@ generate_error_module!(
generate_error_types!(GitHookError, GitHookErrorKind,
ConfigError => "Configuration Error",
ConfigTypeError => "Configuration value type wrong",
RuntimeInformationSetupError => "Couldn't setup runtime information for git hook",
RepositoryError => "Error while interacting with git repository",
RepositoryBranchError => "Error while interacting with git branch(es)",
RepositoryBranchNameFetchingError => "Error while fetching branch name",