We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34bceb1 + f41558d commit 3e02188Copy full SHA for 3e02188
1 file changed
utils/src/main/java/org/zstack/utils/clouderrorcode/CloudOperationsErrorCode.java
@@ -6274,6 +6274,8 @@ public class CloudOperationsErrorCode {
6274
6275
public static final String ORG_ZSTACK_STORAGE_BACKUP_10133 = "ORG_ZSTACK_STORAGE_BACKUP_10133";
6276
6277
+ public static final String ORG_ZSTACK_STORAGE_BACKUP_CANCEL_TIMEOUT = "ORG_ZSTACK_STORAGE_BACKUP_CANCEL_TIMEOUT";
6278
+
6279
public static final String ORG_ZSTACK_COMPUTE_10000 = "ORG_ZSTACK_COMPUTE_10000";
6280
6281
public static final String ORG_ZSTACK_COMPUTE_10001 = "ORG_ZSTACK_COMPUTE_10001";
0 commit comments