aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.