aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-02 20:13:33 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-02 20:13:38 +0100
commit34f20d8be618409730e02f0078896ec129d8a404 (patch)
tree5dba94833102c08c038f9c92b05bcbac01bbf94b
parent9d7d13078ab0270ed300e9ff1b873210f00478a8 (diff)
downloadgana-34f20d8be618409730e02f0078896ec129d8a404.tar.gz
gana-34f20d8be618409730e02f0078896ec129d8a404.zip
-new EC
-rw-r--r--gnu-taler-error-codes/registry.rec7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index f0fdc56..b348349 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -1473,7 +1473,7 @@ HttpStatus: 400
1473 1473
1474Value: 2024 1474Value: 2024
1475Name: MERCHANT_GENERIC_CURRENCY_MISMATCH 1475Name: MERCHANT_GENERIC_CURRENCY_MISMATCH
1476Description: The currency specified in the operation does not work with the current state of the given resource. 1476Description: The currency specified in the operation does not work with the current state of the given resource.
1477HttpStatus: 409 1477HttpStatus: 409
1478 1478
1479# 2100-2499: public API 1479# 2100-2499: public API
@@ -2908,6 +2908,11 @@ Name: CHALLENGER_INVALID_PIN
2908Description: The PIN code provided is incorrect. 2908Description: The PIN code provided is incorrect.
2909HttpStatus: 403 2909HttpStatus: 403
2910 2910
2911Value: 9759
2912Name: CHALLENGER_MISSING_ADDRESS
2913Description: The token cannot be valid as no address was ever provided by the client.
2914HttpStatus: 409
2915
2911 2916
2912# Some of our build systems expect the range to be < 10k, so let's keep it like this for now. 2917# Some of our build systems expect the range to be < 10k, so let's keep it like this for now.
2913Value: 9999 2918Value: 9999