gana

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

commit 6b89f1d9894c436f50e88778909fb3c1bff4dde8
parent c2580e60259ba3aea2e69ea9da43482008b90d7c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 23 Apr 2022 12:18:55 +0200

-add ECs

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

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -340,6 +340,10 @@ Name: EXCHANGE_GENERIC_WIRE_FEES_MISSING Description: The exchange was not properly configured with wire fees. HttpStatus: 500 +Value: 1024 +Name: EXCHANGE_GENERIC_PURSE_PUB_MALFORMED +Description: The purse public key was malformed. +HttpStatus: 400 Value: 1100 @@ -586,6 +590,11 @@ Name: EXCHANGE_TRANSFERS_GET_WIRE_FEE_INCONSISTENT Description: The exchange found a wire fee that was above the total transfer value (and thus could not have been charged). HttpStatus: 500 +Value: 1475 +Name: EXCHANGE_PURSES_INVALID_WAIT_TARGET +Description: The wait target of the URL was not in the set of expected values. +HttpStatus: 400 + Value: 1500 Name: EXCHANGE_REFUND_COIN_NOT_FOUND