Add error kind for runtime info setup errors
This commit is contained in:
parent
3b138d2add
commit
3c80632d4d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ generate_error_module!(
|
||||||
generate_error_types!(GitHookError, GitHookErrorKind,
|
generate_error_types!(GitHookError, GitHookErrorKind,
|
||||||
ConfigError => "Configuration Error",
|
ConfigError => "Configuration Error",
|
||||||
ConfigTypeError => "Configuration value type wrong",
|
ConfigTypeError => "Configuration value type wrong",
|
||||||
|
RuntimeInformationSetupError => "Couldn't setup runtime information for git hook",
|
||||||
RepositoryError => "Error while interacting with git repository",
|
RepositoryError => "Error while interacting with git repository",
|
||||||
RepositoryBranchError => "Error while interacting with git branch(es)",
|
RepositoryBranchError => "Error while interacting with git branch(es)",
|
||||||
RepositoryBranchNameFetchingError => "Error while fetching branch name",
|
RepositoryBranchNameFetchingError => "Error while fetching branch name",
|
||||||
|
|
Loading…
Reference in a new issue