Skip to content

Commit 3e02188

Browse files
author
gitlab
committed
Merge branch 'fix/ZSTAC-82195' into '5.5.12'
<fix>[volumebackup]: add backup cancel timeout error code See merge request zstackio/zstack!9200
2 parents 34bceb1 + f41558d commit 3e02188

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

utils/src/main/java/org/zstack/utils/clouderrorcode/CloudOperationsErrorCode.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6274,6 +6274,8 @@ public class CloudOperationsErrorCode {
62746274

62756275
public static final String ORG_ZSTACK_STORAGE_BACKUP_10133 = "ORG_ZSTACK_STORAGE_BACKUP_10133";
62766276

6277+
public static final String ORG_ZSTACK_STORAGE_BACKUP_CANCEL_TIMEOUT = "ORG_ZSTACK_STORAGE_BACKUP_CANCEL_TIMEOUT";
6278+
62776279
public static final String ORG_ZSTACK_COMPUTE_10000 = "ORG_ZSTACK_COMPUTE_10000";
62786280

62796281
public static final String ORG_ZSTACK_COMPUTE_10001 = "ORG_ZSTACK_COMPUTE_10001";

0 commit comments

Comments
 (0)