We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd05e2 commit 7092c51Copy full SHA for 7092c51
1 file changed
storops/exception.py
@@ -1515,3 +1515,8 @@ class UnityQuotaConfigModifyException(UnityException):
1515
@rest_exception
1516
class UnityLunModifyByAnotherRequestException(UnityException):
1517
error_code = 108008704
1518
+
1519
1520
+@rest_exception
1521
+class UnityDeleteStorageResourceHasSnapError(UnityException):
1522
+ error_code = 100666391
0 commit comments