Skip to content

Commit 8f660d4

Browse files
committed
add error
1 parent a58d8be commit 8f660d4

File tree

1 file changed

+4
-0
lines changed
  • services/storage/src/simcore_service_storage/exceptions

1 file changed

+4
-0
lines changed

services/storage/src/simcore_service_storage/exceptions/errors.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ class AccessLayerError(StorageRuntimeError):
4141

4242
class InvalidFileIdentifierError(AccessLayerError):
4343
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

Comments
 (0)