Skip to content

Commit 107905d

Browse files
author
gitlab
committed
Merge branch 'fix/ZSTAC-72783' into '5.5.12'
fix(ai): add error codes for AI and PCI modules [ZSTAC-72783] See merge request zstackio/zstack!9215
2 parents 8af5cd8 + 68791ea commit 107905d

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
@@ -14806,6 +14806,8 @@ public class CloudOperationsErrorCode {
1480614806

1480714807
public static final String ORG_ZSTACK_AI_10133 = "ORG_ZSTACK_AI_10133";
1480814808

14809+
public static final String ORG_ZSTACK_AI_10134 = "ORG_ZSTACK_AI_10134";
14810+
1480914811
public static final String ORG_ZSTACK_CORE_CLOUDBUS_10000 = "ORG_ZSTACK_CORE_CLOUDBUS_10000";
1481014812

1481114813
public static final String ORG_ZSTACK_CORE_CLOUDBUS_10001 = "ORG_ZSTACK_CORE_CLOUDBUS_10001";

0 commit comments

Comments
 (0)