aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-23 13:51:43 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-23 13:52:27 +0100
commit33957bded37b6b2182f10573c6222a1a3e51ed89 (patch)
treec1b7f45d848e1946c09fb6c3cb9055ffedd14999 /gnu-taler-error-codes/registry.rec
parentce3c127a788d4bc35caf8472fa9799b45f8d2133 (diff)
downloadgana-33957bded37b6b2182f10573c6222a1a3e51ed89.tar.gz
gana-33957bded37b6b2182f10573c6222a1a3e51ed89.zip
-update EC list
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec30
1 files changed, 20 insertions, 10 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 8576cf9..77d3092 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -577,26 +577,36 @@ Name: EXCHANGE_RECOUP_WITHDRAW_NOT_FOUND
577Description: The exchange could not find the corresponding withdraw operation. The request is denied. 577Description: The exchange could not find the corresponding withdraw operation. The request is denied.
578HttpStatus: 404 578HttpStatus: 404
579 579
580Value: 1552
581Name: EXCHANGE_RECOUP_COIN_BALANCE_ZERO
582Description: The coin's remaining balance is zero. The request is denied.
583HttpStatus: 403
584
585Value: 1553 580Value: 1553
586Name: EXCHANGE_RECOUP_BLINDING_FAILED 581Name: EXCHANGE_RECOUP_BLINDING_FAILED
587Description: The exchange failed to reproduce the coin's blinding. 582Description: The exchange failed to reproduce the coin's blinding.
588HttpStatus: 500 583HttpStatus: 500
589 584
590Value: 1554
591Name: EXCHANGE_RECOUP_COIN_BALANCE_NEGATIVE
592Description: The coin's remaining balance is zero. The request is denied.
593HttpStatus: 500
594
595Value: 1555 585Value: 1555
596Name: EXCHANGE_RECOUP_NOT_ELIGIBLE 586Name: EXCHANGE_RECOUP_NOT_ELIGIBLE
597Description: The coin's denomination has not been revoked yet. 587Description: The coin's denomination has not been revoked yet.
598HttpStatus: 404 588HttpStatus: 404
599 589
590Value: 1575
591Name: EXCHANGE_RECOUP_REFRESH_SIGNATURE_INVALID
592Description: The given coin signature is invalid for the request.
593HttpStatus: 403
594
595Value: 1576
596Name: EXCHANGE_RECOUP_REFRESH_MELT_NOT_FOUND
597Description: The exchange could not find the corresponding melt operation. The request is denied.
598HttpStatus: 404
599
600Value: 1578
601Name: EXCHANGE_RECOUP_REFRESH_BLINDING_FAILED
602Description: The exchange failed to reproduce the coin's blinding.
603HttpStatus: 500
604
605Value: 1580
606Name: EXCHANGE_RECOUP_REFRESH_NOT_ELIGIBLE
607Description: The coin's denomination has not been revoked yet.
608HttpStatus: 404
609
600 610
601Value: 1600 611Value: 1600
602Name: EXCHANGE_KEYS_TIMETRAVEL_FORBIDDEN 612Name: EXCHANGE_KEYS_TIMETRAVEL_FORBIDDEN