Skip to content

Commit

Permalink
issue#1017 add new error codes (networknt#1018)
Browse files Browse the repository at this point in the history
* issue#1017 add new error codes

* fixes networknt#1017 update message to make it more clear

Co-authored-by: Jiang Wei <jiang.wei@sunlife.com>
Co-authored-by: Steve Hu <stevehu@gmail.com>
  • Loading branch information
3 people committed Aug 4, 2021
1 parent f86c99c commit 955a0b9
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit 955a0b9

Please sign in to comment.