File tree Expand file tree Collapse file tree
packages/kafka-management-sdk/src/main/java/com/openshift/cloud/api/kas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "kind" : " ErrorList" ,
33 "page" : 1 ,
4- "size" : 41 ,
5- "total" : 41 ,
4+ "size" : 42 ,
5+ "total" : 42 ,
66 "items" : [
77 {
88 "id" : " 4" ,
193193 "code" : " KAFKAS-MGMT-42" ,
194194 "reason" : " Instance plan not supported"
195195 },
196+ {
197+ "id" : " 43" ,
198+ "kind" : " Error" ,
199+ "href" : " /api/kafkas_mgmt/v1/errors/43" ,
200+ "code" : " KAFKAS-MGMT-43" ,
201+ "reason" : " Billing account id missing or invalid"
202+ },
196203 {
197204 "id" : " 103" ,
198205 "kind" : " Error" ,
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ public enum ApiErrorType {
8989 /** Instance plan not supported*/
9090 ERROR_42 ("KAFKAS-MGMT-42" ),
9191
92+ /** Billing account id missing or invalid*/
93+ ERROR_43 ("KAFKAS-MGMT-43" ),
94+
9295 /** Synchronous action is not supported, use async=true parameter*/
9396 ERROR_103 ("KAFKAS-MGMT-103" ),
9497
You can’t perform that action at this time.
0 commit comments