commit aebbd985fe0e8cdc6f5fe3c6ce623d2a16cc04a0 parent 807b821e8d9b50842a75e9a38025acbc99adc3d1 Author: Florian Dold <florian.dold@gmail.com> Date: Thu, 16 Jul 2020 22:51:00 +0530 add ec Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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.