Skip to content

Commit 68791ea

Browse files
committed
<fix>[ai]: add error codes for AI and PCI
Add ORG_ZSTACK_AI_10134 for ModelCenter disconnected check and ORG_ZSTACK_PCIDEVICE_10077 for SR-IOV bond validation. Resolves: ZSTAC-72783 Change-Id: I504a415a6e822513df955be600188ae88e2e1058
1 parent 799a84f commit 68791ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11588,6 +11588,8 @@ public class CloudOperationsErrorCode {
1158811588

1158911589
public static final String ORG_ZSTACK_PCIDEVICE_10076 = "ORG_ZSTACK_PCIDEVICE_10076";
1159011590

11591+
public static final String ORG_ZSTACK_PCIDEVICE_10077 = "ORG_ZSTACK_PCIDEVICE_10077";
11592+
1159111593
public static final String ORG_ZSTACK_CAS_DRIVER_DONGHAI_10000 = "ORG_ZSTACK_CAS_DRIVER_DONGHAI_10000";
1159211594

1159311595
public static final String ORG_ZSTACK_CAS_DRIVER_DONGHAI_10001 = "ORG_ZSTACK_CAS_DRIVER_DONGHAI_10001";
@@ -14804,6 +14806,8 @@ public class CloudOperationsErrorCode {
1480414806

1480514807
public static final String ORG_ZSTACK_AI_10133 = "ORG_ZSTACK_AI_10133";
1480614808

14809+
public static final String ORG_ZSTACK_AI_10134 = "ORG_ZSTACK_AI_10134";
14810+
1480714811
public static final String ORG_ZSTACK_CORE_CLOUDBUS_10000 = "ORG_ZSTACK_CORE_CLOUDBUS_10000";
1480814812

1480914813
public static final String ORG_ZSTACK_CORE_CLOUDBUS_10001 = "ORG_ZSTACK_CORE_CLOUDBUS_10001";

0 commit comments

Comments
 (0)