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

issue#1017 add new error codes #1018

Merged
merged 2 commits into from
Aug 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions status/src/main/resources/config/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,16 @@ ERR11404:
code: ERR11404
message: ERROR_SERVICE_ID_MISSING
description: The service claim in the JWT token is missing.
ERR11405:
statusCode: 400
code: ERR11405
message: ERROR_SERVICE_EXISTS
description: The service %s already exists.
ERR11406:
statusCode: 404
code: ERR11406
message: ERROR_SERVICE_NOT_FOUND
description: The service %s not found.


# 11500 - 11599 GraphQL validator errors
Expand Down