aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-16 22:51:00 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-16 22:51:00 +0530
commitaebbd985fe0e8cdc6f5fe3c6ce623d2a16cc04a0 (patch)
tree1c05da664fc53d293eb4729aadb2040ac509d3cb /gnu-taler-error-codes
parent807b821e8d9b50842a75e9a38025acbc99adc3d1 (diff)
downloadgana-aebbd985fe0e8cdc6f5fe3c6ce623d2a16cc04a0.tar.gz
gana-aebbd985fe0e8cdc6f5fe3c6ce623d2a16cc04a0.zip
add ec
Diffstat (limited to 'gnu-taler-error-codes')
-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.