Skip to content

Commit

Permalink
fixes #732 add several status code to status.yml for reference API in…
Browse files Browse the repository at this point in the history
… portal
  • Loading branch information
stevehu committed Jul 1, 2020
1 parent 3761fc3 commit 3269073
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions status/src/main/resources/config/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,21 @@ ERR11633:
code: ERR11633
message: ORDER_NOT_FOUND_BY_EMAIL
description: Order not found for email %s.
ERR11634:
statusCode: 404
code: ERR11634
message: REFERENCE_NOT_FOUND
description: Reference not found for name %s and language %s.
ERR11635:
statusCode: 400
code: ERR11635
message: HOST_NOT_MATCH_EMAIL
description: Host %s doesn't match the email domain %s.
ERR11636:
statusCode: 400
code: ERR11636
message: SQL_EXCEPTION
description: SQLException with error %s.


# OAuth2 service error 12000-13000
Expand Down

0 comments on commit 3269073

Please sign in to comment.