Done ticket GEPAFINBE-216 Handled error for appointment creation failed, now returning the error description getting from third party API.

This commit is contained in:
rajesh
2025-05-13 18:02:43 +05:30
parent d1dcc5cf7b
commit 5e3b0025d9
2 changed files with 27 additions and 6 deletions

View File

@@ -544,7 +544,9 @@ public class GepafinConstant {
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";
}