From 8742d3068449f30e20dd7441844f0c8571a824c2 Mon Sep 17 00:00:00 2001 From: Harsh Lohiya Date: Thu, 19 Dec 2024 15:31:09 +0530 Subject: [PATCH 1/2] Add new error codes in digilocker --- content/data/digilocker/error-codes.mdx | 43 +++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/content/data/digilocker/error-codes.mdx b/content/data/digilocker/error-codes.mdx index 8084ffbd..3834663a 100644 --- a/content/data/digilocker/error-codes.mdx +++ b/content/data/digilocker/error-codes.mdx @@ -61,7 +61,10 @@ Below is a table which contains the error codes and corresponding error messages bad_request - Malformed request. Verify if the docType and search parameters are correct. + Malformed request. Verify if the docType and search parameters are correct.
+ The orgid parameter is missing or invalid
+ URI parameter missing + @@ -89,7 +92,7 @@ Below is a table which contains the error codes and corresponding error messages upstream_server_error - Document Repository Service Error
Partner Service Error
Aadhaar Information not available
Upstream service failure + Upstream service failure
Document Repository Service Error
Partner Service Error
Invalid response from issuer [#ISR400] @@ -97,6 +100,42 @@ Below is a table which contains the error codes and corresponding error messages Internal server error + + + customer_detail_mismatch + + Mismatch in customer data (e.g. dob/name) across documents (e.g. aadhaar, pan) + + + + invalid_uri + + No file found for given URI + + + + aadhaar_not_available + + Aadhaar data is not available for this user. Please perform Aadhaar eKYC again. + + + + consent_not_given + + Only accepted value for consent is 'Y' + + + + vault_secret_error + + Missing request headers for secrets + + + + invalid_match_key + + Please enter a valid uuid for the match key + From ec65c8cd2d1c3c1875975adca6680b629b968665 Mon Sep 17 00:00:00 2001 From: Harsh Lohiya Date: Thu, 19 Dec 2024 16:04:05 +0530 Subject: [PATCH 2/2] small change eKYC to KYC --- content/data/digilocker/error-codes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/data/digilocker/error-codes.mdx b/content/data/digilocker/error-codes.mdx index 3834663a..3e603c1f 100644 --- a/content/data/digilocker/error-codes.mdx +++ b/content/data/digilocker/error-codes.mdx @@ -116,7 +116,7 @@ Below is a table which contains the error codes and corresponding error messages aadhaar_not_available - Aadhaar data is not available for this user. Please perform Aadhaar eKYC again. + Aadhaar data is not available for this user. Please perform Aadhaar KYC again.