Skip to content

Commit a9a3994

Browse files
committed
<fix>[volumebackup]: add backup cancel timeout error code
Resolves: ZSTAC-82195 Change-Id: I3d5e91d09d7c088d3c53e3839f8b32f4bce32dec
1 parent 72ce6ef commit a9a3994

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)