Add VersionError kind
This commit is contained in:
parent
4abd9dd7cf
commit
af2b629a86
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData,
|
||||||
ConfigTypeError => "Store configuration type error",
|
ConfigTypeError => "Store configuration type error",
|
||||||
ConfigKeyMissingError => "Configuration Key missing",
|
ConfigKeyMissingError => "Configuration Key missing",
|
||||||
|
|
||||||
|
VersionError => "Incompatible store versions detected",
|
||||||
|
|
||||||
CreateStoreDirDenied => "Creating store directory implicitely denied",
|
CreateStoreDirDenied => "Creating store directory implicitely denied",
|
||||||
FileError => "File Error",
|
FileError => "File Error",
|
||||||
IoError => "IO Error",
|
IoError => "IO Error",
|
||||||
|
|
Loading…
Reference in a new issue