diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-07-16 22:51:00 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-07-16 22:51:00 +0530 |
commit | aebbd985fe0e8cdc6f5fe3c6ce623d2a16cc04a0 (patch) | |
tree | 1c05da664fc53d293eb4729aadb2040ac509d3cb /gnu-taler-error-codes/registry.rec | |
parent | 807b821e8d9b50842a75e9a38025acbc99adc3d1 (diff) |
add ec
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 7 |
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 Description: The sync service failed find the backup to be updated in its database. HttpStatus: 404 +# 7000 - 8000: Reserved for wallet + +Value: 7010 +Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE +Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. +HttpStatus: 404 + Value: 9999 Name: END Description: End of error code range. |