Add error kind if StoreId has no base part
This commit is contained in:
parent
84b279de95
commit
b8f612632d
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData,
|
||||||
StoreIdHandlingError => "StoreId handling error",
|
StoreIdHandlingError => "StoreId handling error",
|
||||||
StoreIdLocalPartAbsoluteError => "StoreId 'id' part is absolute (starts with '/') which is not allowed",
|
StoreIdLocalPartAbsoluteError => "StoreId 'id' part is absolute (starts with '/') which is not allowed",
|
||||||
StoreIdBuildFromFullPathError => "Building StoreId from full file path failed",
|
StoreIdBuildFromFullPathError => "Building StoreId from full file path failed",
|
||||||
|
StoreIdHasNoBaseError => "StoreId has no 'base' part",
|
||||||
|
|
||||||
CreateCallError => "Error when calling create()",
|
CreateCallError => "Error when calling create()",
|
||||||
RetrieveCallError => "Error when calling retrieve()",
|
RetrieveCallError => "Error when calling retrieve()",
|
||||||
|
|
Loading…
Reference in a new issue