aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-23 12:18:55 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-23 12:18:55 +0200
commit6b89f1d9894c436f50e88778909fb3c1bff4dde8 (patch)
treeacee7d5052ede27be0d2f0ef3d25ed93769eca8b
parentc2580e60259ba3aea2e69ea9da43482008b90d7c (diff)
downloadgana-6b89f1d9894c436f50e88778909fb3c1bff4dde8.tar.gz
gana-6b89f1d9894c436f50e88778909fb3c1bff4dde8.zip
-add ECs
-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 d7ae085..f131570 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -340,6 +340,10 @@ Name: EXCHANGE_GENERIC_WIRE_FEES_MISSING
340Description: The exchange was not properly configured with wire fees. 340Description: The exchange was not properly configured with wire fees.
341HttpStatus: 500 341HttpStatus: 500
342 342
343Value: 1024
344Name: EXCHANGE_GENERIC_PURSE_PUB_MALFORMED
345Description: The purse public key was malformed.
346HttpStatus: 400
343 347
344 348
345Value: 1100 349Value: 1100
@@ -586,6 +590,11 @@ Name: EXCHANGE_TRANSFERS_GET_WIRE_FEE_INCONSISTENT
586Description: The exchange found a wire fee that was above the total transfer value (and thus could not have been charged). 590Description: The exchange found a wire fee that was above the total transfer value (and thus could not have been charged).
587HttpStatus: 500 591HttpStatus: 500
588 592
593Value: 1475
594Name: EXCHANGE_PURSES_INVALID_WAIT_TARGET
595Description: The wait target of the URL was not in the set of expected values.
596HttpStatus: 400
597
589 598
590Value: 1500 599Value: 1500
591Name: EXCHANGE_REFUND_COIN_NOT_FOUND 600Name: EXCHANGE_REFUND_COIN_NOT_FOUND