commit 8c7d9be40ba627348da3e01b91b4f1d3cc78631f parent ca56accac72b6ce050a38d36172390b14100a538 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 19 Oct 2021 20:47:29 +0200 new KYC codes Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git 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