Skip to content

Commit 7092c51

Browse files
authored
Add UnityDeleteStorageResourceHasSnapError (#347)
Co-authored-by: Yong Huang <yong.huang@dell.com>
1 parent edd05e2 commit 7092c51

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

storops/exception.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,3 +1515,8 @@ class UnityQuotaConfigModifyException(UnityException):
15151515
@rest_exception
15161516
class UnityLunModifyByAnotherRequestException(UnityException):
15171517
error_code = 108008704
1518+
1519+
1520+
@rest_exception
1521+
class UnityDeleteStorageResourceHasSnapError(UnityException):
1522+
error_code = 100666391

0 commit comments

Comments
 (0)