aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2023-01-22 16:41:07 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-01-22 20:47:24 +0100
commit55fc822133b9951e3cb47d593b42fbe69fdd9c51 (patch)
tree96c456583ed5cde6b33a5ccf8085737b3a1e8d00 /gnu-taler-error-codes
parent7884adf99ec4d5ccf52b1a5a251b99fb6ab9c2f6 (diff)
downloadgana-55fc822133b9951e3cb47d593b42fbe69fdd9c51.tar.gz
gana-55fc822133b9951e3cb47d593b42fbe69fdd9c51.zip
added TALER_EC_EXCHANGE_AGE_WITHDRAW_INSUFFICIENT_FUNDS
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index ecf1957..0fa6d30 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -449,6 +449,10 @@ Name: EXCHANGE_WITHDRAW_INSUFFICIENT_FUNDS
449Description: The given reserve does not have sufficient funds to admit the requested withdraw operation at this time. The response includes the current "balance" of the reserve as well as the transaction "history" that lead to this balance. 449Description: The given reserve does not have sufficient funds to admit the requested withdraw operation at this time. The response includes the current "balance" of the reserve as well as the transaction "history" that lead to this balance.
450HttpStatus: 409 450HttpStatus: 409
451 451
452Value: 1151
453Name: EXCHANGE_AGE_WITHDRAW_INSUFFICIENT_FUNDS
454Description: The given reserve does not have sufficient funds to admit the requested age-withdraw operation at this time. The response includes the current "balance" of the reserve as well as the transaction "history" that lead to this balance.
455HttpStatus: 409
452 456
453Value: 1152 457Value: 1152
454Name: EXCHANGE_WITHDRAW_AMOUNT_FEE_OVERFLOW 458Name: EXCHANGE_WITHDRAW_AMOUNT_FEE_OVERFLOW