Add error kind if config is not available
This commit is contained in:
parent
e5503116ad
commit
2ef530b462
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ use libimagstore::hook::result::HookResult;
|
|||
generate_error_module!(
|
||||
generate_error_types!(GitHookError, GitHookErrorKind,
|
||||
ConfigError => "Configuration Error",
|
||||
NoConfigError => "No Configuration",
|
||||
ConfigTypeError => "Configuration value type wrong",
|
||||
RuntimeInformationSetupError => "Couldn't setup runtime information for git hook",
|
||||
RepositoryError => "Error while interacting with git repository",
|
||||
|
|
Loading…
Reference in a new issue