aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
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.