Skip to content

Commit

Permalink
fixes #2253 add a new error code to status.yml to indicate Lambda to …
Browse files Browse the repository at this point in the history
…HTTP (#2254)
  • Loading branch information
stevehu authored May 22, 2024
1 parent f5eec02 commit 6683397
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions status/src/main/resources/config/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,11 @@ ERR10088:
code: ERR10088
message: RATE_LIMIT_EXCEEDED
description: Rate limit exceeded.
ERR10089:
statusCode: 400
code: ERR10089
message: FAILED_TO_INVOKE_SERVICE
description: Failed to invoke HTTP service with serviceId %.

# 11000-11499 swagger-validator errors
ERR11000:
Expand Down

0 comments on commit 6683397

Please sign in to comment.