Skip to content

Commit

Permalink
fix(all): regenerated Error SDK(s) (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <[email protected]>
  • Loading branch information
app-services-ci and app-services-ci authored Mar 28, 2022
1 parent 3d7736c commit 93abc49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .errors/errors_kafka_mgmt.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"kind": "ErrorList",
"page": 1,
"size": 40,
"total": 40,
"size": 41,
"total": 41,
"items": [
{
"id": "4",
Expand Down Expand Up @@ -256,6 +256,13 @@
"code": "KAFKAS-MGMT-113",
"reason": "Failed to find service account"
},
{
"id": "115",
"kind": "Error",
"href": "/api/kafkas_mgmt/v1/errors/115",
"code": "KAFKAS-MGMT-115",
"reason": "Max limit for the service account creation has reached"
},
{
"id": "120",
"kind": "Error",
Expand Down
3 changes: 3 additions & 0 deletions kafkamgmt/apiv1/error/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ const (
// Failed to find service account
ERROR_113 string = "KAFKAS-MGMT-113"

// Max limit for the service account creation has reached
ERROR_115 string = "KAFKAS-MGMT-115"

// Insufficient quota
ERROR_120 string = "KAFKAS-MGMT-120"

Expand Down

0 comments on commit 93abc49

Please sign in to comment.