aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-13 09:49:39 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-13 09:49:39 +0200
commit840792da1b88e826a178df77a48f42b0b58a2570 (patch)
tree24d00266263f77d93f236353b39490e30d9743ed
parente9015f67dd6674680a0137b6ef8a04e08a8613e3 (diff)
downloadgana-840792da1b88e826a178df77a48f42b0b58a2570.tar.gz
gana-840792da1b88e826a178df77a48f42b0b58a2570.zip
-need another currency mismatch EC
-rw-r--r--gnu-taler-error-codes/registry.rec6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 1815eb0..4fd6b04 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -130,7 +130,7 @@ HttpStatus: 400
130 130
131Value: 30 131Value: 30
132Name: GENERIC_CURRENCY_MISMATCH 132Name: GENERIC_CURRENCY_MISMATCH
133Description: The currencies involved in the operation do not match. 133Description: The currency involved in the operation is not acceptable for this backend.
134HttpStatus: 400 134HttpStatus: 400
135 135
136Value: 31 136Value: 31
@@ -1471,6 +1471,10 @@ Name: MERCHANT_GENERIC_H_WIRE_MALFORMED
1471Description: The wire hash was malformed. 1471Description: The wire hash was malformed.
1472HttpStatus: 400 1472HttpStatus: 400
1473 1473
1474Value: 2024
1475Name: MERCHANT_GENERIC_CURRENCY_MISMATCH
1476Description: The currency specified in the operation does not work with the current state of the given resource.
1477HttpStatus: 409
1474 1478
1475# 2100-2499: public API 1479# 2100-2499: public API
1476# 2100-2149: get orders endpoint 1480# 2100-2149: get orders endpoint