Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #958 add a new error code to the status.yml to indicate kafka-s… #959

Merged
merged 1 commit into from
May 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions status/src/main/resources/config/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ ERR11402:
message: ERROR_WRITING_KEY_FILE
description: Error writing key file to path %s.

# 11500 - 11599 GraphQL valdator errors
# 11500 - 11599 GraphQL validator errors
ERR11500:
statusCode: 400
code: ERR11500
Expand Down Expand Up @@ -864,7 +864,7 @@ ERR11638:
description: Error while access filesystem with file %s and error message %s.


# OAuth2 service error 12000-12999
# OAuth2 service error 12000-12099

ERR12000:
statusCode: 400
Expand Down Expand Up @@ -1258,7 +1258,11 @@ ERR12215:
code: ERR12215
message: FORMAT_WITH_SUBJECT
description: Format exists along with Schema subject for %s in ProduceRequest

ERR12216:
statusCode: 400
code: ERR12216
message: PRODUCER_NOT_ENABLED
description: The producer startup hook is not enabled in the service.yml

# http2client error 13000-13999
ERR13001:
Expand Down