We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085d399 commit 40ac9f7Copy full SHA for 40ac9f7
services/storage/src/simcore_service_storage/exceptions/errors.py
@@ -41,3 +41,7 @@ class AccessLayerError(StorageRuntimeError):
41
42
class InvalidFileIdentifierError(AccessLayerError):
43
msg_template: str = "Error in {identifier}: {details}"
44
+
45
46
+class FileFilterInvalidError(StorageRuntimeError):
47
+ msg_template: str = "Invalid filter {file_filter} used"
0 commit comments