aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-23 13:52:20 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-23 13:52:27 +0100
commit560c1ac1d321f7da4fc43ef96858ac27b7eaa2bd (patch)
tree15701e538304be602c00c1b265edcf7ed284041e /gnu-taler-error-codes/registry.rec
parent33957bded37b6b2182f10573c6222a1a3e51ed89 (diff)
downloadgana-560c1ac1d321f7da4fc43ef96858ac27b7eaa2bd.tar.gz
gana-560c1ac1d321f7da4fc43ef96858ac27b7eaa2bd.zip
-update EC list
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 77d3092..b1f908b 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -577,11 +577,23 @@ 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
584Note: dead in latest cde
585
580Value: 1553 586Value: 1553
581Name: EXCHANGE_RECOUP_BLINDING_FAILED 587Name: EXCHANGE_RECOUP_BLINDING_FAILED
582Description: The exchange failed to reproduce the coin's blinding. 588Description: The exchange failed to reproduce the coin's blinding.
583HttpStatus: 500 589HttpStatus: 500
584 590
591Value: 1554
592Name: EXCHANGE_RECOUP_COIN_BALANCE_NEGATIVE
593Description: The coin's remaining balance is zero. The request is denied.
594HttpStatus: 500
595Note: dead in latest cde
596
585Value: 1555 597Value: 1555
586Name: EXCHANGE_RECOUP_NOT_ELIGIBLE 598Name: EXCHANGE_RECOUP_NOT_ELIGIBLE
587Description: The coin's denomination has not been revoked yet. 599Description: The coin's denomination has not been revoked yet.