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" : 40 ,
5- "total" : 40 ,
4+ "size" : 41 ,
5+ "total" : 41 ,
66 "items" : [
77 {
88 "id" : " 4" ,
256256 "code" : " KAFKAS-MGMT-113" ,
257257 "reason" : " Failed to find service account"
258258 },
259+ {
260+ "id" : " 115" ,
261+ "kind" : " Error" ,
262+ "href" : " /api/kafkas_mgmt/v1/errors/115" ,
263+ "code" : " KAFKAS-MGMT-115" ,
264+ "reason" : " Max limit for the service account creation has reached"
265+ },
259266 {
260267 "id" : " 120" ,
261268 "kind" : " Error" ,
Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ public enum ApiErrorType {
116116 /** Failed to find service account*/
117117 ERROR_113 ("KAFKAS-MGMT-113" ),
118118
119+ /** Max limit for the service account creation has reached*/
120+ ERROR_115 ("KAFKAS-MGMT-115" ),
121+
119122 /** Insufficient quota*/
120123 ERROR_120 ("KAFKAS-MGMT-120" ),
121124
You can’t perform that action at this time.
0 commit comments