Resolved conflicts

This commit is contained in:
nisha
2025-05-14 12:07:24 +05:30
13 changed files with 287 additions and 92 deletions

View File

@@ -543,6 +543,12 @@ public class GepafinConstant {
public static final String READMIT_APPLICATION_SUCCESS = "application.readmit.success";
public static final String NO_EMAIL_LOG_FOUND = "no.email.log.msg";
public static final String USER_ACTION_ID_NOT_FOUND = "user.action.id.not.found";
public static final String CAUSE_STRING = "cause" ;
public static final String ERROR_DESCRIPTION_STRING = "errorDescription" ;
public static final String ERROR_STRING = "errors";
}