Skip to content

fixes #2176 Add aws lambda error codes #2177

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

Merged
merged 1 commit into from
Mar 16, 2024
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
11 changes: 11 additions & 0 deletions status/src/main/resources/config/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,17 @@ ERR10085:
code: ERR10085
message: OPENAPI_OPERATION_MISSED
description: OpenAPI operation is missed from the auditInfo.
ERR10086:
statusCode: 400
code: ERR10086
message: FAILED_TO_INVOKE_LAMBDA
description: Failed to invoke lambda function %.

ERR10087:
statusCode: 400
code: ERR10087
message: EXCHANGE_HAS_FAILED_STATE
description: Exchange has failed state %.

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