diff --git a/resident/resident-service/src/main/java/io/mosip/resident/constant/ResidentErrorCode.java b/resident/resident-service/src/main/java/io/mosip/resident/constant/ResidentErrorCode.java index 3817256b401..7a2a866c160 100644 --- a/resident/resident-service/src/main/java/io/mosip/resident/constant/ResidentErrorCode.java +++ b/resident/resident-service/src/main/java/io/mosip/resident/constant/ResidentErrorCode.java @@ -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"),