gana

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

commit c8b33d0884b0ad9f9583b2a74ddd8859b0caedfb
parent b4afa5a86e4317cf8b9d2868e8e509e261c54281
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 28 Jul 2020 15:01:26 +0530

add ec

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 @@ -2204,6 +2204,11 @@ Name: WALLET_CORE_API_OPERATION_UNKNOWN Description: The wallet does not support the operation requested by a client. HttpStatus: 0 +Value: 7008 +Name: WALLET_INVALID_TALER_PAY_URI +Description: The given taler://pay URI is invalid. +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.