aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-05 17:31:45 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-05 17:31:45 +0530
commite8c9ce8cb78b3594a1f4e6fe03c42eda5a08fb7e (patch)
tree54ece7069881773874d5b9739e9807628589fdaf
parent8b4d25630e965c6831d009f9948a10bf9bb346ee (diff)
downloadgana-e8c9ce8cb78b3594a1f4e6fe03c42eda5a08fb7e.tar.gz
gana-e8c9ce8cb78b3594a1f4e6fe03c42eda5a08fb7e.zip
taler bank ec
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 3ea54f8..dfc7744 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2087,6 +2087,11 @@ Name: BANK_TRANSFER_REQUEST_UID_REUSED
2087Description: The request UID for a request to transfer funds has already been used, but with different details for the transfer. 2087Description: The request UID for a request to transfer funds has already been used, but with different details for the transfer.
2088HttpStatus: 0 2088HttpStatus: 0
2089 2089
2090Value: 5600
2091Name: BANK_WITHDRAWAL_OPERATION_RESERVE_SELECTION_CONFLICT
2092Description: The withdrawal operation already has a reserve selected. The current request conflicts with the existing selection.
2093HttpStatus: 409
2094
2090Value: 6000 2095Value: 6000
2091Name: SYNC_DB_FETCH_ERROR 2096Name: SYNC_DB_FETCH_ERROR
2092Description: The sync service failed to access its database. 2097Description: The sync service failed to access its database.