Skip to content

Commit

Permalink
registration-processor/registration-processor-core/src/main/java/io/m…
Browse files Browse the repository at this point in the history
…osip/registration/processor/core/status/util/StatusUtil.java

Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
Sowmya Ujjappa Banakar committed Jan 23, 2024
1 parent 1003d8f commit 794e3e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public enum StatusUtil {
"Exception occured updating idrepo draft."),

IDREPO_DRAFT_REPROCESSABLE_EXCEPTION(StatusConstants.UIN_GENERATOR_MODULE_FAILED + "009",
"Exception occured updating idrepo draft,Which can be reprocess"),
"Exception occured updating idrepo draft, which can be reprocessed"),

// Biometric extraction stage
BIOMETRIC_EXTRACTION_SUCCESS(StatusConstants.BIOMETRIC_EXTRACTION_MODULE_SUCCESS + "001",
Expand All @@ -264,7 +264,7 @@ public enum StatusUtil {

BIOMETRIC_EXTRACTION_IDREPO_DRAFT_REPROCESSABLE_EXCEPTION(
StatusConstants.BIOMETRIC_EXTRACTION_MODULE_FAILED + "003",
"Exception occured updating idrepo draft,Which can be reprocess"),
"Exception occured updating idrepo draft, which can be reprocessed"),

FINALIZATION_SUCCESS(StatusConstants.FINALIZATION_MODULE_SUCCESS + "001",
"idrepo draft was published successfuly"),
Expand All @@ -276,7 +276,7 @@ public enum StatusUtil {
"Exception occured updating idrepo draft."),

FINALIZATION_IDREPO_DRAFT_REPROCESSABLE_EXCEPTION(StatusConstants.FINALIZATION_MODULE_FAILED + "004",
"Exception occured updating idrepo draft,Which can be reprocess"),
"Exception occured updating idrepo draft, which can be reprocessed"),

// Request handler service
// 1)Resident UIN update
Expand Down

0 comments on commit 794e3e8

Please sign in to comment.