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.rec7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index f4ce044..53eb06d 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2122,6 +2122,13 @@ Name: SYNC_PREVIOUS_BACKUP_UNKNOWN
2122Description: The sync service failed find the backup to be updated in its database. 2122Description: The sync service failed find the backup to be updated in its database.
2123HttpStatus: 404 2123HttpStatus: 404
2124 2124
2125# 7000 - 8000: Reserved for wallet
2126
2127Value: 7010
2128Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2129Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.
2130HttpStatus: 404
2131
2125Value: 9999 2132Value: 9999
2126Name: END 2133Name: END
2127Description: End of error code range. 2134Description: End of error code range.