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.rec10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index c41f239..7b032af 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -242,7 +242,10 @@ Name: EXCHANGE_GENERIC_DENOMINATION_EXPIRED
242Description: Denomination key of the coin is past its expiration time for the requested operation. 242Description: Denomination key of the coin is past its expiration time for the requested operation.
243HttpStatus: 410 243HttpStatus: 410
244 244
245 245Value: 1010
246Name: EXCHANGE_GENERIC_DENOMINATION_REVOKED
247Description: Denomination key of the coin has been revoked.
248HttpStatus: 410
246 249
247Value: 1100 250Value: 1100
248Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 251Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
@@ -309,11 +312,6 @@ Name: EXCHANGE_WITHDRAW_HISTORY_ERROR_INSUFFICIENT_FUNDS
309Description: When computing the reserve history, we ended up with a negative overall balance, which should be impossible. 312Description: When computing the reserve history, we ended up with a negative overall balance, which should be impossible.
310HttpStatus: 500 313HttpStatus: 500
311 314
312Value: 1157
313Name: EXCHANGE_WITHDRAW_VALIDITY_IN_PAST
314Description: Withdraw period of the coin to be withdrawn is in the past.
315HttpStatus: 410
316
317Value: 1158 315Value: 1158
318Name: EXCHANGE_WITHDRAW_DENOMINATION_KEY_LOST 316Name: EXCHANGE_WITHDRAW_DENOMINATION_KEY_LOST
319Description: Withdraw period of the coin to be withdrawn is in the past. 317Description: Withdraw period of the coin to be withdrawn is in the past.