refactor: Delete the dataset to verify whether it is in use (#5112)
This commit is contained in:
parent
7189a4c379
commit
7f98c2ea3f
6 changed files with 36 additions and 12 deletions
|
|
@ -3,3 +3,7 @@ from services.errors.base import BaseServiceError
|
|||
|
||||
class DatasetNameDuplicateError(BaseServiceError):
|
||||
pass
|
||||
|
||||
|
||||
class DatasetInUseError(BaseServiceError):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue