We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e66296 commit 7299ce8Copy full SHA for 7299ce8
1 file changed
netapp_dataops_k8s/netapp_dataops/k8s.py
@@ -57,6 +57,7 @@ class AstraClusterDoesNotExistError(Exception):
57
'''Error that will be raised when a cluster doesn't exist within Astra Control'''
58
pass
59
60
+
61
class ServiceUnavailableError(Exception):
62
'''Error that will be raised when a service is not available'''
63
0 commit comments