You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We go through the list of DiskSpecs to delete each one, independently of the result of the previous one.
73
76
// If multiple errors occur, we return the most pressing one.
74
-
// Order of precedence (highest -> lowest) is: error that is not an operationNotDoneError (ie. error creating) -> operationNotDoneError (ie. creating in progress) -> no error (ie. created)
75
-
for_, diskSpec:=ranges.Scope.DiskSpecs() {
77
+
// Order of precedence (highest -> lowest) is: error that is not an operationNotDoneError (i.e. error creating) -> operationNotDoneError (i.e. creating in progress) -> no error (i.e. created)
0 commit comments