Spaces:
Running
Running
amaye15
commited on
Commit
·
f844490
1
Parent(s):
a106258
Debug - DatasetDeleteError
Browse files- src/api/exceptions.py +6 -0
src/api/exceptions.py
CHANGED
@@ -38,3 +38,9 @@ class DatasetPushError(HuggingFaceError):
|
|
38 |
"""Exception raised when pushing a dataset to Hugging Face Hub fails."""
|
39 |
|
40 |
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"""Exception raised when pushing a dataset to Hugging Face Hub fails."""
|
39 |
|
40 |
pass
|
41 |
+
|
42 |
+
|
43 |
+
class DatasetDeleteError(HuggingFaceError):
|
44 |
+
"""Exception raised when deleting a dataset on Hugging Face Hub fails."""
|
45 |
+
|
46 |
+
pass
|