aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-21 01:55:42 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-21 01:56:02 +0100
commit0e0ca4f0088241cbdc975ab01f38b0ee87f37609 (patch)
tree96d374c36b5f26c5591de627735b31119607b0ef
parentbaeb820366b88befd6f5aa2a551e2827ef406daf (diff)
downloadgana-0e0ca4f0088241cbdc975ab01f38b0ee87f37609.tar.gz
gana-0e0ca4f0088241cbdc975ab01f38b0ee87f37609.zip
-new ECs for new endpoints
-rw-r--r--gnu-taler-error-codes/registry.rec15
1 files changed, 13 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 3ddd9d6..27e2394 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -430,10 +430,21 @@ HttpStatus: 400
430 430
431 431
432Value: 1250 432Value: 1250
433Name: EXCHANGE_RESERVES_GET_STATUS_UNKNOWN 433Name: EXCHANGE_RESERVES_STATUS_UNKNOWN
434Description: The reserve status was requested using a unknown key. 434Description: The reserve balance, status or history was requested for a reserve which is not known to the exchange.
435HttpStatus: 404 435HttpStatus: 404
436 436
437Value: 1251
438Name: EXCHANGE_RESERVES_STATUS_BAD_SIGNATURE
439Description: The reserve status was requested with a bad signature.
440HttpStatus: 403
441
442Value: 1252
443Name: EXCHANGE_RESERVES_HISTORY_BAD_SIGNATURE
444Description: The reserve history was requested with a bad signature.
445HttpStatus: 403
446
447
437Value: 1302 448Value: 1302
438Name: EXCHANGE_MELT_FEES_EXCEED_CONTRIBUTION 449Name: EXCHANGE_MELT_FEES_EXCEED_CONTRIBUTION
439Description: The exchange encountered melt fees exceeding the melted coin's contribution. 450Description: The exchange encountered melt fees exceeding the melted coin's contribution.