From 62cdeba1ac2dc9c13ae4173aa72b215a9ed25e87 Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Mon, 10 Aug 2026 16:48:14 +0530 Subject: [PATCH] added new error message --- src/config.js | 1 + src/views/playground/SessionsDetails.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/config.js b/src/config.js index 56b0755..599907f 100644 --- a/src/config.js +++ b/src/config.js @@ -177,6 +177,7 @@ config['FaicalAuthenticationError'] = { 4: 'Rejected, to perform face check due to the pose of the face', 5: 'Rejected, due to problems in the extraction of the facial pattern', 6: 'Rejected, because document has already been verified in some other account with this service', + 7: 'Failed, because the date of birth could not be read correctly from the document' } const kycServerBaseUrl = process.env.VUE_APP_KYC_SERVER_BASE_URL || 'https://api.cavach.hypersign.id' config['KYC_SERVER_BASE_URL'] = kycServerBaseUrl; diff --git a/src/views/playground/SessionsDetails.vue b/src/views/playground/SessionsDetails.vue index e4ed761..61be853 100644 --- a/src/views/playground/SessionsDetails.vue +++ b/src/views/playground/SessionsDetails.vue @@ -885,6 +885,7 @@ const FaicalAuthenticationError = { 4: "Failed to perform face check due to the pose of the face", 5: "Failed due to problems in the extraction of the facial pattern", 6: "Duplicate document was used", + 7: 'Failed, because the date of birth could not be read correctly from the document' }; const ZkpVerificationResultEnum = {