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 a58d8be commit 8f660d4Copy full SHA for 8f660d4
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