aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-06-30 11:07:50 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-06-30 11:07:50 +0200
commitcf9e9f70ae04da02be8d11fde5668e2ef72adc57 (patch)
tree14129d93d87dec37e3b0ba02ed2aa787417b4b37 /gnu-taler-error-codes
parentce57f1bb32a657c0e479a13401339c9899b1c898 (diff)
downloadgana-cf9e9f70ae04da02be8d11fde5668e2ef72adc57.tar.gz
gana-cf9e9f70ae04da02be8d11fde5668e2ef72adc57.zip
added EXCHANGE_PURSE_DEPOSIT_COIN_{CONFLICTING_ATTEST_VS_AGE_COMMITMENT,AGE_ATTESTATION_FAILURE}
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index fe8d7c4..f6ef1be 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -365,6 +365,15 @@ Name: EXCHANGE_GENERIC_KYC_REQUIRED
365Description: The exchange is not allowed to proceed with the operation until the client has satisfied a KYC check. 365Description: The exchange is not allowed to proceed with the operation until the client has satisfied a KYC check.
366HttpStatus: 451 366HttpStatus: 451
367 367
368Value: 1029
369Name: EXCHANGE_PURSE_DEPOSIT_COIN_CONFLICTING_ATTEST_VS_AGE_COMMITMENT
370Description: Inconsistency between provided age commitment and attest: either none or both must be provided
371HttpStatus: 400
372
373Value: 1030
374Name: EXCHANGE_PURSE_DEPOSIT_COIN_AGE_ATTESTATION_FAILURE
375Description: The provided attestation for the minimum age couldn't be verified by the exchange.
376HttpStatus: 400
368 377
369 378
370Value: 1100 379Value: 1100