gana

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

commit dfb9fc500acf32011f16862835369347ca221990
parent a3c86803427162f18609f2ef02ef23d51dae61cb
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 20 Jul 2020 16:23:41 +0530

taler wallet 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 @@ -2159,6 +2159,11 @@ Name: WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE Description: The wallet does not implement a version of the exchange protocol that is compatible with the protocol version of the exchange. HttpStatus: 501 +Value: 7001 +Name: WALLET_UNEXPECTED_EXCEPTION +Description: The wallet encountered an unexpected exception. This is likely a bug in the wallet implementation. +HttpStatus: 500 + 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.