From 8c7d9be40ba627348da3e01b91b4f1d3cc78631f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 19 Oct 2021 20:47:29 +0200 Subject: new KYC codes --- gnu-taler-error-codes/registry.rec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 7d375cb..b40b990 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -744,6 +744,22 @@ Name: EXCHANGE_KYC_WALLET_SIGNATURE_INVALID Description: The signature affirming the wallet's KYC request was invalid. HttpStatus: 403 +Value: 1926 +Name: EXCHANGE_KYC_PROOF_BACKEND_INVALID_RESPONSE +Description: The exchange received an unexpected malformed response from its KYC backend. +HttpStatus: 502 + +Value: 1927 +Name: EXCHANGE_KYC_PROOF_BACKEND_ERROR +Description: The backend signaled an unexpected failure. +HttpStatus: 502 + +Value: 1928 +Name: EXCHANGE_KYC_PROOF_BACKEND_AUTHORIZATION_FAILED +Description: The backend signaled an authorization failure. +HttpStatus: 403 + + # 2000 - 2999: Reserved for merchant -- cgit v1.2.3