From cf9e9f70ae04da02be8d11fde5668e2ef72adc57 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Thu, 30 Jun 2022 11:07:50 +0200 Subject: added EXCHANGE_PURSE_DEPOSIT_COIN_{CONFLICTING_ATTEST_VS_AGE_COMMITMENT,AGE_ATTESTATION_FAILURE} --- gnu-taler-error-codes/registry.rec | 9 +++++++++ 1 file changed, 9 insertions(+) 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 Description: The exchange is not allowed to proceed with the operation until the client has satisfied a KYC check. HttpStatus: 451 +Value: 1029 +Name: EXCHANGE_PURSE_DEPOSIT_COIN_CONFLICTING_ATTEST_VS_AGE_COMMITMENT +Description: Inconsistency between provided age commitment and attest: either none or both must be provided +HttpStatus: 400 + +Value: 1030 +Name: EXCHANGE_PURSE_DEPOSIT_COIN_AGE_ATTESTATION_FAILURE +Description: The provided attestation for the minimum age couldn't be verified by the exchange. +HttpStatus: 400 Value: 1100 -- cgit v1.2.3