Skip to content

Commit

Permalink
PRMDR-600 add error code
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Jan 25, 2024
1 parent d4c5a37 commit e3da160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/helpers/utils/errorCodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const errorCodes: { [key: string]: string } = {
OUT_5001: 'Error logging user out',
ENV_5001: 'An error occurred due to missing environment variable',
GWY_5001: 'Failed to utilise AWS client/resource',
SFB_5001: 'Error occur when sending email by SES',
SFB_5002: 'Failed to fetch parameters for sending email from SSM param store',
};

export default errorCodes;

0 comments on commit e3da160

Please sign in to comment.