gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 495cc6858ce267fdf160585ad1d5ef9856f4e1d1
parent a4f1ad6f6c27a874d2170beedf15bcba11323a62
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 23 Jul 2020 18:14:50 +0530

taler error code

Diffstat:
Mgnu-taler-error-codes/registry.rec | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -2189,6 +2189,11 @@ Name: WALLET_EXCHANGE_DENOMINATIONS_INSUFFICIENT Description: The denominations offered by the exchange are insufficient. Likely the exchange is badly configured or not maintained. HttpStatus: 0 +Value: 7007 +Name: WALLET_CORE_API_OPERATION_UNKNOWN +Description: The wallet does not support the operation requested by a client. +HttpStatus: 0 + 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.