Skip to content

Commit 68983ee

Browse files
fix(all): regenerated Error SDK(s) (#301)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 2a025e8 commit 68983ee

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": 41,
5-
"total": 41,
4+
"size": 42,
5+
"total": 42,
66
"items": [
77
{
88
"id": "4",
@@ -193,6 +193,13 @@
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",

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
@@ -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

0 commit comments

Comments
 (0)