aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-08 11:41:04 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-08 11:41:04 +0100
commitdf3c465617c5402208c6d9e73852922b4d084110 (patch)
tree5cd36a1e896a3e500c0c69f4c5bbe2e278f26c49 /gnu-taler-error-codes/registry.rec
parent6b9824cb4d4561f1167c7f518998a226a82222d6 (diff)
downloadgana-df3c465617c5402208c6d9e73852922b4d084110.tar.gz
gana-df3c465617c5402208c6d9e73852922b4d084110.zip
-rename status code, add new one
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 00957d4..d0ed4a5 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -450,7 +450,7 @@ Description: The signature of the reserve is not valid.
450HttpStatus: 403 450HttpStatus: 403
451 451
452Value: 1155 452Value: 1155
453Name: EXCHANGE_WITHDRAW_HISTORY_ERROR_INSUFFICIENT_FUNDS 453Name: EXCHANGE_RESERVE_HISTORY_ERROR_INSUFFICIENT_FUNDS
454Description: When computing the reserve history, we ended up with a negative overall balance, which should be impossible. 454Description: When computing the reserve history, we ended up with a negative overall balance, which should be impossible.
455HttpStatus: 500 455HttpStatus: 500
456 456
@@ -892,7 +892,10 @@ Name: EXCHANGE_RESERVES_CLOSE_NO_TARGET_ACCOUNT
892Description: The exchange does not know an origin account to which the remaining reserve balance could be wired to, and the wallet failed to provide one. 892Description: The exchange does not know an origin account to which the remaining reserve balance could be wired to, and the wallet failed to provide one.
893HttpStatus: 409 893HttpStatus: 409
894 894
895 895Value: 1789
896Name: EXCHANGE_RESERVES_OPEN_INSUFFICIENT_FUNDS
897Description: The reserve balance is insufficient to pay for the open operation.
898HttpStatus: 409
896 899
897Value: 1800 900Value: 1800
898Name: EXCHANGE_MANAGEMENT_AUDITOR_NOT_FOUND 901Name: EXCHANGE_MANAGEMENT_AUDITOR_NOT_FOUND