aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu-taler-error-codes/registry.rec16
1 files changed, 16 insertions, 0 deletions
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
744Description: The signature affirming the wallet's KYC request was invalid. 744Description: The signature affirming the wallet's KYC request was invalid.
745HttpStatus: 403 745HttpStatus: 403
746 746
747Value: 1926
748Name: EXCHANGE_KYC_PROOF_BACKEND_INVALID_RESPONSE
749Description: The exchange received an unexpected malformed response from its KYC backend.
750HttpStatus: 502
751
752Value: 1927
753Name: EXCHANGE_KYC_PROOF_BACKEND_ERROR
754Description: The backend signaled an unexpected failure.
755HttpStatus: 502
756
757Value: 1928
758Name: EXCHANGE_KYC_PROOF_BACKEND_AUTHORIZATION_FAILED
759Description: The backend signaled an authorization failure.
760HttpStatus: 403
761
762
747 763
748 764
749# 2000 - 2999: Reserved for merchant 765# 2000 - 2999: Reserved for merchant