Skip to content

Commit

Permalink
fixed error code (mosip#1125)
Browse files Browse the repository at this point in the history
* fixed additional comma issue

Signed-off-by: Ritik Jain <M1074108@mindtree.com>

* fixed error code

Signed-off-by: Ritik Jain <M1074108@mindtree.com>

---------

Signed-off-by: Ritik Jain <M1074108@mindtree.com>
Co-authored-by: Ritik Jain <M1074108@mindtree.com>
  • Loading branch information
RitikJain4108 and Ritik Jain authored Oct 17, 2023
1 parent c1a3139 commit d4c2e1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public enum ResidentErrorCode {
VID_REQUEST_CARD_FAILED("RES-SER-480", "Error in Request card from vid"),
PATNER_NOT_FOUND("RES-SER-481","Partner not found."),
REDIRECT_URL_NOT_FOUND("RES-SER-482","Redirect url not found."),
CARD_NOT_READY("RES_SER_509", "The card is not ready for download."),
OTP_REQUEST_FLOODED("RES_SER_510", "Innumerous OTP requests received"),
CARD_NOT_READY("RES-SER-509", "The card is not ready for download."),
OTP_REQUEST_FLOODED("RES-SER-510", "Innumerous OTP requests received"),
EID_NOT_BELONG_TO_SESSION("RES-SER-511", "The entered EID is not associated with the UIN/VID used to log in."),
GRIEVANCE_TICKET_GENERATION_FAILED("RES-SER-512", "Unable to Generate Ticket of grievance"),
MISSING_INPUT_PARAMETER("RES-SER-414", "Missing input Parameter- %s"),
Expand Down

0 comments on commit d4c2e1d

Please sign in to comment.