Skip to content

Commit 8e673e2

Browse files
fix(all): regenerated Error SDK(s) (#246)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 160c04e commit 8e673e2

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.errors/errors_kafka_mgmt.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",
@@ -256,6 +256,13 @@
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",

packages/kafka-management-sdk/src/main/java/com/openshift/cloud/api/kas/ApiErrorType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)