Add error kind for implicit create denied
This commit is contained in:
parent
442b1537be
commit
4d650a63f7
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ pub struct CustomErrorData {}
|
|||
|
||||
generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData,
|
||||
ConfigurationError => "Store Configuration Error",
|
||||
CreateStoreDirDenied => "Creating store directory implicitely denied",
|
||||
FileError => "File Error",
|
||||
IoError => "IO Error",
|
||||
IdLocked => "ID locked",
|
||||
|
|
Loading…
Reference in a new issue