aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-03-15 17:37:36 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-03-15 17:37:36 +0100
commitbaeb820366b88befd6f5aa2a551e2827ef406daf (patch)
tree560aa64701bc7d0fb504b6b2310580296db74f66 /gnu-taler-error-codes
parent3454c60abebb6f49e5adfd0c2f67571aca637dd7 (diff)
downloadgana-baeb820366b88befd6f5aa2a551e2827ef406daf.tar.gz
gana-baeb820366b88befd6f5aa2a551e2827ef406daf.zip
-fix typos
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 70e09d7..3ddd9d6 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1062,17 +1062,17 @@ Description: The payment failed at the exchange.
1062HttpStatus: 502 1062HttpStatus: 502
1063 1063
1064Value: 2171 1064Value: 2171
1065Name: TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_MISSING 1065Name: MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_MISSING
1066Description: The payment required a minimum age but one of the coins (of a denomination with support for age restriction) did not provide any age_commitment. 1066Description: The payment required a minimum age but one of the coins (of a denomination with support for age restriction) did not provide any age_commitment.
1067HttpStatus: 400 1067HttpStatus: 400
1068 1068
1069Value: 2172 1069Value: 2172
1070Name: TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_SIZE_MISMATCH 1070Name: MERCHANT_POST_ORDERS_ID_PAY_AGE_COMMITMENT_SIZE_MISMATCH
1071Description: The payment required a minimum age but one of the coins provided an age_commitment that contained a wrong number of public keys compared to the number of age groups defined in the denomination of the coin. 1071Description: The payment required a minimum age but one of the coins provided an age_commitment that contained a wrong number of public keys compared to the number of age groups defined in the denomination of the coin.
1072HttpStatus: 400 1072HttpStatus: 400
1073 1073
1074Value: 2173 1074Value: 2173
1075Name: TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_AGE_VERIFICATION_FAILED 1075Name: MERCHANT_POST_ORDERS_ID_PAY_AGE_VERIFICATION_FAILED
1076Description: The payment required a minimum age but one of the coins provided a minimum_age_sig that couldn't be verified with the given age_commitment for that particular minimum age. 1076Description: The payment required a minimum age but one of the coins provided a minimum_age_sig that couldn't be verified with the given age_commitment for that particular minimum age.
1077HttpStatus: 400 1077HttpStatus: 400
1078 1078